Animation Issues
by Lefion · in Technical Issues · 03/13/2010 (3:24 pm) · 1 replies
hi all. I'm a little new to attempting my own animations. I am using 3ds max and have my character model working....the root, run, back, and jump ones working. Then I created one called "attack".
in my function.
function SwordImage::onFire(%this, %obj, %slot)
{
echo("SwordImage :: onFire **** Being Called ****") ;
%obj.setActionThread("attack") ;
return;
}
it is in simple format away from the gameplay programming but my animation is not working. from all of what I looked into, it should work...right? The function is being called when I press the left button on the mouse just not animating.
Any Ideas?
in my function.
function SwordImage::onFire(%this, %obj, %slot)
{
echo("SwordImage :: onFire **** Being Called ****") ;
%obj.setActionThread("attack") ;
return;
}
it is in simple format away from the gameplay programming but my animation is not working. from all of what I looked into, it should work...right? The function is being called when I press the left button on the mouse just not animating.
Any Ideas?
About the author
Lefion
Just in case if someone else is having the same problem. I had to go back into my animation itself. I noticed that in 3ds Max, I was missing 1 detail on exporting. I did not have the correct CFG file in the directory of my saved Max file. OOPS! =-P