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

  1. on mouseDown
  2.   if the optionDown then
  3.     play movie "Music"
  4.   else
  5.     puppetSound(3, "Blip")
  6.     sound playFile 2, "MacAddict:Media:audio:track3"
  7.     set the visible of sprite 26 to 1
  8.     set the visible of sprite 24 to 0
  9.     set the visible of sprite 25 to 0
  10.     set the visible of sprite 27 to 0
  11.   end if
  12. end
  13.