-
Parenting to a nested layer that loops!
Hi Guys!
Dan Ebberts explained how to parent to a layer within a comp:
L = comp(“nestedComp”).layer(“layerWithinComp”);
L.toComp(L.anchorPoint)But my problem is that that comp is looping.
It’s a walk cycle that lasts 1 second. It loops in the main comp. I want to add random blinking eyes that follow it.
Any thoughts?
L = comp("nestedComp").layer("layerWithinComp");
L.toComp(L.anchorPoint)