Project 108: Living Comic

6. Add some motion effects

Can you try making the sprites move around to make your story look more alive?
Starting point file for this challenge

Your goal

Steps

1. Add a "when green flag clicked" block

This is going to be a new chunk of code that will just have a 2 motion blocks on it. 

2. Set your character's starting position and angle

If your characters position or angle changes later in the story, it should still start at the same position or angle in the beginning.

Grab 2 dark blue motion blocks: "go to x__ and y__" and "set direction ___" and add them to your new green flag. 

The values in here don't need to change for now. 

3. Test it out!

Click the green flag to test the game. Do you see any points in your story that might be cooler with some movement? 

4. Add a motion block

Find a place in your story where you might want to have the character move. 

Scroll through the dark blue motion blocks, and find one that looks interesting to you, and pop it in your code.

5. Test it out!

See what the blue motion block you picked does. 

If you don't like the effect, you can switch it with a different block.

6. Test it out with a repeat block

Try putting a "repeat ___" around the blue motion block, and see what happens. If you don't like this effect, you can remove it.