var scores:Array=[10,4,15,8];
scores.sort(Array.NUMERIC);
trace(scores);