Forum Replies Created

  • Dennis Cheung

    May 11, 2023 at 11:07 pm in reply to: Randomly wobble each letter to rest

    Yes, just randomly turning the letters on and dropping them down on the baseline.

  • Dennis Cheung

    December 18, 2020 at 1:12 am in reply to: Using && in if/else statements

    Hi Dan

    I used == (and !==) as well, but my slider value is stuck at 0.

    away = thisComp.layer(“AWAY TEAM FEEDBACK”).text.sourceText;

    home = thisComp.layer(“HOME TEAM FEEDBACK”).text.sourceText;

    if (away !== “TEAM1” && home !== “TEAM1”)

    {

    0} else

    if (away == “TEAM1” && home !== “TEAM1”)

    {

    1} else

    if (away !== “TEAM1” && home == “TEAM1”)

    {

    2} else

    if (away == “TEAM1” && home == “TEAM1”)

    {

    3} else

    {100}

  • Dennis Cheung

    April 4, 2012 at 8:58 pm in reply to: Query pixel bounds of text layer

    Hi

    I was digging around for a script like this. Can you or anyone tell me how and where to apply this? It’s a little advanced for me.

    Thanks

  • Dennis Cheung

    August 18, 2011 at 4:45 pm in reply to: Source Text formatting using expression

    This totally works! So simple and elegant!
    Thanks again for coming to my rescue.

  • Dennis Cheung

    August 18, 2011 at 4:24 pm in reply to: Source Text formatting using expression

    Thanks.
    What is the method to ID numbers from text? AE help isn’t very helpful.

  • Dennis Cheung

    June 9, 2011 at 10:10 pm in reply to: Locking a keyframe value using expressions

    Or rather, if I can dictate the first and second keyframes’ value using expression, that would solve the problem too. I guess I would use a Point Control for keyframe 1 and type the location for keyframe 2. That would force my animation to end at the same spot every time.

    Thanks again for reading.

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