I'm using ActionScript 2.0 and I do not have control of dynamic text inside movie clips. I have a movie clip named 'Glass' and dynamic text named 'Glass_ID'
I want Glass_ID
Value become Glass_ID01
when clicked the button named 'btn' but it doesn's work
how to i'm solve it?
on(press){this.Glass.Glass_ID.text ="Glass_ID01"}