Game Development Community

Show Tool animations do not stop

by Joe Bird · in Torque Game Engine · 01/13/2004 (6:40 pm) · 2 replies

I am currently near the end of the Tourniquet tutorial learning how to use the Show Tool. When I load the demo's Player.dts and go into the Thread Control menu the animations are already playing and clicking "stop" does not stop the animations. I am also unable to navigate animation frames using the "Slider Control".

Any ideas on what I might be doing wrong, or how I can fix this?

I am using the Release_1_2_0 torqueDemo_DEBUG.exe -mod show executable built with MSVC++ 6.0 SP5.

Thanks.

#1
01/15/2004 (1:31 am)
There are some bugs with the show tool at the moment. Do a search in resources for 'show tool' and you should get back the following link:

http://www.garagegames.com/index.php?sec=mg&mod=resource&page=view&qid=4994

That tells u how to add in some code to get the stop functionality working again.
#2
01/15/2004 (4:23 pm)
Thank you. I did finally find that link and copied the code, but haven't tried implementing it yet.