Im interested in resetting a scene when the user leaves it. Ive tried putting this code in a few places on a Composer page but dont see where it should go.
local currScene = composer.getSceneName( "current" ) composer.gotoScene( currScene )
I was also looking at
composer.recycleOnSceneChange = true
But I read this will keep it in memory. Does this mean there could theoretically be dozens of the same scenes in memory, resulting in a crash?