Sorry. It's kind of confusing, I know. I understand it in my head but have a difficult time explaining what I want to accomplish to others. Basically I want to look at both metadata tags and if they are the same, then assign that logo to the third image object. So, yes, if both teams are SEC, it would load the SEC logo, if both teams were PAC 12, it would load PAC 12. But if Bama was playing Utah, it would be the "NCAA" version. And the pro leagues are in this mix too. So, they would ALWAYS load the associated logo, (NFL, NBA, NHL, MLB, etc.)
I sort-of got it to work by doing some visual logic that, first, compares the two metadata tags (that are loading into hidden text objects). If they match (same leagues/conferences), it sends the contents of the first text object through to another "master" hidden text object. If they don't match, it sends a string value of "NCAA".
Then I have another set of logic that looks at the contents of that third text object (containing the result of that comparison) and comparing that to an array of string values containing all the possible leagues/conferences. It sends those comparisons to a multiplier that is sent to a max value sent to an input selector that contains all the possible materials (with the league/conference logos).
It works. It's just not very "elegant".
If you think coding might be a better approach, then by all means, point me!
#XPression