View Single Post
  #1  
Old 04-07-2009, 11:12 AM
durf durf is offline
Member
 
Join Date: Feb 2009
Posts: 61
vizact.onkeydown()

Im trying to write a program where I have 3 funcs and I want to que those funcs onkeydown(). THe problem I am having is when I hit a keydown button and want to go to a different funcs that same func keeps running. Below is the code I am running. I am having problems when I hit 'b' on the keyboard and then choose to hit 'a' on the keyboard 'b' still keeps running. Any suggestions?

program.txt

Last edited by durf; 04-07-2009 at 11:18 AM.
Reply With Quote