Press the [Arrow] keys on your keyboard to make the cat move left, right, up and down.
Challenge no 2: So now you know how to make your sprite move left and right—but can you make it go up and down? Option 2: “Events”->select block “When [up arrow] key is pressed” “Motion”->select block “point in direction 0” “Motion”->select block “move 10 steps” Repeat, but with “point in direction 180” In this case, instead of setting the left arrow key to move -10 steps, you can set it to point in direction -90 and move +10 steps. Explain degrees to Ninjas. Get them to experiment with what happens when they set the rotation style to “left-right” as opposed to all around—this will make the sprite face the direction it moves. The cat can be moved even if the [Green Flag] has not been clicked; why is that?