Hey, I’ve tried your option and still getting error: Line 22, Column 7 1120: Access of undefined property Logos.
And the code:
if (element.@id == “Team1Image”)
{
Logos.T1Logo.source = element.data.@value.toString();
}
Logos is symbol name, T1Logo is name of UiLoader
Because I’m using mask for logo i need to put in to the symbol or not?