you can move the sprite forward by the specified number of step by using the dash block
Answers
Answered by
3
Answer:
The move () steps block is a stack block and a Motion 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.
The block was known as "forward ()" in Scratch 0.1 before being renamed to "move () steps" in Scratch 0.3.
Similar questions