trace(Key.getCode()); returns "13" my workaround is sufficient for my needs. But I think, it is not a problem of Enter, only. I have to check if Muzak is right and this is a kind of a scope issue.
2007/8/14, Danny Kodicek <[EMAIL PROTECTED]>: > > Don't rant me for using _root, cause this was only for > > testing. I count the doubles out, which works fine for > > keyDown. The following code traces: > > enter down > > enter up > > enter up > > If this is only happening with Enter, I wonder if it's because Enter is > actually putting two characters into the text? (\n and \r?). Maybe you're > getting both of them from the OS. Is this a platform-specific problem? > > Danny > > _______________________________________________ > [email protected] > To change your subscription options or search the archive: > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders > > Brought to you by Fig Leaf Software > Premier Authorized Adobe Consulting and Training > http://www.figleaf.com > http://training.figleaf.com > _______________________________________________ [email protected] To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com

