Scoring Issues

So In my game, The actor jumps on platforms(It's and endless runner) and I'm trying to keep track of my score. I set up a game attribute called Score, and an actor that has a timer where every 1 second, it adds 1 to game.score. When you die, I takes you to a screen that Should say "Score-" and then your score. Sometimes it will say 0 no matter what and it never adds the "Score-" part. (btw thanks to Jamie Cross for the endless runner tutorial :) )

Comments

  • tatiangtatiang Member, Sous Chef, PRO, Senior Sous-Chef Posts: 11,949

    It's hard to know why it's not working since you haven't shown your rules for the game over screen but make sure you're using the same game attribute for the scoring timer and the display text on the game over screen. Also make sure you've selected the attribute from the drop-down menu and not just typed it in.

    New to GameSalad? (FAQs)   |   Tutorials   |   Templates   |   Greenleaf Games   |   Educator & Certified GameSalad User

Sign In or Register to comment.