Forum Replies Created

Page 1 of 8
  • Ari Grunzeweig

    August 14, 2023 at 4:09 pm in reply to: Z-Depth Matte for Trapcode Particular Sphere

    Thanks!

  • Ari Grunzeweig

    June 19, 2019 at 1:26 pm in reply to: Expression to assign a color to a letter?

    Interesting!

    I ended up doing in manually for the sake of time, but your idea makes sense.

    Thanks 🙂

    Thanks,
    Ari

  • Ari Grunzeweig

    June 18, 2019 at 1:44 pm in reply to: Expression to assign a color to a letter?

    Thanks so much for your help. Unfortunately I’m totally at a loss.

    My structure and code looks just like yours, but still not working!

    Maybe there is something small I’m missing…

    My project is attached in case you are able to spot the problem.

    13446_ssorenschuldinertest.aep.zip

    Thanks again!

    Thanks,
    Ari

  • Ari Grunzeweig

    June 12, 2019 at 2:20 am in reply to: Expression to assign a color to a letter?

    Thank you!

    Thanks,
    Ari

  • Ari Grunzeweig

    June 10, 2019 at 1:47 pm in reply to: Expression to assign a color to a letter?

    Amazing!

    I can’t figure out what I am doing differently 🙁

    Thanks,
    Ari

  • Ari Grunzeweig

    June 10, 2019 at 11:48 am in reply to: Expression to assign a color to a letter?

    Hi,

    Thanks very much, but I’m still not getting the result. My source text is black as is the ‘base color’ in the expression.
    I tried adding an animator before the one I had with color set to black, and the result is the same. This is the full code on the second animator:

    txt = text.sourceText;
    switch(txt[textIndex-1]){
    case "a":
    color = [255,128,0];
    break;
    case "b":
    color = [0,102,0];
    break;
    case "c":
    color = [0,102,102];
    break;
    case "d":
    color = [0,76,153];
    break;
    case "e":
    color = [76,0,153];
    break;
    case "f":
    color = [153,0,153];
    break;
    case "g":
    color = [204,0,102];
    break;
    case "h":
    color = [50,75,75];
    break;
    case "i":
    color = [153,0,0];
    break;
    case "j":
    color = [0,102,0];
    break;
    case "k":
    color = [0,102,102];
    break;
    case "l":
    color = [0,76,153];
    break;
    case "m":
    color = [0,153,153];
    break;
    case "n":
    color = [153,0,153];
    break;
    case "o":
    color = [204,0,102];
    break;
    case "p":
    color = [50,75,75];
    break;
    case "q":
    color = [153,0,0];
    break;
    case "r":
    color = [0,102,0];
    break;
    case "s":
    color = [0,102,102];
    break;
    case "t":
    color = [0,76,153];
    break;
    case "u":
    color = [76,0,153];
    break;
    case "v":
    color = [153,0,153];
    break;
    case "w":
    color = [204,0,102];
    break;
    case "x":
    color = [50,75,75];
    break;
    case "y":
    color = [204,0,102];
    break;
    case "z":
    color = [50,75,75];
    break;
    default:
    color = [22,40,69];
    break;
    }
    color*100/255

    Also attached is a new screenshot trying your suggested setup:

    Thanks!!

    Thanks,
    Ari

  • Ari Grunzeweig

    June 9, 2019 at 9:26 pm in reply to: Expression to assign a color to a letter?

    Thanks so much for your reply. Please see the attached screenshot. Does that help clarify?

    Thanks gain!

    Thanks,
    Ari

  • Hi Dan and company,

    I’m reviving this question. The expression is working great for me. I’m using the 255 variation.

    However, even though I have the letter ‘a’ associated with a specific color value, different ‘a’s in my text and appearing as different colors.

    See attached image.

    Any ideas how to ensure each letter is always the same color?

    Thanks!

    Thanks,
    Ari

  • Ari Grunzeweig

    May 7, 2018 at 6:38 pm in reply to: Lock Video Move Audio

    Hi,

    Thanks for the response, but again not what i am looking for.

    https://vimeo.com/249839969

    See this tutorial I recorded a while back… this explains how to do the exact thing that has now gone missing.

    Thanks!!

    Thanks,
    Ari

    Some contents or functionalities here are not available due to your cookie preferences!

    This happens because the functionality/content marked as “Vimeo framework” uses cookies that you choosed to keep disabled. In order to view this content or use this functionality, please enable cookies: click here to open your cookie preferences.

  • Ari Grunzeweig

    May 7, 2018 at 1:14 pm in reply to: Lock Video Move Audio

    Thanks Dave, but not at all what I was asking. Sorry If I was unclear.

    In the past when I move around layers, audio or video, let’s say I drag video to layer 2, then click shift to hold it in place and move audio of the same clip to the audio track I want. Makes it a very seamless motion.

    That shift to hold in place seems to have vanished…

    Any ideas?

    Thanks,
    Ari

    Thanks,
    Ari

Page 1 of 8

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