Page 1 of 1

ermm question??

PostPosted: Tue Mar 18, 2008 7:10 pm
by kingqui
yh i was just trying to make a smooth walking animation but when the player walks the feet or the frames move to fast, but i want the animation to play through smothly!
okay this is what i done...
I added my two animations they were multiple .gif files so i had to put them in seperate folders 1 for walking right and one for walking left,
first
i did key down on my actor right then i went to the script editor and wrote this...
x = x + 5; ChangeAnimation("Event Actor", "stickanimationright0009", FORWARD);
then i used the key up > change animation chose whateva for my stop walking ,
then i tested it and when i walked the smoth walking animation went to fast, in the animation panel i put them all down to 12fps so it cant be that any Help???

Re: ermm question??

PostPosted: Tue Mar 18, 2008 11:10 pm
by Freddy
Well, I dont know if I can help you with your current animation, except maybe if you make more images. But if youre making a stickfigure animation, there is always stick pivot animator. http://www.snapfiles.com/get/stickfigure.html
Its really good for making walking cycles.

Re: ermm question??

PostPosted: Tue Mar 18, 2008 11:29 pm
by DilloDude
Before changind the animation, test the animindex. Only change the animation if animindex is not the animindex of the animation you want to change to.