.allButtons2 { /* Creates a gradient from red/orange when button is in the "out" state. */ fillColors: red, haloOrange; } .allButtons4 { /* Creates a gradient from red/orange when button is in the "out" state. Creates a gradient from green/blue when button is in the "over" state. */ fillColors: red, haloOrange, haloGreen, haloBlue; } .allButtonsSolid { fillColors: red, red; } .allButtonsSolidOpaque { fillAlphas: 1.0, 1.0; fillColors: red, red; }