Forum Replies Created

  • Kabo Lam

    January 4, 2023 at 9:42 am in reply to: update all label colors

    Ah, thats amazing Walter,

    I tried the script and this is EXACTLY what i mean, thank you! Sometimes you only see what precomps needs to be highlighted halfway through the work you have already done, and its a pain to go throught all the comps to change the colors.

  • Kabo Lam

    January 2, 2023 at 12:26 pm in reply to: Tear paper effect

    Hi Gina,

    I looked at your project and it looks great!

    The only thing you forgot was to extend your ‘Ripped_Black_Paper.png’ in the ‘Tear Mask’ composition to the end of the timeline, thats why it dissapears.

  • Kabo Lam

    October 27, 2017 at 8:39 am in reply to: multiple random numbers but never the same

    thanks you so much, it works wonderfully

    Always learning

  • Kabo Lam

    September 19, 2017 at 7:58 am in reply to: Getting all the shape layers

    Thanks you so much Dan Ebberts, it works great!

    Always learning

  • Kabo Lam

    March 14, 2017 at 10:43 am in reply to: simplify a whole array of expressions

    Yes, this is what i’m talking about. The reason i’m asking is because i want to make the project like a template, and the number of layers varies, it can be 5 lines, maybe 15. I did find something like a counter (text source), it shows the number of active layers at current time:

    n = 0;
    for (i = 1; i < index; i++)
    if (thisComp.layer(i).active)
    n++;
    (n)

    so it would look like this:
    z=0;
    for (i=1; i
    thanks!

    Always learning

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