activa
July 15th, 2008, 06:10 PM
This line:
stage.addEventListener (KeyboardEvent.KEY_DOWN, checkArrowKey);
works in the player but not in a browser. How can I capture arrow key input (I'm guessing the browser is capturing it first). Is this a focus issue?
stage.addEventListener (KeyboardEvent.KEY_DOWN, checkArrowKey);
works in the player but not in a browser. How can I capture arrow key input (I'm guessing the browser is capturing it first). Is this a focus issue?