home *** CD-ROM | disk | FTP | other *** search
/ Women & Heart Health - Making informed decisions / PCARDIO.iso / PatCardioAssist.exe / PatCardioAssist.dxr / Internal_117.ls < prev    next >
Encoding:
Text File  |  1999-12-22  |  156 b   |  11 lines

  1. on mouseUp
  2.   go("TTestD1")
  3. end
  4.  
  5. on mouseDown
  6.   if (soundBusy(2) = 0) and (soundBusy(3) = 0) then
  7.     sound stop 1
  8.     puppetSound("butsnd", 1)
  9.   end if
  10. end
  11.