Quote:
Originally Posted by iAppDev
I'm sorry Duncan but i can't understand the code. i understand that i can put it into my countup method but how can i combine it with my gameTimer method?
thanks
|
What method contains the code you posted? And how is it being called? What are you trying to time?
Post the whole method that includes that timer int, and also show how you set up the timer that calls it.
BTW, you said every 10 milliseconds equals 1 second. There are 1,000 milliseconds in a second, not 10.