Hello,
I migrated to Composer from Storyboard and I am having issues. In the Introducing the Composer API Tutorial, the scenetemplate.lua has the following comments
--------------------------------------------------------------------------------- -- All code outside of the listener functions will only be executed ONCE -- unless "composer.removeScene()" is called. ---------------------------------------------------------------------------------
Unfortunately, this has not been the case for myself. After exiting a scene, I have tried both composer.removeScene and composer.removeHidden with both false and nil arguments for the shouldRecycle parameter.
When I try to go to a scene that I previously attempted to removed (via the functions above), it is not re-executing the code outside the listener functions.
Is this a potential bug? Has anyone else seen this issue? Has anyone seen the opposite?