Change fps in runtime

Heya!

Is possible to change fps in runtime ???

thks

No. You can however simulate it using nextframe, prevframe and setInterval. Junioronline has such a script: http://downloads.junioronline.us/details.php?section=3&item=1

you can ‘hack’ it in a way by loading in an external swf at the desired fps with a streamed sound.

The stream sound will force the fps to match the frame rate set for the movie it was added in.

So if you have your main movie at 24 fps and load in a movie with a streamed soundat 12 fps, your main movie will drop to 12 to match the sound.

thks :smiley: