Basically, I have brain frog this morning, and can’t sit down and figure this out by myself,
So i’d appreciate it if someone could tell me how to
Make a leaderboard, in a nutshell
100 players,
and I need to list the ones with the highest score at the top, (1st, 2nd, 3rd, so on)
and if 2 have the same score, just sort them by there player number…
using a “for var i:Number = 0; i<100; i++)” statement, i would be the player number…
Any unclarity i’ll try and reword
Basically highest score’s at the top, 2nd, is at the 2nd spot, 3rd, 3rd spot, so on
the variable im using to score is
playerPoints, and its an array…
Thanks in advance