home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / mac / hypercar / 2839 < prev    next >
Encoding:
Text File  |  1992-07-21  |  1.3 KB  |  37 lines

  1. Newsgroups: comp.sys.mac.hypercard
  2. Path: sparky!uunet!haven.umd.edu!darwin.sura.net!wupost!rice!is.rice.edu!billb
  3. From: billb@is.rice.edu (William Stenson Blackwell)
  4. Subject: Need "Quit" script
  5. Message-ID: <1992Jul21.214421.23197@rice.edu>
  6. Sender: news@rice.edu (News)
  7. Organization: Rice University
  8. References:  <1992Jul21.214044.23050@rice.edu>
  9. Date: Tue, 21 Jul 1992 21:44:21 GMT
  10. Lines: 25
  11.  
  12. I need a HyperTalk script that "Quits" without using the file menu.
  13. I know this is a bonehead question, but I don't have the manual, and
  14. I need it sometime this week.  This is what I've already tried:
  15.  
  16.  
  17.  on mouseUp
  18.    do menu "Quit HyperCard"
  19.  end mouseUp
  20.  
  21. and various permutations along that theme.  Help is greatly appreciated!!!
  22.  
  23. Thanks in advance....
  24.  
  25.  
  26. -- 
  27.  
  28.  
  29.  ********************************************************************************
  30.  * Bill Blackwell         |  Nothing says "get out of my house!" quite like the *
  31.  * Richardson College     |  <clack> <clack> of a round being chambered.        *
  32.  * Rice University        |  Nothing says "NOW!" quite like a laser sight on    *
  33.  * Houston, TX            |  your groin.                                        *
  34.  * billb@owlnet.rice.edu  |  My opinions are mine, no one else is that stupid.  *
  35.  ********************************************************************************
  36.  
  37.