Page 1 of 1

Using variables in the Sequencer

Posted: Wed Nov 21, 2018 12:40 pm
by Alatriste
Hi Tony,

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]
It works, but I'd like to double check with you whether this is the easiest way to do it.

Thanks!

Re: Using variables in the Sequencer

Posted: Wed Nov 21, 2018 2:04 pm
by Tony Li
Yes, that's exactly correct.