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

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