I made a little coding project. There are only a few commands at the moment: -New (starts a new program) -Run (Run the program) -Move (Moves a certain number of steps, specified by the user) -Turn (Turns a certain number of steps, specified by the user. Note: It will automatically turn clockwise, to go counter-clockwise, use negitive numbers.) -Pen down (Starts tracing with the pen) -Pen up (Stops tracing with the pen) -Clear (Clear all pen marks) If you enter a command wrong, no worries, it will be skipped when the code is run. Have fun ordering the starfish around the screen! I personally find it fun to try to make the starfish draw geometric figures! Try to make a star! I fixed the code so now you can specify the movement of the sprite before the program is run. Enjoy!