SIGN IN
::
SPONSORS
::
ADVERTISING
::
ABOUT US
::
CONTACT US
FORUMS
TUTORIALS
MAGAZINE
STOCKYARD
VIDEOS
PODCASTS
EVENTS
SERVICES
NEWSLETTER
NEWS
BLOGS
ADOBE FLASH:
Home
Flash Forum
Flash Tutorials
Flash Video Tutorials
Web Streaming Forum
Adobe Flash
Podcast
Re: MOUSE_OUT not working on Mac
COW Forums
:
Adobe Flash
FAQ
•
VIEW ALL
•
ADD A NEW POST
•
PRINT
Respond to this post
•
Return to posts index
•
Read entire thread
Re: MOUSE_OUT not working on Mac
by
Mike Smith
on Aug 29, 2011 at 9:15:14 pm
I guess it needs a mouseout event listener, that relates to the image on frame 1 and sends the button/movieclip back to frame 0 ...
so it might be worth trying something like
GalleryFrame_btn.addEventListener (MouseEvent.MOUSE_OVER, goBackF);
GalleryFrame_btn.addEventListener (MouseEvent.MOUSE_OUT, reSetF);
function goBackF (event:MouseEvent):void{
gotoAndStop(1);
}
function reSetF (event:MouseEvent):void{
gotoAndStop(0);
}
That's assuming that GalleryFrame_btn starts on Frame 0 with the dropdown closed, and on Frame 1 has the dropdown open ....
Posts Index
Read Thread
Reply
Like
Current Message Thread:
MOUSE_OUT not working on Mac
by Jessica Bassett on Aug 28, 2011 at 10:08:19 pm
Re: MOUSE_OUT not working on Mac
by Mike Smith on Aug 29, 2011 at 12:08:45 pm
Re: MOUSE_OUT not working on Mac
by Jessica Bassett on Aug 29, 2011 at 8:33:50 pm
Re: MOUSE_OUT not working on Mac
by Mike Smith on Aug 29, 2011 at 9:15:14 pm
Re: MOUSE_OUT not working on Mac
by Jessica Bassett on Aug 29, 2011 at 11:32:21 pm
Re: MOUSE_OUT not working on Mac
by demetri tashie on Aug 30, 2011 at 2:54:25 am
Re: MOUSE_OUT not working on Mac
by Jessica Bassett on Aug 31, 2011 at 6:26:37 pm
Re: MOUSE_OUT not working on Mac
by demetri tashie on Aug 31, 2011 at 8:07:17 pm
Re: MOUSE_OUT not working on Mac
by Jessica Bassett on Sep 1, 2011 at 2:52:32 am
Re: MOUSE_OUT not working on Mac
by Theodore Rosenbaum on Sep 26, 2011 at 6:42:23 am
LOGIN TO REPLY
FORUMS
•
TUTORIALS
•
MAGAZINE
•
STOCKYARD
•
VIDEOS
•
PODCASTS
•
EVENTS
•
SERVICES
•
NEWSLETTER
•
NEWS
•
BLOGS
© 2013
CreativeCOW.net
All rights are reserved. -
Privacy Policy
[
Top
]