I wrotesome codefor more thantwo hoursand at one pointthe compilerto crashthenbecameall black, I wish I couldget the codebut Ido not know ifthe compilerdoa backup.If sohowto retrievethe code.
I am trying to write a countdown that will be displayed and will stop when the minute and the second will be worth zero.
I had looked on the forum but I still can not solve the problem.
here is the code I've done but when I use WHILE loop so that the countdown stops when the minute and seconds worth
Zero, nothing appears on the screen.
the while loop is in comment
What can I do?
int time; //time int minutes; int seconds; int timeLimit = 1; //1 min countdown boolean stopped = false; void setup(){ size(600,600); background(0); PFont font = loadFont("NiagaraSolid-Reg-48.vlw"); textFont(font,55); }
I would like towrite codethat will allow meto specify exactlythe differentarea orclick.In factI'd liketoclickonthespecific locationof the window. Thank youfor yourhelp
I would like towrite codethat will allow meto specify exactlythe differentarea orclick.In factI'd liketoclickonthespecific locationof the window. Thank youfor yourhelp.