home *** CD-ROM | disk | FTP | other *** search
/ The Weather Channel - Everything Weather / TheWeatherChannel-EverythingWeather-Win31.iso / twcia / tornado / tornado.dxr / 00069.ls < prev    next >
Encoding:
Text File  |  1995-08-22  |  169 b   |  12 lines

  1. on exitFrame
  2.   global CDPath
  3.   if soundBusy(1) then
  4.     sound close 1
  5.   end if
  6.   sound playFile 1, CDPath & "tornado\TNMNAA10.AIF"
  7. end
  8.  
  9. on mouseDown
  10.   sound close 1
  11. end
  12.