home *** CD-ROM | disk | FTP | other *** search
/ VCD Film, Television & An…on Creation Encyclopedia / mycd.iso / Direct5 / DATA.Z / SOUND.DIR / 00017.ls < prev    next >
Encoding:
Text File  |  1996-03-15  |  285 b   |  9 lines

  1. on exitFrame
  2.   beep()
  3.   set the checkMark of menuItem "LOUD" of menu "VOLUME" to 0
  4.   set the checkMark of menuItem "MEDIUM" of menu "VOLUME" to 1
  5.   set the checkMark of menuItem "SOFT" of menu "VOLUME" to 0
  6.   set the checkMark of menuItem "MUTE" of menu "VOLUME" to 0
  7.   go("Stay")
  8. end
  9.