Search found 3 matches
- November 28th, 2006, 12:35 pm
- Forum: Expressions Library
- Topic: Clock hands
- Replies: 3
- Views: 23760
Transform?
What is the use of the "transform" property? Is that an After Effects 7 thing?
- October 17th, 2005, 8:20 am
- Forum: Expression Discussion
- Topic: Track a Nested Layer: Expression Needed
- Replies: 1
- Views: 9515
Solved
compB = comp("Comp B");
layerA = compB.layer("Layer A");
layerC = thisComp.layer("Layer C");
layerC.toWorld(layerA.toComp(layerA.anchorPoint))
Via Dan Ebberts, naturally.
layerA = compB.layer("Layer A");
layerC = thisComp.layer("Layer C");
layerC.toWorld(layerA.toComp(layerA.anchorPoint))
Via Dan Ebberts, naturally.
- September 29th, 2005, 11:25 am
- Forum: Expression Discussion
- Topic: Track a Nested Layer: Expression Needed
- Replies: 1
- Views: 9515
Track a Nested Layer: Expression Needed
We have a null linked to a parented layer in a nested comp. By using the toWorld function we are able to get the proper coordinates even though our layer is parented. However we are not able to account for the scaling and positioning of our comp in the master comp. So to reiterate: Layer A=parented ...