Do display objects outside of stage bounds still get rendered by Flash?
Posted
by Pup
on Stack Overflow
See other posts from Stack Overflow
or by Pup
Published on 2010-05-07T19:49:51Z
Indexed on
2010/05/10
5:44 UTC
Read the original article
Hit count: 302
actionscript-3
If an object exists outside of Flash's stage boundaries, is on the Display List, and is visible, is it causing a performance hit from Flash rendering it? In other words, does Flash render what isn't seen?
This leads me to believe so: http://stackoverflow.com/questions/170203/how-do-you-make-flash-not-render-an-object-on-the-stage
© Stack Overflow or respective owner