HELP?! I don't know why this does not work :((((( mousePressed
in
Programming Questions
•
4 months ago
if ((mousePressed == true)&& (mouseX > 535) && (mouseX < 618) && (mouseY < 464) && (mouseY > 636)) {
fill (140, 197, 216); //sky color
rect(525, 455, 97, 175);
fill (140, 197, 216); //sky color
rect(525, 455, 97, 175);
}
HELP?! I don't know why this does not work :(((((
1