int rectX, rectY; // Position of square button
int circleX, circleY; // Position of circle button
int triangX, triangY; // Position of triangle button
int rectSize = 50; // Diameter of rect
int circleSize = 53; // Diameter of circle
int triangleSize = 53; // Diameter of triangle
color rectColor, circleColor,triangColour, baseColor;
color rectHighlight, circleHighlight, colour triangHighLight;
color currentColor;
boolean rectOver = false;
boolean circleOver = false;
boolean triangOver = false;