Please download this small code (but long to post here).
[DOWNLOAD] When I enter new record and save into .txt file, everything is ok except 1 of the field didn't refresh. If I quit and reload the game, the highscore is up to date.
I tried something like this but still no luck:
0. Display Highscore Using Panel <-- here is the problem1. Game load
2. Load highscore.txt
3. Prompt for new record
4. Bubble sort
5. Save into highscore.txt
6. Load highscore.txt <-- I hope this can solve my problem but still not ok