Before talking to my problem, I'm Korean. So There were many wrong sentences.. But please help me. :)
This is my code :
My aim is executing two sentences totally separately.
line 4, 5 must be executed continuously. But Compiler read my code line by line.. How can I solve my ploblem. I wish my problem become solved. :)
-
int count;void setup(){size(150, 150);smooth();count = 1;}
void draw(){background(128); // 1.rect(0,0,100,100); // 2.delay(5000); //3println("it must be written continuously,no delay : " + count); //4count++; //5}
1