Mike Clasby
COW member since July 1st 2003 |
My Recent Posts: Re: Bubble Mask Point Tracker by Mike Clasby on Nov 28, 2008 at 6:17:52 pm
Re: Make a hang knot oscillate by Mike Clasby on Nov 27, 2008 at 4:49:38 pm
Re: It's been a great ride... by Mike Clasby on Nov 12, 2008 at 5:50:25 pm
Re: Depth of Field by Mike Clasby on Nov 12, 2008 at 9:38:01 am
Re: making fake cast shadows on uneven background? by Mike Clasby on Nov 11, 2008 at 1:56:34 am
Re: easy ease in AND easy ease out by Mike Clasby on Nov 9, 2008 at 4:31:44 am
Re: Trigger Mr. Ebbert's Squash and Stretch? by Mike Clasby on Nov 9, 2008 at 4:21:09 am
Re: Vertual Movie Theater by Mike Clasby on Nov 5, 2008 at 6:24:47 pm
Re: After Effects WMV rendering problem by Mike Clasby on Nov 5, 2008 at 6:15:42 pm
Re: glossy reflections by Mike Clasby on Nov 5, 2008 at 6:11:57 pm
Re: Exporting Issues In Adobe After Effects by Mike Clasby on Nov 3, 2008 at 3:28:04 am
Re: Soften edges by Mike Clasby on Nov 3, 2008 at 3:16:57 am
Re: layer length in changed composition length. by Mike Clasby on Nov 2, 2008 at 2:02:29 am
Re: exporting by Mike Clasby on Nov 1, 2008 at 6:57:16 pm
Re: PRE-COMP Object & Basic 3D not centered. by Mike Clasby on Nov 1, 2008 at 6:46:59 pm
Re: drawing a line in 3d space? by Mike Clasby on Nov 1, 2008 at 6:42:06 pm
Re: How to improve quality of low light video by Mike Clasby on Oct 5, 2008 at 9:36:17 pm
Re: Croping an Image by Mike Clasby on Sep 23, 2008 at 5:14:15 am
Re: Defining Min and Max by Mike Clasby on Sep 23, 2008 at 2:46:10 am
Re: Defining Min and Max by Mike Clasby on Sep 23, 2008 at 2:39:38 am
My Tagged PostsRe: Trigger Mr. Ebbert's Squash and Stretch? by Mike Clasby on Oct 11, 2009 at 1:50:36 am in the Adobe After Effects Forum Here is an expression for having a marker trigger Dan's squish and squash. Put the expression on Scale. (Copy the expression, Alt-Click the Scale stopwatch, Paste):
n = 0;
if (marker.numKeys > 0){
n = marker.nearestKey(time).index;
if (marker.key(n).time > time){
n--;
}
}
if (n == 0){
value;
}else{
max_dev=20; //... Re: Old label style by Mike Clasby on Aug 18, 2008 at 7:09:11 pm in the Adobe After Effects basics Forum Maybe easiest to haunt the thrift store/rummage sales and buy an old label maker, then film that.
Or... I just Googled Label Maker and got this site. Just type in your word and it makes it onscreen, then copy the gif... Re: Shell Casing Effect by Mike Clasby on May 4, 2008 at 6:24:34 am in the Adobe After Effects Forum There's a freebie long magnum cartridge here:
http://www.detonationfilms.com/SpentBrassChroma.html
No pistol I know uses that, but for a small fee they sell auto-pistol cartridge footage....first tagged as a 5 COW post by Aki Mykk Re: Brand spanking new user in need of guidance to get started. by Mike Clasby on Mar 1, 2008 at 9:11:06 pm in the Adobe After Effects basics Forum Here a freebie beginner course from Andrew:
http://www.videocopilot.net/basic/ae_introduction.html
Curt has an eight part tut on a News setup, here:
http://leaders.creativecow.net/leaders/murphy_kurt/... Re: Random layer position constrained by another layer's alpha by Mike Clasby on Feb 27, 2008 at 12:31:24 pm in the Adobe After Effects Forum Oh, I see what you're trying to do.
Yes, you probably can, err, maybe Dan can, ask over at the Cow Expression Forum:
http://forums.creativecow.net/viewforum/227
I think if you combine this position expression from Colin:
minX = 0;//Minimum x depth value
maxX = 1000;//Maximum... View More of My COW Tags
|
|