how to start coding: press "space" to start then enter one of the codes (all the codes will be in the credits) press “up arrow” and copy the then click “left arrow” code then press “down arrow” to paste the code Press “b” to start the code
codes: click "=" to indicate that there is no value "set x [number]" = set the x of the pen to [number] "set y [number]" = set the y of the pen to [number] "set size [number]" = set the size of the pen to [number] "set up =" = to set the pen up "set down =" = to set the pen down "change x [number]" = change the x of the pen by [number] "change y [number]" = change the y of the pen by [number] "change size [number]" = change the size of the pen by [number] "erase = =" = erase all "wait = [number]" = wait for [number] seconds and continue