The widget is the BodClock3d and I would like to make it full colour customization:

Quote:
function image1OnDblClick(Sender)
{
var color = selectColor(ampm.font.fill.color);
setcolor(color);
Setvalue("color",ampm.font.fill.color);
SaveIni();
}
function widgetOnLoad()
{
setcolor(GetValue("color",ampm.font.fill.color));
}
function setcolor(color)
{
hour.font.fill.color = color;
ampm.font.fill.color = color;
day.font.fill.color = color;
month.font.fill.color = color;
}
I would like to control/change the colour of two more components: "line" and "min".
How should be the additional script to have the same colour control (for these two other components "line" and "min")?
_________________
...and remember: don't take life too seriously...My profile on Deviantart:
http://jimking.deviantart.com/