1. When the green flag is clicked, start the cat at 0,0. Make the cat travel to these locations automatically when the green flag is clicked, in order and wait for 1 second in between each: - Top right corner - Top left corner - Bottom left corner - Bottom right corner 2. When the space bar is clicked, start the cat at 0,0. Make the cat travel to these coordinates automatically when the space bar is clicked, holding a pen and drawing: (100, 100) (100, -100) (-100, -100) (-100, 100)