Difference between go to block and glide block in scratch
Answers
Answer:
The Glide Secs to X: Y: block is a Motion Block and a Stack Block.The block moves its sprite steadily to the specified X and Y position in the specified amount of seconds - this is like pointing the sprite in a direction and repeatedly using Move Steps, but with more precision.
Explanation:
Also, a glide can only be interrupted by a stopping scripts block, and the If on Edge, Bounce block will fail to work its intended function while a sprite is gliding.
..The Glide () Secs to () block is a Motion Block and a Stack Block that was introduced in Scratch 3.0. The block moves its sprite at a steady pace to the specified sprite or the mouse-pointer from a drop-down - this is similar to the sprite in a direction and repeatedly using Move () Steps, but with more precision.