Create 4 sprites and each sprite will have a different animation when clicked!
Create a new sprite lab project: https://studio.code.org/projects/spritelab/new
Don’t forget to rename your project!

Create background
Drag a “Set background” block

Place the block under the “When run”

Click “Run” to see the result!
Create 4 sprites in different locations:
Take a “Make new Sprite” block from the “Sprites” folder.

Place the block under the background

Click the yellow “location selector” to choose where to place the sprite.


Click Run to see the result!
Add 3 other sprites on the map.
Create the “click” events
Get a “When click” block from the events folder.

Place the “When click” event block anywhere on the editor.
Take a “Say block” from the Sprites folder.

Place the “Say block” under the “When click” block.

Edit the words for the “Say block”

Click “Run” and test!
Add the events for all the other sprites!