hi,

i have movieClip on stage with name ==>> myStar

i do not know how to duplicate that movieClip ?


i am trying
Code:
var myStarContainor:Sprite = new Sprite();
myStarContainor.addChild(myStar1);
myStarContainor.addChild(myStar2);

myStar1.x=100;
myStar2.y=100;
but i do not get any thing .. please .. how to use it correctly?