I’m not a big fan of questions like this, because you’re basically saying. It doesn’t work the way I want it to, so it must be Corona’s fault.
The problem here is your code isn’t written to handle cleaning up the scene and re-building it without destroying the scene group.
(Recall suggestion one above)
you’ll have to write your own functions destroy and re-create the content and call them directly
This is why I always encourage people NOT to start with composer till they can write a module that creates the ‘scene’, destroys the scene, and re-builds the scene. Then I tell them, “Call the module from your composer scene, but let your module do all the work.”
I’ll respond later with a simple example demonstrating this concept. Right now I’m catching up on e-mails and don’t want to stop for this.