Basics
Script Execution
square 100 100 10
// render a square with width 100 height 100 and rounding of 10
if onclick (
// runs code only when the square is clicked
)
// continue your code somewhere elseThe Draw Cursor
goto 0 0
change_x 10
change_y -10Last updated