text.sourceText with Dropdown menu text
I'm trying to make an animatic template and I would like the text that is in the dropdown menu to be placed over the text that is on the screen. Additionally, I would like that if I change the text in the dropdown menu that the text on the screen is updated. I search everywhere and try differents thing but I always end up at the same place.
Can someone help please ?
the best script that I could find for my situation is from ukramedia from this video
https://www.youtube.com/watch?v=nPTNtwSx9SE&ab_channel=ukramedia
DropMenu = comp("PostProd_Template").layer("Change Texte").effect("TextSelector")("Menu").value;
TextNames = ["Texte 1","Texte 2","Texte 3", "Texte 4","Texte 5","Texte 6"]
TextNames[DropMenu -1 ];
Thank you

