Page 1 of 1

highscore board

PostPosted: Sun Feb 07, 2010 2:55 pm
by ganondolf
hi,

i am making a shooting game. when the player dies and the game ends if the score is in the top end i want it to save the score and make the player put his name in, which will end up on the score board screen.

i would like to know how to do this - and how to make the scoreboard screen so that if finds the saved data to display the scores and names.

it is going to be a wm game, so the input must use touchscreen.

i hope someone knows how to do this as it would help me greatly

Re: highscore board

PostPosted: Wed Feb 10, 2010 7:04 am
by Bee-Ant
Only 1 name and score or something like top 10 list?
You want me explain it or make a demo?

Re: highscore board

PostPosted: Wed Feb 10, 2010 12:32 pm
by ganondolf
Top 10 names and score

a demo would be great with simple steps to make it

thanks for the help

Re: highscore board

PostPosted: Wed Feb 10, 2010 3:22 pm
by Bee-Ant
Here you go

Re: highscore board

PostPosted: Thu Feb 18, 2010 8:09 pm
by ganondolf
hi,

thanks for the demo, i am having a bit of a problem. i can play my game and then enter my name and the it auto goes to the scoreboard and displays the name and score just like yours but when i play again the old score is not saved (or not showing) when i get to the scoreboard and it i press to go straight to the scoreboard no makes show up on the scoreboard. i have inputed all your code and variables so dont know why this is happening.

could u pm me your email address so i can send u my ged files so u could have a quick look?

Re: highscore board

PostPosted: Thu Feb 18, 2010 8:26 pm
by thunderios
I think you have to assign the score variable(s) to a group which you then save, did you do that?