Making a Timer out of a Label
Hi, I am writing a game and want to know how I would make a timer that counts in seconds and minutes (i.e. 5:55 = 5 min 55 sec, counts down from 55 sec, starts back at 60 and lowers minutes by 1) out of a label in a view-based application. I need it for 3 minutes, but if necessary I can convert that into seconds. Thanks ahead of time.
|