Thread
:
Countdown Timer
View Single Post
#
22
12-07-2011, 05:27 PM
callimuc
ジ
Join Date: Nov 2010
Location: Germany
Posts: 1,015
Maybe itīs just me, but why not use this check?
PHP Code:
function
onTimeout
() {
if (
this
.
secondsleft
<=
0
) {
//stuff
}
settimer
(
1
);
}
__________________
MEEP!
callimuc
View Public Profile
View GraalOnline Profile
Find all posts by callimuc