Is there a way to have the ActionScript in a MovieClip affect the actions in other MovieClips?
Hey everyone, I need some help being pointed in the right direction. What I am trying to do is write ActionScript in a nested movieClip and have it affect the movie clip it is nested in, or even the main timeline. An example would be:
MovieClip Instance "B" is nested inside MovieClip Instance "A" which is on the Main Timeline. I want it so when the user clicks Button "1" in MovieClip "B" to stop the timeline in MovieClip "A", but if the user clicks Button "2" in MovieClip "B" it will make the Main Timeline play.
If someone can get me started with what I am trying to accomplish, I can most likely research the rest.
Thanks in advance!
-DJ