home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Aventura / sleepless-knight.swf / scripts / frame_2 / DoAction.as
Encoding:
Text File  |  2008-09-11  |  355 b   |  10 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. Stage.scaleMode = "noScale";
  8. Stage.showMenu = false;
  9. _quality = "high";
  10.