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 59: Line 59:
     this.extPlay = function(){
     this.extPlay = function(){
         if(!this.isActive){
         if(!this.isActive){
         this.Timer.play();
         $timer2.play();
         }
         }
     }
     }
Line 65: Line 65:
         currentTime = 30000;
         currentTime = 30000;
         if(!this.isActive){
         if(!this.isActive){
         this.extPlay().once();
         $timer2.play().once();
         }
         }
         window.Obj1.extPlay();
         window.Obj1.extPlay();

Revision as of 18:40, 22 April 2014