Thread: Timer Question
View Single Post
  #3  
Old 03-31-2009, 09:18 AM
durf durf is offline
Member
 
Join Date: Feb 2009
Posts: 61
Ok thanks for that... If I wanted to do it via pressing keys and not a timer how would I do that. I got it to work but I have trouble after I go on to the next function... I can never go backwards.

IE

I press 'a' to initiate def func1():

I then press 's' to iniatiate def func2():

If I press 'a' again I get an error. I assume I need a ontimer or something but I have trouble trying to figure that out.

Any insight would be much appreciated
Reply With Quote