Reference to frame in other comp.

Moderators: Disciple, zlovatt

Post Reply
Loepzuiver
Posts: 2
Joined: April 5th, 2018, 1:15 pm

Hi guys,

I find this difficult 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.

Something like 

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 "ARG" { goto time 00:01:16 in comp("flag") and pauze

if "BRA" { goto time etc etc

Is that doable?
Post Reply