# \[FMX\]code for this

**URL:** https://forum.kirupa.com/t/fmx-code-for-this/7809
**Category:** Uncategorized
**Created:** [November 8, 2002, 1:39am UTC](https://forum.kirupa.com/t/fmx-code-for-this/7809 "2002-11-08T01:39:12Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![mdipi](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/mdipi/32/49_2.png) [@mdipi](https://forum.kirupa.com/u/mdipi)
#### Post date: [November 8, 2002, 1:39am UTC](https://forum.kirupa.com/t/fmx-code-for-this/7809/1 "2002-11-08T01:39:12Z")

</div>

ok i know didly squat about A/S. but i need a code for a button. when you go over the button it comes up with a list of options, but when you go over to click the list, it stays there. i was thinking of a on rollover or something. if worst comes to worst i will just leave it w/o a roll over.

---

<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: [November 8, 2002, 7:04am UTC](https://forum.kirupa.com/t/fmx-code-for-this/7809/2 "2002-11-08T07:04:25Z")

</div>

I would make the menu a movie clip, as you probably already have. I bet you have the movie clip in a state with nothing visible first, and then the on(rollOver) moves it to the menu state in the movie clip. I would then make the on(rollOut) go back to the state of the movie clip that is empty.

LOL, or if you haven’t done it that way, you could. 😛

-brad-:cowboy:

---

<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: [November 8, 2002, 7:26am UTC](https://forum.kirupa.com/t/fmx-code-for-this/7809/3 "2002-11-08T07:26:36Z")

</div>

Erm… I whipped up this quick example for you in like 5 minutes.

It is really crappy, and ugly, and everything, but it is just an example to point you in the right direction.

I hope it helps.

---

<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: [November 8, 2002, 8:49pm UTC](https://forum.kirupa.com/t/fmx-code-for-this/7809/4 "2002-11-08T20:49:40Z")

</div>

hey thanks for the reply. i acctually found another way of doing it with no code at all, but i thought it looked stupid. and now i may just do what lost showed! i like that!

---

<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: [November 8, 2002, 8:56pm UTC](https://forum.kirupa.com/t/fmx-code-for-this/7809/5 "2002-11-08T20:56:03Z")

</div>

My first attempt that it 😛

It could stand a bit of optimization, but it was just a point in the right direction… any optimization I hope you can figure out 🙂
