-
Reference and pauze to Comps frame or marker in other comp
Hi guys,
I find this diffecult to explain, so I recorded my screen to get what I’m trying to solve.
So, if you would enter ‘ARG’ for position 1 in the “1_RACING_INPUT” comp, it would show the Argentinian flag, freezed on that frame.
textLayer = comp("1_RACING_INPUT").layer("01_country");str1 = thisLayer.name.split("flag")[1];
str2 = textLayer.text.sourceText;
str1 = str1.toUpperCase();
str2 = str2.toUpperCase();if (str1 == str2) { goto marker in comp("flag") and pauze
Is that doable?