|
Pages: [1]
|
 |
|
Author
|
Topic: Mouseover text (Read 470 times)
|
|
Amanita
|
I am using the code below as a text link yo close the window. But it mouses over in orange is there a way to change the mouseover color? at 234x8 text "CLOSE" 50x14 bold font-size 10 #"^q" [quit]
|
|
|
|
|
Logged
|
|
|
|
|
CarlRead
|
The mouse-over color is in TEXT's FONT object. Use the following method to set it to what you want - the mouse-over color being the second value in the COLORS block... view layout [ backdrop white t: text "Close" 255.0.0 font [colors: [255.0.0 0.0.255]] [unview] ]
|
|
|
|
|
Logged
|
- Carl Read
|
|
|
|
|
Pages: [1]
|
|
|
 |