30.03.2011, 14:07
Claro, SetTimer es para ejecutar un callback tantas veces como se te cante.
SetTimer
Sets a timer to call a function after some time.
SetTimer
Sets a timer to call a function after some time.
Parameters: (funcname[], interval, repeating)
funcname[] -> Name of the function to call as a string. Needs to be a public!
interval -> Interval in milliseconds.
repeating -> Boolean if the timer should occur repeatedly or only once