Hello for my latest little project i am trying to create a
working highscore (No need for name imput)

I use this for now.

Code:
function highscore()
{
	if (score_count >= hscore_count )
	set(highscore_pan,SHOW);
}



basicly i have two var. one is the score_count the other is hscore count wich is set on a certain number. No when highscore is broken i need the hscore_count to go the same as the score from here but also saves this new highscore at game end.

Any ideas or examples you could point me to laugh


Find all my tutorials & Workshops at : www.rp-interactive.nl

Creativity starts in the brain