I have three layouts:
1. main menu that has button START, when click redirects to layout of level one
2. level one, when finishes i show a layer with a button that redirects to layout of level 2
3. level two, when finishes i show a layer with a home button that redirects to main menu
When i finish level 2 and press home button i go to main menu. But when i press START button to go to level 1, level 1 is resumed in the state that i had left before and i don't want this. I want to start again from the beginning. What should i do?