home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Diversos / cosmicfozmik.swf / scripts / frame_1 / DoAction_3.as < prev    next >
Encoding:
Text File  |  2007-09-27  |  280 b   |  7 lines

  1. stopAllSounds();
  2. _root.bytesLoaded = _root.getBytesLoaded();
  3. _root.bytesTotal = _root.getBytesTotal();
  4. _root.percentLoaded = Math.round(100 * (_root.bytesLoaded / _root.bytesTotal));
  5. _root.percentLoadedText = _root.percentLoaded + "%";
  6. _root.bar.gotoAndStop(percentLoaded);
  7.