-
Get a precomp’s “start time” relative to the comp in which it’s included?
Hi there.
Is there any way to get the “start time” of a precomp contained within another precomp? For example, let’s say I have precomp B starting 30 seconds inside comp A. Comp A contains a null that adjusts scaling for a bunch of other layers/precomps. When scaled, I need a shape layer stroke weight property (inside the precomp) to update based on that null’s scale property. Simply creating an expression that adjusts the stroke weight based on containing comp’s null works…but 30 seconds later than I need it to. I’m probably approaching this the wrong way, but I have versions of precomp B starting at various times throughout the main comp A, and I was hoping to find a way to let any instance of precomp B know where (temporally) it was relative to comp A’s initial time. I can’t figure out how to do that. Any thoughts? (Assuming my post isn’t clear as mud?) Thank you!