home *** CD-ROM | disk | FTP | other *** search
/ 321 GAMES / 321GAMES.iso / advent / zoom / pizza / zoom.dxr / 00712.ls < prev    next >
Encoding:
Text File  |  1996-03-28  |  222 b   |  12 lines

  1. on exitFrame
  2.   global gDemoState, gFinalExit
  3.   if gDemoState = "Demo" then
  4.     exitAutoRun()
  5.   else
  6.     sound fadeOut 1, 2 * 60
  7.     sound fadeOut 2, 2 * 60
  8.     startTimer()
  9.     set gFinalExit to "LastRoundUp"
  10.   end if
  11. end
  12.