I get an unexpected token: boolean when I try to run it. Can someone tell me what I'm doing wrong? I am super new to programming so I'm sure there's a lot wrong with it. Any help is much appreciated!
I am getting an unexpected token: void error for line 72:
void mousePressed() {
and I can't figure out why! I'm not missing any semicolons and I don't have any extra or missing curly braces. It's a super simple program, I'm sure the problem will be obvious to anyone with more experience than me