Thread: -keyNOTdown(i)
View Single Post
  #4  
Old 01-06-2004, 06:44 AM
Python523 Python523 is offline
Banned
Join Date: Aug 2001
Location: Illinois
Posts: 3,498
Python523 is on a distinguished road
Quote:
Originally posted by screen_name
Probably the easiest way is to have a array for it, then run a loop and check the corrisponding key to see if it's pressed, if not, then set the variable to false or whoever you want to keep track of it.
Why bother checking? var = keydown(index); works just fine
Reply With Quote