Forum Replies Created

  • Eden Exposito

    April 9, 2009 at 8:21 am in reply to: valueAtTime from a keyframe is nothing????

    thanks! dan you are a master

  • Eden Exposito

    November 18, 2008 at 5:49 pm in reply to: change value every 5 frames

    ey Dan!
    thanks for your fast response.
    Well i need change value of the wiggle 1 time every 5 frames.. 5 times for second (25fps Pal).
    Maybe
    PosterizeTime(0.2); ??

  • Eden Exposito

    November 5, 2008 at 7:23 pm in reply to: Math.round a Slider number

    But if i want 1 or 2 decimal precision like 83,45?
    How i can writte the expression?
    Thanks!

  • Eden Exposito

    October 23, 2008 at 9:44 pm in reply to: Control Time with music rythm

    Hi dan!

    I have soundkeys plugin.
    Can you post me a fast example of this:
    “then set the Range Falloff parameter to “None (integrate)”.”
    I never done it

    Thanks!

  • Eden Exposito

    August 6, 2008 at 11:13 am in reply to: “IF” in other “IF”

    ok “IF” not im silly!! is “if” in lower case… sorry

    All work now
    THANKS

  • Eden Exposito

    August 6, 2008 at 7:23 am in reply to: “IF” in other “IF”

    Hi dan!
    First of all, thanks for yours replies, but i dont found solution with the problem “if in other if”, here is my code.

    THIS CODE RETURN ME A WARNING: “EXPECTED: ; AT LINE 7” WHY????

    n=(Math.round(thisComp.layer(“Control Layer”).effect(“Numero_de_decimales”)(“Slider”)))+3;
    m=thisComp.layer(“Control Layer”).effect(“Escala”)(“Slider”);
    caracteres_unidades=thisComp.layer(“ESCRIBE LAS UNIDADES Y OCULTAME”).text.sourceText;
    MostrarUnidadesIndice=thisComp.layer(“Control Layer”).effect(“Mostrar_Unidades_Indice”)(“Checkbox”);

    if (m!=0){
    If (MostrarUnidadesIndice==1){
    (text.sourceText=((1/m).toFixed(n))*100)+(” “)+(caracteres_unidades);
    }else{
    {(text.sourceText=((1/m).toFixed(n))*100);}
    }else{
    If (MostrarUnidadesIndice==1){
    (text.sourceText=((1).toFixed(n))*100)+(” “)+(caracteres_unidades);
    }else{
    (text.sourceText=((1).toFixed(n))*100);}
    }

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