home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 10 / MacAddict_010_1997_06.iso / media / contest.Dxr / 00026.ls < prev    next >
Encoding:
Text File  |  1997-03-25  |  229 b   |  14 lines

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