-
Horizontal Flipping Help needed…
Hi there, I’ve never really used much expressions before so apologies for my ignorance, but I’m after something that can create this:
I’d like an expression that can use the scale/position properties of an animated layer and do the exact opposite / a horizontal flip…
On the left side of the screen I have a layer starting out big and getting smaller and coming in to the center of the screen, this is being used as a parent and then other layers attached, and I need the exact same motion happening symmetrically on the right side to parent my new right hand layers
I’ve done this for the scale property so far:
thisComp.layer(“3”).transform.scale*-1
This has flipped the layer but vertically also, I only want the width effected, I’ve tried adding the (0) property after scale so that it only effects this but it didn’t work…
Any help would be much appreciated!!
Thanks,
Steve