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

  1. on mouseDown
  2.   puppetSound(3, "Blip")
  3.   set the movieRate of sprite 40 to 2
  4. end
  5.  
  6. on mouseUp
  7.   puppetSound(3, "Blip")
  8.   set the movieRate of sprite 40 to 1
  9.   set the visible of sprite 32 to 1
  10.   set the visible of sprite 33 to 0
  11. end
  12.