Hi.
I have 50 Levels in my game.
I check the Level_01_Difficulty Variable for set Difficulty of current level.
if it is 0 , player play in Normal mode and if it is 1 , hard !
in menu when player win level with Normal Mode , game allow to Hard difficulty.
when the player win in Level01 i set Level_01_Difficulty Variable to 1 and if the player lose nothing change.
i don't have problem with that but ......
**** if player win in Normal mode and i set Level_01_Difficulty Variable to 1 and player , play the level in Hard, maybe the player want to play the normal mode later. but Level_01_Difficulty Variable is 1 and on start of layout level be on hard difficulty.
i confuse with that !
and also how i event for menu for 50 levels?