For the seventh entry in my Corona samples, I decided to share a small test sample I wrote to learn a little bit about sprites under Corona.
On screen, this is a pretty bare bones demo of putting a sprite onto screen and animating it. When you click / touch the screen, the robot will walk to that point.
The main drive to write this sample was to get an idea of how I plan to handle sprites in future games I write with Corona. Included with this is a sprite factory, and a gameobject class to take care of the basics involved with getting a sprite animating on screen.
You can download the source here: [Download]