fredag den 27. maj 2011

AE - POSITION How to offset a series of layers using the same trigger

//ngambles- on VideoCoPilot

(pickwhip source value).valueAtTime(time - 1);


--This will get you a one second delay.

(pickwhip source value).valueAtTime(time - thisComp.frameDuration);

--This will get you a two second delay.

(pickwhip source value).valueAtTime(time -2+(thisComp.frameDuration));


--This will get you a one frame delay.
--If you have many layers that will be delayed it may be helpful
to use the 'index' value of each layer:


(pickwhip source value).valueAtTime(time - index * thisComp.frameDuration);

--Each layer will be delayed by one more frame as you move down the layer stack because the index value will be increasing by one each time.
AE POSTWORK blog is virtually just a notepad, where I put all the AE expressions up I finde and use, its so I can easily get to them wherever I am and no matter what computer I sit at. I do not write my own expressions, so all expressions on the page is downloaded from the web,or modify versions i found. and tutorials etc.. I will try to credit those who have made expressions if I can.

Now, with tips and tricks for AE & C4D.
No more forgetting the little tricks and tips I found on my road with After Effects, etc.

Sebabba