home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Aventura / pendekar.swf / scripts / DefineSprite_573 / frame_1 / DoAction.as
Text File  |  2006-05-08  |  214b  |  13 lines

  1. x = Math.floor(_root.getBytesLoaded() / _root.getBytesTotal() * 100);
  2. msg = x + "% LOADED";
  3. _parent.bar.gotoAndStop(this.x);
  4. if(x < 100)
  5. {
  6.    play();
  7. }
  8. else
  9. {
  10.    _parent.playbutton.play();
  11.    stop();
  12. }
  13.