Hi there, I need to create a button that would allow me to skip a flash intro. Can someone help??
lots ways to do that - easiest is just to send the play head to a part of the timeline where the intro has stopped. Code: on (release) {gotoAndPlay('myContent');} //
on (release) {gotoAndPlay('myContent');} //
Forum Rules