# Closing a movieclip

**URL:** https://forum.kirupa.com/t/closing-a-movieclip/194878
**Category:** flash
**Created:** [July 26, 2006, 10:05pm UTC](https://forum.kirupa.com/t/closing-a-movieclip/194878 "2006-07-26T22:05:27Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![xtinarox26](https://avatars.discourse-cdn.com/v4/letter/x/f14d63/32.png) [@xtinarox26](https://forum.kirupa.com/u/xtinarox26)
#### Post date: [July 26, 2006, 10:05pm UTC](https://forum.kirupa.com/t/closing-a-movieclip/194878/1 "2006-07-26T22:05:27Z")

</div>

[COLOR=magenta]Hey ya’ll,[/COLOR]

[COLOR=black]I have a simple tween on the timeline and when you click the button a picture should appear(and that works fine). I have a close button on the \_mc so I’ve tried using [/COLOR]

```auto

[COLOR=#0000ff]on[/COLOR][COLOR=#000000]([/COLOR]release[COLOR=#000000])[/COLOR]
[COLOR=#0000ff]this[/COLOR].[COLOR=#0000ff]_visible[/COLOR] = [COLOR=#000000] **false** [/COLOR];

```

doesn’t work.:puzzled:

my question is how do you close a movie clip??  
thanks guys!!!
