Thread: keydown
View Single Post
  #3  
Old 10-03-2001, 03:15 AM
btedji btedji is offline
bryan986
btedji's Avatar
Join Date: Apr 2001
Location: Force 10
Posts: 1,153
btedji is on a distinguished road
Send a message via ICQ to btedji Send a message via AIM to btedji Send a message via Yahoo to btedji
NPC Code:

if (keydown(0)&& this.fruit<=5) {
this.fruit++;
}

if (keydown(2) && this.fruit>=0) {
this.fruit--;
}




i think this would work too
Reply With Quote