Forum Replies Created

Page 4 of 7
  • Guy

    September 23, 2005 at 4:25 pm in reply to: Neon in afx

    here’s an expression that could work for opacity.
    This, plus 3D stroked lines and a nice glow is about as good of a neon look as you can get.
    The credit for this expression is not my own, I picked it from a site, most likely Dan Ebberts. Here it is:

    probability = 6;

    // “opacity_normal” is the value set for opacity when the a random
    // opacity is NOT chosen.

    opacity_normal = 100;

    x = random(probability);

    if (x <= 1) { opacity = random(100); } else { opacity = opacity_normal; }

  • Guy

    September 23, 2005 at 4:25 pm in reply to: Neon in afx

    here’s an expression that could work for opacity.
    This, plus 3D stroked lines and a nice glow is about as good of a neon look as you can get.
    The credit for this expression is not my own, I picked it from a site, most likely Dan Ebberts. Here it is:

    probability = 6;

    // “opacity_normal” is the value set for opacity when the a random
    // opacity is NOT chosen.

    opacity_normal = 100;

    x = random(probability);

    if (x <= 1) { opacity = random(100); } else { opacity = opacity_normal; }

  • Guy

    September 23, 2005 at 2:53 pm in reply to: Neon in afx

    duuude. I had no idea there was a trapcode exchange like this.
    you rule! thanks!

  • Guy

    September 23, 2005 at 2:53 pm in reply to: Neon in afx

    duuude. I had no idea there was a trapcode exchange like this.
    you rule! thanks!

  • Guy

    September 22, 2005 at 9:03 pm in reply to: complex task, perhaps an expression can solve?

    hey Roland, in your tutorial,is there a way to get the numbers to stop, so the particle is only sampled once in time?

  • Guy

    September 22, 2005 at 9:03 pm in reply to: complex task, perhaps an expression can solve?

    hey Roland, in your tutorial,is there a way to get the numbers to stop, so the particle is only sampled once in time?

  • Guy

    September 22, 2005 at 4:24 pm in reply to: complex task, perhaps an expression can solve?

    yes, I read the tutorial, you are spot on. It will take ALOT of setup, but the results are not a compromise, exactly what I am looking for.

    thanks

  • Guy

    September 22, 2005 at 4:24 pm in reply to: complex task, perhaps an expression can solve?

    yes, I read the tutorial, you are spot on. It will take ALOT of setup, but the results are not a compromise, exactly what I am looking for.

    thanks

  • Guy

    September 22, 2005 at 1:55 pm in reply to: complex task, perhaps an expression can solve?

    for this task I would be willing to invest. Any suggestions?

    thanks!

  • Guy

    September 22, 2005 at 1:55 pm in reply to: complex task, perhaps an expression can solve?

    for this task I would be willing to invest. Any suggestions?

    thanks!

Page 4 of 7

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