[ SOLVED ] Circle Growing and Shrinking over the course of an hour?

I’ve got this for the circle growing over the course of an hour…

(((#Dm#/3600)-floor(#Dm#/3600))*40)

But now I want to set another circle to shrink and I’m stumped.

EDIT: This worked… if anyone else needs help.

(40+((#Dm#/60)-floor(#Dm#/60))*-30)

2 Likes

Is this added to the rotation field?

If you create a circle using the editor’s built in shapes it’d go in the radius field.

1 Like

love your implementation of this by the way! :slight_smile:

1 Like