I’m building out the basic code for a timer that does 2 things:
[LIST]
[]Counts down “bonus points” – 10th of the total milliseconds in the timer
[]Count down seconds and tenths of seconds
[/LIST]
The bonus points will tick down along with the time – this is part of a larger quiz interactive project that I’m putting together.
I can’t quite figure out the following (my math is bad, I think):
[LIST]
[]Why can’t the setInterval fire off in 1 millisecond increments? Is it too fast for the Flash Player to handle?
[]What’s wrong with my math for the milliseconds on the time? I’d like to ONLY show 10ths of a second instead of thousandths.
[/LIST]
The file is attached. Feel free to use it for whatever, if you like. I just need some input on the issues above.
Thanks,
IronChefMorimoto