I'd say it is a bug, although the player only checks on mouseDown. There is discussion about providing some other way to determine the state of shiftkeys so if you file it, it might not get fixed. -Alex
________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Michael Schmalle Sent: Wednesday, May 02, 2007 12:24 PM To: [email protected] Subject: [flexcomponents] Shift Key :: MouseOver Hi, I am trying to find out if the shift key is down with a mouseOver event. The mouseOver event is not returning the correct value. I hold the shift key down and then mouseOver, debugging the handler it shows the shiftKey = false. But, if I debug the mouseDown handler it shows the shiftKey is down with true. Is this a bug or the way it is supposed to work? Peace, Mike -- Teoti Graphix http://www.teotigraphix.com <http://www.teotigraphix.com> Blog - Flex2Components http://www.flex2components.com <http://www.flex2components.com> You can find more by solving the problem then by 'asking the question'.
