Create clones that draw crazy color strokes! 1. Have the pencil sprite clone itself continuously 2. When the sprite starts as a clone, send it to a random start location 3. Have the sprite choose a random pen size, pen color 4. Draw a brush stroke by gliding to a random end location 5. Delete the clone once it's done drawing See background 2 for an example of how the end result should look!