[as] to close a mc?

would there be sum sort of actionscript that can be appiled to a button which closes a mc?

Theres no close action. Some workarounds:
-set the mc invisible;
-remove the mc;
-create an animation of the mc “leaving the screen”;

what is meant by close?

i mean by “close” as in like when you press the “close” button in the right hand corner to close your browser window so in a sense, the browser window is the mc.

that would be removeMovieclip() then :slight_smile:

If you didnt create the movieclip with actionscript though, you will need to use swapDepths on it to remove it however.

thanks very much, it works. :wink: