Gfk showed me how to do a simple timer that counts down from 60 or whaterver number, and I have been trying to figure out how to make a timer that counts up. Heres the timer that goes down:
I have tried to make it go up, but then it just turned in to something like: 7634 and went up from there. How do you make it go up from 0?
Alarm% = MilliSecs() + 60000 while not keyhit(1) Text 347,565, ((Alarm-MilliSecs())/1000) wend
I have tried to make it go up, but then it just turned in to something like: 7634 and went up from there. How do you make it go up from 0?