Hello Corona Community,
I have a timer.delay function in my main game scene. The function is called after 60 seconds into the game. The problem is I also have a pause button. If the user presses the pause button in the game it goes to the menu. Then after 60 seconds on the menu the timer.delay function gets called while in the menu. I removed the main game scene with composer.removeScene() when the user exits the game to the menu so why is the timer.delay function being called?
Any help will be apprecieated.