Forum Replies Created

  • Thanks Dan,

    Yes im animationg wiggle freq, and im getting some weird behaviors.
    And im having some problems understanding the code on your website.
    Im not that good with code :/

    ok, iv tried alot of different ways, but i dont really know what im doing 😛 so please dont laugh 🙂
    this is what iv been trying to do:
    C = comp("ParentComp");
    freq = C.layer("SliderControl").effect("Wiggle")("Slider");
    L = C.layer(thisComp.name);
    amp = 10;
    n = freq.numKeys;
    if (n > 0 && freq.key(1).time < time){
    accum = freq.key(1).value*(freq.key(1).time - inPoint);
    for (i = 2; i <= n; i++){
    if (freq.key(i).time > time) break;
    k1 = freq.key(i-1);
    k2 = freq.key(i);
    accum += (k1.value + k2.value)*(k2.time - k1.time)/2;
    }
    accum += (freq.value + freq.key(i-1).value)*(time - freq.key(i-1).time)/2;
    }else{
    accum = freq.value*(time - inPoint);
    }
    wiggle(freq.valueAtTime(time+L.startTime),amp,1,.5,accum)

  • Johan Nordström

    September 14, 2011 at 4:07 pm in reply to: Slider Control of multible compositions

    This is how i want it too look. but with video in the frames. https://www.youtube.com/watch?v=p2bIbFGjNsk&feature=related

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

    This happens because the functionality/content marked as “Google Youtube” 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.

  • Johan Nordström

    July 20, 2011 at 3:58 pm in reply to: Parent to an object in another Comp

    Yes!

    Thank you!
    I didnt think of that.. it was sooo easy…
    Thank you so much!

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