Today we are going to start to learn how to make our own games and animations.
Open Scratch
In the program, to the left you see a bunch of blocks that look like legos. These are what you will use to tell the computer what to do with different sprites.
The buttons at the top are block categories.

In the middle, we have 3 tabs - scripts, costumes, and sounds.
A picture is displayed at the top letting us know which sprite we are programming. Always names your sprites.

Assignment - Animation
1. Click Control

2. Drag the block named "When Space Key Pressed" to the Scripts area.

3. Click the arrow beside "Space" and choose "Right Arrow."

4. Click Looks
5. Drag in "Switch to costume" and attach it to the previous block.
6. Change the option "costume 1" to "costume 2."
7. Click Motion
8. Drag in "Move 10 Steps" and attach it to the previous blocks.
9. Change it to 20.
10. Click Control.
11. Drag in "Wait 1 second" and attach it to the previous blocks.
12. Change "1" to ".1"
13. Drag in "Switch to costume" and attach it to the previous block.
At the end it should look like this:

Bonus: Make it so when you push the left arrow, the character move left.
Hint: Try using a negative (-) in front of your number.
Once you are done, play around in the program and see what other things you can do.