problem
Tr_2000
Member Posts: 9
I have found a problem with my score system. The high score is working showing what your best score is but it will never show your score that you got. It will still update the high score if it passes the original though. I cant figure it out. If you have any suggestions for me to do please tell. Thanks
Comments
@Tr_2000 You have to have two attributes, one that is score, and another that is high-score. If your high-score system is setup with these two attributes then all you have to is create an actor that displays "game.score" and the other the "game.high-score".