Forum Replies Created

Page 1025 of 1081
  • Dan Ebberts

    May 1, 2006 at 1:12 pm in reply to: Question for Dan Ebberts

    I haven’t heard from my hosting company (Globat) so I’m not sure what happened or what my options are. One way or another, I’ll get it back on the air though.

    Dan

  • Dan Ebberts

    April 29, 2006 at 6:21 am in reply to: Expressions Help

    Try this – it might get you headed in the right direction:

    maxRate = 300; //starting particles per second
    decay = 1.5;

    maxRate/Math.exp(time*decay)

    As for MotionScript.com, I haven’t been able to get in contact with anybody at my hosting site (globat.com). In fact, their site doesn’t seem to be accessible either. So the answer to your question is – I don’t know.

    Dan

  • Dan Ebberts

    April 29, 2006 at 6:21 am in reply to: Expressions Help

    Try this – it might get you headed in the right direction:

    maxRate = 300; //starting particles per second
    decay = 1.5;

    maxRate/Math.exp(time*decay)

    As for MotionScript.com, I haven’t been able to get in contact with anybody at my hosting site (globat.com). In fact, their site doesn’t seem to be accessible either. So the answer to your question is – I don’t know.

    Dan

  • Dan Ebberts

    April 29, 2006 at 4:09 am in reply to: Expressions Help

    It appears that my hosting company dropped tha ball on renewing my domain name. I don’t know if I’ll be able to recover it or not.

    Anyway, what is it that you want to control exponentially?

    Dan

  • Dan Ebberts

    April 29, 2006 at 4:09 am in reply to: Expressions Help

    It appears that my hosting company dropped tha ball on renewing my domain name. I don’t know if I’ll be able to recover it or not.

    Anyway, what is it that you want to control exponentially?

    Dan

  • Dan Ebberts

    April 28, 2006 at 5:41 pm in reply to: formula for sequencing layers

    Aw, shucks – come on, I’m blushing here.

    Hey Andrew, I got a chance to check out your “Serious Effects & Compositing” DVD. It’s very, very nice. I’m extremely jealous of you guys that have such a relaxed, entertaining delivery. Well done sir!

    Dan

  • Dan Ebberts

    April 28, 2006 at 4:12 pm in reply to: formula for sequencing layers

    Assuming you want to solve for duration, I think it would be:

    d = (t + o*(n-1))/n

    Dan

  • Dan Ebberts

    April 27, 2006 at 12:52 am in reply to: Absolute Position Through a Null Expression

    From within the same layer, use this:

    toWorld(anchorPoint);

    From another layer it would be like this:

    L = thisComp.layer(“child layer”);
    L.toWorld(L.anchorPoint);

  • Dan Ebberts

    April 27, 2006 at 12:52 am in reply to: Absolute Position Through a Null Expression

    From within the same layer, use this:

    toWorld(anchorPoint);

    From another layer it would be like this:

    L = thisComp.layer(“child layer”);
    L.toWorld(L.anchorPoint);

  • Dan Ebberts

    April 26, 2006 at 8:00 pm in reply to: Expression for 24 p Jittery Title Roll

    Just Alt+click the Position stopwatch and enter (or paste) the text of your expression.

    Dan

Page 1025 of 1081

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