I've been searching the forums and everyone complains about how many countdown/timer questions are asked, yet I haven't found a thread which has been of any use.
I'm trying to implement a countdown which will begin, not at the start of the program, but later on (once int currentLevel = 3 to be precise). The countdown has to begin at 60 seconds and return a boolean once it finishes.
As I say, Im having no luck coding this on my own or through searching the forums so any advice, explanations, or examples would be greatly appreciated :)
I'm trying to implement a countdown which will begin, not at the start of the program, but later on (once int currentLevel = 3 to be precise). The countdown has to begin at 60 seconds and return a boolean once it finishes.
As I say, Im having no luck coding this on my own or through searching the forums so any advice, explanations, or examples would be greatly appreciated :)
1