Hello,
I'm trying to create a Scoreboard for my game. This is what i have now:
it does work so far. But my Scoreboard looks like this:
What i want is to set Score and heigth accordingly.
Score is the points the player collected in the game, heigth is how heigth he jumed and final is Score+Heigth(for now).
How would i do that? I cant create two extra arrays to store the other values because of the sorting.
Any idea?
Thanks i advance
Sven