Changes

Jump to navigation Jump to search

timer.start

174 bytes added, 19:45, 7 January 2012
no edit summary
Line 1: Line 1:  
timer.'''start''' is a function that is part of the [[:Category:timer|timer]] functions.
 
timer.'''start''' is a function that is part of the [[:Category:timer|timer]] functions.
   −
Starts the timer with the given period in seconds.<br />
+
This fucntion starts the timer with the given period in seconds.<br />
 +
This means that the this function fires the [[on.timer]]() event (that you have to define with a function in your code) will be called every x seconds, according to the period given in the parameter.<br />
 
If the timer is already running when this routine is called, the timer is reset to the new period.
 
If the timer is already running when this routine is called, the timer is reset to the new period.
   −
This function fires the [[on.timer]]() event.
      
<br />
 
<br />

Navigation menu