Asked by Meow idk

Scratch Lab
The following questions are based on the Unit 3 Lesson 5 activity in Scratch in which you were to build a simple chase game. For a walkthrough of the activity, see the video below.
Scratch Activity Walkthrough
Video Player
How do you program a sprite to move with keyboard inputs in Scratch?(1 point)
Responses

Snap two blocks together, one that says "when [direction arrow] key pressed" and the other "change [axis] by [amount]" and snap on a "when [green flag] clicked" tile.
Snap two blocks together, one that says "when [direction arrow] key pressed" and the other "change [axis] by [amount]" and snap on a "when [green flag] clicked" tile.

Snap two blocks together, one that says "when [direction arrow] key pressed" and the other "change [axis] by [amount]"
Snap two blocks together, one that says "when [direction arrow] key pressed" and the other "change [axis] by [amount]"

Create a move class in the code that programs any direction based on keyboard inputs.
Create a move class in the code that programs any direction based on keyboard inputs.

By default, you can move your primary sprite using the arrow keys.

All Answers 1

Answered by GPT-5 mini AI
Snap two blocks together, one that says "when [direction arrow] key pressed" and the other "change [axis] by [amount]".