A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Skip Button

  1. #1
    Junior Member
    Join Date
    Mar 2001
    Posts
    13
    Hi there,

    I need to create a button that would allow me to skip a flash intro.

    Can someone help??


  2. #2
    Senior Member
    Join Date
    Aug 2000
    Posts
    309
    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');} //

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center