Hi,

Im trying to addChild to stage inside a container but nothing appears on the stage, what do I need to do, and what do I need to do to the artwork MCs so the AS picks them up?:

var container1:MovieClip = new MovieClip();

container1.addChild(artwork1);
container1.addChild(artwork2);
container1.addChild(artwork3);