Computer Science, asked by gautamkumar7320, 11 months ago

Which command let the sprites walk ?


Walk

Go

Move

Run

Answers

Answered by PlayerGuy
13
the command move lets the sprites walk in animation tools and programs.

hope it helps plz mark as brainliest
Answered by aditijaink283
0

Answer:

The answer to the given question is:

Move

Explanation:

Two blue motion blocks are placed after a yellow event listener block in the code. The event listener block notifies the sprite when to move, whereas the motion blocks start moving the sprite.

Any direction can be used with this motion. We can provide our sprite the capacity to travel in any direction by including more blocks similar to these. Let's write more scripts to enable our hedgehog to move in all four cardinal directions now that we can move to the right!

When various keys are pushed, the blocks start to run. For instance, when the up arrow key is hit, our character travels up, and when the down arrow key is pressed, our character moves down.

#SPJ2

Similar questions