I am developing a simple game in which there are 3 screens. Main screen(play, setting, information), Game screen(play, score, die, point), gameover screen(reply, restart).
the problem is when my main screen start at the same time gameplay screen objects are also initiated. becase when i click on play button from main screen the objects on game screen are already running in middle instead of start. and at the game oer screen when i click on reply or restart, the more objects are apprear and collision of obstacle come multiple places.
please suggest to manage different screen and their objects. Thanks in advance for this.