Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Adobe After Effects Expressions execute expresion in a given marker

  • execute expresion in a given marker

    Posted by Karlmikel Amores on March 27, 2008 at 6:42 pm

    Hi creative Cow forums,
    I just recently started on the coding side of expressions in after Effects which I find extremely powerfull for my aplications,but I have run into a problem which I think you guys can help me out.
    I want to execute an expresion on a given marker in my proyect. at the moment Im using this to execute an expression in a given time

    myTime=5;
    if(time>myTime){
    do my action
    }
    else{
    do nothing
    }

    Dan Ebberts replied 18 years, 1 month ago 3 Members · 2 Replies
  • 2 Replies
  • Bert Brown

    March 27, 2008 at 7:23 pm

    does this help?

    https://www.aenhancers.com/viewtopic.php?f=6&t=886

    ———————————-

    “hand me my patching trowel, boy!”

    peep my over-the-interweb band, redabbott.

    “we electro-rock over long distances…”

  • Dan Ebberts

    March 27, 2008 at 7:56 pm

    I think this is the syntax you’re looking for (to start at the first marker):

    myTime = marker.key(1).time;
    if(time>myTime){
    do my action
    }
    else{
    do nothing
    }

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