Reputation: 1
I came to ask some way to get the numbers to be able to use the different keys of the keyboard in flash
with key.isDown
I use the following:
if (Key.isDown (83))
83 is the number defined to the S key, but on the other hand if I change the defined key to 83 instead of being D as it should be, it's the T.
And that's why I'm looking directly for a text file or page that gives me all the codes of each key on the keyboard directly, I'd be grateful if someone has what I'm looking for.
Upvotes: 0
Views: 75