home *** CD-ROM | disk | FTP | other *** search
/ Blender Volume 3 #3 / BLENDER.iso / pc / files / phone.dxr / 00065.ls < prev    next >
Encoding:
Text File  |  1997-01-01  |  181 b   |  12 lines

  1. on mouseDown
  2.   climatePuppet()
  3. end
  4.  
  5. on mouseUp
  6.   if soundBusy(2) then
  7.     sound fadeOut 2, 1
  8.   end if
  9.   sound playFile 3, the pathName & "RRaudio:Thunder & Rain"
  10.   go("wipers")
  11. end
  12.