Guest User

Untitled

a guest
May 24th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. /*Left arrow is klicked*/
  2.  
  3. if (event.keyCode == 37) {
  4. }
  5.  
  6. /*Right arrow is clicked*/
  7.  
  8. if (event.keyCode == 39) {
  9. }
Add Comment
Please, Sign In to add comment