I tried to add "Highscore" system by add global variable as "Highscore".
Then I use system condition to compare variable as
System : Score > Highscore Then System Set Highscore to score.
It's not working, I submit the capx file down here.
Any suggestion?
dl.dropbox.com/u/32432498/doodle06.capx
Develop games in your browser. Powerful, performant & highly capable.
Try adding the System | Score > Highscore.... to the bottom of event sheet one, this works, it also allows the highscore to be updated as the game is played if the players score is higher. :)
With your original request I think you're not using the event sheets 2 & 3, I deleted them and the game ran exactly the same.
I may be wrong, I've only just started myself. :)
I love your solution, Nickydude.
Thank you so much :D
Not a problem my friend.