only 2 hours left to get it free [import]uid: 7911 topic_id: 20423 reply_id: 80521[/import]
Hey J.
I just bought the hiScore.lua lib and it works great, one question. I want to display the value of the score in a HighScore Scene instead of the terminal.
How can I retrieve the value of each highscore stored on the list and assing it to a varible so I can display the text and score on a screen that has the 10 highest scores
thx
steve [import]uid: 111657 topic_id: 20423 reply_id: 83457[/import]
Just figured it out how to do it…
Using the following command you’ll retrieve the highscore of the listlevel
local score1 = listLevel[1].score[1]
maybe you can include that in the readme file you get with the lua file to show users how to retrieve info from the table and display it on screen. [import]uid: 111657 topic_id: 20423 reply_id: 83459[/import]
thanks Steve
I plan on releasing an update sometime next week that will have a display, save, & load options [import]uid: 7911 topic_id: 20423 reply_id: 83533[/import]