home *** CD-ROM | disk | FTP | other *** search
/ Geek Games #12 / GEGA012.iso / eroticos / moneystrip.swf / scripts / frame_2 / DoAction.as
Text File  |  2005-12-23  |  144b  |  6 lines

  1. a = getBytesLoaded();
  2. b = getBytesTotal();
  3. balken._xscale = a / b * 100;
  4. a = Math.round(a / 1024) + "KB";
  5. b = Math.round(b / 1024) + "KB";
  6.