I designed a drop down menu system but the buttons remain active after the user mouses out of the hit area???
I have adjusted the hit area in all directions. The link to the menu system is listed below
Here’s a couple of things to check for. As Kalliban said, difficult to know what your problem is without seeing the code.
If you’re using onMouseDown instead of onPress you may have problems, since this event gets generated whenever a movieclip is on the stage (not just when the mouse is over the hit area).
If you’re using onPress and you’re still getting what seem to be inappropriate press events, you might want to try tweaking your movieclips’s hitArea.