Can someone tell me how to use the INI obj to save high scores? TY
Printable View
Can someone tell me how to use the INI obj to save high scores? TY
please and thank you?
You don't use the INI Object to save Highscores what you do instead is you go into to the Hi-Score object's Settings and scroll down till you find where it says INI file to use: Name:, type in what file to use in there and it automatically saves and loads to your application data folder, No Events Needed!
can you go into a little more depth
For fun do this:
Open up your game file in MMF
Make a new frame and add the hi score object to it
Then in your game be sure your using the built in score under the player 1 icon
When your player loses all their lives jump over to your frame with the hi-score object.
It will automatically ask for a players name if the score is high enough for the list.
Of course you can change some properties or interact with the score object via events and actions.
i know that, it's just on the network location i want to place it it doesn't work.
Ah the high score object is for the local computer
You can't use that to track high scores from a number different computers.
What exactly do you want to do?
track hi scores on a network location. INI seemed best.