GotoScene in an Overlay Causing a Flicker on Transition

Hi all, I’m quite new to Corona (It’s awesome). I have 3 scenes: a menu scene, a game scene and a pause scene. The menu scene gets shown first, then a button triggers a goto to the game scene. The pause scene is a modular overlay over the game scene. My minor problem is that when I transition from the pause overlay to the menu scene, instead of fading away FROM the pause overlay TO the menu screen (as expected)… what happens is that the screen flickers: the pause overlay quickly gets hidden, then the screen fades away FROM the game scene TO the menu screen.

Is there a proper or better way of transitioning to scene from an overlay? [import]uid: 144908 topic_id: 27953 reply_id: 327953[/import]

*** correction. “The pause scene is a modal overlay over the game scene” :slight_smile: [import]uid: 144908 topic_id: 27953 reply_id: 113141[/import]