In this add-on, you will animate a character
to go with your studio logo.
First, add new costumes to the Studio Logo sprite.
Next, create another clone.
Duplicate the if loop.
And change the value to the new costume.
Delete the code inside.
Test it to make sure the clones appear.
Set the size and starting location of your sprite.
To change the size, use the Costume Editor.
Otherwise, all of the other costumes shrink as well.
To set the starting location,
you may have to show the sprite.
To make the new character animate,
use a repeat loop inside of the newest if statement.
Use Switch costume and Wait blocks to animate the character.
If you have a more complex animation,
consider building functions like you did
in the Android Story project.
Test your code.
Remember to keep the animation short
to fit with your studio logo animation.
Now it's your turn.
Add a new character to the studio logo.
Then, animate the character with multiple costumes.