Re: Stabilizing in AE 6
Stabalize applies tracking info to the anchor point of the stabalized layer.
Try this: Track a point.
Apply your track point to the anchor point of a null (Null 1).
Tie the null (Null 1) to the original layer's anchor point with this expression:
x = 200; //x value;
[x, thisComp.layer("Null 1").anchorPoint[1]]
That should do it. This will hold the X anchor point at 200 and allow the y to follow the same path as the track.
Posting-Information:
Date: Mon, 8 Sep 2003 22:55:15 -0700