1 PreComp with text animation (duplicate multiple time), In a Comp with changed sourceText keyframed
Hi everybody,
Hard to explain but very simple:
I made a composition where I animated a text.
I put this Comp in another one. I duplicate it multiple time.
I add a sourceText in it. I change the sourceText during time.
I would like my duplicated comp to change its text too.
I have this but it doesn't work:
"
thisCompLayer = comp("CompNAME").layer("LayerNAME");
NewTime = thisCompLayer.time + thisCompLayer.startTime;
comp("CompNAME").layer("SourceTextLayerNAME").text.sourceText.valueAtTime(NewTime)"