Game Development Community

Getting item from a list control...

by Jay Wells · in Torque Game Engine · 05/20/2004 (6:58 pm) · 1 replies

Hello,

I would like to use a timer object in a dialog, similar to the timer in Visual Basic for example. Just something that I can turn on and fires a method after a set amount of time. Does the engine come with a built in timer?

Thanks
D

About the author

Recent Threads


#1
05/20/2004 (7:08 pm)
I would use schedule

then in the method you defined for schedule, get it to schedule again.
This creates a recurring schedule. To turn it off you would create a method that would cancel the schedule.