r = Math.random()*255;
g = Math.random()*255;
b = Math.random()*255;
var color:uint = r << 16 | g << 8 | b;