Need help with highscore!

D

Doooooli

Guest
So i have made myself a flappybird lookalike game! And everythings works perfect! Score is fine and highscore is showing! But my problem is that the highscore after awhile (1 or 2 hours) just dissapears! It's not saved that is!

This is the code i have to draw the highscore

(in a draw event of a controller)

Code:
draw_text(room_width/2,10,string(highscore_value(1)));

draw_text(room_width/2,50,string(score));
So how would i do to make the highscore_value to save itself once my bird is dead? :)

anyone know how to? and if you need more codes like step code for the birds etc do not hesitate to ask!

thx
 
Top