Hi there, I want to ask how to duplicate a variable?
I have 10 buttons (b1, b2, b3, …), and I put this action to load a jpg image within it (b1 only):
_root.importImage = “1.jpg”;
b1.lload.loadMovie(“images/”+_root.importImage);
And I want to use this action lines for the 10 buttons, what must I do?
Thank you guys