Sorry I am very new to Java Processing
This is the code I have so far:
int mouseClicks;
void mousePressed() {
if (mouseClicks== 20) {Circle(,)} else { mouseClicks = 0; }
Sorry I am very new to Java Processing
This is the code I have so far:
int mouseClicks;
void mousePressed() {
if (mouseClicks== 20) {Circle(,)} else { mouseClicks = 0; }