I have a menu presentation that uses an image with a touch event that sends a UDP message to another player to play a video and then the menu transitions to a NowPlaying image where I want to display the name of the video that is playing. The name of each video needs to be the value of a user variable for that video. So, there would be a user variable, v1,v2,v3, etc and each would have the value equal to the name or title of that video. Then I want to use another user variable, say vidTitle as the source of the Live Text video name but I first need a way to set the value of vidTitle to value of v1,v2,v3, etc. How can this be done? Or, is there another way to achieve this?