Per the docs here
http://docs.coronalabs.com/api/library/graphics/newImageSheet.html
I was wondering if i want my sprite sheet to animate back and forth, for instance, frame 1,2,3,4,3,2, and so on, do I need ot use the complex method or can i use the simple one?
I would like to keep things as simple as possible for my app as a whole.
Please advise. Appreciated.