PDA

View Full Version : setInterval problem


tgril
04-21-2006, 11:24 PM
How to solve delay problem with setInterval method when using small intervals (for instance, 20ms). I read that it works good only if interval is bigger than 170ms.
Or is there any other way to call function periodicaly in some very small period?

Thanks

MichaelxxOA
04-22-2006, 12:03 AM
This should be moved to the Actionscript forum, by one of the mods/admins.

Your only option is setInterval, or setTimeout, but setTimeout just calls a function once.

_Michael