Score adding up after game?

I know how to make a simple score counter and how to display it, but how do i make it to where at the end, instead of just showing the score, the points add up until you see your final score?
Thanks.

Comments

  • AleksandrGamesAleksandrGames Member Posts: 54
    Thank you so much!
  • AleksandrGamesAleksandrGames Member Posts: 54
    edited April 2013
    Now i'm having some trouble. So in the game i'm making, you fire bullets at asteroids. I used that method, but the interpolate score is always different even though the main score stays the same. I have 2 asteroids, 20 points each. I have a display text for the "Old Score"(the actual score) and for the "Score"(the one i use interpolate for). When the bullet overlaps with both asteroids the score adds up to 40. then when the round ends the interpolate score shows up and gives me a different number every time. it's allways 10x the actual score or less. it is sometimes 200 sometimes 196 or 199. I've tried with bigger numbers than 20, and the bigger the numbers, the more off the interpolate score is. I don't get it.
    I also tried doing EXACTLY what he did in the video, even making a new game and following what he said. when i did that, the score would only add up once when you touch the actor. I tried redoing it but nothing worked. Please help.
Sign In or Register to comment.