Skip to main content

Lesson 3 Animation, Adding your own pictures, Positions, Repeat, Forever

πŸ“ Scratch - Project

Animate a Sprite​

Adding a bird to the scene

  • Click on the bird Icon

  • Note how it has two sprites

Repeat Block​

Animating the bird

Forever Block​

note

  • This will make the bird Fly forever

via GIPHY

Sprite Rotation and Direction​

via GIPHY

Answer the following questions:

What is the 'direction' value when the sprite is pointing right/East? 90

What is the 'direction' value when the sprite is pointing left/West? -90

What is the 'direction' value when the sprite is pointing down/South?180

What is the 'direction' value when the sprite is pointing up/North? 0

For this animation, make sure the Left/Right option is selected.

Random Position​

via GIPHY

Gliding to a Random Position​

via GIPHY

Integrating everything​

πŸ“ Scratch - Project

Adding your Own Image​