Game Development Community

Play a movie in GuiTheoraCtrl...Loop

by qiansheng · in Torque 3D Professional · 03/13/2013 (7:58 pm) · 2 replies

Yeah, I have to make the movie playing again when it stops in my project. But I can not see any function or method that can make it in the torque script. Do I have to add a Loop or a callback function in the C++ code to make it?

#1
03/13/2013 (9:45 pm)
You will have to extend it a little. It shouldn't be too complex, though.
#2
03/15/2013 (1:18 am)
thank you. I have added the loop functionality in the C++ code.