If/Else expression referencing contents of Comp Name
I have a bunch of comps, and certain comps require different icons. Instead of manually going in and changing each icon for the specific comp, I’d to just drag all the icons into every comp and reference the contents of the comp name.
Theres video’s per section, every section has 3 video’s and each section has its own icon.
For one section of video’s, comp names are: Careful Close Mindset, Careful Close Approach, Careful Close Skill.
I’d like to ask after effects “If this comp name contains these words, do this”. Is there a way to do that?
So the idea/expression I’d like on opacity is as follows;
if (thisComp.name [not sure what to put here] “Careful Close”) {100}
else {0}
Thanks in advance!
