# \[MX\] DublicatingMovie problem (big tree)

**URL:** https://forum.kirupa.com/t/mx-dublicatingmovie-problem-big-tree/8787
**Category:** flash
**Created:** [November 28, 2002, 4:54pm UTC](https://forum.kirupa.com/t/mx-dublicatingmovie-problem-big-tree/8787 "2002-11-28T16:54:25Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Deril](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/deril/32/63_2.png) [@Deril](https://forum.kirupa.com/u/Deril)
#### Post date: [November 28, 2002, 4:54pm UTC](https://forum.kirupa.com/t/mx-dublicatingmovie-problem-big-tree/8787/1 "2002-11-28T16:54:25Z")

</div>

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.

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [November 28, 2002, 5:13pm UTC](https://forum.kirupa.com/t/mx-dublicatingmovie-problem-big-tree/8787/2 "2002-11-28T17:13:11Z")

</div>

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 🙂

- wobbly

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [November 29, 2002, 8:08am UTC](https://forum.kirupa.com/t/mx-dublicatingmovie-problem-big-tree/8787/3 "2002-11-29T08:08:17Z")

</div>

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

pom 🙂

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [December 3, 2002, 4:23pm UTC](https://forum.kirupa.com/t/mx-dublicatingmovie-problem-big-tree/8787/4 "2002-12-03T16:23:26Z")

</div>

thanks ilyaslamasse 🙂

attach worked just perfect.

GL.
