home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 6 / MacAddict_006_1997_02.iso / media / LiveWire.Dxr / 00025.ls < prev    next >
Encoding:
Text File  |  1996-11-25  |  162 b   |  10 lines

  1. on mouseDown
  2.   puppetSound(1, "dleep")
  3.   set the movieRate of sprite 16 to -1
  4. end
  5.  
  6. on mouseUp
  7.   puppetSound(1, "dleep")
  8.   set the movieRate of sprite 16 to 1
  9. end
  10.