I have a scrollPane on my Stage and I have it linked to a movieClip containing a series of images that have been converted to buttons. Everything works fine, except I can’t seem to figure out how to get the buttons to link to the main timeline. All I want is them to gotoAndPlay (“frameLableOnTheMainTimeline”). (I am using AS3)
I tried a standard on Click eventListener, but am unsure of the syntax to make it go back to a specific frame on the main timeline.
Can anyone help?
Thanks!