Hello everyone,
I’m creating a Corona SDK tile based game and I’d like to implement an efficient storing, rendering and touch support system for my levels. I use Tiled to design them and a simple xml lua parser to load them.
I saw another post in the forums that basically creates a matrix of Sprites with a given position and image. If the player scrolls you need to update every sprite’s position and image every frame and that must be very inefficient.
I’d like to avoid Lime because it’s a paid add on.
Any ideas? [import]uid: 65008 topic_id: 22388 reply_id: 322388[/import]
