create a rollover effect in a menu

Not hard at all. First create your menu and uncheck the property Initially visible so that it is hidden. You will no longer need a single entry at the top level so move all second level stuff to the top level. Place the top of the menu right up next to the bottom of the button.Then attach a Mouse Enter action on the Menu button to show your hidden menu. That is the simple version. However, to get the menu to hide if not used, is more tricky. You have two choices.1. Add another action to the button to hide the menu after about 5 sec or2. Create a transparent gif about 15 px bigger than your menu all around and place it behind the menu. Add another action to the button to show this too. Add two Mouse Exit actions to the transparent gif, one to hide the menu and one to hide the transparent gif.cheers, ben

Discussions have been disabled for this post