edit:
damn im really sorry… didnt know y my msg didnt appear…
wat i want to make… is a graph plotter… i add movie clips on the stage and a line should connect them all… but im having a fkload of problems in solving that…here is the code for adding the movie clips.
regards,
Nish
*ps sry again!!
function makeABox(e:Event):void {
var newBox:myMC = new myMC();
addChild(newBox);
newBox.x = stage.mouseX;
newBox.y = stage.mouseY;
i++;
}