Root

i have 3 movieclips on the stage, document class and another class (call it B) which i instantiate in that document class (not with addChild).
now in B class these 3 movieclips which were on the stage, are not children of the stage, but children of that document class.
and the stage has only one child (that document class)
this is normal?