Thread: Countdown Timer
View Single Post
  #22  
Old 12-07-2011, 05:27 PM
callimuc callimuc is offline
callimuc's Avatar
Join Date: Nov 2010
Location: Germany
Posts: 1,015
callimuc is a splendid one to beholdcallimuc is a splendid one to beholdcallimuc is a splendid one to beholdcallimuc is a splendid one to beholdcallimuc is a splendid one to behold
Maybe itīs just me, but why not use this check?
PHP Code:
function onTimeout() {
  if (
this.secondsleft <= 0) {
    
//stuff
  
}
  
settimer(1);

__________________
MEEP!
Reply With Quote