Game Development Community

Animations one by one

by Wangxu · in Torque Game Engine · 01/23/2005 (8:03 am) · 5 replies

I have three .dsq files. I want play them one by one.I've tried Schedule ,But it sems not work!

#1
01/23/2005 (8:15 am)
Are you talking about inside the Torque Game Engine? Or within the show tool?
#2
01/23/2005 (9:53 am)
In the TGE.
In fact ,that three .dsq files are three parts of one Animation.So,I want paly them one by one,without intermission.
#3
01/23/2005 (10:17 am)
In the TGE.
In fact ,that three .dsq files are three parts of one Animation.So,I want paly them one by one,without intermission.
#4
01/23/2005 (3:15 pm)
You would probably need to make some small C++ changes to detect when the one animation ends, otherwise you're probably going to end up with small pauses/jerks. If you don't make it run client side, then you'll also get delays from the network.
#5
01/23/2005 (7:38 pm)
Thanks