[Tweener] Objects/Tweens - DisplayList

Zeh Fernando zeh at zehfernando.com
Fri Aug 1 20:39:15 PDT 2008


> I like to stick to my 30-40 fps, and im trying to build my project the 
> way, so all unneeded stuff
> is removed/invisible on stage/displaylist in the same time, what i don't 
> know is:
> If an object is invisible [.visible = false] does it has the same 
> results like removeChild, or what
> method does you guys use to manage performance/complexity and what 
> should i consider.

I haven't tested, but if I had to guess, I'd say it's absolutely the 
same thing either if you make it invisible or if you remove it from the 
parent container.


Zeh


More information about the Tweener mailing list