Motion

move (10) steps
turn cw (15) degrees
turn ccw (15) degrees
go to [mouse-pointer v]
glide (1) secs to [random position v]
point in direction (90)
change x by (10)
set x to (0)
change y by (10)
set y to (0)
if on edge, bounce
set rotation style [left-right v]

Looks

say [Hello!] for (2) seconds
say [Hello!]
think [Hmm...] for (2) seconds
think [Hmm...]
switch costume to [costume1 v]
next costume
change size by (10)
set size to (100)%
change [color v] effect by (25)
set [ghost v] effect to (50)
clear graphic effects
show
hide

Sound

start sound [pop v]
play sound [meow v] until done
stop all sounds
change pitch effect by (10)
set volume to (100)%

Events

when flag clicked
when [space v] key pressed
when this sprite clicked
broadcast [message1 v]
when I receive [message1 v]

Control

wait (1) seconds
repeat (10)
forever
if <> then
if <> then else
wait until <>
repeat until <>
stop [all v]

Sensing

touching [mouse-pointer v]
touching color [#4cbf56]
distance to [mouse-pointer v]
ask [What's your name?] and wait
key [space v] pressed?
mouse down?
mouse x
mouse y

Operators

(10 + 5)
(10 - 5)
(10 * 5)
(10 / 5)
pick random (1) to (10)
<(5) > (3)>
<(5) = (5)>
<(5) < (10)>
<(true) and (false)>
<(true) or (false)>
not <(false)>

Variables

set [my variable v] to (0)
change [my variable v] by (1)
show variable [my variable v]
hide variable [my variable v]