This content has been marked as final.
Show 5 replies
-
1. Re: Is it possible to change fps during runtime? in Flash CS4 (AS3)
kglad Mar 16, 2010 10:28 AM (in response to Me2LoveIt2)yes (you can change fps using as3) and yes (it's recommended to conserve user cpu cycles) and yes (you could slow some code execution like enterframe loops).
check the frameRate property of the stage class.
-
2. Re: Is it possible to change fps during runtime? in Flash CS4 (AS3)
Ned Murphy Mar 16, 2010 10:27 AM (in response to Me2LoveIt2)You can use the stage.frameRate property to eadr or set the fps rate during run time. The only way to really pause code from executing is to build the paused code into a function and delay calling that function using some form of a timer (like setTimeout).
-
3. Re: Is it possible to change fps during runtime? in Flash CS4 (AS3)
Me2LoveIt2 Mar 16, 2010 10:37 AM (in response to Me2LoveIt2)Thank you kglad and Ned Murphy!
-
4. Re: Is it possible to change fps during runtime? in Flash CS4 (AS3)
kglad Mar 16, 2010 12:58 PM (in response to Me2LoveIt2)you're welcome (from both of us, i'm sure).
-
5. Re: Is it possible to change fps during runtime? in Flash CS4 (AS3)
Ned Murphy Mar 16, 2010 3:50 PM (in response to kglad)what he said.


