Can anyone explain to me, why using repeat/forever
doesn't make the timer work right (timerticks is always 0)
but while/wend works allright?
Adding pollsystem makes it work too.
Just wondering..
doesn't make the timer work right (timerticks is always 0)
but while/wend works allright?
Adding pollsystem makes it work too.
Just wondering..
Local timer:TTimer = CreateTimer(10) Repeat 'While(Not(KeyDown(KEY_ESCAPE))) 'PollSystem() Print TimerTicks(timer) 'Wend Forever