1 of 42

Let’s Code!

2 of 42

Sample Project: 1 Sprite

3 of 42

Sample Project: Animate Multiple Sprites

4 of 42

Sample Project: Animate Name

5 of 42

Stage

Code Workspace

Code Blocks

Sprites

Backdrops

preview your program

the image for the stage

drag code blocks here to build your program

commands used to build your program

the characters and objects used in your program

6 of 42

1. Delete the squirrel and add a new sprite.

Create your own Scratch scene!

2. Add a backdrop.

7 of 42

3. Add blocks to build your program.

Create your own Scratch scene!

4. Run your program.

8 of 42

Add a flag and Go to Position

Each place on the screen has a different X Y Number

9 of 42

Move Right

Move Left

10 of 42

Go Right

Go Left

Use a loop

11 of 42

Move Up

Move Down

12 of 42

Go Up

Go Down

Use a loop

13 of 42

Glide to New Position

14 of 42

Go to Mouse Pointer

Use a forever loop

15 of 42

Go back and forth across the stage

Use a forever loop

16 of 42

Go back and forth across the stage with costume change animation.

17 of 42

Turn Right and Left

18 of 42

Turn in a Circle

19 of 42

Grow and Shrink

Bigger

Smaller

20 of 42

Change Costume to show animation

21 of 42

Show and Hide

22 of 42

Talking with Waits

23 of 42

Change Color

24 of 42

Create a Mosaic Effect

25 of 42

Project Sample

26 of 42

Introduce Platform

code blocks

workspace

sprites

backdrops

stage

27 of 42

Sprite

1

2

Add a sprite.

28 of 42

Backdrop

1

2

Add a backdrop

29 of 42

Code Blocks

Drag code blocks to workspace and click on them to see what they do.

30 of 42

Loops and Event

Stack blocks together to create an algorithm

Event

Loop

31 of 42

Google Logo

Have you seen different Google Logo Doodles?

32 of 42

Google Logo

Today we will create our own Google Doodle Logo and program animations.

33 of 42

Step-by-Step

Click the Costume Tab and choose the costume you want to use.

Click on one of the Letter Sprites

Don’t delete the sprites without previewing the costumes.

34 of 42

Add Code to Each Letter

Recommended: Share this slide deck with students so they can work at their own pace. They can do Split Screen mode and view code samples on the side

(put tutorial slide deck in slideshow mode)

35 of 42

Change Color Effect (when sprite is clicked)

36 of 42

Change Mosaic Effect (when sprite is clicked)

37 of 42

Change Whirl Effect (when key pressed)

38 of 42

Change Pixelate Effect (when key pressed)

39 of 42

Change Costumes (when sprite is clicked)

You need a wait block or the costumes will change so fast you can’t see them. Adjust the number to control how fast the costumes change

40 of 42

Grow & Shrink

Tinker with the values to adjust the sizes

41 of 42

Bounce (when sprite is clicked)

You need a wait block between actions or it will move so fast you can’t see the action

Tinker with the values to adjust the height and speed

42 of 42

Switch Backdrops (when sprite is clicked)

  • Add a few backdrops
  • Add a sprite to use as a button
  • Code the button sprite to go to the next backdrop when clicked