We are about to switch to a new forum software. Until then we have removed the registration on this forum.
How to save score in game and then using it when highscore button is clicked
Check out this thread:
https://forum.processing.org/two/discussion/12407/how-can-i-modify-the-code-of-saving-score-so-it-can-work-on-android-mode
There are other threads for Java mode high score tables that may be of use as well.
For Android you might consider using SharedPreferences instead of a text file, but both will work.
Check previous posts: https://forum.processing.org/two/search?Search=SharedPreferences+
Kf
Thanks , i solved it with the loadString() and saveStrings() methods :-B
Answers
Check out this thread:
https://forum.processing.org/two/discussion/12407/how-can-i-modify-the-code-of-saving-score-so-it-can-work-on-android-mode
There are other threads for Java mode high score tables that may be of use as well.
For Android you might consider using SharedPreferences instead of a text file, but both will work.
Check previous posts: https://forum.processing.org/two/search?Search=SharedPreferences+
Kf
Thanks , i solved it with the loadString() and saveStrings() methods :-B