How to optimize frame rate in Flash/Actionscript?
Posted
by LillyWolf
on Stack Overflow
See other posts from Stack Overflow
or by LillyWolf
Published on 2010-06-07T16:17:46Z
Indexed on
2010/06/07
16:22 UTC
Read the original article
Hit count: 219
I'm building an application in Actionscript using Flash assets, and my frame rate becomes very low (~7 fps) when I attempt to render 20+ assets on the screen, even though most of those assets are stopped movie clips. I've tried setting .cacheAsBitmap to true, which helps a bit, but not enough. What else can I do to get the frame rate up? I've noticed that some movie clips seem to impact it more than others, but I'm not sure how to alter them to make them easier to render.
Thanks!
© Stack Overflow or respective owner