I have a GameScene with it's respective GameLayer that handles all of the game. When you loose a life, I would like to transition to a LostLifeScene and then transition back. Is this possible? So far I've used pushScene/popScene to show the LostLifeScene and added transition to the pushScene part. But there doesn't seem to be a way to do it when popping the scene back.
Is there maybe a better way to do this?