# Removing a movie clip and getting it back again. Help please

**URL:** https://forum.kirupa.com/t/removing-a-movie-clip-and-getting-it-back-again-help-please/221186
**Category:** Uncategorized
**Created:** [April 2, 2007, 10:51am UTC](https://forum.kirupa.com/t/removing-a-movie-clip-and-getting-it-back-again-help-please/221186 "2007-04-02T10:51:00Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![mx\_guest2004](https://avatars.discourse-cdn.com/v4/letter/m/e47c2d/32.png) [@mx\_guest2004](https://forum.kirupa.com/u/mx_guest2004)
#### Post date: [April 2, 2007, 10:51am UTC](https://forum.kirupa.com/t/removing-a-movie-clip-and-getting-it-back-again-help-please/221186/1 "2007-04-02T10:51:00Z")

</div>

Hi,  
I have 2 MCs on the stage. I attach a movie to MC1 and do an \_alpha tween on that by AS. After that, I use

```auto

MC1.swapDepths(1000); //just to have a value
MC1.removeMovieClip();

```

After MC1 I do the same thing with MC2. It works removing the MC1.  
If I want to do this as a loop, I remove MC2 as for the MC1.  
Question: How can I get the MC1 back now?

Thanks,
