# Restore the removed movieClip

**URL:** https://forum.kirupa.com/t/restore-the-removed-movieclip/210033
**Category:** flash
**Created:** [December 14, 2006, 8:35am UTC](https://forum.kirupa.com/t/restore-the-removed-movieclip/210033 "2006-12-14T08:35:09Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![jasvarghese](https://avatars.discourse-cdn.com/v4/letter/j/a88e57/32.png) [@jasvarghese](https://forum.kirupa.com/u/jasvarghese)
#### Post date: [December 14, 2006, 8:35am UTC](https://forum.kirupa.com/t/restore-the-removed-movieclip/210033/1 "2006-12-14T08:35:09Z")

</div>

Hai all…

I have a problem regarding the movieClip property

I have a tree component in my stage and i am using \_visible property to make that component hide and show. but even after setting the \_visible propery false the space of that component is showing a small green shade in my page. So i tried the

```auto

tree.removeMovieClip();

```

property to remove the component fully from the stage. thats working fine but thats not restoring the same movieClip. Is there any options to restore that movieClip again?

helps will be highly appreciated and thanks in advance.
