Rotation except in 1st second of minute?

Trying to create an effect.

Rotation except in 1st second of the minute?

Tried this but does not seem to work?

$#DuS#=1?0:$$# DUs#>1? DWFSS:$

Any ideas?

Cheers,

Wayne

not sure about what you are trying to do ???
then, I’m not a big fan of the nested conditions … coz’ it doesn’t work on my watch :frowning:
btw, I would suggest to correct your formula like this:

" $#DWFSS#<=1?0:#DWFSS#$ "

Let me know !

1 Like
$#DUs#>0?#DWFSS#:0$

This is my idea (work In progress)

Order out of Chaos, I plan to apply the same formula to each elliment of each letter

Nice Idea, I understand now.
Can I suggest to add an opacity effect too?
$#DWFSS#<=1?100:75$
… Or even with a strobo effect when letters are matching ?
$#DWFSS#<=1?50 * sin(100 * #DWE#):75$

Will give them both a go when I get every element in.

Cheers for the suggestions.

Wayne

1 Like

Getting there

1 Like

nice idea!