SIGN IN
::
SPONSORS
::
ADVERTISING
::
ABOUT US
::
CONTACT US
FORUMS
TUTORIALS
MAGAZINE
STOCKYARD
VIDEOS
PODCASTS
EVENTS
SERVICES
NEWSLETTER
NEWS
BLOGS
ADOBE AFTER EFFECTS:
Home
Forum
Basics
Expressions
Tutorials
Podcasts
AE Techniques
Training
Creative Cloud Debate
FAQ
Re: Roving objects position?
COW Forums
:
Adobe After Effects Expressions
FAQ
•
VIEW ALL
•
ADD A NEW POST
•
PRINT
Respond to this post
•
Return to posts index
•
Read entire thread
Re: Roving objects position?
by
Dan Ebberts
on Nov 29, 2006 at 5:55:42 pm
If "Layer A" and "Layer D" are the end points, one in-between layer could have a Position expression like this:
A = thisComp.layer("Layer A").position;
D = thisComp.layer("Layer D").position;
A + (D - A)/3;
And the other one like this:
A = thisComp.layer("Layer A").position;
D = thisComp.layer("Layer D").position;
A + (D - A)*2/3;
There are ways to automate it based on layer index if you have a bunch of layers, but this should get you started.
Dan
Posts Index
Read Thread
Reply
Like
Current Message Thread:
Roving objects position?
by eriness on Nov 29, 2006 at 5:14:07 pm
Re: Roving objects position?
by Dan Ebberts on Nov 29, 2006 at 5:55:42 pm
Re: Roving objects position?
by eriness on Nov 29, 2006 at 6:03:40 pm
Re: Roving objects position?
by Dan Ebberts on Nov 29, 2006 at 6:12:38 pm
Re: Roving objects position?
by yikesmikes on Nov 29, 2006 at 10:37:12 pm
Re: Roving objects position?
by Dan Ebberts on Nov 29, 2006 at 10:47:20 pm
Re: Roving objects position?
by yikesmikes on Nov 29, 2006 at 11:00:43 pm
Re: Roving objects position?
by yikesmikes on Nov 29, 2006 at 11:29:18 pm
LOGIN TO REPLY
FORUMS
•
TUTORIALS
•
MAGAZINE
•
STOCKYARD
•
VIDEOS
•
PODCASTS
•
EVENTS
•
SERVICES
•
NEWSLETTER
•
NEWS
•
BLOGS
© 2013
CreativeCOW.net
All rights are reserved. -
Privacy Policy
[
Top
]