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

  1. on mouseUp
  2.   global gTTestAPointsList
  3.   set the hilite of member "TTA3a" to 0
  4.   set the hilite of member "TTA3b" to 1
  5.   setAt(gTTestAPointsList, 3, 0)
  6. end
  7.  
  8. on mouseDown
  9.   if (soundBusy(2) = 0) and (soundBusy(3) = 0) then
  10.     sound stop 1
  11.     puppetSound("butsnd", 1)
  12.   end if
  13. end
  14.