Hi Salva, thank you.

However when I Import FBX(11.2006) and set up the animations with names, Load the model into MED the animations are fine, In WED the animations do not play.


action HellPig()
{

while(1)
{
my.skill1 += 3*time_step;
if (my.skill1 > 100)
{
my.skill1 = 0;
}
ent_animate(me,"RUN",my.skill1,ANM_CYCLE);
wait(1);
}

}


This is the action that I use. It works if I export as Milkshape ascii, import as Milkshape ascii, The animations are fine in MED, but they go out of wack in WED.

Any other Ideas are greatly appreciated.

Last edited by Hogona; 07/27/07 23:11.