# Menu problem

**URL:** https://forum.kirupa.com/t/menu-problem/80563
**Category:** Uncategorized
**Created:** [February 23, 2005, 2:07am UTC](https://forum.kirupa.com/t/menu-problem/80563 "2005-02-23T02:07:17Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![chouchow](https://avatars.discourse-cdn.com/v4/letter/c/8e7dd6/32.png) [@chouchow](https://forum.kirupa.com/u/chouchow)
#### Post date: [February 23, 2005, 2:07am UTC](https://forum.kirupa.com/t/menu-problem/80563/1 "2005-02-23T02:07:17Z")

</div>

Ok, so I’m new at all this and I’m sorry if I say something that makes no senses or used the wrong terms. So my problem is that I have a drop down menu and I want to be able to click on button that pops out and bring me to a different frame in my scene. This menu is in a movie clip so when I click it, it won’t go to the frame I want. What do I have to do? Or is this totally wrong or are you just confused?

I just have the regular code on my button that pops out when you scroll over menu.

on (release) {  
gotoAndPlay();  
}
