Do you mean that you're changing the team logos on each quad corresponding to the teams?
If so this is how I have my standings graphic set up.
I have all the team logos as materials and named them as the team's name. Then I named the quads where the logos go as Team Logo 1, Team Logo 2, and so on.
Then I just put the following script in each text object for each team and changed the bolded red text (put the name of the quad you want it to target) and it will apply the team logo to that quad.
dim image as xpBaseObject
dim mat as xpMaterial
Scene.GetObjectByName("Team Logo 1", image)
Engine.GetMaterialByName(text, mat)
image.SetMaterial(0, mat)
------------------------------
Omar Reyes
------------------------------
Original Message:
Sent: 05-09-2023 13:15
From: Aaron
Subject: Changing quad based on text input
Currently working on automating my xpression project and want to start with the standings graphic that I have. Currently I have a standings graphic that is connected to an excel sheet that i update before every game, but i have to go in and manually change the quads myself to the corresponding team and then put it back into the sequence. Im not too good with scripting and am much better at visual logic but i am still lost. Im sure others have been in similar situations on here but i haven't been able to find a thread that helps me get to where i need to be. Any help is greatly appreciated :)
------------------------------
Aaron Paladino
------------------------------