Time countdown
#6

START: timecnt = 0, timestop = 300

every second:
PHP код:
timecnt++; // 1 2 3 4 ... 300
new timessektimesmin;
timesmin = ((timestop-timecnt)/60);
timessek = (timestop-(timecnt+(timesmin*60)));
format(buffer,sizeof buffer,"%02d:%02d",timesmin,timessek);
//show time
if(timecnt == timestop){
    
//The End
    
timecnt 0//reset

//edit: despite counting upwards, it shows the time down: 5:00 4:59 ... 0:00

Example:
https://www.youtube.com/watch?v=desa4vyIHGs
countup, time down
Reply


Messages In This Thread
Time countdown - by Fantje - 10.10.2015, 12:09
Re: Time countdown - by AbyssMorgan - 10.10.2015, 12:38
Re: Time countdown - by Fantje - 10.10.2015, 12:49
Re: Time countdown - by AbyssMorgan - 10.10.2015, 12:52
Re: Time countdown - by Fantje - 10.10.2015, 12:59
Re: Time countdown - by AbyssMorgan - 10.10.2015, 13:00
Re: Time countdown - by Fantje - 10.10.2015, 13:24
Re: Time countdown - by AbyssMorgan - 10.10.2015, 13:26
Re: Time countdown - by Fantje - 10.10.2015, 13:41
Re: Time countdown - by Fantje - 10.10.2015, 14:31

Forum Jump:


Users browsing this thread: 1 Guest(s)