Complex Retrograde Seconds Expression

Hi everyone,

I was wondering if anyone can help with a problem that I came across. I am trying to make a sort of retrograde second hand, but the layout that I have chosen is not compatible with the basic retrograde expression.

Can anyone help with this? I have added helpful pictures of the layout and how I wanted the seconds hand to act. Any help or suggestions would be great.

This works for ticks:
$#Ds#<=47?(#Ds#/47*220):(304+((#Ds#-48)/12*56))$

If you want smooth movement, the hand will go past the last tickmark:
$#Dsm#<=47.5?(#Dsm#/47*220):(304+((#Dsm#-48)/12*56))$

Inspection is enabled:

5 Likes

Thanks Mattie! That ended up working great!

2 Likes