Hi there,
I am changing my projects to use composer now instead of the deprecated storyboard but i am having problems:
I have a game scene and a ‘paused game’ overlay. When my game is paused the users decision of resuming or quitting the game is then put into action in my game scene’s “overlayEnded” listener. (i.e. if globals.quitgame == true then blahblah elseif globals.resumegame == true blahblah etc.)
But from what i can tell composer does not have this listener… what am I to do to rectify this?
Thanks a lot for your help in advance! peace n love!