Can you keep a moving background throughout scenes? Could be elementary…
I created a sky with semi-random moving clouds – hoping to use storyboard to switch between scenes while maintaining the cloudy sky. I almost envision the storyboard as an overlay over the sky…
I just did the exact same thing – meaning, added the persistent, animating background in main.lua. The trick is, add the animating background objects before you do storyboard.gotoScene, and then you send the background objects to the back of the scene, like so:
Create, say, bgGroup in main.lua, and add all background objects to bgGroup.