>> FIRST OF ALL... > Play this project in turbo mode (shift+green flag). >> WHEN YOU START THE PROJECT... > You'll see some vaiables, and that's it. >> WHAT DO I HAVE TO DO? > Press SPACE to see some nice patterns. The upper variables will change. If you think: hey, that's a pretty nice pattern, note the variables (or post them in the comments!) >> WHAT ARE THE VARIABLES? > Above, from left to right: Started X position, Started Y position, Started direction. > Under: Color, to change the speed of the color changing. And Size, to change the pen size. >> LOAD A CODE > Press L and fill in the right numbers. > Press G to play with the variables you see. >> STOP AND CLEAR > Press S to stop the pattern-making script. > Press C to clear. >> HIDE AND SHOW VARIABLES > Press DOWN ARROW to hide variables. > Press UP ARROW to show variables. >> NICE CODES: > These codes are in order: X, Y, Direction, Color, Size > -91, 31, 127, 1, 1 > -105, 72, 28, 2, 1 or -105, 72, 28, 1, 6