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 1: “Events”->select block “When [up arrow] key is pressed” “Motion”->select block “change y by 10” Repeat, but with “change y by -10” to go down. Explain xy coordinates to Ninjas The cat can be moved even if the [Green Flag] has not been clicked; why is that?