# Refering to Frame Labels

**URL:** https://forum.kirupa.com/t/refering-to-frame-labels/87738
**Category:** flash
**Created:** [April 23, 2005, 9:50am UTC](https://forum.kirupa.com/t/refering-to-frame-labels/87738 "2005-04-23T09:50:00Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![lenny](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/lenny/32/942_2.png) [@lenny](https://forum.kirupa.com/u/lenny)
#### Post date: [April 23, 2005, 9:50am UTC](https://forum.kirupa.com/t/refering-to-frame-labels/87738/1 "2005-04-23T09:50:00Z")

</div>

Hi all,

I have a frame label on the root timeline, and a button somewhere down on level 6 (movieclip of a movieclip of a movieclip… etc). When i press the button, I want to gotoAndStop the root’s frame label…

I thought if i put this on the button it would work…

```auto

on(release){
gotoAndStop(_root["map"])
}

```

but it didnt…

Any help is appreciated. Also, have I got the right idea by using [] ? Or are they used for another purpose?

Thanks all,

Len
