Key Bindings
Author |
Message |
BobTheBuilder
|
Posted: Wed Dec 05, 2007 1:04 pm Post subject: Key Bindings |
|
|
How do you bind keys in a game.
For Example up arrow key is jump.
How do i create this binding.
|
|
|
|
|
 |
Sponsor Sponsor

|
|
 |
HeavenAgain

|
Posted: Wed Dec 05, 2007 7:33 pm Post subject: RE:Key Bindings |
|
|
do you know how does get work? thats the most basic form of user input.
and if you do know, look up Input.keydown, this is like a more advanced version of get, but better, and it sloves your problem. (of course plus some if statement and looping) |
|
|
|
|
 |
BobTheBuilder
|
Posted: Thu Dec 06, 2007 12:15 pm Post subject: RE:Key Bindings |
|
|
Thank you very much and i do know what a get statement is. |
|
|
|
|
 |
|
|