PDA

View Full Version : The mouse pointer has left the boundaries of a movie clip?


juancarlospina
10-18-2002, 12:00 AM
I need to determine when the mouse is over the boundaries of a swf movie loaded on level1, in order to disable certain buttons on level0.

Once the mouse has left the boundaries of the clip in level1, I need to enable the previously disabled buttons on level0.

Anyone can give me a clue on how to achieve the above?
(I´m using MX)

Thanks a lot in advance.

CyanBlue
10-18-2002, 12:08 AM
Howdy... :)

I think you might want to check on the hitTest() function to solve your problem...