home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!zaphod.mps.ohio-state.edu!pacific.mps.ohio-state.edu!linac!att!bu.edu!bass.bu.edu!manes
- From: manes@bass.bu.edu (Michelle Manes)
- Newsgroups: comp.sys.mac.hypercard
- Subject: Re: Need "Quit" script
- Message-ID: <91631@bu.edu>
- Date: 22 Jul 92 18:26:25 GMT
- References: <1992Jul21.214044.23050@rice.edu> <1992Jul21.214421.23197@rice.edu>
- Sender: news@bu.edu
- Reply-To: manes@bass.bu.edu (Michelle Manes)
- Followup-To: comp.sys.mac.hypercard
- Organization: Boston University
- Lines: 27
-
- 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!!!
- >
-
-
- I use this exact script for a "quit" button on one
- of my stacks. Works beautifully. The only problem
- I can see is that "do menu" should be "domenu".
- If that wasn't a typo, that's your problem. If it was,
- it *should* work. (Helpful, huh?)
-
- michelle
-
- --
- Michelle Manes | "What should I be when I grow up?"
- manes@bass.bu.edu | "Honest."
- | -Robert M. Pirsig
-
-