Hi! The question is:
I have 20 instances names ( instance1, instance2…instance20) of a duplicated myMC that hosts another MC (secondMC) with a BUTTON inside.
So, secondMC and BUTTON are the same in all instances of myMC.
Action in myMC makes BUTTON to load an image:
loadMovie(“image1.jpg”, “target”)
that is, the same action in the 20 instances.
I want the button to load 20 images according to the instances names of parent movie (myMC)!
It’s hard to explain but I hope you understand this.
Is this possible! How do I code that?!