Game Development Community

Torque Timer

by Gagan · in Technical Issues · 07/22/2009 (1:59 pm) · 0 replies

i want to alive my control after 2 seconds....whts wrong with the following code

......
%this.timerschedule = %this.schedule(2000, updateTime);
}
function updateTime(%this)

{

nameText.setVisible(true);
}