[MX] Buttons on Buttons!

Is it possible to have two buttons functioning at the same time?

For instance, let’s say you’ve got a dynamically generated list, with clickable items, that you want to disappear when the user mouses off of it…

The way I have it set up now, the list exists on top of a large invisible button with something like

[AS] on(rollOut){
removeMovieClip(“ludacris”);
}[/AS]

The list items also have buttons so that when you click on them, they do some things… but when you mouse onto them, the “rollOut” button is triggered and it goes away.

So, is there a way to have two buttons functioning with one on top of the other?

Thanks in advance!

lrhb :hat: