home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Estrategia / check.swf / scripts / frame_1 / DoAction.as
Encoding:
Text File  |  2006-06-13  |  348 b   |  17 lines

  1. fscommand("showmenu",false);
  2. _root.best = 0;
  3. _root.sunet = 1;
  4. stop();
  5. logo.onEnterFrame = function()
  6. {
  7.    if(_root.getBytesLoaded() == _root.getBytesTotal())
  8.    {
  9.       this.play();
  10.    }
  11.    else
  12.    {
  13.       tgFrame = Math.round(_root.getBytesLoaded() / _root.getBytesTotal() * 100);
  14.       this.progress.gotoAndStop(tgFrame);
  15.    }
  16. };
  17.