Let’s use X and Y coordinates to check which part of the screen we are in! 1. Take a look at the backdrop. Do you see how it is divided into four parts with gray lines? 2. Start by making Scratch the Cat go to your mouse pointer forever when the green flag is clicked. 3. Using an if statement and operator blocks, make Scratch say “I’m in the top right!” when both the X and Y coordinates are greater than 0. 4. Think about what the X and Y coordinates need to be so that Scratch will also say “I’m in the top left!”, “I’m in the bottom right!”, and “I’m in the bottom left!” when he is on those parts of the screen. Program it!