Project 562: Intro to Scratch

5. Make the cat meow

Now we're going to put together some of the skills we just learned to make your cat meow when it's clicked. 
This challenge doesn't have a starting point

Your goal

Steps

1. Add a "when this sprite clicked" block

In the yellow Events section, drag in a "when this sprite clicked" block. Make sure you've selected the cat sprite at the bottom right of the screen, or you may not see this block. 

2. Make the sprite a little bigger

Change the size of the cat a little bit to make it bigger when it's clicked. Go to the purple Looks section and connect a "change size by 10" block to the "when this sprite clicked" block. 

3. Add a "play sound meow until done" block

Go to the magenta Sound section and connect a "play sound meow until done" block underneath the "change size by 10" block. 

4. Make the size go back to normal

Go to the purple Looks section and connect a "change size by 10" block to the "play sound meow until done" block. If you want to undo the last change size, you can change the 10 to a -10.