So, through my googling/searching, all I've found is a countdown clock. What I'm looking for is a timer that goes UP, not DOWN.
I know its a slightly complicated request, but... I know that 30 steps=1 second. Beyond that, I'm not sure what to do.
If you could make the script format itself in minutes:seconds:milliseconds, that would be GREAT.
Cheers,
Sir.
Timer
Started by Sir, Aug 13 2012 02:49 AM
1 reply to this topic
#1
Posted 13 August 2012 - 02:49 AM
#2
Posted 13 August 2012 - 03:28 AM
So, through my googling/searching, all I've found is a countdown clock. What I'm looking for is a timer that goes UP, not DOWN.
I know its a slightly complicated request, but... I know that 30 steps=1 second. Beyond that, I'm not sure what to do.
If you could make the script format itself in minutes:seconds:milliseconds, that would be GREAT.
Cheers,
Sir.
No offense, but next time think through this logically. 60 seconds in a minute, etc.
Super easy.
seconds = round(time / room_speed);
minutes = round((time / room_speed) / 60);
hours = round(((time / room_speed) / 60) / 60);
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users











