home *** CD-ROM | disk | FTP | other *** search
/ PC/CD Gamer UK 39 / PCGAMER39.bin / games / amber / amberhub.dxr / 00047.ls < prev    next >
Encoding:
Text File  |  1996-11-08  |  196 b   |  11 lines

  1. on exitFrame
  2.   global gSoundPath
  3.   cursor(-1)
  4.   startTimer()
  5.   if soundBusy(1) then
  6.     sound stop 1
  7.   end if
  8.   set the volume of sound 1 to 155
  9.   sound playFile 1, gSoundPath & "RoxyThm.aif"
  10. end
  11.