Non-cicle IFL animation bug
by Vyacheslav Maltsev · in Artist Corner · 12/04/2007 (4:55 am) · 2 replies
Greatings, wise people!
Here's the problem:
I'm starting non-cicle IFL animation with playThread(0, "AnimName"). It plays well - no questions. BUT, then I try to play it once again by the same command - playThread(0, "AnimName") - no animation plays at all! Object gives no reaction! Script event "OnEndSequence" does not happening. By the way command playThread(0, "AnimName") returns TRUE - just like if animation started and everething is ok... But it's not!
Please help, wise people!
Here's the problem:
I'm starting non-cicle IFL animation with playThread(0, "AnimName"). It plays well - no questions. BUT, then I try to play it once again by the same command - playThread(0, "AnimName") - no animation plays at all! Object gives no reaction! Script event "OnEndSequence" does not happening. By the way command playThread(0, "AnimName") returns TRUE - just like if animation started and everething is ok... But it's not!
Please help, wise people!
Torque Owner Vyacheslav Maltsev
So, all I have to do is give a little time to Torque. A several milliseconds. Thats enough.
Thanks for attention!