
-----------------------------------
FailWhale
Sat Jan 15, 2011 7:03 pm

Timer in game Problem
-----------------------------------
Hey everyone, I'm in Grade 10 at the moment and I'm making a game right now. I'm having troubles making the loop exit when 10 seconds pass. help please?



-----------------------------------
Tony
Sat Jan 15, 2011 7:26 pm

RE:Timer in game Problem
-----------------------------------
[code]
exit when itimes = ineeded or itime = 10000 
put itimes 
put ineeded
[/code]
I like how you are printing the values out -- it makes it easier to see what values were used to check if it's time to exit.

So, when is that condition true?
