Forum Replies Created

Page 244 of 247
  • Tom Daigon

    July 16, 2005 at 9:29 pm in reply to: Dan-Expression for Counting

    Thanks Dan. It is the same thing I tried when I deleted the last line of the Money Counter you helped me with a while back. The problem is the comma after the 1000s position (ie. 7000 vs 7,000) is gone.
    How do you add a comma to the equation…And could you give me a laymans explanation of what the expression is telling AE to do?

    startValue = 7000;
    endValue = 13000;
    dur = 30; //seconds

    Math.round(linear(time,0,dur,startValue,endValue));
    Thanks!
    Tom

  • Tom Daigon

    July 16, 2005 at 9:29 pm in reply to: Dan-Expression for Counting

    Thanks Dan. It is the same thing I tried when I deleted the last line of the Money Counter you helped me with a while back. The problem is the comma after the 1000s position (ie. 7000 vs 7,000) is gone.
    How do you add a comma to the equation…And could you give me a laymans explanation of what the expression is telling AE to do?

    startValue = 7000;
    endValue = 13000;
    dur = 30; //seconds

    Math.round(linear(time,0,dur,startValue,endValue));
    Thanks!
    Tom

  • Tom Daigon

    July 16, 2005 at 7:33 pm in reply to: Dan-Expression for Counting

    Thanks Millenium, but no go. I copied and pasted the expression to the text property and it starts
    counting at 0 and ends at 994.00000000 with lots of places following after the decimal.
    Dans expression for the money counter is this…

    This is an expression for the source text of a text layer that should do the trick. Use a monospaced font or set kerning to 0:

    startValue = 64122205;
    endValue = 85302264;
    dur = 30; //seconds

    s = “” + Math.round(linear(time,0,dur,startValue,endValue));
    “$” + s.substr(0,2) + “,” + s.substr(2,3) + “,” + s.substr(5,3)

    Tom

  • Tom Daigon

    July 16, 2005 at 7:33 pm in reply to: Dan-Expression for Counting

    Thanks Millenium, but no go. I copied and pasted the expression to the text property and it starts
    counting at 0 and ends at 994.00000000 with lots of places following after the decimal.
    Dans expression for the money counter is this…

    This is an expression for the source text of a text layer that should do the trick. Use a monospaced font or set kerning to 0:

    startValue = 64122205;
    endValue = 85302264;
    dur = 30; //seconds

    s = “” + Math.round(linear(time,0,dur,startValue,endValue));
    “$” + s.substr(0,2) + “,” + s.substr(2,3) + “,” + s.substr(5,3)

    Tom

  • Tom Daigon

    July 6, 2005 at 11:04 pm in reply to: PI for AE

    Im sure you are..sorry for the impatience, but isnt it nice to know that folks are lining up waiting to purchase your stuff…..

  • Tom Daigon

    July 5, 2005 at 5:35 pm in reply to: Free Text Animations for AE 6.5

    Nice fabrications Dean! I recently subscribed as well. I really enjoy going thru a tutorial, then altering the concept just enough to make it different and doing my own interpretation of the process. A wonderful way to learn what he does than make it my own while learning new techniques.

  • Tom Daigon

    June 26, 2005 at 4:59 am in reply to: Future plans of Particle Illusions

    Its been dealyed (according to the owner) until the end of July at least.

  • Tom Daigon

    June 26, 2005 at 4:57 am in reply to: Fireworks….

    Trapcodes Particular and soon to be AE plug in – Particle Illusion are the most realistic.Particular goes one better by being real 3D, if you need that feature.

  • Tom Daigon

    June 23, 2005 at 1:47 pm in reply to: how to do that effect?

    The Echo effect.

  • Tom Daigon

    June 22, 2005 at 9:18 pm in reply to: 4 Gradiated Circles from 1

    Thanks Aharon. I was hoping there was a quicker method, but I like the organization and process of your approach!
    Tom

Page 244 of 247

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