Bare with me, long time developer but completely new to Lua/Corona
So I have a composer scene called “visual” and this scene plays a sprite animation, a short audio clip, and displays an image. When a user clicks the next button i want it to slide transition to the same scene “visual” with a new animation, audio, and image.
I’m currently trying to do it by bouncing back and forth between visual.lua and transition.lua and removing the scene in between. It works roughly but not perfectly. Is this the best way to do it? If so is there a good template somewhere that outlines this toggle?