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

  1. global rpath
  2.  
  3. on mouseDown
  4.   set btn to the clickOn
  5.   set the member of sprite 18 to "RUND"
  6.   updateStage()
  7.   repeat while the stillDown
  8.     updateStage()
  9.   end repeat
  10.   set the member of sprite 18 to "RUNUP"
  11.   open(rpath)
  12. end
  13.