A W.I.P. for a programming language I intend to enter in a contest. Click "Create Script" to create a script. Before the script can be run, you must compile it by clicking "Compile". To run the compiled script, click "Switch to Play Mode" and then "Play". To switch back, click "Switch to Edit Mode". The syntax is as follows: clear() stamp() pen(down/up) setPenSize(number) setPenShade(number) setPenColor(number) turnBy(number) moveSteps(number) setDirection(number) setX(number) setY(number) Just a practice for text programming. :) Update! v1.1 Now you can add comments by putting //text, and you can edit scripts! Simply hit Edit Script and type in done() when you are done!