Create a program with 3 buttons (rectangles) on the screen Make the 'buttons' use variables for their positions (button1x, button1y, button2x, etc) Using if statements have each button change colour when the mouse if over it Be sure to use either nested if statements or boolean math to make it work. Remember, mx and my are the coordinates of the mouse cursor and are already setup. PS- Be sure to comment your code and make your variable names meaningful, not just var1, var2...