Forum Replies Created

  • Erik Woodard

    February 21, 2014 at 4:43 pm in reply to: Triggering Opacity (and other things) with Markers

    I’m trying make one layer follow a leader layer after a marker trigger. And I want it to continue to follow until the next marker. But I can’t even get the first trigger to work.

    Any thoughts?

    n = 0;
    if (thislayer.marker.numKeys > 0){
    n = marker.nearestKey(time).index;
    if (marker.key(n).time > time){
    n--;
    }
    }

    if (n = 0){
    value;
    } else {
    (thisComp.layer("1claws")transform.position);
    }

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