A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: loading a movie and jump to a specific scene

Hybrid View

  1. #1
    Junior Member
    Join Date
    May 2001
    Posts
    22
    Hi all,

    Can I do this:

    on (press, release) {
    loadMovieNum ("products.swf", 2);
    gotoAndPlay ("_level2.test", 1);
    }

    If not how can I accomplish to press a button, load a movie and jump to a sepcific scene within that movie?

    TIA.

    Sincerely,
    Nitai

  2. #2
    Junior Member
    Join Date
    May 2001
    Posts
    22

    solved

    Figured it out.

    Need to set a variable to the button and then evaluate in the targeted movie with a if statement the variable and play the scene I want.

    Sincerely,
    Nitai

  3. #3
    Junior Member
    Join Date
    May 2001
    Posts
    5

    show me

    HI
    Can you show me i think it may be just what i need ? Look at my post above
    do you know how to preload a movie so that you dont get a pause when you call it??


    i need help

  4. #4
    Junior Member
    Join Date
    May 2001
    Posts
    22
    Well I am also new so I can just write what I figured out.

    The button script is:

    on release
    jumpto = test
    loadmovie testing.swf, 2, Post

    In the testing.swf I got this:

    if jumpto = test
    gotoandplay ......

    This should work.

    Let me know if it works for you.

    Sincerely,
    Nitai

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