home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 November / CHIP_CD_2003-11.iso / software / animfx / setupanimfx.exe / #setuppath# / spinner.swf / scripts / frame_1 / DoAction.as
Encoding:
Text File  |  2003-09-25  |  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.