Thread: keypressed
View Single Post
  #11  
Old 04-05-2002, 06:19 PM
Spanko Spanko is offline
Squeaker of Soles
Spanko's Avatar
Join Date: Nov 2001
Location: The Netherworl...lands
Posts: 1,366
Spanko is on a distinguished road
Send a message via ICQ to Spanko Send a message via AIM to Spanko Send a message via Yahoo to Spanko
Quote:
Originally posted by Kaimetsu




I know I've never done it that way. I can't even imagine what you're describing.
NPC Code:
if (created||timeout) {
if (keydown(4)&&this.temp==0) {
this.bleh=1-this.bleh;
this.temp=1;
}
else this.temp=0;
timeout=0.05;
}

Is what he means. Probably.
__________________

ICQ: 125283920
MSN: [email protected]
AIM: Squeax0r
Squeaker seems unable to access the forum using this account.. tis a sad day.
Now with occasional Asuka flavour! Ooops a bit too much...
Asuka should be king of Dustari!

"Y'know, some days even my lucky rocketship underpants don't even help."
Reply With Quote