-
pathpoint to pathpoint expression
hey,
i got 2 Ellipses and one path with 4 points on the same Shape layer. now i want to connect the first 2 Pathpoints of the Shapelayer to the first and third Pathpoints of the first Ellipse. With the last 2 Pathpoints of the Path i want to do the same with Ellipse number 2. so i tried to write this expression, but i failed.
var targetPath1 = content("Ellipse 1").content("Path 1").path;
var targetPath2 = content("Ellipse 2").content("Path 1").path;createPath(points = [targetPath1[0], targetPath1[2], targetPath2[0], targetPath1[2]], inTangents = [], outTangents = [], is_closed = true)
any suggestion?
cheers
Alex
