home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 10 / MacAddict_010_1997_06.iso / media / main.Dxr / Internal_28.ls < prev    next >
Encoding:
Text File  |  1997-03-26  |  229 b   |  12 lines

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