mousePressed() function

You wrote:

 showCircle=1;   // OR +=1;   ???
//nested loop
if(showCircle>1){

But without the + sign the if clause with > will never become true.

Or am I missing something?

Regards, Chrisir

2 Likes