# Roll over, Roll out menu

**URL:** https://forum.kirupa.com/t/roll-over-roll-out-menu/130150
**Category:** Uncategorized
**Created:** [December 1, 2004, 11:04pm UTC](https://forum.kirupa.com/t/roll-over-roll-out-menu/130150 "2004-12-01T23:04:04Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![MrAlucard](https://avatars.discourse-cdn.com/v4/letter/m/e5b9ba/32.png) [@MrAlucard](https://forum.kirupa.com/u/MrAlucard)
#### Post date: [December 1, 2004, 11:04pm UTC](https://forum.kirupa.com/t/roll-over-roll-out-menu/130150/1 "2004-12-01T23:04:04Z")

</div>

Hi i got an menu in flash on my website.

[http://www.freewebs.com/mralucard/](http://www.freewebs.com/mralucard/)

And I got a bit of a small problem, when you move the mouse over “contact” and the to “designs” you see that the text just pops away, I want to make a motiontween of it.

So when you move the mouse of “contact” the text below it should fade away (or an other movement)

I hope you know what am talking about.

Here is how it works.

Button contact Actionscript =

"on (release) {  
getURL(“[http://www.developingwebs.net](http://www.developingwebs.net)”, “input”);  
}

on (rollOver) {  
submenu.gotoAndStop(2);  
}"

With this action it loeads the MC submenu and it opens frame two there but also stops at frame two.

I hope you get it.
