keyboard
Hi, I'm making a simple game in AJAX which requires keyboard events to move around a person on a border. This person can move left, right, up, and down using the w,s,a,d keys on the keyboard. This person can also move diagonal any direction. I have this working fine the only problem is diagonal movement. I am looking to move a character diagonal for example: up/left by hitting BOTH w and a keys on the keyboard. I have never been able to make a keylistener that responses to 2 keys down at the same time even in java in the past. I am wondering if someone can suggest something to help me out with this.
Thanks.
___________________
Click here to email me!
