View Single Post
  #8  
Old 01-23-2008, 05:03 AM
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
For guns you would want something like this:

PHP Code:
function onTimeOut()
{
  
temp.keydown2getKeyCode"s" ), true );
  if ( 
temp.)
  {
    if ( ! 
this.isKeyPressed )
    {
       
// the key is not being held down; has been pressed once.
    
}
    else
    {
      
// the key is being held down; not just pressed once.
    
}
  }
  
this.isKeyPressed temp.k;
  
setTimer0.05 );

Just an example.
__________________
Reply With Quote