Computer Science, asked by amaan2437, 3 months ago

Write a program to make the sprite move for 50 steps backward and turn the sprite 60 degree clock wise.

Answers

Answered by ritika123489
3

Answer:

Click events and select the when key pressed block for both blocks. Change the drop-down to the left arrow key for the left movement, and the right arrow key for the right movement. Now test your code. The sprite now moves left and right with the arrows keys and jumps when the up arrow is pressed.

Similar questions