Use the arrow keys to protect the chick from getting wet! 1. Program the umbrella so that it can be moved with the left and right arrow keys. 2. Program the chick to continuously move forward in little steps and bounce if it hits a wall. Also make the chick switch directions randomly, once every few steps. 3. Program the rain drop to create clones of itself continuously. 4. When a clone is created, it should fall from the sky. Think about what should happen when it touches the chick and when the clone should be deleted, and add these scenarios into your code. 5. Keep track of the number of times the chick got wet, and give the player 60 seconds to protect the chick as much as possible!