About Game score ..
ikad
Member Posts: 58
Hello ..
I almost finish my game
it's template game so i have many levels .. but if i have a score for each level
can i collect them all and display it after the player end the game ?
Comments
Just make a game level attribute, let's call it FinalScore . . . . then at end of each level add the level.score to the FinalScore.
Change attribute FinalScore to FinalScore+ level.score.
Yeah that's good choice ..
Thank u so much