home *** CD-ROM | disk | FTP | other *** search
/ Champak 132 (Alt) / Vol 132.iso / games / fair_tal.swf / scripts / DefineSprite_119 / frame_1 / DoAction.as
Encoding:
Text File  |  2011-06-09  |  195 b   |  7 lines

  1. function preloader()
  2. {
  3.    bar._xscale = _root.getBytesLoaded() / _root.getBytesTotal() * 100;
  4.    percent = Math.round(_root.getBytesLoaded() / _root.getBytesTotal() * 100) + "%";
  5. }
  6. stop();
  7.