# AS2 -\> AS3 DuplicateMovieClip

**URL:** https://forum.kirupa.com/t/as2-as3-duplicatemovieclip/280235
**Category:** Uncategorized
**Created:** [January 24, 2009, 7:19pm UTC](https://forum.kirupa.com/t/as2-as3-duplicatemovieclip/280235 "2009-01-24T19:19:30Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Ex8roS](https://avatars.discourse-cdn.com/v4/letter/e/b2d939/32.png) [@Ex8roS](https://forum.kirupa.com/u/Ex8roS)
#### Post date: [January 24, 2009, 7:19pm UTC](https://forum.kirupa.com/t/as2-as3-duplicatemovieclip/280235/1 "2009-01-24T19:19:30Z")

</div>

Hello,

I have been trying to migrate this piece of AS2 code to AS3

```auto
menuItemGroup.menuItem.duplicateMovieClip("menuItem"+i,i);

```

and i found some intresting stuff like [this thread](http://www.kirupa.com/forum/showthread.php?p=1939827).

But i think this specific solution can’t help in my case.

I am sure there is some way to do it in AS3 but i need a little help.

Thank you in advance.
