Youngwon, 4th grade, 2/28/12
Welcome to the Scratch tutorial. Here, you will learn about controlling the sprite with the arrow keys. You will have to copy the
scripts by clicking for at least about 4 or three seconds. After you do that, all you have to do is follow the steps by
changing the numbers. There are pictures below.
Here is a plain Scratch project.
Now this is the project with 3 blocks which are:
when left arrow key pressed: Control section
move 10 steps: Motion section
point in direction -90: Motion section
Now drag these into the the scripts not connected with the other scripts but connect these.
Now this is the project with 6 blocks which are:
when down arrow key pressed: Control section
move 10 steps: Motion section
point in direction 180: Motion section
Now drag these into the the scripts not connected with the other scripts connect these
Now this is the project with 12 blocks which are:
when right arrow key pressed: Control section
move 10 steps: Motion section
point in direction 90: Motion section
Now drag these into the the scripts not connected with the others scripts but connect these
Now this is the project with 18 blocks which are:
when up arrow key pressed: Control section
move 10 steps: Motion section
point in direction 0: Motion section
Now drag these into the the scripts not connected with the other scripts but connect these.
Now all you have to do is use the arrow keys to move the sprite around with the arrow keys.Have fun!