What is the function of the 'Move 10 steps' command block?
Answers
Answered by
1
Answer:
Move 10 steps in blockly means move 10 pixels ahead.
Pixel is a very short distance measured while coding in blockly as well as to measure length of a picture.
Please mark as brainliest.
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
Similar questions