# Need help with a drop-down menu

**URL:** https://forum.kirupa.com/t/need-help-with-a-drop-down-menu/242970
**Category:** Uncategorized
**Created:** [November 1, 2007, 5:54am UTC](https://forum.kirupa.com/t/need-help-with-a-drop-down-menu/242970 "2007-11-01T05:54:33Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Skyylark](https://avatars.discourse-cdn.com/v4/letter/s/977dab/32.png) [@Skyylark](https://forum.kirupa.com/u/Skyylark)
#### Post date: [November 1, 2007, 5:54am UTC](https://forum.kirupa.com/t/need-help-with-a-drop-down-menu/242970/1 "2007-11-01T05:54:33Z")

</div>

I am creating my first flash site and am having a problem I know should be simple to solve. I have a drop menu that appears when you click on the main menu. I’m using \_visible to make it only appear when the top menu is clicked on, but I don’t know what script to use to make it dissappear after you click on something else.

Here is the script I am using for what currently works:

gaming\_mc.onRelease = function() {  
gamingDown\_mc.gotoAndPlay(“click”);  
gamingDown\_mc.\_visible = true;  
};

any opinions or ideas would be wonderful. If there is a better way to do this instead of the \_visible option I’m all ears. Thanks!!
