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

  1. on mouseUp
  2.   global gLastPageViewed
  3.   set gLastPageViewed to the frame
  4.   puppetSprite(57, 0)
  5.   puppetSprite(4, 0)
  6.   puppetSprite(47, 0)
  7.   puppetSprite(48, 0)
  8.   go("T3.8Text")
  9. end
  10.  
  11. on mouseDown
  12.   if (soundBusy(2) = 0) and (soundBusy(3) = 0) then
  13.     sound stop 1
  14.     puppetSound("butsnd", 1)
  15.   end if
  16. end
  17.