Hi Mellin, sorry I’m confused by these is first one (first element) TEXT followed by TRANSPARENCY and are all the others TEXT? and if so what goes in TRANSPARENCY?
Thanks @Mellin, works perfectly, thanks again for all your help with this , code will be really useful in the future. Hope you don’t mind I gave you credit for the code in the description of my watch face, if it’s a problem let me know and I’ll change it, cheers Hayden
Try experimenting with the condition.
Put something like 0 and 1 as outcomes and check if they show up correctly.
If yes you will need to work on the code inside of the condition, if not you messed up the condition itself.
Sorry to hijack this topic, but i am looking for a solution that looks like this.
I all new to making faces.
I want to get the precious month in number (#DdL#-2), it works fine from 12 to 3, but then i get the (-).
I tryed to work and change the code you provied in days, but i don’t understand the “LAYERS” that is mentions.
How is layers made ?
Layers are visible on the left side of the editor.
If one layer is above another then the lower layer will be obstructed in some way by the top layer.
About the months:
I guess you get numbers from -2 to 10
The easiest way would be to make that number repeat in periods of 12:
(((x/12)-(floor(x/12)))*12)