Guest User

Untitled

a guest
Aug 20th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. How to detect keydown up and down arrow in same time case Page Dance
  2. function keyPressed(e:KeyboardEvent) {
  3. trace("Key event: " + e.keyCode);
  4. }
  5.  
  6. stage.addEventListener(KeyboardEvent.KEY_DOWN, keyPressed);
Add Comment
Please, Sign In to add comment