Game Development Community

Newbie Need Helps, setArmThread questions

by MARIA SALAZAR · in Technical Issues · 07/14/2008 (3:55 pm) · 2 replies

Basicly, I want to play my animation while running like run and swing my arms. After I do some research,
I know I have to use blend animation and setArmThread(); but when I test it in game with setArmThread("swingsword"); the animation just play only frame 1 and stop. To continue my animation, I have to move mouse along x,y axis. Is there anyway that I just press a button to play entire animation?
Thank you

#1
07/14/2008 (4:08 pm)
Try looking up the Simple Melee resource (the ServerSide Melee might work too), what it does is allow the arm thread to play all the way through, than revert back to the old one.
#2
07/15/2008 (10:39 am)
Thanks for your reply. I tried that already. Unfortunately, After I rebuild torque with the serverSide Melee my engine was crashed all the time when I run the program. so I am trying to find another way. I think I might recheck serverside Melee again.