CacheAsBitmap Clarification

Hey all,

So just a quick question about the cache as bitmap property.

If i have a movieclip that contains another movieclip which is an animation in it.

So Mov1 -> Mov2 -> 8 frames of .png files.

If i set Mov1.cacheAsBitmap = true, and then play the animation in Mov2. Is the whole thing still cached as a bitmap?

I’m just trying to figure out when i’d need to reapply a cacheAsBitmap property. Does it ever revert back to false by performing some sort of action on the movieClip?

Thanks!