Michael,

The only way I can suggest at the moment is onEnterFrame/interval
function checking which keys are still pressed.
When key is pressed (onKeyDown), you can write it's name/code into
array and check just this array later.
There's a nice Guy Watson's code at proto.layer51.com that "Returns
the last key pressed".



-- 
Best regards,
 GregoryN                        
================================
http://GOusable.com
Flash components development.
Usability services.

> ---------- Michael Klishin wrote:
> I wonder what is the best way to capture a "key-is-up" event if several
> keys are pressed at once. For example if I press and hold left then
> press spacebar and release it onKeyUp won't fire till I release left key


_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to