How do i set up High Score Save
suntzumobile
Member Posts: 34
Hi everyone just wondering how to set up the high score game save. Also will this save it after the game is shut down.
Thanks,
Don
Thanks,
Don
Comments
Create a rule if game.Score is > (greater than) game.HiScore then change attribute game.HiScore to game.Score
Then add save attribute game.HiScore and any key you want.
At your title screen or splash screen, add a load attribute game.HiScore
Hope this helps.