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

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