Game Development Community

Clock

by David Taylor · in Torque Game Builder · 03/26/2006 (2:25 am) · 2 replies

This one should be fairly simple in theory. I want to be able to cause delays. For example, I want to load the Torque2D logo page and then do nothing for four seconds, before progressing onwards. How do I do that? I assume there's a clock command that would do that. Can anyone help?

#1
03/26/2006 (3:11 am)
You can use the schedule command for that. There is a TDN article on creating splash screens that will cover what you want.
#2
03/27/2006 (6:19 pm)
Thanks, Philip. I saw the article and ended up doing it slightly differently from a hierarchial manner, but similarly by way of code, and it's now working fine. :)