I think, I made a working high score thingy, where your 10 best high scores are saved in a list. The highest on the 1st place of course.
I have to test it, but if it really works, I will try to share it (with my bonus system together)
The main thing is that you have to save actual scores and high scores in game attributes, save them in keys and load them on start.
In the list you have to use rules like
if last highscore > 1place, change 1place to lasthighscore if last highscore < 1place but > 2place, change 3place to 2place and chnage 2place to last highscore
Comments
I have to test it, but if it really works, I will try to share it (with my bonus system together)
The main thing is that you have to save actual scores and high scores in game attributes, save them in keys and load them on start.
In the list you have to use rules like
if last highscore > 1place, change 1place to lasthighscore
if last highscore < 1place but > 2place, change 3place to 2place and chnage 2place to last highscore
and so on.
http://gamesalad.com/forums/topic.php?id=2629#post-21481