Hard to find list(ascii codes for letters)

Subscribe to Hard to find list(ascii codes for letters) 4 posts

avatar for Aestheticrebel Aestheticrebel 220 posts
Flag Post

I’ve searched repeatedly, looking for tables that have the full list of the number equivalent for letters on the keyboard, like Key.(##) for letter ‘a’

Anyone know where one is?

 
avatar for arcaneCoder arcaneCoder 2354 posts
Flag Post

Its actually available in the Flash help and fairly easy to find on the net as well:

http://livedocs.adobe.com/flash/9.0/main/00001136.html ;)

You can get the numbers straight from Flash using ActionScript as well.

 
avatar for Phoenix00017 Phoenix00017 7375 posts
Flag Post

Additionally, the Key codes are not the same as ASCII codes (ASCII has different codes for upper and lower case, while key codes are the same).

Ah – I should have looked at arcane’s link first…it has both of them there. Oh well…

 
avatar for Aestheticrebel Aestheticrebel 220 posts
Flag Post

thanks a lot, now i can use the wasd method of moving XD