To display a TEXT ONLY ONCE
in my game, There are several level and at the end of each level, there's a scene that shows my score, my highscore, stars yellow or gray.
To move to the next level, I must unlocked.
if my score is beyond the current highscore, I managed to include a message "YOU GOT THE BEST SCORE"
My problem now READ WELL
if I exceed a score (eg score 10), I display the message "level 2 IS Unlock", ok that's good, but the real problem, this message appears every time I go over the score (eg 10 ), after "try again" without leaving the game simulator in gamesald
I do not know if anyone could help me because it's complicated, I spent several hours.
To move to the next level, I must unlocked.
if my score is beyond the current highscore, I managed to include a message "YOU GOT THE BEST SCORE"
My problem now READ WELL
if I exceed a score (eg score 10), I display the message "level 2 IS Unlock", ok that's good, but the real problem, this message appears every time I go over the score (eg 10 ), after "try again" without leaving the game simulator in gamesald
I do not know if anyone could help me because it's complicated, I spent several hours.
Comments
If the score exceeds 10 (your example) then spawn actor with a display text: Your text ( Level 2 IS Unlock)
Im not sure if i understand correctly.
My GameSalad Academy Courses! ◦ Check out my quality templates! ◦ Add me on Skype: braydon_sfx
When game.BestScore is false
Display Text
Change attribute game.BestScore to true
If you need to display it later on, just change game.BestScore back to false.
""You are in a maze of twisty passages, all alike." - Zork temp domain http://spidergriffin.wix.com/alphaghostapps
My GameSalad Academy Courses! ◦ Check out my quality templates! ◦ Add me on Skype: braydon_sfx