Hi!
You can use two ways:
1 way = java script
Took it as example from here:
https://www.deviantart.com/jimking/art/ ... -365686066create 3 texts:
text1 = good morning
text2 = good evening
text3 = good afternoon
and add this js as base (this is for
two components)
Code:
function datetimecore1OnUpdate(Sender)
{
var mydate = new Date();
var h = mydate.getHours();
if(h>19||h<6) //night
{
text1.visible = true;
text2.visible = false:
}
else //day 6:00~20:00
{
text1.visible = false;
text2.visible = true;
}
}
or modifying this kind of js:
https://www.deviantart.com/jimking/art/ ... -370894930or create 3 pngs with these words and add 24 images in a folder, and rename the corrisponding image to an hour 1,2,3,4....23
so create "good morning" image with name 7,8,9,10,11,12,13,14,15 etc
_________________
...and remember: don't take life too seriously...My profile on Deviantart:
http://jimking.deviantart.com/