Here is the rub. It does work, but not with Authorware or Director's old MX FlashAsset (DLL/Xtra).
I have to incrementally step the back the FLA to use the Flash MX2004 to get a SWF output that will work.
I am starting the process of building a Director 11.5 platform for my new UI. It doesn't fix the my need to replace the timer code in old movies I have to touch and rework (adding a new language or just making a correction).
This is why I need to try something different. I need to apply something like onEnterFrame() to the main timeline.
Any ideas? Otherwise I will have hundreds of timers to replace with additional frames and code.
Thanks again,
Jim
onEnterFrame wasn't introduced until FP6 (MX), but if you can't get setInterval to work, or even getTimer, which is even older, then what are the chances that it will work? You might get away with having a two framed movieclip that counts out frame changes, but as I said, relying on timeline FPS probably won't be very accurate. If you are stuck using such old versions of other software, you might be stuck doing whatever it is you are trying to do whatever hard way you think might work.