Akanik
11-24-2007, 08:04 PM
Hello all,
I have discovered to my dismay that the Timer class in Actionscript 3 inaccurately triggers events at very small intervals. I'm triggering events at 150 milliseconds and lower for a sample sequencing application.
Is there any way to integrate an accurate timer for my events?
The Timer is inaccurate enough at 150 milliseconds to be audible and I'm hoping there is another implementation for timing, otherwise the application is relatively useless. I have read that altering the FPS will yeild more or less accurate changes, but I was hoping for a concrete solution as the application's purpose is based on the timing accuracy of the events.
=(
Thanks in advance,
Nick
I have discovered to my dismay that the Timer class in Actionscript 3 inaccurately triggers events at very small intervals. I'm triggering events at 150 milliseconds and lower for a sample sequencing application.
Is there any way to integrate an accurate timer for my events?
The Timer is inaccurate enough at 150 milliseconds to be audible and I'm hoping there is another implementation for timing, otherwise the application is relatively useless. I have read that altering the FPS will yeild more or less accurate changes, but I was hoping for a concrete solution as the application's purpose is based on the timing accuracy of the events.
=(
Thanks in advance,
Nick