I have a clip with 3 frames. Every frame has a Dynamic Text object. I need to change dynamically those text contents. But... if I change the text, for example with instruction:
my.object.text = "new content";
I see in console log that this instruction take effect, but if I use the .gotoAndStop()
to change the frame, the text inside my Dynamic Text objects come back to the original value (edited inside Adobe Animate).
There is a way to change it dynamically?