# Quick question (noob)

**URL:** https://forum.kirupa.com/t/quick-question-noob/197808
**Category:** Uncategorized
**Created:** [August 19, 2006, 1:15pm UTC](https://forum.kirupa.com/t/quick-question-noob/197808 "2006-08-19T13:15:53Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![substance](https://avatars.discourse-cdn.com/v4/letter/s/c6cbf5/32.png) [@substance](https://forum.kirupa.com/u/substance)
#### Post date: [August 19, 2006, 1:15pm UTC](https://forum.kirupa.com/t/quick-question-noob/197808/1 "2006-08-19T13:15:53Z")

</div>

K so I have a movieclip called ‘player’ and within that movieclip i have one called ‘close’.

on ‘close’ I have the following AS :

```auto
on (release) {
	this._parent._visible = false;
}

```

why isnt this working? I feel so dumb because it’s such a small bit of code 😕  
I tried accessing it though ‘\_root.player’ as well, that didnt work either.
