Seconds Rings and rotations help

So i really need help trying to figure this out. I want to add seconds rings to my watch face and G38C has a similar idea with their watch face called Digital Carbone G Style. What i want to do is have 4 rings in those colors but each stopping a 1/4 way through. So it will start with red going to 15 seconds, then the blue will pick up from 15-30, then green from 30-45 and yellow from 45-60 with each color staying in their quarter sections until it resets @ 0 but i cant figue this out. Any help is warmly welcomed

1 Like

Great design - I like it!

So, I assume you have four layers, one for each quarter.

You could try:

Layer 1 fill ratio: $#Dsm#<15?(#Dsm#/60):0.25$
Layer 1 opacity: 100

Layer 2 fill ratio: $#Dsm#>=15&&#Dsm#<30?((#Dsm#-15)/60):0.25$
Layer 2 opacity: $#Dsm#<15?0:100$

Layer 3 fill ratio: $#Dsm#>=30&&#Dsm#<45?((#Dsm#-30)/60):0.25$
Layer 3 opacity: $#Dsm#<30?0:100$

Layer 4 fill ratio: $#Dsm#>=45?((#Dsm#-45)/60):0.25$
Layer 4 opacity: $#Dsm#<45?0:100$

I hope that helps.

layer one works great however the rest do not seem to fill or appear

never mind i wasn’t rotating them this was awesome thanks a bunch

1 Like

You are most welcome, glad I could help.

:slight_smile:

This is exactly what i wanted to accomplish and this is how it turned out

2 Likes

Looking good!