Forum Replies Created

Page 2 of 4
  • Marcelo Cabral

    October 1, 2017 at 6:26 pm in reply to: Natural Type-On Expression

    Hi Dan, It works perfectly. Unfortunately, I have to change some stuff. Instead of referring a name mark I have to refer to several marks in the layer without numbers or names because I have to place several text layers in the final composition all referring to the same layer marks in the outside composition. Is that possible? Thank you, I appreciate your support, Dan.

    Marcelo

  • Marcelo Cabral

    October 1, 2017 at 3:11 pm in reply to: Natural Type-On Expression

    Hi Dan
    This expression works awesome as type on effect. I have a text with this expression inside a composition (“text”) nested in another composition (“chat”). In this composition, I have an adjustment layer with a mark called “start”. I was wondering if there is some way to make this text expression start with that mark. Thank you in advance

    minRate = 1;
    maxRate = 2;

    charCount = 0;
    t = inPoint;
    seedRandom(index,true);
    while (t < time){
    charCount++;
    t += framesToTime(random(minRate,maxRate));
    }
    value.substr(0,charCount)

  • Marcelo Cabral

    September 29, 2017 at 1:19 pm in reply to: Change position property of an object with a check box

    Hi Leopy
    It doesn´t work. Maybe I am doing something wrong. I have attached an image to show you how I am using it in AE.
    Cheers.

  • Marcelo Cabral

    September 29, 2017 at 1:11 pm in reply to: Change position property of an object with a check box

    Hi Leopy
    Thank you for your response and support ☺ I’m starting my day right now. I will give it a try, sure it will work fine.
    Cheers

    Marcelo

  • Marcelo Cabral

    September 27, 2017 at 6:43 pm in reply to: Switching Opacity inside the same comp

    Hi Dan
    It works perfectly!! I have now three groups and I have adjusted each slider from 0 to 50 and they work fine.
    Amazing support man. As we usually said in Argentina “El que sabe, sabe.” (who knows, really knows.!)
    Thank you!!

    Marcelo

  • Marcelo Cabral

    September 27, 2017 at 1:57 pm in reply to: Switching Opacity inside the same comp

    Hi Dan, me again.
    The expression to switch the opacity of the layers works perfectly inside the same composition. The thing is I need to set up 3 different sets of images and I have tried to do it in lots of ways using the same expression but it doesn’t work.
    This one works well for the first set of images but as soon I add more images as a different set with a different slider, even in a different adjustment layer, only one set works. I need to add at least three image sets inside the same composition. Thank you in advance for your help Dan.

    Cheers.

    s = thisComp.layer("EMOJI 01").effect("EMOJI_02")("Slider").value;
    if (Math.round(s) == index) 100 else 0

  • Marcelo Cabral

    September 26, 2017 at 7:50 pm in reply to: Switching Opacity inside the same comp

    It works perfectly!!
    Thank you, Dan.

  • Marcelo Cabral

    September 24, 2017 at 7:46 pm in reply to: Y position controled by marks

    If it is possible, a little easy in and easy out or bounce effect between movements will be great. Thank you again.

  • Marcelo Cabral

    September 24, 2017 at 7:42 pm in reply to: Y position controled by marks

    Hi, Dan. Amazing response as always.
    It works awesome!! is there some way to make the movements even smoother? I really appreciate your help. Big thanks!

  • Marcelo Cabral

    May 19, 2017 at 11:48 am in reply to: Opacity fade in and out with marks

    Dan, thank you so much for open our eyes and show us how easy could be working with expressions to make our work so easy and moreover for your time and patient. Awesome, you rock man!!!

Page 2 of 4

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