Problem description: I'm looking at FA's Keyboard handling and to be honest I can't seem to comprehend the full picture on how to utilize this library. I want to use the "Enter" button to focus on an input that I placed on my interface. Moreover, how to use the "Arrow keys" to allow a player to move diagonally. Finally, I guess learning how to use all of the keys on a keyboard. ~Regards |
Mar 24 2013, 5:41 pm
Best response
|
|
Take a look at his demos. For example, his movement-demo should answer your question about moving diagonally. Take note of the key_down() and key_up() prccs.
|
In response to Albro1
|
|
Will do. I'll restudy it a few more times.
|