Forum Replies Created

  • Sorry for my delay reply.
    Is there moments that like you said, it works, but sometimes it doesn’t work I don’t know why..
    In some cases at use the text tool and highlight the word or part of paragraph I want to change to another color, it change to all the text or words on that layer..
    I have been used AE CC, and now it doesn’t happens anymore.. Thanks

  • Hi all,

    a new question after some time ago..

    On the previous increment numbers expression’s, my new problem is how to add a comma since the 1000’s.
    So, from 0 to 999, it doesn’t appear a comma, but at 1000’s, the expression adds a comma to separate thousandths.

    Thanks!

    base = linear(effect("Slider Control")("Slider"), 0, 1, 000000, 100000);
    rounded = Math.floor(base);
    str = "" + rounded;
    while (str.length < 6) str = "0" + str;
    len = str.length;
    num = "";
    nospace = "";
    i = len-1;
    while(i >= 0)
    {
    num = str[i] + num;
    nospace = str[i]+nospace;
    if ((nospace.length)%3 == 0) num = " " + num;
    i--;
    }
    num

    Valo Balmaseda

  • Hi all,

    a new question after some time ago..

    On the previous increment numbers expression’s, my new problem is how to add a comma since the 1000’s.
    So, from 0 to 999, it doesn’t appear a comma, but at 1000’s, the expression adds a comma to separate thousandths.

    Thanks!

    base = linear(effect("Slider Control")("Slider"), 0, 1, 000000, 100000);
    rounded = Math.floor(base);
    str = rounded+"";
    len = str.length;
    num = "";
    nospace = "";
    i = len-1;
    while(i >= 0)
    {
    num = str[i] + num;
    nospace = str[i]+nospace;
    if ((nospace.length)%3 == 0) num = " " + num;
    i--;
    }
    num

    Valo Balmaseda

  • Excelent Dan!

    It works very good!

    Hey man, thank you so much for your fast reply, and solution!

    Regards

    Valo Balmaseda

  • Valo Balmaseda

    March 28, 2008 at 4:49 am in reply to: Layers freezing on preview

    I have the same problem sometimes with some layers with video footage.
    My solution when it happens, go to Edit menu>Purge>All
    and it reset all video memory cache, or something like that who is the possible problem.

    Valo Balmaseda

  • Valo Balmaseda

    March 28, 2008 at 4:37 am in reply to: DVCPRO HD720p60, AE keyframes&framerate problem

    Hi Dave, thanks for your help.
    I did all the procedures from import in FCP, until export to AE, correctly.

    My problem was in the AE timeline, with the footage framerate.

    I resolved the problem, re exporting the footage, but in quicktime with the option “make self contained” files, previously I didn’t that, I exported without this option, and I believe that it was the mistake…
    Thanks for your advice anyway!

    Valo Balmaseda

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