sety()

The function sets its sprite's Y (up and down) position to the specified amount.

changey()

The function moves its sprite's Y position by the specified amount.

setx()

The function changes the selected sprite's X position to a specified value.

changex()

The function moves its sprite costume center's X position by the specified amount.

pointto()

The block points its sprite towards the mouse-pointer. This changes the sprite's direction and rotates the sprite.

setdirection()

The function points its sprite in the specified direction; this 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.

Get in Touch!