A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: HELP!!!

  1. #1
    Junior Member
    Join Date
    Apr 2002
    Posts
    25
    preloaders!!!! If anyone who is reading this knows how to preload their movies..... PLEASE help me... I have tried EVERY tutorial on this site and they all dont work..... I have followed EVERY direction there and nothing ever works. I tried a bar preloader and that one seemed to work but after it preloads and **** it sends you to the last frame of the movie. I have put it to go to the 1st frame on scene 1. I will ONLY go to last frame of the entire movie... PLEASE help me or send me your preloader code.
    Thank you

    By the way, this is the script:
    key frame #2

    loadedbytes = getBytesLoaded();
    totalbytes = getBytesTotal();
    loadedkbytes = Math.ceil(loadedbytes/1);
    totalkbytes = Math.ceil(totalbytes/1);
    if (loadedbytes == totalbytes) {
    nextScene ();
    }
    frame = int(loadedbytes/(totalbytes/100));
    tellTarget (_root.loader) {
    gotoAndStop (_root.frame);
    }

    keyframe #3

    gotoAndPlay ("preload", 1);
    // loop until last frame if loaded


  2. #2
    Junior Member
    Join Date
    May 2002
    Posts
    7

    Same problem....

    Well, I hav got EXACTLY the same problem...I am working on a way to get it to work but to no avail. By any chance were you redirected to a tutorial a www.web...somthing... .com, cause it says the tutorial there is still not finished and needs updating anyway.

  3. #3
    Junior Member
    Join Date
    Apr 2002
    Posts
    25

    Re: Same problem....

    Originally posted by sebworld
    Well, I hav got EXACTLY the same problem...I am working on a way to get it to work but to no avail. By any chance were you redirected to a tutorial a http://www.web...somthing... .com, cause it says the tutorial there is still not finished and needs updating anyway.
    I was never redirected to any other site...

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