Concepts of Programming Lesson 1 · Layout of Scratch 3.0 4 Playground. Layout of Scratch 3.0 5...

Preview:

Citation preview

Concepts of Programming

Lesson 1

A Bit About the Class and Me

Creating an Account

Layout of Scratch 3.0

4

Playground

Layout of Scratch 3.0

5

Sprites and Settings

Layout of Scratch 3.0

6

Code Blocks

Layout of Scratch 3.0

7

Canvas

Layout of Scratch 3.0

8

Project 1:Move the Cat

Blocks Needed

Blocks: Events- Start

- Click Sprite

10

Blocks : Looks- Say Something

11

Coordinate Grid

12

Y

X(0, 0)

Blocks : Motion

- Change direction of sprite

- Increase x, y coordinate of sprite

13

Blocks : Control- Run 10 Times

- Run Forever

14

Blocks : Control- Wait for 1 second

- Stop Everything

15

Looks : Costume- Change to the next costume

-

-

16

Project 1:Move the Cat

Actual Project

Start- Say hello

18

Moving Left and Right- Left

- Right

19

Moving Up and Down- Up

- Down

20

- Towards mouse

Main Moving

21

Jumping!- Space Bar

22

Walking- Switch costumes

23

End- Stop all Block

24

Move the Cat

25

Recommended