home *** CD-ROM | disk | FTP | other *** search
/ PC Direct 1995 September / PCD0995.ISO / files / quit.dir / 00079.ls < prev    next >
Encoding:
Text File  |  1995-01-24  |  198 b   |  13 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
  13.