timers (again)

BlitzMax Forums/BlitzMax Programming/timers (again)

dan_upright(Posted 2006) [#1]
shouldn't it be possible to do
CreateTimer(0.5)
and get a timer that ticks every two seconds? whenever i try it, the timer creates ok but the event never fires


GfK(Posted 2006) [#2]
Do CreateTimer(1), then use TimerTicks() to wait until the timer has triggered twice.


dan_upright(Posted 2006) [#3]
forget i posted anything, no timers were working at all - a reboot sorted it =]