attachMovie

TO WHOM IT MAY CONCERN

I have made a blank movieclip and would like to place
it in the main timeline. However, I want to attachmovies
to this blank moveclip. So when I press different buttons
e.g. bu(1) , bu(2), bu(3), and … each button will call a movieclip
of desire and attach it to the blank movie clip. But I do
also know that movie that is attached, needs to be removed upon
requesting the next button to attach a different movieclip.

So I am requesting a procedure that will allow for me to
do this.

Sincerely,

Kevin

Well as with loadMovie() I believe attachMovie() automatically removes the old clip when attaching a new clip.

You can also use removeMovieClip() and unloadMovie()