In many games, when you change scenes there is not only a slide effect but also a fade effect.
So, as one scene slides to the left it also fades out and as the next scene slides in from the right is also fades in. You often see this when moving from the main menu to the options screen, and back again.
This is how I thought it might work…
storyboard.gotoScene( "Scenes.playlevel", "crossFade, slideLeft", 500)
But it doesn’t. How can you achieve this effect?
Thanks! [import]uid: 194746 topic_id: 34140 reply_id: 334140[/import]