Game Development Community

Timer?

by Bolek · in Torque Game Engine · 06/21/2004 (11:49 am) · 2 replies

Is there an object like a timer in Torque script?
I would like to show a series of images, something similar to a slideshow. The pictures would change, every 3 seconds lets say.
Thanks!

#1
06/21/2004 (11:50 am)
Schedule()
#2
06/21/2004 (12:48 pm)
Thank you very much, excatly what I was looking for.