home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Puzzle / calculadora_quebrada.swf / scripts / DefineSprite_104 / frame_2 / DoAction.as
Encoding:
Text File  |  2007-03-13  |  196 b   |  7 lines

  1. var pct = Math.round(_root.getBytesLoaded() / _root.getBytesTotal() * 100);
  2. tfLoading = "Loading... " + pct + "%";
  3. if(_root.getBytesLoaded() != _root.getBytesTotal())
  4. {
  5.    gotoAndPlay(1);
  6. }
  7.