home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 19 / MacAddict_019_1998_03.iso / Media / Config.dxr / 00019_BrowserButton.ls < prev    next >
Encoding:
Text File  |  1997-12-18  |  253 b   |  12 lines

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