Hey guys,
I ran into a problem where I have to duplicate a movie clip on a movie, to make an endless scrolling menu. The problem is I don't know real well how to do it, I can do it fine with graphics but it looks like not possible to do it with mc.
here's a sample of my code I am trying to attemp
Any ideas?Code:var refFirst:MovieClip = MovieClip(menuGroup.getChildAt(0));
var copyFirst:test1 = new test1;
trace (refFirst.name);
thx.
