home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Acao / gotham_dark_night.swf / scripts / frame_47 / DoAction.as
Encoding:
Text File  |  2008-09-08  |  107 b   |  6 lines

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