# Menu Style

**URL:** https://forum.kirupa.com/t/menu-style/19172
**Category:** flash
**Created:** [April 25, 2003, 12:10am UTC](https://forum.kirupa.com/t/menu-style/19172 "2003-04-25T00:10:30Z")
**Posts on this page:** 11
**Page:** 1

<div class="post-metadata">

### Author: ![Lacuna](https://avatars.discourse-cdn.com/v4/letter/l/edb3f5/32.png) [@Lacuna](https://forum.kirupa.com/u/Lacuna)
#### Post date: [April 25, 2003, 12:10am UTC](https://forum.kirupa.com/t/menu-style/19172/1 "2003-04-25T00:10:30Z")

</div>

Hello,

I can’t find any tutorials that would allow me to make a menu like the one on [http://www.nopi.com/ndra.htm](http://www.nopi.com/ndra.htm) in flash instead of html.

I’ve seen it done but I cant figure it out.

:love: ~ Seretha

BTW I mean the side menu. (Just in case)

---

<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: [April 25, 2003, 12:21am UTC](https://forum.kirupa.com/t/menu-style/19172/2 "2003-04-25T00:21:24Z")

</div>

which menu? tell me which one and i will show you how to do it. do you mean the submenus?

---

<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: [April 25, 2003, 12:23am UTC](https://forum.kirupa.com/t/menu-style/19172/3 "2003-04-25T00:23:45Z")

</div>

yes. the side menu, how it folds out to the right on rollOver.

---

<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: [April 25, 2003, 12:35am UTC](https://forum.kirupa.com/t/menu-style/19172/4 "2003-04-25T00:35:27Z")

</div>

thats done with DHTML. You can’t really do that in Flash, unless your entire movie is Flash, because the Flash can’t just cover the HTML like that. If your entire movie is FLash then its just rollOver rollOut commands.

---

<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: [April 25, 2003, 12:39am UTC](https://forum.kirupa.com/t/menu-style/19172/5 "2003-04-25T00:39:53Z")

</div>

yup jubba is correct. do it in dreamweaver its real easy. just use hide-show layers

---

<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: [April 25, 2003, 12:40am UTC](https://forum.kirupa.com/t/menu-style/19172/6 "2003-04-25T00:40:57Z")

</div>

well the issue with that is this…

on rollOver and rollOut functions, if it’s the button that loads the set of options then as soon as you go to click a button you’ve rolled off the main button, thus unloading the selction (which has to be done because the menu options have to close). How do I get around this?

---

<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: [April 25, 2003, 12:41am UTC](https://forum.kirupa.com/t/menu-style/19172/7 "2003-04-25T00:41:33Z")

</div>

yes the movie is FULL flash

---

<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: [April 25, 2003, 12:43am UTC](https://forum.kirupa.com/t/menu-style/19172/8 "2003-04-25T00:43:17Z")

</div>

well you could manipulate a variable depending on where the mouse is. here is a non-AS way of doing it:

[http://www.kirupa.com/developer/mx/dropdownmenu.htm](http://www.kirupa.com/developer/mx/dropdownmenu.htm)

---

<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: [April 25, 2003, 12:44am UTC](https://forum.kirupa.com/t/menu-style/19172/9 "2003-04-25T00:44:56Z")

</div>

…does this make sense…if I get the main button to load the options and then the options movie has an unload feature on itself (the full options selection would have to be backed by a mc) so that the user loads the options by rolling over the main button but then unloading by leaving the options area…would this work? Mainly I am concerned that a movie could unload itself by rollout function…

---

<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: [April 25, 2003, 12:45am UTC](https://forum.kirupa.com/t/menu-style/19172/10 "2003-04-25T00:45:58Z")

</div>

hmmm…that tutorial looks quite promising Jubba. I’ll go check it out a little further. :love:

---

<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: [April 25, 2003, 12:46am UTC](https://forum.kirupa.com/t/menu-style/19172/11 "2003-04-25T00:46:42Z")

</div>

well if you have your nav menu working you can also just make an invisible buton to make your menu disapear
