i have a time limit in my game and is it possible to make it so that when some one finishes the game before the time runs out they can be added to the best times form but if someone does it quicker they are then added
Printable View
i have a time limit in my game and is it possible to make it so that when some one finishes the game before the time runs out they can be added to the best times form but if someone does it quicker they are then added
Are you looking for the single best time, or like the top 5 best times?
single
well you need to write it somewhere who is the one in the list and his time
you could use the registry a text or a sequential file
now all you have to do is load that file and check if the new time is better... if so overwrite the old file with the new data...
um yeh, i dont know how to do that, could anyone give me some help please. thanks