hello,
is it possible to duplicate a movieclip created using createEmptyMovieClip?
cause i created an empty movieclip called sceneMC but wen i duplicate it nothing happens.
i put
_root.sceneMc.duplicateMovieClip(“scene2”,900);
but i cant see it. even if i move it around. Please help. Thank you.
oh yea the duplicated scene is going to ben on _root right? not inside sceneMc?