Re: [Flashcoders] Problem with Key class in Flash 8

2005-10-28 Thread franto
it doesnt works in AS3 as well :( On 10/7/05, franto <[EMAIL PROTECTED]> wrote: > Yea Alain, it works only in Flash 7, in Flash 8 it doesnt work... > > Nehal..is it working for you in Flash 8 as Alain wrote? > down: 65 > down: 67 > down: 67 > up: 65 <= in Flash 8, this

Re: [Flashcoders] Problem with Key class in Flash 8

2005-10-07 Thread franto
Yea Alain, it works only in Flash 7, in Flash 8 it doesnt work... Nehal..is it working for you in Flash 8 as Alain wrote? down: 65 down: 67 down: 67 up: 65 <= in Flash 8, this never happen down: 67 down: 67 up: 67 ___ Flas

Re: [Flashcoders] Problem with Key class in Flash 8

2005-10-07 Thread Alain Rousseau
It looks like the listener stops listening to the first pressed key and monitors the onKeyUp only for the second one. So it might not be the Key class that is concerned here ... maybe event handling ? I can't really tell, would have to know more on how these work together. The thing is, that i

RE: [Flashcoders] Problem with Key class in Flash 8

2005-10-07 Thread Nehal
h me... when publish with flash 8 -Nehal -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of franto Sent: Friday, October 07, 2005 3:15 PM To: Flashcoders mailing list Subject: [Flashcoders] Problem with Key class in Flash 8 Hi I;ve problem with Key class in

[Flashcoders] Problem with Key class in Flash 8

2005-10-07 Thread franto
Hi I;ve problem with Key class in Flash 8 Please read about it on my blog [Example included]. Is it bug or feature? Does someone know? Here is address: http://www.franto.com/blog2/flash-8-key-class-bug-or-feature Thanks