-
Occasional Pause on a Random Number Cycle Expression
Hi Guys….
Looking for a way to occasionally pause a random number cycle expression so that random number set holds for a few seconds before proceeding to continue its random cycling.
At the moment I have a source text layer connected to a null with a slider control.
Source text layer expression:
random(6);
thisComp.layer("Slider").effect("Slider Control")("Slider").value.toFixed(1);
Null Slider Expression:
random(900);Using AE CC 2015.
Thanks for any insight….
Eric