for some reason then i duplicate movie clip and try to put it in other movie clip, it doesn't work. In scene i got 2 movie clips mc and mc2. Then i use AS to create new movie clip, and place in existing movie clip, it creates it in _root directory...
Here's the code:
duplicateMovieClip(_root.mc, "_root.mc2.name", 1);
Any help?:)