overlay scene not showing second time

Hi, I’m using an overlay scene to show a “level complete” modal popup when the level is complete. From this overlay scene the user has the possibility to click a Next button to go to the next level.

When Next button is pressed I’m hiding the overlay scene and call a parent:nextLevel() method available on the parent scene.

This method loads the next level and if it discovers that this next level was also completed (user was replaying a level) is trying to show the “level complete” overlay scene again but the problem is that this time the overlay is not shown at all.

What is strange is that scene:show() event is called on the overlay scene and I cannot click on the buttons beneath it as if it was there but it is not visible.

Any idea what might be causing this behaviour?

Have you tried removing the overlay scene before trying to call it a second time?

Yes I did, still the same behavior.

Have you tried removing the overlay scene before trying to call it a second time?

Yes I did, still the same behavior.