Use the left and right arrow keys to help the butterfly escape the hungry frog! 1. When the green flag is pressed, make the butterfly go to (-60, 0) and the frog go to (-170, 0). 2. Next, the frog should say “I’m hungry”, “Ooh, a butterfly!”, and “I’m coming to get you!” for two seconds each. 3. After the frog broadcasts, it should start moving a random number of steps from 0 to 3 for the rest of the game. To make the game harder, you can increase the number of steps! 4. Let’s help the butterfly escape! When it receives that the game has started, use the “wait until” block to make it move forward 5 steps when the user alternates between clicking the left and right key. 5. You might be able to cheat and hold down both keys, so think about how you could use complex conditionals to fix this! 6. If the butterfly is touching the frog, make it stop the other scripts, broadcast that you lost the game, and then hide (that means we need to show it at the beginning). 7. If the butterfly touches the dark purple tree on the other side of the screen, make it broadcast that you won the game and glide off the screen. 8. When the frog receives these win and lose broadcasts, make it stop the other scripts and respond accordingly to its meal!