-
Looping a countdown with expressions only.
Hi,
I am a novice with expressions and can’t come up with a solution for this countdown problem. I want to have a countdown that goes 9 to 0 and then resets at 9 and repeats countdown instead of going to -1. The expression below is doing exactly what I want, except I want it to loop after zero is completed. I am aware of the option to precomp and time-remap but I want to achieve this all with expressions. I have tried setting up variables and doing if/else for if that value goes less than zero but just can’t come up with it.
Thanks in advance for your help!
Jesse
Math.round(9-time)