What is the use of Motion Block in Scratch
Answers
Answer:
The block moves its sprite forward the specified amount of steps in the direction it is facing. A step is equal to one pixel length. The block actually uses Trigonometry to move in the proper direction, as that is how a computer handles it.
Answer:
Motion block for "movements"
Explanation:
I explain here in detail about motion block
Motion block controls the movement of sprite. It almost have all the instruction related to movement such as to move the sprite to another location, turn the sprite, to rotate the sprite, etc.
I am listing down certain instructions pertaining to motion block to understand better
Move (10) steps : Will move the sprite with specified number of steps.
Turn () degrees: Tuns the sprite to left / right to specified degrees
goto: Enables the sprite to go to particular x and y position
glide () to (): glide will move the sprite smoothly to the specified location within specified number of seconds.