home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!munnari.oz.au!ariel!ucsvc.ucs.unimelb.edu.au!lugb!lure.latrobe.edu.au!lhccgs
- From: lhccgs@lure.latrobe.edu.au
- Newsgroups: comp.sys.mac.hypercard
- Subject: Re: Need "Quit" script
- Message-ID: <1992Jul28.201343.1@lure.latrobe.edu.au>
- Date: 28 Jul 92 10:13:43 GMT
- References: <1992Jul21.214044.23050@rice.edu> <1992Jul21.214421.23197@rice.edu>
- Sender: news@lugb.latrobe.edu.au (USENET News System)
- Organization: La Trobe University - Lincoln School of Health Sciences
- Lines: 40
-
- In article <1992Jul21.214421.23197@rice.edu>, billb@is.rice.edu (William Stenson Blackwell) writes:
- > I need a HyperTalk script that "Quits" without using the file menu.
- > I know this is a bonehead question, but I don't have the manual, and
- > I need it sometime this week. This is what I've already tried:
- >
- >
- > on mouseUp
- > do menu "Quit HyperCard"
- > end mouseUp
- >
- > and various permutations along that theme. Help is greatly appreciated!!!
- >
- > Thanks in advance....
- > ********************************************************************************
- > * Bill Blackwell | Nothing says "get out of my house!" quite like the *
- > * Richardson College | <clack> <clack> of a round being chambered. *
- > * Rice University | Nothing says "NOW!" quite like a laser sight on *
- > * Houston, TX | your groin. *
- > * billb@owlnet.rice.edu | My opinions are mine, no one else is that stupid. *
- > ********************************************************************************
-
- I usually change my menus around some, so I developed a DoQuit handler, so that
- you only have to say DoQuit to get it to quit...
- It went something like this :-
-
- on DoQuit
- put "do menu " into dome
- put quote&"quit hypercard""e after dome
- send dome to hypercard
- end DoQuit
-
- Its been a while, but I think thats all of it...
- --
- George Stamatopoulos #### ###
- La Trobe University - #### ###
- Lincoln School of Health Sciences #### #####
- Computing Unit ph:2855119 #### ##### incoln
- Melbourne lhccgs@lu.latrobe.edu.au ####
- Victoria ##########
- Australia ########## a Trobe
-