I made 1 game with 2 level in this game, I add condition that if Score >= 9 show the message that “You Win !!” and change scene to “level 2” but i can not see “You win!!” message and i can not go to “Level 2” scene.
“you win!!” message is saved in “NewBitmapText” and i hide this message , When score = 10 then opacity of “NewBitmapText” change 0 to 255.
Can you fix this :