Skip to main content
August 23, 2007
Question

Change Frame Rate Dynamically

  • August 23, 2007
  • 1 reply
  • 227 views
Want to know if this is even possible I cant seem to find anything on this. Is it possible to have a button that increases or decreases the frame rate? Is there an action that controls frame rate? Or once it is set in the movie properties it is set?
This topic has been closed for replies.

1 reply

August 23, 2007
In case anyone was interested I found something that might work but it is AS3 specific it seems.

The new Stage Class allows for

stage.framerate=12;

so now just to link it something and see if it works

chao