
05-25-2012, 04:11 PM
|
|
Registered User
|
 |
Join Date: Sep 2007
Posts: 149
|
|
key combo!
|
I was looking to step out the regular onKeyPressed(code, key) boundaries.
How would you do a combination, or sequence to preform an action?
example 'A' 'A' 'S' then action is preformed. or
example 'down' 'right' 'A' then action is preformed
so you HAVE to hit the keys in that order for the "if" statement to be true to run the actions after it. |
|
|
|