Let's create some event listeners that help the beetle draw shapes! 1. When the arrow keys are pressed, make the beetle move 10 steps in that direction. 2. When the green flag is clicked, "reset" the drawing (erase the drawings and put the beetle back in the middle). 3. When the 1 key is pressed, make the beetle draw a square (hint: use the move and turn blocks!). 4. When the 2 key is pressed, make the beetle draw a triangle. 5. When the 3 key is pressed, make the beetle draw an arrow.