How to call a function every second?
by Nic Biondi · in Technical Issues · 01/29/2004 (6:00 pm) · 4 replies
I need to call the function:
continually in order to update the position of a static object(like a tree). I would ideally like to do it in script, but am not against the idea of coding it. Could someone please tell me how to script this, or if scripting is not possible, how to implement this in c++?
%item.setTransform(%x SPC %y SPC %z);
continually in order to update the position of a static object(like a tree). I would ideally like to do it in script, but am not against the idea of coding it. Could someone please tell me how to script this, or if scripting is not possible, how to implement this in c++?
Torque Owner Westy