Let's make this dragonfly more interesting by having it react to our keyboard and mouse! 1. When the green flag is clicked, make the dragonfly go to a random spot on the stage. 2. When the arrow keys are pressed, make the dragonfly move 20 steps in that direction. 3. When the dragonfly is clicked, make it change its color. 4. When the space bar is pressed, make the dragonfly make a popping sound. 5. When 1 is pressed, make the dragonfly "pop" and then go to a random position. 6. When 2 is pressed, make the dragonfly say something ("Buzzzz", for example). 7. When 3 is pressed, make the background change. Challenge: can you add another sprite that moves around using the WASD keys?