Flash ActionScript (AS3) 3.0 Making a Variable Speed MovieClip
I needed to make a MovieClip run potentially at different frame rates. This is pretty easy to do, but I figured others might want example code, so I’m posting it here. I noticed over at StackOverflow, people were suggesting using the Timer class, but I think an ENTER_FRAME solution is better, especially for trying to… Read More »