Thread: keydown 0
View Single Post
  #1  
Old 10-09-2001, 08:08 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
keydown 0

why wont this work for me?

if(keydown(0)&&this.item>1){
this.item--;
}
Reply With Quote