Hi Robert
thanks for your reply.
but i dont really get it. Even when you try to use it in the path expression (what I want, the text layer was only for print out the variable) it doesn´t work. Type this in the path property:
originalPath = thisProperty;
correctedPath = originalPath;
correctedPath.createPath([[-100,0] , [100,0]] , [] , [] , originalPath.isClosed());
midpoint = correctedPath.pointOnPath(.5,time);
createPath([ midpoint , [100,0]] , [] , [] , originalPath.isClosed());
And you would expect the first vertex at [0,0] but it isn´t, it is in middle of what ever the originalPath was.
How can I create a path and use its attributes afterwards in the same expression?
https://www.instagram.com/arnemuench/