Question
MovieClips hierarchy
I have recently Posted a topic on targeting
duplicateMovieClips however I feel another problem im running into
is the need to change the hierarchy of my movieClips on the fly.
For instance... If there was a method that would take a movieClip
and place it inside another movieClip on a specified level.
clip1.clipA.moveTo(clip2, "3");
something like this is what im trying to accomplish. Now I know the methods available to me but can not figure out how this could be possible. I thought maybe with duplicateMovieClip I could approach this problem but it turns out duplicateMovieClip will not let me duplicate dynamicaly loaded clips from loadMovie or MovieClipLoader.
as plainly as I can word it I want to move a movieClip from its place inside another MovieClip to a new place inside a different MovieClip.
clip1.clipA.moveTo(clip2, "3");
something like this is what im trying to accomplish. Now I know the methods available to me but can not figure out how this could be possible. I thought maybe with duplicateMovieClip I could approach this problem but it turns out duplicateMovieClip will not let me duplicate dynamicaly loaded clips from loadMovie or MovieClipLoader.
as plainly as I can word it I want to move a movieClip from its place inside another MovieClip to a new place inside a different MovieClip.