I am trying to change the color of a button when some one hovers over it. I tried putting this.fillColor = "204,255,255"; in the mouseEnter event, but it doesn't do anything. Also I have the button as a Linear to bottom format with two colors
"153,204,255" and "204,255,255". I want to invert the colors when somone hovers over the button, but I can't even get it to change colors let alone invert the gradent colors. Can someone help me on theis one?