Creative COW SIGN IN :: SPONSORS :: ADVERTISING :: ABOUT US :: CONTACT US
Creative COW's LinkedIn GroupCreative COW's Facebook PageCreative COW on TwitterCreative COW's Google+ PageCreative COW on YouTube
ADOBE AFTER EFFECTS:HomeForumBasicsExpressionsTutorialsPodcastsAE TechniquesCreative Cloud DebateFAQ

Expression issue...

COW Forums : Adobe After Effects Expressions

<< PREVIOUS   •   FAQ   •   VIEW ALL   •   PRINT   •   NEXT >>
Share on Facebook
djelderExpression issue...
by on Oct 23, 2006 at 11:26:54 pm

I know how to do it, but I just can't put my finger on it. Basically I want to adjust the y-axis of an expression that is linked to another images position. I thought it was
temp=this_comp.layer("name").position;
(temp, temp+5, temp)

but that's not right, what do I do to move the y axis up or down a little or the x-axis left or right, and still have it paired with the object?

Thanks

Dan

Daniel Elder
Associate Producer
http://www.luminair.com


Return to posts index
Reply   Like  

Dan EbbertsRe: Expression issue...
by on Oct 23, 2006 at 11:39:48 pm

Like this for y:

temp=this_comp.layer("name").position;
temp + [0,5,0]


Or this for x:

temp=this_comp.layer("name").position;
temp + [5,0,0]


Dan


Return to posts index
Reply   Like  

djelderRe: Expression issue...
by on Oct 24, 2006 at 2:39:40 pm

Thank you very much Dan



Daniel Elder
Associate Producer
http://www.luminair.com


Return to posts index
Reply   Like  

<< PREVIOUS   •   VIEW ALL   •   PRINT   •   NEXT >>
Share on Facebook


FORUMSTUTORIALSFEATURESVIDEOSPODCASTSEVENTSSERVICESNEWSLETTERNEWSBLOGS

Creative COW LinkedIn Group Creative COW Facebook Page Creative COW on Twitter
© 2013 CreativeCOW.net All rights are reserved. - Privacy Policy

[Top]