XML Feeds

.

[javascript-dev] setInterval

jasch   j at jasch.ch
Thu Mar 6 05:02:18 MST 2008


hello garth,

use a task: this is from the Javascript in Max.pdf on page 33 and  
especially 35 ff..

<quote>
Task Methods
repeat (number, initialdelay)
Repeat a task function. The optional number argument specifies the  
number of
repetitions. If the argument is not present or is negative, the task  
repeats until it is
cancelled. The optional initialdelay argument sets the delay in  
milliseconds until
the first iteration.
</quote>


hth

/*j


More information about the javascript-dev mailing list