SIGN IN
::
SPONSORS
::
ADVERTISING
::
ABOUT US
::
CONTACT US
FORUMS
TUTORIALS
FEATURES
VIDEOS
PODCASTS
EVENTS
SERVICES
NEWSLETTER
NEWS
BLOGS
ADOBE AFTER EFFECTS:
Home
Forum
Basics
Expressions
Tutorials
Podcasts
AE Techniques
Creative Cloud Debate
FAQ
Re: Move an object along the x axis over a designated number of frames
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: Move an object along the x axis over a designated number of frames
by
Dan Ebberts
on May 31, 2012 at 2:39:32 am
Something like this:
tStart = 1; // start move at 1 sec.
numFrames = 25; //move for 25 frames
dist = 100; //move 100 pixels
x = linear(time,tStart,tStart+framesToTime(numFrames),0,100)
value + [x,0]
Dan
Posts Index
Read Thread
Reply
Like
Current Message Thread:
Move an object along the x axis over a designated number of frames
by Mike Tosetto on May 31, 2012 at 2:15:58 am
Re: Move an object along the x axis over a designated number of frames
by Dan Ebberts on May 31, 2012 at 2:39:32 am
Re: Move an object along the x axis over a designated number of frames
by Mike Tosetto on Jun 1, 2012 at 12:45:07 am
Re: Move an object along the x axis over a designated number of frames
by Dan Ebberts on Jun 1, 2012 at 12:54:52 am
Re: Move an object along the x axis over a designated number of frames
by Mike Tosetto on Jun 1, 2012 at 1:20:39 am
LOGIN TO REPLY
FORUMS
•
TUTORIALS
•
FEATURES
•
VIDEOS
•
PODCASTS
•
EVENTS
•
SERVICES
•
NEWSLETTER
•
NEWS
•
BLOGS
© 2013
CreativeCOW.net
All rights are reserved. -
Privacy Policy
[
Top
]