home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 24 / MacAddict_024_1998_08.iso / Media / Software.dxr / Internal_5.ls < prev    next >
Encoding:
Text File  |  1998-06-04  |  182 b   |  12 lines

  1. on mouseDown
  2.   puppetSprite(16, 1)
  3.   set the locV of sprite 16 to the locV of sprite 16 + 1
  4.   updateStage()
  5.   puppetSprite(16, 0)
  6.   updateStage()
  7. end
  8.  
  9. on mouseUp
  10.   go(1, "quit")
  11. end
  12.