-
My expression and approach is Ack Basswards
I fought with the most manual approach to this expression as I could to come up with for usable results. I know it’s a really dumb way to do it though. I would love it if someone could straighten me out with this.
I have a layers that is wiggling it’s y position. It has a a circle shape layer as a shadow below it. As the y position increases in value (goes down) I want the x scale of the circle layer to decrease.
It would probably be better to specify value ranges somehow? I don’t know, but I realize I took the wrong approach.
Thanks in advance,
George
ypos=thisComp.layer("FolderNULL").transform.position[1]
xscale=transform.scale[0]
yscale=transform.scale[1];[xscale/(ypos/500),yscale]