home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / tunnelrush.swf / scripts / DefineSprite_43 / frame_1 / DoAction.as
Encoding:
Text File  |  2007-03-12  |  218 b   |  12 lines

  1. stop();
  2. onEnterFrame = function()
  3. {
  4.    var total = _root.getBytesTotal();
  5.    var current = _root.getBytesLoaded();
  6.    percent = current / total * 100;
  7.    if(percent >= 99)
  8.    {
  9.       gotoAndStop(2);
  10.    }
  11. };
  12.