phpcoder981 Posted January 3, 2011 Share Posted January 3, 2011 1. Why does onkeypress not show what the keyCode is... just the charCode... 2. What is the difference between a keyCode, and charCode... 3. Is there any way to make it where u can hold down one key, that causes an event. and if u hit another it causes another event w/o interrupting the current event... example.... right arrow key causes onkeydown to run.... and space key causes onkeyup to run.... what the problem is... when i hold the right arrow my dude starts running on the screen then when i press the space he quits running and fires... Quote Link to comment Share on other sites More sharing options...
ignace Posted January 3, 2011 Share Posted January 3, 2011 you have to check for the charCode and when it's a specified key then you do something. That said there are scripts available (or frameworks) you can use that make it easier to find the key(s) that were pressed. These scripts also allow the user to re-map your keys. Quote Link to comment Share on other sites More sharing options...
phpcoder981 Posted January 3, 2011 Author Share Posted January 3, 2011 Thanks for the response. Could someone please answer the questions in the way the questions were given, that would help me out a lot. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.