A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: loading a movie to a specific frame?

  1. #1
    Junior Member
    Join Date
    Jan 2002
    Posts
    4
    Using Flash 5, how would one go about loading a movie to a specific frame by the click of a button?

  2. #2
    Senior Member
    Join Date
    Aug 2000
    Location
    Seoul, South Korea
    Posts
    1,310
    Try this:

    on (release) {
    ifFrameLoaded (1) {
    gotoAndPlay (1);
    }
    }

    You would have the button within a different scene.

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