Thread: keydown2
View Single Post
  #7  
Old 02-14-2008, 11:56 PM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
Quote:
Originally Posted by Chompy View Post
Why are you using a timeout though?

PHP Code:
function onKeyPressed(codekey) {
  switch (
lowercase(key)) {
    case 
"s":
      
player.chat "S";
    break;
    case 
"n":
      
player.chat "N";
    break;
  }

Because you can't use that to detect when a key is held down.
__________________
Reply With Quote