Skip to main content
WitchXHunter
Inspiring
April 19, 2013
Question

Lag when multiple MovieClip moving on screen?

  • April 19, 2013
  • 1 reply
  • 448 views

is there anyway to solve it? I tried to create the maximum number of MCs I needed before hand and hide them out of stage when not needed instead of keep on adding and removing coz it lags that way too, the total number of MC is around 11. Thanks

This topic has been closed for replies.

1 reply

kglad
Community Expert
Community Expert
April 19, 2013

if they are only moving (and not changing frames, alpha etc that would require a bitmap change), enable their cacheAsBitmap property.

WitchXHunter
Inspiring
April 20, 2013

Ohh I tried that earlier it still lags, and also I'll be needing the alpha too.