torsdag den 15. oktober 2009

Wiggle - Start or stop wiggle at specific time

//Start or stop wiggle at specific time

timeToStart = 2;
if (time > timeToStart){
wiggle(3,25);
}else{
value;
}

-----

timeToStop = 4;
if (time > timeToStop){
value;
}else{
wiggle(3,25);
}

-----

timeToStart = 2;
timeToStop = 4;

if ((time > timeToStart) && (time < timeToStop)){
wiggle(3,25);
}else{
value;
}
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