This crab is starving! Use the arrow keys to help him eat the cheesy puffs. 1. Start by making the crab move left and right using the arrow keys. 2. Now, let’s work on the cheesy puffs. Move the sprite to a random location at the top of the screen when the green flag is pressed. (Hint: You'll need to combine the "go to" block with the "pick random" block, using your knowledge of X and Y coordinates.) 3. Make the cheesy puffs fall down on the screen forever. The faster they fall, the harder the game is! 4. When the cheesy puffs are close to the bottom of the screen, make them go back to a random position at the top of the screen. 5. Create a variable to keep track of how many cheesy puffs the crab has eaten. Make sure to set it to zero when the green flag is pressed, and increase the score by one when the crab touches the cheesy puffs. 6. Add costume changes and sound effects so that it looks like the crab is eating!