Return to Home

Events

onStart{}("sprite");
onStop{}("sprite");
onClick{}("sprite");
always{}("sprite");
onKey("key"){}("sprite");

Messages

send("message")
onMessage("message"){}("sprite");

Sprites

sprite = (sprite("name")(x)(y)(size)(direction)(color))

Movements

move(10)
moveBack(10)
turn(15)
goto(x)(y)
direction( 90)
pointTo(something)
change(x)(y)
if(onEdge)then{ bounce() }

Looks

show()
hide()
say("hello!")
sayForSec("hello!")(sec);
think("hmm")
thinkForSec("hmm")(sec)
setSize(100)
changeSize(10)

Colors

swichColor(#C42)

Controls

if(condition)then{}
if(condition)then{}else{}
while(true){}
repeatUntil(condition){}
repeat(10){}
wait(1)
endAllScript()
(keyPress("space"))
Project Player