Expand my Community achievements bar.

Script needed

Avatar

Level 7

I have a botton that links to a specific site...
Is it possible when a user click on the botton (On Mouse Enter event) the font color to change from
(176,0,0) to (153,204,255) for example!
Bottons borders and bockground fill are set to NONE.

Thanks

3 Replies

Avatar

Level 6

Try the following JS code in MouseEnter event..........

this.ui.button.border.fill.color.value

= "153,204,255"

Good luck,

Avatar

Level 7

Hi Varma,

this which I am looking is

to change  ONLY button font colour(On Mouse enter event).

Is it possible or not?

Thanks for your help!

Thanks again

Avatar

Level 6

Button1.fillColor = "150,204,255"