pointto() The block points its sprite towards the mouse-pointer. This changes the sprite's direction and rotates the sprite.
gotoxy() The function sets its sprite's X and Y position to the specified value. This block has no animation in its movement — it is the simplest way to move…
goto() The function sets its sprite's X and Y position to that of the mouse-pointer or another sprite — in other words, it moves the sprite to a random pos…
left() The function turns the sprite by the specified amount of degrees counter-clockwise. This changes the direction the sprite is facing.
right() The function turns the sprite by the specified amount of degrees clockwise. This changes the direction the sprite is facing.