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

  1. b1 = _root.getBytesLoaded();
  2. b2 = _root.getBytesTotal();
  3. tgPrel = 1 + Math.round(b1 * 100 / b2);
  4. prel.gotoAndStop(tgPrel);
  5. if(b1 >= b2)
  6. {
  7.    gotoAndStop("intro");
  8.    play();
  9. }
  10.