home *** CD-ROM | disk | FTP | other *** search
/ AIMEE 1996 Spring / AIMEE3.BIN / pc / aimee3.exe / aimee3.DXR / 00090.ls < prev    next >
Encoding:
Text File  |  1996-03-10  |  156 b   |  9 lines

  1. on exitFrame
  2.   global SoundPath
  3.   if not soundBusy(1) then
  4.     cursor(-19999)
  5.     sound playFile 1, SoundPath & "WTESHOOP.AIF"
  6.   end if
  7.   go(the frame)
  8. end
  9.