Looking for alternate way to select which is the active item in a Qualifier Group
I have a bunch of String objects that are part of a qualifier group. I have an event set up so when I click on a String object in that qualifier group, it changes color (Fusion knows to change the color of only that specific String object). Is there a way to select with a network message instead of by clicking on the specific string object? I'm trying to avoid having to make a few hundred events-- one for each string object.
So I have this:
User clicks on QUALIFIER GROUP --> Change color of QUALIFIER GROUP text. (changes color of specific String Object I clicked on)
And what I'm hoping for is this:
Network Message (which is the name of the specific String Object that's in the Qualifier Group) --> Change color of QUALIFIER GROUP text. (changes color of specific String object whose name was the network message)
I'm trying to avoid having to do this:
If network message is "Item A"--> Change color of Item A
If network message is "Item B"--> Change color of Item B
etc.
Is this possible? Thanks for any help!