Page 1 of 1

Smooth walking animation?

PostPosted: Mon Apr 15, 2013 1:26 pm
by Lacotemale
Hi all,

Turns out one of the biggest problems I have making my game is getting the walking animation to look decent. At the moment I have 4 pictures/frames for it and in the animation preview it looks good.

However, inside the game it does not. It looks very flickery(if thats a word). :D Do I need more frames in the animation? or is the problem because the animation is set the the "d" key and repeat is turned on?

Any help/ideas/solutions are welcome here! :)

Re: Smooth walking animation?

PostPosted: Mon Apr 15, 2013 3:54 pm
by lcl
Lacotemale wrote:or is the problem because the animation is set the the "d" key and repeat is turned on?

This is the problem if you are using FORWARD as the animation direction. Use NO CHANGE instead, and it'll run smoothly.
With forward it just keeps repeating the first 2 frames, since every frame the key is pressed it resets the animation back to the first frame.
No change option avoids this bug. :)

Re: Smooth walking animation?

PostPosted: Tue Apr 16, 2013 11:26 am
by Lacotemale
Ah perfect! Thanks again Lcl! :)

Re: Smooth walking animation?

PostPosted: Tue Apr 16, 2013 2:42 pm
by lcl
You're welcome! :)

Re: Smooth walking animation?

PostPosted: Sun Mar 23, 2014 6:27 am
by retroarcade
I know it is an old post but I also have to say thanks: changing from "forward" to "no change" was the solution I was looking for.