# MENU please help DESPERATE

**URL:** https://forum.kirupa.com/t/menu-please-help-desperate/13117
**Category:** flash
**Created:** [February 9, 2003, 6:24am UTC](https://forum.kirupa.com/t/menu-please-help-desperate/13117 "2003-02-09T06:24:17Z")
**Posts on this page:** 11
**Page:** 1

<div class="post-metadata">

### Author: ![silentkiller](https://avatars.discourse-cdn.com/v4/letter/s/f4b2a3/32.png) [@silentkiller](https://forum.kirupa.com/u/silentkiller)
#### Post date: [February 9, 2003, 6:24am UTC](https://forum.kirupa.com/t/menu-please-help-desperate/13117/1 "2003-02-09T06:24:17Z")

</div>

Hi everyone i am fresh in FLASH MX and I really need help with a click and drop down menu. Ok this is how it is arranged So i made a movie called “menu” with two layers first layer has the buttun the second layer has the group of buttuns. Both layers have these keyframes On 1, 10 and 20 the first one for the buttuns is the over the main buttun stage then keyframe 10 is the one below the main buttun and 20 is over the main buttun again. Then i gave it motion tween so when you clicked on the buttun the group of buttuns would come down and stop. But I have a big problem. When you click on the one of the buttuns in the group for it to go to another scene it doesn’t work. I tried putting URL it works for those but not for scenes. It doesn’t work at all but everything like clicking the main buttun so that the other buttuns come down the whole process works but the part where you select to go doesn’t work. Please i really need help with this. I have been stuck on this thing for a week now if someone could show me how to build and drop down menu or tell me how the buttuns can be made to work please i will really appreciate it.  
THANK YOU very Much.

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [February 9, 2003, 6:49am UTC](https://forum.kirupa.com/t/menu-please-help-desperate/13117/2 "2003-02-09T06:49:38Z")

</div>

If you mean your menu doesn’t stay down when you change scenes it won’t, going to a new scene is like opening a completely different flash movie, all movies will be set to their original state. Now if the button won’t link to another scene perhaps you could post the Actionscript you are using.

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [February 9, 2003, 4:18pm UTC](https://forum.kirupa.com/t/menu-please-help-desperate/13117/3 "2003-02-09T16:18:05Z")

</div>

The problem is not the menu staying down on the 10th keyframe where the buttuns come down the menu stays down. But when you click on the buttuns nothing happens they just either go back up or nothing at all. Please help me thank you.

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [February 9, 2003, 4:22pm UTC](https://forum.kirupa.com/t/menu-please-help-desperate/13117/4 "2003-02-09T16:22:25Z")

</div>

can you attach the fla ?? 😏

it’s easier having something to work with …

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [February 9, 2003, 4:52pm UTC](https://forum.kirupa.com/t/menu-please-help-desperate/13117/5 "2003-02-09T16:52:00Z")

</div>

Here is the Fla source file. Thanks you guys.

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [February 9, 2003, 5:00pm UTC](https://forum.kirupa.com/t/menu-please-help-desperate/13117/6 "2003-02-09T17:00:39Z")

</div>

i knew the reason but i just wanted to be sure … :crazy:  
use [color=red]frame labels[/color] instead of the frame number

for example:

select the first frame in scene 2. in the properties panel you’ll see a little input field that says **frame label** … type in some name for your frame

then in your button use this action:

```auto
on (release) {
	_root.gotoAndPlay("yourFrameLabel")
}

```

=)

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [February 9, 2003, 7:10pm UTC](https://forum.kirupa.com/t/menu-please-help-desperate/13117/7 "2003-02-09T19:10:58Z")

</div>

thank you soo much KAX works perfectly. thank you soo much.

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [February 9, 2003, 7:13pm UTC](https://forum.kirupa.com/t/menu-please-help-desperate/13117/8 "2003-02-09T19:13:50Z")

</div>

no problem silentkiller 🙂

by the way … i like your nick 😉

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [February 9, 2003, 7:16pm UTC](https://forum.kirupa.com/t/menu-please-help-desperate/13117/9 "2003-02-09T19:16:05Z")

</div>

One more question i am sorry. this is the code you gave me:  
on (release) {  
\_root.gotoAndPlay(“yourFrameLabel”)  
}

Which action gives you this just so that i don’t have to copy and paste this all the time. I don’t know which one gives u the root.

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [February 9, 2003, 7:22pm UTC](https://forum.kirupa.com/t/menu-please-help-desperate/13117/10 "2003-02-09T19:22:54Z")

</div>

this should answer your question 😉  
[http://www.kirupa.com/developer/actionscript/tricks/relativeaddressing.asp](http://www.kirupa.com/developer/actionscript/tricks/relativeaddressing.asp)

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [February 9, 2003, 7:31pm UTC](https://forum.kirupa.com/t/menu-please-help-desperate/13117/11 "2003-02-09T19:31:41Z")

</div>

I am sorry but i just wanted to know what you guys think. These are the two sites i have been working on:

[http://www.ketharsisdesigns.com](http://www.ketharsisdesigns.com) this is for a friend  
[http://www.globalfocusllc.com](http://www.globalfocusllc.com) this is for this company  
Some of the stuff i have found online and just put together
