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

  1. on mouseUp
  2.   puppetSprite(47, 1)
  3.   set the memberNum of sprite 47 to member "LeftGo"
  4.   updateStage()
  5.   set lWhichNext to GetPrevious(the frame)
  6.   go(lWhichNext)
  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.