PDA

View Full Version : movie clip collisions http://204.255.113.235/menucollisionproblem.html



kirupafalcon
February 24th, 2004, 04:59 PM
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

fla availible apon request.


http://204.255.113.235/menucollisionproblem.html


thanks

ScriptFlipper
February 24th, 2004, 05:07 PM
well, some code/fla would be nice... it's quite impossible to solve it without seeing the source... ;)

jbum
February 25th, 2004, 01:28 PM
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.

- Jim

ScriptFlipper
February 25th, 2004, 05:40 PM
hello jbum!
falcon emailed me his file, and I solved it for him by email.

cheers