I am having problems switching levels in my game. This may sound odd, but my game is separated into 3 menus (1 for each level) and there are arrow buttons that allow the user to switch between menus to get to the different levels. When I play a level, everything seems to work fine and when the game is finished, it returns to its corresponding menu. If I do something such as play level 1, go back to the menu. Then play level 2, go back to the corresponding menu and play level 3, then go back to the menu, it works fine. The problem is this: if i do something such as play level 1, then play level 2, and come back to play level 1 the game loads the level 2 scene. I believe this has something to do with the storyboard modules, but otherwise I’m stuck. I’ve looked at the corona documentation for removing scenes, and that hasn’t proved to be useful to me. I would really appreciate someones help as I have a complete game and this is holding me up from publishing it.
Thank you