home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / mac / hypercar / 2901 < prev    next >
Encoding:
Internet Message Format  |  1992-07-28  |  2.1 KB

  1. Path: sparky!uunet!munnari.oz.au!ariel!ucsvc.ucs.unimelb.edu.au!lugb!lure.latrobe.edu.au!lhccgs
  2. From: lhccgs@lure.latrobe.edu.au
  3. Newsgroups: comp.sys.mac.hypercard
  4. Subject: Re: Need "Quit" script
  5. Message-ID: <1992Jul28.201343.1@lure.latrobe.edu.au>
  6. Date: 28 Jul 92 10:13:43 GMT
  7. References: <1992Jul21.214044.23050@rice.edu> <1992Jul21.214421.23197@rice.edu>
  8. Sender: news@lugb.latrobe.edu.au (USENET News System)
  9. Organization: La Trobe University - Lincoln School of Health Sciences
  10. Lines: 40
  11.  
  12. In article <1992Jul21.214421.23197@rice.edu>, billb@is.rice.edu (William Stenson Blackwell) writes:
  13. > I need a HyperTalk script that "Quits" without using the file menu.
  14. > I know this is a bonehead question, but I don't have the manual, and
  15. > I need it sometime this week.  This is what I've already tried:
  16. >  
  17. >  
  18. >  on mouseUp
  19. >    do menu "Quit HyperCard"
  20. >  end mouseUp
  21. >  
  22. > and various permutations along that theme.  Help is greatly appreciated!!!
  23. >  
  24. > Thanks in advance....
  25. >  ********************************************************************************
  26. >  * Bill Blackwell         |  Nothing says "get out of my house!" quite like the *
  27. >  * Richardson College     |  <clack> <clack> of a round being chambered.        *
  28. >  * Rice University        |  Nothing says "NOW!" quite like a laser sight on    *
  29. >  * Houston, TX            |  your groin.                                        *
  30. >  * billb@owlnet.rice.edu  |  My opinions are mine, no one else is that stupid.  *
  31. >  ********************************************************************************
  32.  
  33. I usually change my menus around some, so I developed a DoQuit handler, so that 
  34. you only have to say DoQuit to get it to quit...
  35. It went something like this :-
  36.  
  37. on DoQuit
  38. put "do menu " into dome
  39. put quote&"quit hypercard""e after dome
  40. send dome to hypercard
  41. end DoQuit
  42.  
  43. Its been a while, but I think thats all of it...
  44. -- 
  45. George Stamatopoulos                    #### ###
  46. La Trobe University -                    #### ###
  47.     Lincoln School of Health Sciences        #### #####
  48. Computing Unit    ph:2855119                #### ##### incoln
  49. Melbourne    lhccgs@lu.latrobe.edu.au        ####
  50. Victoria                        ##########
  51. Australia                        ########## a Trobe
  52.