# Problems with rollOut on button within slide menu

**URL:** https://forum.kirupa.com/t/problems-with-rollout-on-button-within-slide-menu/153266
**Category:** flash
**Created:** [June 30, 2005, 10:19am UTC](https://forum.kirupa.com/t/problems-with-rollout-on-button-within-slide-menu/153266 "2005-06-30T10:19:02Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![DreamAbstract](https://avatars.discourse-cdn.com/v4/letter/d/f4b2a3/32.png) [@DreamAbstract](https://forum.kirupa.com/u/DreamAbstract)
#### Post date: [June 30, 2005, 10:19am UTC](https://forum.kirupa.com/t/problems-with-rollout-on-button-within-slide-menu/153266/1 "2005-06-30T10:19:02Z")

</div>

Hi

I have created a slide out menu using a tutorial ([http://www.layoutgalaxy.com/html/htmnewletter40-page3.htm](http://www.layoutgalaxy.com/html/htmnewletter40-page3.htm)) the only differences are my buttons slide out to the right and they should do this when the user mouses over and then slide back when they mouse out. Unfortunately I am getting an error on the rollOut which I apply to ‘dummy button’ movie clip in the dropdown movie clip which allows the 2nd menu to slide back. This is the actionscript I’m using:

onClipEvent (mouseUp) {

tellTarget ("\_root.reverse") {

gotoAndPlay (“subbuttons1”);

}

}

Does anyone have any suggestions how I can get this to work (?), I can’t upload the .fla here as it is too large but you should be able to view the tutorial fla if needed…

Cheers

Andy  
using Flash MX 2004
