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

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