home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Puzzle / rickshaw-jam.swf / scripts / frame_11 / DoAction.as
Encoding:
Text File  |  2005-09-29  |  222 b   |  14 lines

  1. b1 = _root.getBytesLoaded();
  2. b2 = _root.getBytesTotal();
  3. tgPrel = 1 + Math.round(b1 * 100 / b2);
  4. tg = tgprel - 2;
  5. if(tgprel <= 9)
  6. {
  7.    procent = "0" + tg;
  8. }
  9. else
  10. {
  11.    procent = tg;
  12. }
  13. prel.gotoAndStop(tgPrel);
  14.