トピック
joshua joshuawl

Saving Highscore?

I have made 2 games that you try to get the best highscore but i want to make it where i can save the highscores. How do I do that?
2そうだね
プレイ済み
返信[1]
親投稿
Josh josh.h7
Here you go :) SCORE=0 string to store the score in GAMESCORE$="" puts the score into the string GAMESCORE$=STR$(SCORE) saves it into a file SAVE"TXT:SCORE",GAMESCORE$ and to load it back LOAD"TXT:SCORE" OUT GAMESCORE$ SCORE=VAL(GAMESCORE$)
4そうだね
プレイ済み
返信[2]
親投稿
john adsd21
hey you gave my post about the game a yeah so follow my account if you wanna find the discussion and you can see whats open for you!
0そうだね
プレイ済み
返信[3]
親投稿
joshua joshuawl
Thanks for the help!
0そうだね
プレイ済み