I have a strange problem. I’m using ShowOverlay and it’s working in some situations but I recently added it to my level select screen and the level select is appearing behind everything and so I can’t click on any of the buttons.
Here’s a screenshot of the weirdness - the pink blobby character should be behind the buttons - http://d.pr/i/vjHH
The code I am using for loading the overlay is below - it’s not particularly complicated
-- why on earth doesn't this load on top local overlay\_options = { effect = "slideUp", time = 500, isModal = true, params = { level = self.level } } storyboard.showOverlay( "overlay\_level\_select" , overlay\_options )
Has anyone seen this before? Would appreciate any help you can offer.