-
Aligning scaled images edge to edge
Trying to have a horizontal slideshow where each image is auto-placed next to the image previous to it, the caveat is I have to scale some of the images to be the right size, which is where my expression breaks. Here’s what I’ve got-
l = thisComp.layer(index-1);
x = l.transform.position[0] + (l.width*(l.transform.scale[0]/100));
y = value[1];
[x, y]