Forum Replies Created

Page 3 of 6
  • Tiago Cav

    June 10, 2015 at 11:35 am in reply to: Adobe After Effects Scrolling text

    Thank you, Dan!

    [Dan Ebberts] “I’m guessing this isn’t quite right”

    I did something wrong? I should not make a question in the post of someone else, is it?
    I’m sorry.

  • Tiago Cav

    June 10, 2015 at 1:18 am in reply to: Adobe After Effects Scrolling text

    Great Expression! I use, but need of a delay to expression start and a limite to end, like Keyframes. Can Help me?

    I want that text begin to scroll in 5 seconds and stop in 30 seconds.

    Thanks.

    mult = 2;
    value - [0,time*mult/thisComp.frameDuration]

  • Tiago Cav

    June 9, 2015 at 10:30 pm in reply to: Text – Anchor Point Alignment

    Yap! Amazing! Thanks!

  • Tiago Cav

    June 6, 2015 at 5:45 pm in reply to: Array with Two Dimensinos Expression

    Yes! That’s exactly what I want, it worked perfectly.

    I make just some alterations and done.

    Thank you very much!

    // Position:

    try{compareSize=thisComp.layer("+").effect("Size")("Layer").index }catch(err){compareSize=0}
    try{compareHeight=thisComp.layer("+").effect("Height")("Layer").index}catch(err){compareHeight=0}
    try{compareSide=thisComp.layer("+").effect("Side")("Layer").index}catch(err){compareSide=0}

    n=0;

    w=1920;
    h=1080;

    p=100;

    p1=95;
    p2=90;
    p3=85;

    p4=5;
    p5=10;
    p6=15;

    s="";

    if(compareHeight==1){
    y=h*p1/p;
    s=w*p4/p;
    }else if(compareHeight==2){
    y=h*p2/p;
    s=w*p5/p;
    }else if(compareHeight==3){
    y=h*p3/p;
    s=w*p6/p;
    }else{
    y=value[1];
    }
    if(compareSize==0){
    x=w/2;
    }else{
    if(compareSide==1){
    x=s;
    }else if(compareSide==2){
    x=w/2;
    }else if(compareSide==3){
    x=w-s;
    }else{
    x=value[0];
    }
    }
    [x,y]

  • Tiago Cav

    June 6, 2015 at 1:24 pm in reply to: Array with Two Dimensinos Expression

    Dear Dan, if it is not asking too much, I need a help to know why [x,y] (x and y of property) is not being set by the first condition.

    The first Condition is:
    if(compareSize==0)[w/2,value[1]];
    And when is true, no work.

    I want that the priority be of first condition.

    But the property is being defined by the conditions below;
    And the main part that I want to prevent from having higher priority than the above condition is this:

    if (compareSide==1){
    x = n+s;
    }
    else if (compareSide==2){
    x = w/2;
    }
    else if (compareSide==3){
    x = w-s;
    }

    else x=value[0];

    If necessary, I can show a Print Screen.
    Thanks.

  • Tiago Cav

    June 5, 2015 at 5:41 pm in reply to: Array with Two Dimensinos Expression

    Yes! Work very well! Thank you so much!

  • Tiago Cav

    June 5, 2015 at 4:38 pm in reply to: Array with Two Dimensinos Expression

    Great Dan, always perfect in your Work, Thanks! I will make some tests to see if my question is solved.

  • Tiago Cav

    June 4, 2015 at 7:16 pm in reply to: Control Error Expression

    Thank you!

  • Tiago Cav

    June 4, 2015 at 2:08 am in reply to: Control Error Expression

    Awesome! Work perfectly.

    How to represent “None” in an expression?

    Thank you so much!

  • Thank you, Dan!

Page 3 of 6

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