Computer Science, asked by garvsoni2010, 3 months ago

Topic:- Scratch
1. Which command will turn the Sprite?​

Answers

Answered by vihaans150208
2

Answer:

Select the player 1 sprite and create events for the left and right arrow keys.

Add two "turn" blocks to make the sprite turn left and right.

Make the player 1 sprite turn smoothly by adding a "repeat until" block, a "not" block, and a "key pressed" block to each "turn" stack.

Explanation:

Similar questions