home *** CD-ROM | disk | FTP | other *** search
/ PC Master 1997 July & August / PCM97.iso / PATCH.dxr / 00033_INSUP.ls < prev    next >
Encoding:
Text File  |  1998-06-23  |  204 b   |  11 lines

  1. on mouseDown
  2.   global ipath
  3.   set the member of sprite 17 to "INSTD"
  4.   updateStage()
  5.   repeat while the stillDown
  6.     updateStage()
  7.   end repeat
  8.   set the member of sprite 17 to "INSUP"
  9.   open(ipath)
  10. end
  11.