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

  1. on mouseUp
  2.   set the locH of sprite 77 to 320
  3.   set the locH of sprite 78 to 320
  4.   set the locH of sprite 79 to 320
  5.   set the locH of sprite 80 to 320
  6.   set the locH of sprite 81 to 320
  7.   set the locH of sprite 82 to 320
  8.   set the locH of sprite 83 to 320
  9.   updateStage()
  10.   repeat with x = 77 to 83
  11.     puppetSprite(x, 1)
  12.   end repeat
  13. end
  14.