A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Help : getting preloader movie to loop

Hybrid View

  1. #1
    Member
    Join Date
    Apr 2001
    Location
    Massachusetts
    Posts
    67
    I made a preloader movie,
    its just text, it will not loop.

    I tried using some actions in the
    end frame but they did not
    work.

    How can I make this movie loop please,
    this is my final project and is already late

    Thanks

    Kevin

    P.S.

    I put the movie clip in the first frame
    of the main movie.

    This preloader just says loading
    thats all

  2. #2
    Hi...
    First of all put this action in the last frame of your preloader-mc:

    gotoAndPlay (1);

    In the first frame of your main movie is this mc, to this frame add the following action:

    ifFrameLoaded (your_number) {
    gotoAndPlay (what_you_want);
    tellTarget (_root.your_preloader_mc) {
    stop ();
    }
    }

    In the second frame also put an instance of your mc and add this action to the frame:

    tellTarget (_root.your_preloader_mc) {
    play ();
    }
    gotoAndPlay (1);


    I hope that I was able to help and that it works

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