Thread: Keys
View Single Post
  #2  
Old 04-19-2006, 02:22 PM
ApothiX ApothiX is offline
Okiesmokie
Join Date: May 2004
Posts: 1,447
ApothiX is on a distinguished road
PHP Code:
if(created) {
  
timeout 0.05;
}

if(
timeout) {
  if(
keydown2(keycode(f), false) || keydown2(keycode(F), false)) {
    
// Play Animation One
  
} else {
    
// Play Animation Two
  
}

  
timeout 0.05;

Something like that? Not sure if that's the correct usage of keycode() though.
__________________


[06:24:19] * Parts: Skyld (i=silent@unaffiliated/skyld) ("Perhaps Okiesmokie did not realise that I like the boys. ")
Reply With Quote