home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 10 / MacAddict_010_1997_06.iso / media / ThisIssue.Dxr / Soundz_20.ls < prev    next >
Encoding:
Text File  |  1997-03-25  |  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.