Actionscript Question
Actionscript Question
Out of context: Reply #2
- Started
- Last post
- 10 Responses
- lyrek0
does this hitTest work with an on (rollOut)?
Restated:
Imagine I want an event to happen when a user rolls his mouse off the .swf and onto the surrounding HTML page.
The movie has scrollbars and movie clips, so if I have an on (rollOut) on a mc on the background, this is triggered when the user rolls over the components in the foreground, even though they haven't rolled out of the movie (they've only rolled onto another mc which makes the bg mc think they've rolled out).
Does that make sense? And I've tried moving the bg mc to the front and making it invisible, but it deactivates the scrollbars and menus, because they're behind the all-encompassing clip, now. :(
Help?