SmileBASIC コミュニティトピックjoshua joshuawl2016/02/04 15:42:29質問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そうだね 3返信プレイ済み2017/11/04 04:54:50に取得
SmileBASIC コミュニティ返信[1]親投稿Josh josh.h72016/2/4 16:52Here 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そうだね プレイ済み2017/11/04 04:54:50に取得
SmileBASIC コミュニティ返信[2]親投稿john adsd212016/2/5 6:45hey 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そうだね プレイ済み2017/11/04 04:54:50に取得
SmileBASIC コミュニティ返信[3]親投稿joshua joshuawl2016/2/5 11:50Thanks for the help!0そうだね プレイ済み2017/11/04 04:54:50に取得