Re: [Flashcoders] Useful Ascii codes:

2006-11-03 Thread Ray Chuan
Perhaps you want to modify the intrinsic file Key and add dynamic? On 11/2/06, eric dolecki [EMAIL PROTECTED] wrote: That adding property thing to the Key object doesn't work in F8 compiling does it? On 11/2/06, Meinte van't Kruis [EMAIL PROTECTED] wrote: lol.. well, still nice of you tho

Re: [Flashcoders] Useful Ascii codes:

2006-11-02 Thread Meinte van't Kruis
lol.. well, still nice of you tho :) On 11/1/06, eric dolecki [EMAIL PROTECTED] wrote: Oh man... i wish i had seen that... thanks for the link! On 11/1/06, Michael Stuhr [EMAIL PROTECTED] wrote: eric dolecki schrieb: I never wanna do this again, and you probably don't either, so here

Re: [Flashcoders] Useful Ascii codes:

2006-11-02 Thread eric dolecki
That adding property thing to the Key object doesn't work in F8 compiling does it? On 11/2/06, Meinte van't Kruis [EMAIL PROTECTED] wrote: lol.. well, still nice of you tho :) On 11/1/06, eric dolecki [EMAIL PROTECTED] wrote: Oh man... i wish i had seen that... thanks for the link! On

[Flashcoders] Useful Ascii codes:

2006-11-01 Thread eric dolecki
I never wanna do this again, and you probably don't either, so here are some constants to make using ascii values of character codes more legible... - e. code // Constants (to make logic more readible) var KEY_EXCLAMATION:Number = 33; var KEY_DOUBLE_QUOTE:Number = 34; var KEY_POUND:Number = 35;

Re: [Flashcoders] Useful Ascii codes:

2006-11-01 Thread Michael Stuhr
eric dolecki schrieb: I never wanna do this again, and you probably don't either, so here are some constants to make using ascii values of character codes more legible... - e. code // Constants (to make logic more readible) var KEY_EXCLAMATION:Number = 33; var KEY_DOUBLE_QUOTE:Number = 34; var

Re: [Flashcoders] Useful Ascii codes:

2006-11-01 Thread eric dolecki
Oh man... i wish i had seen that... thanks for the link! On 11/1/06, Michael Stuhr [EMAIL PROTECTED] wrote: eric dolecki schrieb: I never wanna do this again, and you probably don't either, so here are some constants to make using ascii values of character codes more legible... - e.