Forum Replies Created

  • Lucas Malaquias

    March 17, 2020 at 11:44 pm in reply to: Set an expression value to a layers name.

    Thank you, Dan! Worked like a charm.

    For other people that may end up with the same problem, I’ve also found that using the source text as a value works really well. Using this:

    veloc = parseInt(thisComp.layer(“layerName”).text.sourceText)
    x = position[0] + (time – inPoint) *veloc -300;
    y = position[1];
    [x,y]

    Thanks again, Dan! You’re the best.

We use anonymous cookies to give you the best experience we can.
Our Privacy policy | GDPR Policy