# MovieClip to new \_level?

**URL:** https://forum.kirupa.com/t/movieclip-to-new--level/215690
**Category:** Uncategorized
**Created:** [February 9, 2007, 12:33pm UTC](https://forum.kirupa.com/t/movieclip-to-new--level/215690 "2007-02-09T12:33:09Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![jeancnicolas](https://avatars.discourse-cdn.com/v4/letter/j/7bcc69/32.png) [@jeancnicolas](https://forum.kirupa.com/u/jeancnicolas)
#### Post date: [February 9, 2007, 12:33pm UTC](https://forum.kirupa.com/t/movieclip-to-new--level/215690/1 "2007-02-09T12:33:09Z")

</div>

Hi there!

is it possible to change the target level of a MovieClip?

So I have two instances of the same MovieClip, both on level0 .

ActionButton(btn1);  
ActionButton(btn2);

function ActionButton(button:MovieClip):Void  
{  
button.onRelease = function  
{  
----------------can this button Move to Level 1??--------HOW??---------------  
\_level0.\_visible = false;  
}  
}

-------Basically, now btn2 will disappear, and btn1 will remain visable-------

Can anyone Help me with the code that I dont know  
???  
Thanks…!
