SIGN IN
::
SPONSORS
::
ABOUT US
::
CONTACT US
FORUMS
LIBRARY
PODCASTS
BLOGS
MAGAZINE
SERVICES
NEWSLETTERS
NEWS
STORE
EVENTS
ADOBE AFTER EFFECTS:
Forum
AE Basics
AE Expressions
Tutorials
Articles
Podcasts
Motion Graphics
Training
Cinema 4D
Re: Get original value of a property 'before' the expression is executed!
Cow Forums
:
Adobe After Effects Expressions
VIEW POSTS
•
ADD A NEW POST
•
SEARCH
•
CHANGE FORUM
Return to Posts Index
•
Read Entire Thread
•
Reply To This Post
Re: Get original value of a property 'before' the expression is executed!
by
Dan Ebberts
on Jun 27, 2008 at 4:59:36 pm
Ah yes, I forgot about the old negative time trick. You can map the target layer's pre-expression position into negative time like this:
if (time <= 0){
valueAtTime(-time)
}else{
// your expression goes here
}
Then retreive it from the other layer like this:
comp("main comp").layer("target").transform.position.valueAtTime(-time)
Dan
Return to Posts Index
•
Read Entire Thread
•
Reply To This Post
Current Message Thread:
Get original value of a property 'before' the expression is executed!
by peter menich on Jun 27, 2008 at 2:10:31 pm
Re: Get original value of a property 'before' the expression is executed!
by Dan Ebberts on Jun 27, 2008 at 3:28:28 pm
Re: Get original value of a property 'before' the expression is executed!
by peter menich on Jun 27, 2008 at 3:59:27 pm
Re: Get original value of a property 'before' the expression is executed!
by peter menich on Jun 27, 2008 at 4:48:52 pm
Re: Get original value of a property 'before' the expression is executed!
by Dan Ebberts on Jun 27, 2008 at 4:59:36 pm
Note:
If you are a registered user and you
do not
see your name and email in the two respective fields above, you may reset your account cookies by clicking
here
. Your post
will not be accepted
if the name and email provided above are not currently registered in our database.
Name
E-Mail Address
Subject
E-Mail me when someone responds
Just This Message
Entire Thread
None
Message
Note:
The following characters are HTML command characters, and may cause parts of your post to disappear, if not used correctly: < > &. To include any portion of the post in your response, highlight the desired text and hit the "Q" key. For more on how to post,
click here
.
Please post Expressions Code in the box below:
Add your message signature
Note:
By clicking "Post Direct" button above, you are agreeing to the Creative Cow's
Code of Conduct
.
FORUMS
•
LIBRARY
•
PODCASTS
•
BLOGS
•
MAGAZINE
•
SERVICES
•
NEWSLETTERS
•
NEWS
•
STORE
•
EVENTS
©
CreativeCOW.net
All rights are reserved.
[
Top
]