Game Development Community

Pausing Anim Threads?

by Cinder Games · in Torque Game Engine · 07/20/2005 (11:18 am) · 0 replies

Ok i know how to use the playthread and pausethreads.... but those two work together it seems...

I can only pause animations i started with Playthread


playthread(0, "run);
pausethread(0);


is there any way to pause an animation thread without first specificying it?