home *** CD-ROM | disk | FTP | other *** search
/ Surfin' Sam - A Hilariously Interactive Game / Surfin Sam.iso / pc / sam_232.dir / 00062.ls < prev    next >
Encoding:
Text File  |  1995-07-17  |  313 b   |  14 lines

  1. on mouseDown
  2.   global c
  3.   repeat while the mouseDown = 1
  4.     puppetSprite(19, 1)
  5.     set the visible of sprite 19 to 1
  6.     set c to the locH of sprite 19
  7.     set c to the locV of sprite 19
  8.     set c to c - 4
  9.     set the locH of sprite 19 to c
  10.     set the locV of sprite 19 to c
  11.     updateStage()
  12.   end repeat
  13. end
  14.