home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 1995 November / SHOWCASE.ISO / files / quit.dir / 00079_Script_79 < prev    next >
Text File  |  1995-06-13  |  202b  |  12 lines

  1. on exitFrame
  2.   if the optionDown then
  3.     puppetSound "Quit.AIF"
  4.     updateStage
  5.     exit
  6.   end if
  7.   if the shiftDown then
  8.     puppetSound "5Seconds.AIF"
  9.     updateStage
  10.     exit
  11.   end if
  12. end