Author Topic: Set Thread (animation) Direction  (Read 387 times)

How do I use this function?
Code: [Select]
setThreadDir(%slot,[true|false]); It allows you to reverse threads, right? I think it's working but it plays the thread then reverses it. I need it to start from the end and go backwards like how Badspot does with the side animation.
« Last Edit: April 07, 2013, 11:56:46 PM by tommybricksetti »

I got it to work:
Code: [Select]
%obj.playthread(0,sit);
%obj.schedule(5,setThreadDir,0,false);
But for some reason it doesn't seem to work with walk, back, run, or side.

any clues on how to use this?

Nope, sorry, I never even knew that existed :0

But for some reason it doesn't seem to work with walk, back, run, or side.

That's because setThreadDir only works with threads applied using playThread, not setActionThread.