View Single Post
  #9  
Old 01-23-2008, 05:06 AM
PrinceOfKenshin PrinceOfKenshin is offline
That guy with a beard
PrinceOfKenshin's Avatar
Join Date: May 2004
Location: Ontario, Canada
Posts: 819
PrinceOfKenshin has a spectacular aura aboutPrinceOfKenshin has a spectacular aura about
Quote:
Originally Posted by cbkbud View Post
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.
I'm kinda new to gs2, why would you use a temp variable for that?
__________________


Quote:
Game Master (Server): Greetings PrinceOfKenshin, there are new posts on the forums that demand your urgent attention! God speed, the fate of the world is in your hands. If you fail, middle earth will forever be in the darkness and your children will be enslaved by McKain.
Reply With Quote