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
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