I’ve just got my lazy *** to read about AS3.
It’s going smooth with some bumps.
Here is my problem:
In AS2 i used to write functions to, for an example, fade in a movieclip.
I’d do this with setIntervals() and updateAfterEvent() to make the fade NOT depending on the framerate of the movie.
Now in AS3 updateAfterEvent() doesnt work the same way i’ve noticed.
Any suggestions to make the function run really smoothly even though if the FPS would be set to 1 etc.?