Game Development Community

stoping animation on frame 1

by Matt Ahrens · in Torque 3D Professional · 05/01/2011 (12:42 am) · 3 replies

how do you stop an animation on the first frame? I tried PlayThread() and PauseThread() but it wouldn't play. Anything i try with SetActionThread() just plays the animation. Its a non repeating animation if that makes a difference.

#1
05/01/2011 (7:27 am)
You can stop the playback on a sequence end. I think you have to do code changes to stop it on the first frame.
#2
05/01/2011 (8:09 am)
ok thanks, i'll have to look into that then.
#3
05/01/2011 (9:47 am)
How about shortening the sequence, using te shape editor?