A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: Load movie to specific frame

  1. #1
    Senior Member
    Join Date
    Nov 2000
    Posts
    124

    How can I load a movie from a movie and go to a specific frame?

    I have a button on 1 movie that takes a person to another movie. In the second movie I have a button that I want to take the person back to the first movie but to a specific frame.

    Any help appreciated

    Thanks for all your help so far

    V

  2. #2
    Senior Member
    Join Date
    Sep 2000
    Posts
    135
    tellTarget ("myMovie") {
    gotoAndPlay (100);
    }

    Replace "myMovie" with the target movie, and 100 with the frame number or label where you want to go.

    HTH


  3. #3
    Senior Member
    Join Date
    Nov 2000
    Posts
    124
    Thanks Neumy:

    I tried something like that but just missed by a little.

    Appreciate the help

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