Computer Science, asked by ahmad18210, 8 months ago

Move 10 steps command can be found under the....... Block.?



Answers

Answered by Anonymous
9

Answer:

The Move () Steps block is a Motion block and a Stack block. The block moves its sprite forward the specified amount of steps in the direction it is facing. A step is equal to a one-pixel length. The Default Value is 10 and can be replaced by any number. The block actually uses Trigonometry to move in the proper direction, as this is how a computer handles it.

Example Uses

Instead of using complicated scripts with the Change X by () block and the Change Y by () block, this block can be easily used to move a sprite forward.

Some common uses for the Move () Steps block:

Answered by Anonymous
20

Answer:

here is your answer:-

move 10 steps command can be found under the move() steps block.

Similar questions