need help with a high score.
well, i have been working on this project for a while. and i need help with this one thing. throughout the site i have seen many online high score system demos,but i have seen no non online systems. can some one please show me how or implement it to my game
file: http://www.mediafire.com/?wemynwwzwjx
Re: need help with a high score.
What do you mean online games? Like with player vs another player across the web? For that you should use OINC.
Please explain more what you mean?
Re: need help with a high score.
LB, I think he means that all the examples/tutorials are for online games. He is looking for something for just a game.
Marv
Re: need help with a high score.
yah, i want a local high score system aside from a online one.
Re: need help with a high score.
You put the high-score object in a separate frame, jump to that once the game is over.
You keep the 'check for hi-score at start' box checked in its options.
In that case - if the player has a hi-score, they are then prompted with a dialog box to enter their name.
The data is saved automatically in a DLL somewhere and that's basically it.
Re: need help with a high score.
The data is NOT saved in a DLL, it's eaither save in the ini file you speify, or in a deafaut one.
Re: need help with a high score.
That's right, ini file, sorry - not sure why I said dll. Not that that makes a hell of a difference overall.
I read recently that saving it to a path you specify doesn't work so...
Why is it all the Americans on this board are so pushy?
Re: need help with a high score.
Quote:
Originally Posted by Crash86
Why is it all the Americans on this board are so pushy?
We are not pushy, we just like to make sure that the information supplied to users is correct.
stephen1980
Re: need help with a high score.
Quote:
Originally Posted by stephen1980
Quote:
Originally Posted by Crash86
Why is it all the Americans on this board are so pushy?
We are not pushy, we just like to make sure that the information supplied to users is correct.
stephen1980
:D This is true!
Re: need help with a high score.
Well maybe in future you could do it in a more polite way. I didn't see anyone else actually helping the guy out.