How to add a Skip Intro button?
First you should start by identifying the place on the Timeline that you wish to goto when a user presses the Skip Intro button. Then add a button somewhere on the stage. Then, select the new button and open the Actions panel. After that, add a gotoAndPlay() function call within the on(release) button event. Pass the frame number (or scene) you would like the movie to jump to.