A Flash Developer Resource Site

Results 1 to 7 of 7

Thread: Skip intro

  1. #1
    Junior Member
    Join Date
    Apr 2001
    Posts
    16
    How do you insert a skip intro button in a flash movie?

  2. #2
    Junior Member
    Join Date
    Apr 2001
    Posts
    21
    Create a regular button onMouse event (release) Action you can put a GOTOANDPLAY(frame number) or LoadMovie(if your site is a different movie.

    Hope this helps
    Regards,
    Alex

  3. #3
    Junior Member
    Join Date
    Apr 2001
    Posts
    16
    I really new at flash can you give me an easy way to do it

  4. #4
    Junior Member
    Join Date
    Apr 2001
    Posts
    21
    OK,
    First please specify if your intro is a separate movie than your site, or do you have everything in the same movie.

  5. #5
    Junior Member
    Join Date
    Apr 2001
    Posts
    16
    The movie is separate

  6. #6
    Junior Member
    Join Date
    Apr 2001
    Posts
    21
    0. Create a new Layer
    1. on that layer Place a Symbol that you want to serve as a skip Into button into your movie.
    2. Make sure it's behavior is set to "button" (in the instance panel),
    options should be set to "track as a button"
    3. Right click on the symbol go to Actions, ADD onMouseEvent (double click on the left)
    4. Highlight that mouse event on the right and double click LoadMovie on the left.
    In the parameters specify the movie that you want to play after the intro.
    so your code should look like this :
    on (release) {
    loadMovieNum ("myMovie.swf", 0);
    }

    Thus anytime someone clicks on the "SKIP INTRO" symbol gets you to load a new movie1.
    Regards,

  7. #7
    Junior Member
    Join Date
    Apr 2001
    Posts
    16
    Thanks!

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