Hi,
I’ve seen a lot of games combining multiple images in the same file to save memory. Corona allows us to do that by using the Sprite API. But what if I use sprites for non-sprite objects? I mean, I want to combine unrelated images in a single file and load specific portions of this big file when needed. So, instead of using images (newImageRect), my game would have 1-frame sprite instances. Would that be ok or overkill?
Thanks in advance! [import]uid: 96891 topic_id: 18526 reply_id: 318526[/import]

