A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: preloader

  1. #1
    Junior Member
    Join Date
    Dec 2000
    Posts
    20
    i know how preloaders work however i do not know how they work when a movie is only 1 frame. Now, what i mean by 1 frame is that my main movie is 1 frame however i have many movie clips that i use which are initiated by commands. How would i make a preloader for that? I heard that you can do it by labeling frames then saying if label is loaded, go to ___. Any suggestions?

    -FFG
    Final Fantasy Genesis
    http://www.ffg.i-lifestream.net

  2. #2
    Senior Member
    Join Date
    Nov 2000
    Posts
    234
    Insert a key frame at the VERy being of the movie and make it say
    Code:
    ifFrameLoaded ("1", 2) {
        gotoAndPlay ("1", 2);
    }
    then when frame 2(your movie) is loaded it will work

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