Hi guys,
I have a small animation problem.
I am restarting my game like this:
play.lua -> restart.lua -> play.lua
play.lua
composer.gotoScene( "restart", "zoomInOut", 2000 )
restart.lua – BASICALLY A BLANK BLACK BACKGROUND FILE
composer.gotoScene( "play", "zoomOutIn", 2000 )
My problem is play.lua just disappears in a blink of an eye, and I only get zoomOutIn animation (restart.lua -> play.lua).
zoomInOut is never animated/displayed (play.lua -> restart.lua) …
I read about this topic, and it seems that everyhing has to be in inserted sceneGroup?
How to insert everything in sceneGroup (I have a bunch of display groups, a camera system, also something is created in scene:show …) ?
Many thanks!! 
