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

  1. on mouseDown
  2.   puppetSprite(the currentSpriteNum, 1)
  3.   set the member of sprite the currentSpriteNum to "install.down"
  4.   updateStage()
  5. end
  6.  
  7. on mouseUp
  8.   puppetSprite(the currentSpriteNum, 0)
  9.   updateStage()
  10.   open("MacAddict18:Sponsor Demos:Bungie:Myth Demo Installer")
  11. end
  12.