Computer Science, asked by sonali1729, 1 month ago

in scratch programming blocks could be ________ together.​

Answers

Answered by arthkunder33
1

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.

Similar questions