About Game score ..

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

  • SocksSocks London, UK.Member Posts: 12,822

    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.

  • ikadikad Member Posts: 58

    @Socks said:
    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 :)

Sign In or Register to comment.