Using attribute to display score

Hi, I am creating a game and I am trying to display a score that is an actor that displays text but it is in a different scene. How do I use this actor to display the same score in another scene in this scene?

Comments

  • MentalDonkeyGamesMentalDonkeyGames Member Posts: 1,276

    The attribute that stores the score has to be a game attribute, not a scene attribute. Game attributes can be used in any scene of your game. Scene attributes can only be used in the scene they are created in.

Sign In or Register to comment.