Hi,
I’m stying to setup a concatenation loop but I’m stuck on the basic concatenation. this is my test case. I have a movie clip with a dynamic text field with an instance name of txt_1. The below code won’t work. what am I doing wrong?
conTxt = “txt_”+1;
conTxt.text = “success message”