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

  1. on exitFrame
  2.   global gRippleSwitch, gSoundPath
  3.   set gRippleSwitch to 1
  4.   cursor(200)
  5.   startTimer()
  6.   set the volume of sound 1 to 180
  7.   updateStage()
  8.   sound playFile 1, gSoundPath & "Bcall11.aif"
  9.   updateStage()
  10. end
  11.