|
Heph Newbie
Joined: 26 Oct 2002 Posts: 9
|
Posted: Sat Nov 16, 2002 10:18 pm
Modify button's font color from script? |
I'm using the latest beta. Is there any way to modify a button's font color from a script? I've searched the fourms and the help file with no luck. Thanks
|
|
|
|
LightBulb MASTER
Joined: 28 Nov 2000 Posts: 4817 Location: USA
|
Posted: Sun Nov 17, 2002 12:04 am |
You might be able to do something by using the %ansi function in the Off-caption/On-caption fields, although that means redefining the button every time you want to change caption colors.
Personally, I think it's foolish to put much effort into this since there are other ways of changing the appearance that are much simpler.
LightBulb
Senior Member |
|
|
|
Heph Newbie
Joined: 26 Oct 2002 Posts: 9
|
Posted: Sun Nov 17, 2002 5:19 am |
What other ways besides changing the button's text with a variable and changing the bitmap file? That may help me figure out a better way to make a specific button stand out more than others for a short time without destroying and recreating it.
|
|
|
|
Heph Newbie
Joined: 26 Oct 2002 Posts: 9
|
Posted: Sun Nov 17, 2002 6:08 am |
ok, i finally found btncol:
Syntax: %btncol(button[,back,fore])
This is the answer to my question. |
|
|
|
|
|