Displaying Highscore

The problem I'm facing is that I cant display a text and attribute at the same time. I have an attribute that keeps track of the score. I then created an actor to display "highscore" and then the score attribute. I put down "Highscore"... (game.score). But when I do that all it shows is 0. I use a PC, but I've seen videos and it works perfectly for them. Why doesn't it work for me? Is there any alternative way or solution? Please help

Best Answer

  • colandercolander Posts: 1,610
    edited August 2014 Accepted Answer

    Type and add your attribute like this "Highscore\32"..game.score make sure you are doing this in the expression editor. It will look something like Highscore 568000. The \32 is a space also \n is a new line if you ever need it.

Sign In or Register to comment.