i have a question:
If you have a black dot movieclip in the center of the stage and you use attach movie to make other movieclips on the stage, how would you get the black dot to make a line connecting to all the attached movieclips? what i’ve tried to do is make a variable for all the attached movieclips and basically tried to make the ball line to that variable using lineTo. This makes a single line connecting to only one of the movieclips. How would you fix this? or is there another way to do this?
thanks