Path: utzoo!utgpu!water!watmath!clyde!rutgers!mit-eddie!uw-beaver!cornell!batcomputer!mab From: mab@batcomputer.tn.cornell.edu (Mark Bodenstein) Newsgroups: comp.sys.mac.hypercard Subject: Re: HyperTalk Card-Linking Message-ID: <3723@batcomputer.tn.cornell.edu> Date: 13 Feb 88 23:08:40 GMT References: <3856@islenet.UUCP> Reply-To: mab@tcgould.tn.cornell.edu (Mark Bodenstein) Distribution: na Organization: Cornell Theory Center, Cornell University, Ithaca NY Lines: 21 >Question: How do I use HyperTalk to hard-Link to another card within the same > stack (with different backgrounds)? It sounds like you were close, but left out the word "short". To spell it out: In the script that creates the detail card: At the detail card: put short id of this card into temp Back at the card from which you want to link: put temp into field detailCardId In the mouseUp handler of the "detail" button: get field detailCardId if it is not empty then go card id it Hope this helps. -- Mark Bodenstein {ihnp4,rochester}!cornell!batcomputer!mab mab@batcomputer.tn.cornell.edu