move () steps: Moves the sprite forward the specified number of steps
turn () degrees: Turns the sprite clockwise the specified degrees
turn left () degrees (counterclockwise): Turns the sprite counterclockwise the specified degrees
go to (): Moves the sprite to a random position, the mouse-pointer position, or the position of another sprite
go to x: () y: (): Moves the sprite to the specified position (x,y) of the stage
glide () secs to (): Moves the sprite to a random position, the mouse-pointer position, or the position of another sprite in the specified period of time
glide () secs to x: () y: (): Moves the sprite to the specified position (x,y) of the stage in the specified period of time
point in direction (): Makes the sprite face the specified direction
point towards (): Makes the sprite face the mouse pointer or another sprite