just lines of code. Press "," to add code HOLD "D" then press "," to delete ALL code. Press "." (full stop if you can't see) to start/stop code. CODES: onkey(#) detects if the key "#" is pressed. if pressed, runs the code below. move.right(#) moves to the right "#" pixels. if "#" is negative, it moves to the left. move.up(#) moves up "#" pixels. if "#" is negative, it moves down. key.end ends the "onkey" function. pendown pretty self explanatory... right? penup pretty self explanatory... right? pen.erase pretty self explanatory. setpensize SELF EXPLANATORY