-
Applying loopIn() to an existing expression
I’m sure this is simple, but it’s throwing me for a loop 🙂
effect("CC Particle World")("Position Y")+effect("Position Offset")("Point")[1]/100;
loopIn("continue")The above expression executes the loopIn() while completely ignoring the first line of code. How do I apply the loopIn() to the values resulting from the first line?
Thanks!