Duplicate a MC with attached MC

Hey,

is there a way to keep the content of a mc (attached content) when I duplicate it? I know that duplicate remembers size, position, rotation etc. But I want to get the attached content too.

// Example.
[color=red]Container1_mc.attachMovie(“star”,“obj_1”,1);[/color]
[color=red]Container1_mc.attachMovie(“stripe”,“obj_2”,2);[/color]

// Now I want to duplicate the Container to get a copy of it (Container2_mc)
[color=red]Countainer1_mc.duplicateMovieClip(“Container2_mc”,10)[/color]

[color=black]Anyone?[/color]

i believe that when you attach a movie clip, you basically create a new clip the new name obj_1, becomes the clip you want to duplicate…

[color=olive]No, not really. No soup for you. Next.[/color]

Soup-nazi (seinfeld)