You are on page 1of 1

Refference in Comp with Point Control!

Time remap: x=comp("PersA").layer("Mouth").transform.rotation*thisComp.frameDuration; x = x < 0 ? 0 : x; // x= comp ("PersA").layer("SEyeLR").transform.rotation *thisComp.frameDuration; x=x < 0? 0:x; //

position: L1 = comp("PersA").layer("MouthP"); ptCtrl = L1.effect("Paramtre point d'effet")("Point"); p = L1.toWorld(ptCtrl); L2 = comp("PersA").layer(thisComp.name); L2.fromWorld(p);

// L1 = comp("PersA").layer("EyeR"); ptCtrl = L1.effect("Point Control")("Point"); p = L1.toWorld(ptCtrl); L2 = comp("PersA").layer(thisComp.name); L2.fromWorld(p);

You might also like