Page 1 of 1
A question about animation
Posted: Fri Sep 30, 2011 4:20 pm
by Mancer
As the title suggests I wish to ask about using animations in LÖVE, mainly what ways can I display an animated image on screen and what way you recommend I use.
Thank you in advance, Mancer.
Re: A question about animation
Posted: Fri Sep 30, 2011 4:42 pm
by tentus
You should try out
AnAL, that's what most of us turn to.
Re: A question about animation
Posted: Fri Sep 30, 2011 4:46 pm
by Roland_Yonaba
Well, I am not sure about what stands besides "display an animated image"..But I guess you have a set of pictures and you want to draw an animation using them. It is basically simple to do, just make the pictures display according to short time intervals using a timer... But eh, no need to reinvent the wheel,
anALis probably what you're looking for.
Re: A question about animation
Posted: Fri Sep 30, 2011 6:36 pm
by Mancer
Thanks for the help, and Roland you are right about what I want to do, from what I can tell AnAL seems to fit what I need.