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???