Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity › Forums › Adobe After Effects Expressions › Disco floor with Patterns

  • Disco floor with Patterns

    Posted by Dinesh Salunke on July 14, 2014 at 5:07 pm

    Hello All,

    This is my first post here so bear with me please.

    I am making a Light grid like the one you find in discos,
    I want to light up and animate the floor lights in different patterns, right now this is what i have done,
    1. I have created a grid of rectangles using shape layers.
    2. Added one of Dan Ebberts expression in the opacity, which samples the alpha value from a target layer and uses that as value.

    this is working out quite well, but the opacity just turns on and off very quickly, it looks like LED lights which instantly turn on and turn off.
    I need the opacity to slowly fade in to 100 and then slowly fade out to 0, based on the pattern that i create in the target layer.
    Can anyone help me with this.

    sorry for my english, i hope i was clear with the question.

    Thanks,
    Dinesh

    Dinesh Salunke replied 12 years, 2 months ago 2 Members · 2 Replies
  • 2 Replies
  • Dan Ebberts

    July 14, 2014 at 6:42 pm

    What expression are you using currently?

    Dan

  • Dinesh Salunke

    July 15, 2014 at 3:55 am

    Its one of your expressions, from the Expressioneer’s Design Guide page on your site. I have posted it below

    target = thisComp.layer("Alpha");
    alpha = target.sampleImage(transform.position,[1,1])[3];
    linear(alpha, 0, 1, 0, 100);

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