I've been googling for hours upon end with no luck as of yet. I'm trying to make a simple countdown script and have it be reflected in a draw (the numbers keep writing over themselves right now). Here is my script so far; does anyone have any clue what I've screwed up?
Thanks in advance
int c; //time int cmin; int csec; int cmil; int climit = 1; int secs = 20; //Time in seconds PFont arial6; PFont freeSans; int seconds;