all groups > flash (macromedia) > february 2006 >
You're in the

flash (macromedia)

group:

On movie loose focus?


Re: On movie loose focus? craig.antolick NO[at]SPAM gmail.com
2/3/2006 3:37:17 PM
flash (macromedia):
I've tried many things but the only full proof way is to surround your
movie with a button that detects roll over. The button can trigger a
function that does whatever you want it to do.



http://www.craigantolick.com/
On movie loose focus? Michael Gioffredi
2/3/2006 11:02:13 PM
Re: On movie loose focus? elebud
2/5/2006 3:02:30 PM
Re: On movie loose focus? craig.antolick NO[at]SPAM gmail.com
2/13/2006 7:20:03 PM
Create a movie clip that covers your entire background and put this
code on it:

onClipEvent(enterFrame){
if (this.hitTest(_root._xmouse, _root._ymouse, false) == false) {
//actions when not in focus
} else {
//actions when in focus
}
}

www.craigantolick.com
AddThis Social Bookmark Button