home *** CD-ROM | disk | FTP | other *** search
/ Champak 48 / cdrom_image.iso / Games / cannonballfollier3.swf / scripts / frame_41 / DoAction.as
Encoding:
Text File  |  2007-10-01  |  107 b   |  6 lines

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