Hi gurus, I need help ASAP.
My main timeline has a movie clip called "all_buttons"
All_Buttons
---------------
The "all_buttons" movie clip has 6 instances of the same button. This button a dynamic textbox variable name called "txt"
Each button inside 'All_Buttons'
------------------------------------
Each button is name button_1, button_2, button_3, etc... With the behavior of a button.
Problem
------------
When trying the following in Scene 1, Frame 1, Actions layer.....the text doesn't change.
all_buttons.button_1.txt = "Text goes here";
Please let me know what I'm doing wrong.
Thanks for anyone's help in advance!!!
My source code is at:
My main timeline has a movie clip called "all_buttons"
All_Buttons
---------------
The "all_buttons" movie clip has 6 instances of the same button. This button a dynamic textbox variable name called "txt"
Each button inside 'All_Buttons'
------------------------------------
Each button is name button_1, button_2, button_3, etc... With the behavior of a button.
Problem
------------
When trying the following in Scene 1, Frame 1, Actions layer.....the text doesn't change.
all_buttons.button_1.txt = "Text goes here";
Please let me know what I'm doing wrong.
Thanks for anyone's help in advance!!!
My source code is at: