Thread: key combo!
View Single Post
  #1  
Old 05-25-2012, 04:11 PM
greggiles greggiles is offline
Registered User
greggiles's Avatar
Join Date: Sep 2007
Posts: 149
greggiles has a spectacular aura about
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.
Reply With Quote