I want to put a graphic, in this case, a text frame, in different locations on screen (ie. near whoever is speaking at that time).
Can anyone tell me if it's more resource-efficient to create and destroy the text frame as needed (maybe 50 or more times), or to always leave it on screen, but set it to invisible when no one is speaking (turning visibility on and changing its location as required, then setting visibility to off).
Thanks!