Game Development Community

Any way of freezing the run animation when character off ground?

by Highlander · in Torque Game Engine · 05/14/2007 (11:57 pm) · 1 replies

Heya guys,

I would like the run animation to freeze where it was last at when the character jets off the ground. What happens right now is the character's run animation resets. Any ideas how to implement this?

#1
05/17/2007 (6:14 am)
I think you would call the object method pauseThread().

So, if you were in a function where your player was stored in a variable called %obj, you would do this:

%obj.pauseThread();

TDN Thread Control Info