Visual Timer

juggernot

Well-known member
Joined
Sep 28, 2006
Messages
173
Programming Experience
Beginner
-How do I create a visible Timer? One that the user can see counting down? Also, how do I get a timer to reset once a button is pressed?
K, Does anyone know how to make a timer that the user can see? I've been told that it involves a label somehow, but that's the extent of my knowledge.
 
Last edited by a moderator:
Why not just set seconds to 60, and if it reaches 0, then run the answer check code... No need for 2 timers (IIRC the system only has a limited number of timers available, so you should minimise the number you use)
 
Back
Top