int xPos=0,yPos = 0; void setup() { fullScreen(); } void draw() { // draw() loops forever, until stopped background(204); if (mouseButton == LEFT) { fill(0,0,255); if (mouseX>xPos-50 && mouseXyPos-50 && mouseY