Quote:
|
Originally Posted by TubaMorg
That just leaves me with the question of why the timer isn't timing?
In the Intialize block:
StartTimer(1)
In another function:
timer = GetTimer(1);
PrintToScreen ("Time is %ld\n", (long)timer);
|
Your not using it somewhere else are you?
In your "other function" is it in the "loop". A While Loop?
Your code looks ok to me. We haven't had any timer problems.
Try timer 6 for kicks and giggles....