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

  1. on mouseDown me
  2.   puppetSprite(the currentSpriteNum, 1)
  3.   set the member of sprite the currentSpriteNum to "index.down"
  4.   updateStage()
  5.   openIndex()
  6. end
  7.  
  8. on mouseUp me
  9.   puppetSprite(the currentSpriteNum, 0)
  10.   updateStage()
  11. end
  12.