Hi all!
This is a question for Corona staff mostly, I believe…
Would it be possible to load 16 images and composite them into a 4096 x 4096 (or any other size) imageSheet? That would allow me to create a nice “progress bar” loader.
As it stands we can use display.capture to create a displayObject, but unfortunately the imageSheet API uses a filename parameter, not an imageObject. Alternatively, I could save out the imageObject and re-load it for use as the imageSheet, but that would defeat the purpose, since I would be loading all separate graphics, saving them as one file and then loading them again, which would take about three times the loading time!