import flash.geom.ColorTransform; this.onRollOver = function() { this.transform.colorTransform = new ColorTransform(1,1,1,1,200,0,0,0); }; this.onRollOut = function() { this.transform.colorTransform = new ColorTransform(); };