Changing attached movie

Hi,
I created several empty movie clips and am using attachMovieClip
to place the movies i want. However these need to change continually and I cannot seem to get this to work. Using removeMovieClip() removes the main empty movie clip.
Tracking the name of the current attched clip is kinda tricky too.
How can I continually change these attached movie clips?
Many thanks in advance,
DumbMonkey.

You could simply attach the MovieClip at the same depth. The previously attached MovieClip will be replaced by the new one. :wink:

Thanks kax,
Wasnt sure if that was possible, cos i was getting some
bizarre results, but thats obviously my crappy coding then.
Cheers!

You’re welcome. =)

If you still have any problems, post the code or attach the FLA so we can help you better. :stuck_out_tongue: