Hello Community:
I have a short question. I’m trying to add movieclips to the stage, but can’t. They are inside of an array that I have made. The code is short but it doesn’t work:
var myarray:Array=new Array(mymc1,mymc2);
this.addChild(myarray[0]);
I don’t know what I’m doing wrong. Can I use the array to call the movieclip in some other way?