Skip to main content
Inspiring
March 25, 2012
Answered

CS5.5 Does animated movieclip still animate when visible=false?

  • March 25, 2012
  • 1 reply
  • 790 views

CS5.5: Does animated movieclip still animate when visible=false?

I'm trying to save as much processor resources as possible to reduce lag of an iphone/computer app.

This topic has been closed for replies.
Correct answer kglad

anything that does not currently exist and that later exists will consume memory when it exists.  in addition, anything that needs to be rendered will consume cpu cycles while it is rendering.

1 reply

kglad
Community Expert
Community Expert
March 25, 2012

everything that exists consumes memory.

ZainuuAuthor
Inspiring
March 26, 2012

When I have 2 Frames in the TIMELINE both contains an animating movieclip.

1st Frame name: Welcome

2nd Frame name: Byebye

When I change from 1st frame stage to the 2nd frame stage, will the animation in Frame:Welcome consumes memory?

kglad
Community Expert
kgladCommunity ExpertCorrect answer
Community Expert
March 26, 2012

anything that does not currently exist and that later exists will consume memory when it exists.  in addition, anything that needs to be rendered will consume cpu cycles while it is rendering.