Thread: keydown!!
View Single Post
  #9  
Old 08-06-2002, 11:25 AM
CrimsonLotus9838 CrimsonLotus9838 is offline
Registered User
Join Date: Jun 2002
Location: Newbie House
Posts: 10
CrimsonLotus9838 is on a distinguished road
If you do keydown(o) and it only works when you press "up," there's a reason. The program thinks "o" is a variable name and since you didn't declare it before, it would be considered "0" and in the keydown() flag, a 0 is generated when the "up" key is hit.
__________________
It feels like little guards are gonna come up when ur on trial mode and say something like only p2p accounts can hump the walls! Now that wouldn't be good : /
Reply With Quote