home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Templates / Flash / flash_template_9 / temp8.swf / scripts / frame_2 / DoAction.as
Encoding:
Text File  |  2003-02-02  |  382 b   |  15 lines

  1. loadedbytes = getBytesLoaded();
  2. totalbytes = getBytesTotal();
  3. loadedkbytes = Math.ceil(loadedbytes / 1000);
  4. totalkbytes = Math.ceil(totalbytes / 1000);
  5. totloaded = int(loadedbytes / (totalbytes / 100));
  6. loadbar_mc._width = totloaded;
  7. if(loadedbytes == totalbytes)
  8. {
  9.    if(eval("/:textloaded") == "OK")
  10.    {
  11.       gotoAndPlay(5);
  12.       sound1_mc.gotoAndPlay(2);
  13.    }
  14. }
  15.