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

  1. on mouseUp
  2.   global gLastPageViewed
  3.   sound stop 3
  4.   repeat with x = 1 to 90
  5.     puppetSprite(x, 0)
  6.   end repeat
  7.   set gLastPageViewed to the frame
  8.   go("TTestStart")
  9. end
  10.