I'm using some time variables in the sequencer, and I want to be sure I'm doing it in the right way.
I created a variable created "transitionTimer", and in the sequencer, I'm using it as follow:
Code: Select all
Fade(stay, [var=transitionTimer]);
Continue()@[var=transitionTimer]
Thanks!