How is the movieclip in the SWF library implemented for animation?

How is the movieclip in the SWF library implemented for animation?

Is it changing bit.bitmapData to form an animation?

var clip = Assets.getMovieClip(“swf:mcc”);
Clip is a movie clip

var mc = clip.getChildAt(0)
MC is also a movieclip

mc.getChildAt(0)
It’s a bitmap

Why do we need to create a video clip for each frame
Instead of directly placing a bitmap for each frame

Isn’t it said that the more nested, the more performance it consumes?

stage.current.main
OpenFL has three layers

stage.current.main.clip.mc.bitmap