You are on page 1of 3

L.

O: To understand how to create an animation


using Scratch
Animating a sprite is the process of a sprite repeatedly
changing its costumes.

1. What do you think this will do?


Why?
2. Try it! What did it do? Why does it look like this?
3. Try to fix it! Explain what you have to do to make it
look better!
Activity: Program a realistic dance sequence
 For a group of Dancer sprites.
 Break-dancer sprite moves from side to side.
 Break-dancer jumps up and down.
 Break-dancer changes action appearance.
 The dance sequence can be repeated over and over again
 One of the sprite returns to the start position at the end of the sequence.
 When the space bar is pressed, some of the sprite dancers produce some
effects.
 One of the sprite dancers could say something during the dance sequence.
 Search for some suitable music to accompany your dance routine and add
this to your program.
Extension: Can you make other things happen when one character touches the
edge of the screen?

Rubrics-Check your scratch code using these rubrics


Topic
Adding costumes to your
sprite.
Use repeat/forever block
to repeat a sequence.
Use say block to say
something
Use play block to play
the music
The sprite moves forward
and backward.

Answer the following questions


1) What's the difference between a Sprite and a Costume?

2) What does this code do?

You might also like