Project 562: Intro to Scratch

3. Make the cat move left

Make the cat move left when you press the left arrow key, just like you did with the right arrow key. 
This challenge doesn't have a starting point

Your goal

Steps

1. Add a "when left key pressed" event

Drag in a "when left key pressed" event block from the yellow Events category. You'll need to change the key from "space" to "left key".

2. Connect a "move -10 steps" block

First, drag in a blue "move 10 steps" block and connect it to the "when left key pressed" event. Right now, it moves the cat 10 steps in the direction it's facing. We want to move it in the opposite direction, so change the 10 steps to -10 steps.