-
Expressions for CC12 from 2014
I need the following expression written for CC12. It’s from a project that was built for 2014.
It is used to create a “space” between two text lines side by side. I think the “RecAtTime” is something newer to 2014 and up.
Any help is greatly appreciated.
Scott
gap = 0;
L = thisComp.layer("Show");
rect = L.sourceRectAtTime(time,false);
x = L.toComp([rect.left+rect.width,0])[0];
[x+gap+width/2,value[1]]