Payson
Period 7
Lab #2
Create your own sprite that contains your name. You need to animate it using multiple costumes
My solution involved me having my name be a sprite and change the costume I created which was just a different font.
Try the following loop structures. Which will result in the sprite moving 100 steps? Think about WHY this is happening.
My solution was simple math. If your sprite moves 1 step 10 times and repeats this 10 times then your sprite will move 100 steps so that is the obvious answer. The other choices moved incorrect distances.
Create an animation containing two sprites. The first sprite should animate until a given event (i.e. touching the edge, touching a sprite, a key is pressed…). After the event occurs, the first sprite should broadcast a message that triggers the animation for the second sprite. For added difficulty have the sprites only show up during their animation, have the stage change and have some music play.
When you pressed space, music played, one sprite danced in place and changed the background. When it finished it said "Your turn! and hide. The other sprite now was shown, danced, and the background changed.
(Press Space)
Click HERE to return to my Scratch Labs.