Thread: keydown
View Single Post
  #4  
Old 10-03-2001, 08:21 AM
Cybnext_Design Cybnext_Design is offline
Registered User
Join Date: Jun 2001
Posts: 244
Cybnext_Design is on a distinguished road
Send a message via AIM to Cybnext_Design
Quote:
Originally posted by 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
You obviously didn't read my post.

That script would just allow you to hold down the key, and that is exactly what i don't want.
__________________
Graal2001 NPC Maker
Frolic Owner
Aim: C Y B N E X T
Reply With Quote