UNFINISHED, PROBABLY NEVER TO BE WORKED ON AGAIN. Ever wanted to learn text-based programming? Now you can, and easily! Simply type your code and run it! The green arrow the appears in the top right corner in the editor will run your code, and the X will stop it and return you to the editor. In the editor, a pink keyboard will appear in the lop left corner. Clicking it will allow you to type a line of code directly in an "ask" box. Use this if the editor is getting laggy. The yellow button in the bottom right will clear the code. You will find a list of commands in the editor. note that <x> and <y> are user inputs.
Commands: say(<x>) :: Says <x> say(<x>)for(<y>) :: Says <x> for <y> seconds think(<x>) :: Thinks <x> think(<x>)for(<y>) :: Thinks <x> for <y> seconds move(<x>) :: Moves <x> pixels turn(<x>) :: Turn clockwise <x> degrees wait(<x>) :: Waits <x> seconds movex(<x>) :: Moves the x position by <x> setx(<x>) :: sets the x position to <x> movey(<x>) :: Moves the y position by <x> sety(<x>) :: Sets the y position to <x> goto(<x>)(<y>) :: Goes to x:<x> y:<y> gotomouse :: Goes to the mouse point(<x>) :: Points in <x> direction pointmouse :: Points towards mouse show :: Shows turtle hide :: Hides turtle