What is the use of motion block in scratch
Answers
Answer:
Motion blocks is one of the ten categories of Scratch blocks. They are color-coded medium-blue and are used to control a sprite's movement. They are available only for sprites.
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.
To Know More:
https://brainly.in/question/15110753
All the blocks of scratch programming acc. to 9 class
https://brainly.in/question/13719833
Why scratch is called block orginate programming language?