Click the flag and enter in some code.
I got the inspiration for this project in a book, but the code was in python, so I decided to make a port to scratch of it in IDLE style. You start at 0, 0 and at rotation 0. The syntax is simple 3 letter codes: CLR: Clears screen. PDN: Pen down. PUP: Pen up COL: Color in scratch RGB. SHD: Set shade. SZE: Set size. MOV: Move a number of steps. TRN: Turn right x amount of degrees. So a program to draw a square would be: CLR-PDN-MOV100-TRN90-MOV100-TRN90-MOV100-TRN90-MOV100-TRN90-PUP