Button Overlap Tip

Here’s the situation:

I have an expandable banner, that when the mouse moves off of it should go back to it’s original size. The way I would normally do this would be to add a big button over the expanded banners full size and put a onRollOut action to it.

Trouble is, this specific banner has three other small buttons in it. So what happens is, when I move over one of the three small buttons the onRollOut action is called since these small buttons are in the way.

What would you guys suggest in this case? I tried calling faking the onRollOut by just getting the mouses coordinates onEnterFrame, but that is kinda buggy since if you move the mouse out of the banner too fast it doesn’t detect the roll out.