[javascript-dev] setInterval
jasch
j at jasch.ch
Thu Mar 6 05:02:18 MST 2008
- Previous message: [javascript-dev] Tasks and String manipulations
- Next message: [javascript-dev] setInterval
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: [javascript-dev] Tasks and String manipulations
- Next message: [javascript-dev] setInterval
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
