Question
list of keyCodes?
Hello. I'm new to AS3, so go easy on me. =-)
I have code that enables some very basic manipulation of some test movie clips; rotating, scaling, etc. based on keyboard inputs.
However, these keyboard events are limited to the F keys, Enter, Delete, NumPad, i.e. the standard set of non-alphanumeric keys.
How do I get the movies to respond to the user pressing 'q', for example, or 't', or really any other 'mainstream' keyboard buttons? Is there a list of keyCodes out there that can help me, or am I thinking this through at the wrong angle? Thanks for any help. =-)
-dE
I have code that enables some very basic manipulation of some test movie clips; rotating, scaling, etc. based on keyboard inputs.
However, these keyboard events are limited to the F keys, Enter, Delete, NumPad, i.e. the standard set of non-alphanumeric keys.
How do I get the movies to respond to the user pressing 'q', for example, or 't', or really any other 'mainstream' keyboard buttons? Is there a list of keyCodes out there that can help me, or am I thinking this through at the wrong angle? Thanks for any help. =-)
-dE
