home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Diversos / ntech.swf / scripts / frame_1 / DoAction.as
Encoding:
Text File  |  2006-06-13  |  240 b   |  12 lines

  1. stop();
  2. this.onEnterFrame = function()
  3. {
  4.    Loaded = getBytesLoaded() / getBytesTotal() * 100;
  5.    LoadCounter = Loaded;
  6.    Special = "";
  7.    if(Loaded == 100 && PlayButton._currentframe == 1)
  8.    {
  9.       PlayButton.play();
  10.    }
  11. };
  12.