I have an movie clip inside another movie clip that I want to target a variable on the main timeline.
I have a stated variable "graphic" on the first frame of the main timeline. There are four buttons (actually they are movie clips, with a button inside them) on the main timeline, named "button_one", "button_two" and so on.
When any of them are clicked, it will set variable "graphic" equal to "one", "two", "three", "four" (for example). Within the movie clip (MCA) on the main timeline, there's a movie clip (MCB). I want to be able to target one of the four buttons, via the variable "graphic", like "button_four" or "button_two". The "four" or "two" is the variable "graphic," so it is an extension of the targetted name. How would I go about doing that?
~happy new years
I have a stated variable "graphic" on the first frame of the main timeline. There are four buttons (actually they are movie clips, with a button inside them) on the main timeline, named "button_one", "button_two" and so on.
When any of them are clicked, it will set variable "graphic" equal to "one", "two", "three", "four" (for example). Within the movie clip (MCA) on the main timeline, there's a movie clip (MCB). I want to be able to target one of the four buttons, via the variable "graphic", like "button_four" or "button_two". The "four" or "two" is the variable "graphic," so it is an extension of the targetted name. How would I go about doing that?
~happy new years