home *** CD-ROM | disk | FTP | other *** search
/ Practical Internet Web Designer 86 / PIWD86.iso / pc / contents / flash / utilities / setupanimfx.exe / #setuppath# / spooky.swf / scripts / frame_1 / DoAction.as
Encoding:
Text File  |  2003-09-12  |  177 b   |  8 lines

  1. total_bytes = _root.getBytesTotal();
  2. loaded_bytes = _root.getBytesLoaded();
  3. percent_done = int(loaded_bytes / total_bytes * 100);
  4. ifFrameLoaded(6)
  5. {
  6.    gotoAndPlay(3);
  7. }
  8.