@engineer,
Quote:I think you need a javascript event handler so that if the arrow keys are pressed, the action you want initiates instead of the default action. I saw several examples on the net, but I can't vouch for any of them.
I am using:
Code:onKeyDown="keyIn(event);" onKeyUp="keyOut(event);"
To control the motions of the character and that works great for controlling the character. The problem is the screen also scrolls.
You think there's a way to prevent the browser window from receiving these events as well?