Do playing MovieClips cause a performance hit if visible property is false?

Posted by Pup on Stack Overflow See other posts from Stack Overflow or by Pup
Published on 2010-06-10T19:19:40Z Indexed on 2010/06/10 19:22 UTC
Read the original article Hit count: 151

If I have a MovieClip with its "visible" property set to "false", would it aid performance to "stop()" its timeline? Or will that have no effect, since its not being rendered, anyway?

© Stack Overflow or respective owner

Related posts about flash

Related posts about actionscript-3