[MX] DublicatingMovie problem (big tree)

Hello,

hare is my new problem, i want to dublicate movie from

_root.level1.level2

to

_root.print1.print2

_root.level1.level2.duplicateMovieClip(“sample”, 0);
makes the copy in the _root.level1

is there eny way to shange that…???

Thids would solve my printing problem, I have to print report, but the page count vary from 1 to 5… flash dosent have simple way to print n pages with one click…

if enybody can help me, I would be the moust greatful.

Thanks for time.

try _root.print1.print2.duplicateMovieClip(“your info here”)

As my heading implies, I am no Flash guru yet, but I believe you’re currently telling it to duplicate the movieClip within its same tree.

Lemme know if this helps :slight_smile:

  • wobbly

I don’t think you can duplicate a clip anywhere else than in this. Try to attach instead.

pom :slight_smile:

thanks ilyaslamasse :slight_smile:

attach worked just perfect.

GL.