Labels

Monday, December 7, 2009

Flex: Difference between rollOver and mouseOver

visit:

http://polygeek.com/1519_flex_the-difference-between-rollover-and-mouseover

http://www.zedia.net/2008/difference-between-mouseeventroll_over-and-mouseeventmouse_over-in-as3/


The basic difference is that rollOut checks to see if the mouse is over the component that is listening for the event or a child of the component. mouseOut doesn’t do that so it fires causing the style to change before it can be corrected by mouseOver firing again.

0 comments:

Post a Comment