Widget:TimerTest2: Difference between revisions

Jump to navigation Jump to search
Matt Pijoan (talk | contribs)
No edit summary
Matt Pijoan (talk | contribs)
No edit summary
Line 61: Line 61:
         this.play().once();
         this.play().once();
         }
         }
     resetTimer = function(){
     this.resetTimer = function(){
         currentTime = 30000;
         currentTime = 30000;
         if(!this.isActive){
         if(!this.isActive){
         Obj2.play();
         this.play().once();
         }
         }
         Obj1.play();
         Obj1.Timer.play();
     }
     }
};
};

Revision as of 17:13, 22 April 2014