var my_mc:MyClass = new MyClass(); trace(my_mc.root);//出力:null addChild(my_mc); trace(my_mc.root);//出力:[object MainTimeline]
DisplayObject.rootのまとめ