I have found this tutorial:
https://coronalabs.com/blog/2013/12/10/tutorial-howtosavescores/#comment-643947
For helping me to display and save scores, I found it very useful, but I have a question:
How can I get the current value of the score? I tried using local myscore = score.get() and tried to print it, but it only printed a zero, when my score was 160.
I use:
local points = 0
To count my points, I tried points.get(), and that did not work either, how can I display and save the high score using that score module, I don’t want to try json or mysql.
Thank you in advance.
Sincerely,
Alex