home *** CD-ROM | disk | FTP | other *** search
/ PC Media 8 / pc-media-windows-95.iso / w95demo.exe / A95DEMO.DXR / 00003.ls < prev    next >
Encoding:
Text File  |  1995-08-31  |  401 b   |  18 lines

  1. on exitFrame
  2.   global gCurrDialogButton, gAutoMode, gIntroTimeOut, gAudioPath
  3.   sound stop 1
  4.   set gCurrDialogButton to 10
  5.   puppetSprite(9, 1)
  6.   puppetSprite(10, 1)
  7.   if gAutoMode = 1 then
  8.     set the timeoutLength to 27 * 60
  9.     set the timeoutScript to "goP2"
  10.   else
  11.     if gResellerVersion = 1 then
  12.       resetResellerTimeout()
  13.     end if
  14.   end if
  15.   puppetSound(cast "SND003")
  16.   updateStage()
  17. end
  18.