var trans:ColorTransform=new ColorTransform();
trans.color = 0xff00ff;
bsprite.transform.colorTransform = trans;//bsprite的 颜色变成0xff00ff;