Motion Blocks
move () steps
turn left () degrees
turn left (degrees) degrees
turn right () degrees
turn right (degrees) degrees
go to ()
go to (random position)
go to (random position v)
go to (mouse-pointer)
go to x: () y: ()
glide () secs to x: () y: ()
glide (secs) secs to x: (x) y: (y)
glide () secs to ()
glide (secs) secs to (sprite v)
glide () secs to (random position)
glide_to_random_position secs;
glide (secs) secs to (random position v)
glide () secs to (mouse-pointer)
glide_to_mouse_pointer secs;
glide (secs) secs to (mouse-pointer v)
point in direction ()
point_in_direction direction;
point in direction (direction)
point towards (mouse-pointer)
point_towards_mouse_pointer;
point towards (mouse-pointer v)
point towards (random direction)
point_towards_random_direction;
point towards (random direction v)
point towards ()
change x by ()
set x to ()
change y by ()
set y to ()
if on edge, bounce
set rotation style [left-right]
set_rotation_style_left_right;
set rotation style [left-right v]
set rotation style [don't rotate]
set_rotation_style_do_not_rotate;
set rotation style [don't rotate v]
set rotation style [all around]
set_rotation_style_all_around;
set rotation style [all around v]