Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Adobe After Effects Any quick way of making multiple layers all move at the same speed in different directions?

  • Any quick way of making multiple layers all move at the same speed in different directions?

    Posted by Daniel Haskett on November 7, 2007 at 12:58 am

    Hi there

    Ok basically I’ve got maybe 15 layers all of which are the same, a boat. So there are 15 boats one in front of the other in a line, but the line bends, so they are going around an island. Is there a way so that they all move slowly forward in the direction they are facing and follow the one infront of them?

    I know this can all be done manually, but I just thought there might be a clever way of doing it! I tried using Motion Tile with one boat and then using the mirror effect to bend the line but it got quite confusing…

    Cheers

    Dan

    Aharon Rabinowitz replied 18 years, 6 months ago 4 Members · 4 Replies
  • 4 Replies
  • Darby Edelen

    November 7, 2007 at 1:28 am

    I would recommend creating a motion path for only one of the boats. Then copy and paste that path onto the other layers and offset them in time.

    You could also use an expression on each of the layers to look at the first layer’s position offset in time for their position:

    topLayer = thisComp.layer(1);
    n = index – 1;
    offset = 1; //offset in seconds from the previous boat’s position.

    topLayer.position.valueAtTime(time – n * offset);

    Darby Edelen
    DVD Menu Artist
    Left Coast Digital
    Aptos, CA

  • Daniel Haskett

    November 7, 2007 at 3:04 am

    nice one thanks alot for your help, much appreciated.

    dan

  • Aaron Zander

    November 7, 2007 at 8:08 am

    to add to this, once youve dupped your layer, you can replace it with other layers say other boats, or anything your heart desires.

  • Aharon Rabinowitz

    November 7, 2007 at 1:24 pm

    You can make a layer follow it’s path by selecting it and choosing Layer > Transform > Auto Orient > Orient towards path.

    Sometimes what you and AE consider the front of a layer are 2 very different things. so…

    Play with the layer’s transform rotation (or orientation if it’s 3D) to rotate it so the front matches up with the path.

    Aharon Rabinowitz
    Email: arabinowitz (AT) yahoo (DOT) com
    All Bets Are Off Productions, Inc.
    Creative Cow After Effect Podcast
    Internet Killed the Video Star: A Guide to Creating Video for the Web

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