Hi,
I’m reasonably new to Corona/Lua but not so new to programming/DB techniques. I’m torn between which is the best way to display my graphics images. Not sure whether to use a Database, Spritesheets, or just files in a folder or some combination.
Basically I want to select a random image and display it, but the image would be selected via the associated metadata. So I might want to pick a random image that was a ‘red’, ‘number’ or one associated with a language etc.
I also need it to be flexible so I can continue to add additional images either as basic updates or purchases too. So this is a factor as well.
Does anyone have any suggestions please on the best way to do?
Thanks.