-
Linking 4 Layers scale together
Hi, I need help with an if/else expression on 4 layers.
In this project file I’ve got 4 Headline comps, each containing text layers with auto scaling applied.
I need to set up an array so they all monitor each other’s scale and adjust to the smallest value. I’ve tried a few if/else expressions but can’t get it working.
So in HEADLINE 4 – All text layers need to monitor each other’s scale and make sure they’re always consistent with one another.
What I’ve tried is if/else on each layer’s scale to create a sequence (A -> B -> C -> D -> A) in the hopes that it creates a chain where any change in scale affects the next in the chain till they’re all equal. Not working though!
Any help would be appreciated.