-
Error Expression in After Effects
Hello guys. Can you help me? I apologize for the bad english, this is using google translator.
I am doing a work that I use the following expression for the effect of typewriter in a text layer.
L = text.sourceText.length;
T = time * effect (“Speed”) (“Slider”) – effect (“Start At”) (“Slider”) * effect (“Speed”) (“Slider”);
F = Math.round (time% 1);if (F == 1 | (T 0)) {Fl = “|”} else {Fl = “”;}
substr (0, T) + Fl
but I need the inserted text to be the same as the name of a composition other than the text.
can you help me?
I already tried to use the following expression but it does not work:
compName = comp (“Business”). name