Pregunta
.if i add a movieclip like below code means then how can i remove the movieclip from stage .....
.if i add a movieclip like below code means then how can i remove the movieclip from stage .....
function dupCircle(){
var circ = new myCircle();
circ.x = Math.random () *400;
circ.y = Math.random () *250;
addChild(circ);
}
