Page 1 of 3

how to make animation?

Posted: Tue Sep 24, 2013 12:10 pm
by poopooheadcow
How do you make animation like when you press right to make your person go right it will instead of just sliding to the right it will look like its walking that way.

Re: how to make animation?

Posted: Tue Sep 24, 2013 12:16 pm
by Plu
The simple way is to make a bunch of images, one for each step of the animation, and then rotate over them as the character moves.

There's also a number of libraries that can do this for you, like Anim8 and AnAL

[]

Posted: Wed Sep 25, 2013 10:55 am
by bekey
-snip-

Re: how to make animation?

Posted: Wed Sep 25, 2013 11:58 am
by kikito
Yes.

Re: how to make animation?

Posted: Wed Sep 25, 2013 7:20 pm
by jjmafiae
love.graphics.quads are the thing the libraries are using but the libraries makes it much easier :ultraglee:

Re: how to make animation?

Posted: Thu Sep 26, 2013 10:04 am
by shatterblast
I'm hopelessly addicted to libraries. Will AnAL work with 0.9.0?

Come to think of it, I could just test 0.9.0 on my Windows system.

[]

Posted: Thu Sep 26, 2013 10:40 am
by bekey
-snip-

Re: how to make animation?

Posted: Thu Sep 26, 2013 1:34 pm
by jjmafiae
shatterblast wrote:I'm hopelessly addicted to libraries. Will AnAL work with 0.9.0?

Come to think of it, I could just test 0.9.0 on my Windows system.
no, they have to update it because they have changed the name for quads and some other things.

Re: how to make animation?

Posted: Fri Sep 27, 2013 6:42 am
by Plu
They kept the old Quad functions I believe, they just changed (and expanded) the underlying architecture. The library should keep working.

Re: how to make animation?

Posted: Tue Oct 01, 2013 7:16 am
by shatterblast
Plu wrote:They kept the old Quad functions I believe, they just changed (and expanded) the underlying architecture. The library should keep working.
That is good to know. Backwards compatibility rocks out. :monocle: