Flash Question
Flash Question
Out of context: Reply #6
- Started
- Last post
- 6 Responses
- chrisRG0
you can try to work around it with the Timer class in AS3 or setInterval in AS2, look the functions and u'll get the idea
function newFPS( clip:MovieClip ){
clip.gotoAndStop(clip.nextFrame...
}var n:Number = setInterval((1000 / 30), newFPS, yourMovieClip);