Thread: GraalBoy
View Single Post
  #16  
Old 06-28-2001, 12:35 PM
General General is offline
Banned
Join Date: Apr 2001
Location: Station Square
Posts: 984
General is on a distinguished road
Send a message via ICQ to General Send a message via AIM to General Send a message via Yahoo to General
if (timeout) {
if(keydown(0)) //Blah
if(keydown(1)) //Blah
timeout=0.05;
}
keydown will function well
Reply With Quote