Okay. So. Here’s what I got. I have two buttons. When you click on one of them it drops down a list. Well even after you mouse over they stay there. But this is what I want. What I do not want is both menus to be opened at once. so if menu one is open and then you click on menu two to open it menu one should close right? Yes. I got that far. But when I go to open menu two and menu one is closed then you see the closing action preformed by menu one when it is allready closed. Hmm… I know I need some kind of if statement like:
if(_root.menu1=frame8_root.menu1.gotoAndplay(9);}else{stop();){
}
What do I fill in the stuff that I just typed to make it real code?
Thanks,
Mike :trout: