1. Make the cat follow the user's mouse around the screen (Hint: use the Go To block and what kind of a loop?) 2. When the cat is touching yellow, make it say "I'm touching yellow!" 3. When the cat is touching red, make it say "I'm touching red!" 4. If the cat touches the green, make the whole script stop. 5. Can you automate it so the cat just bounces around the screen forever, without the user needing to drag it around?