# Help with Pop Up Menu (Sub Menu Buttons) linking to frame on main timeline

**URL:** https://forum.kirupa.com/t/help-with-pop-up-menu-sub-menu-buttons-linking-to-frame-on-main-timeline/190163
**Category:** flash
**Created:** [June 9, 2006, 4:44am UTC](https://forum.kirupa.com/t/help-with-pop-up-menu-sub-menu-buttons-linking-to-frame-on-main-timeline/190163 "2006-06-09T04:44:53Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![dbryant21](https://avatars.discourse-cdn.com/v4/letter/d/9e8a1a/32.png) [@dbryant21](https://forum.kirupa.com/u/dbryant21)
#### Post date: [June 9, 2006, 4:44am UTC](https://forum.kirupa.com/t/help-with-pop-up-menu-sub-menu-buttons-linking-to-frame-on-main-timeline/190163/1 "2006-06-09T04:44:53Z")

</div>

Hi,  
I really need help with my flash project. I’ve created a pop up menu by having 4 buttons on the main timeline which I made into a movie clip which has an instance name of menu\_mc. Inside that movie clip I have my sub menu created and the menu works great. My only problem is that I can’t seem to link the submenu buttons to the frames created on the main timeline. I’ve tried all the action script I can think of. One example I am using is

menu\_mc.contact\_btn.onfiltered= function() {  
gotoAndStop(“Scene 1”, “contact”);  
}

This is where I am trying to link the Contact Button (which is a submenu button of the About button) to the contact frame which is located on the main timeline. Please help me if you can. Thanks.
