confermo che anche in as2 math.max va solo con 2,

cmq nn ho capito il tuo consiglio:
se faccio cosi math.max mi da sempre un numero e nn il nome della var...
dis = _root.dr;
cur = _root.cu;
com = _root.co;
imm = _root.im;
highscore = Math.max(dis, cur);
trace(highscore);