-
Can a layer with a loop control the layers below it?
Hey guys, I’ve got a stack of layers [2->17] that all use the same expression to reference a null layer[1]’s slider control. They use Mod [%] and Divide tricks in combination with index to slide the opacity up and down to fade layers one after the other – every time the null’s slider hits 100 it moves to the next layer
I have to drop the expression into each one of the footage layers. This is kinda crap, and I’d prefer to let the Null object write the values into each footage layer in some kind of loop. Kind of like (pseudocode):
for (i=0; iDoes AE allow this, or do I have to stick with copy and pasting code?