home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Aventura / superman.swf / scripts / frame_125 / DoAction.as
Encoding:
Text File  |  2006-06-07  |  146 b   |  6 lines

  1. if(3 < _root.iLevelPauseTimer.seconds())
  2. {
  3.    _root.gLevel = _root.gLevel >= 99 ? 1 : _root.gLevel + 1;
  4.    _root.gotoAndPlay("NextLevel");
  5. }
  6.