Programming Challenge: Create a program that makes the dot change depending on where it is on the screen. Constraints: 1. When the green flag is pressed, the dot will continually follow the mouse pointer. 2. When the dot is only touching the gold, it should be green. 3. When the dot is touching only the red, it should be blue. 4. If it is touching both the red and gold, the dot is black.