Path: utzoo!utgpu!water!watmath!clyde!rutgers!mit-eddie!uw-beaver!cornell!rochester!ur-tut!aisl From: aisl@ur-tut.UUCP (Larry Landry) Newsgroups: comp.sys.mac.hypercard Subject: Re: HyperTalk Card-Linking Message-ID: <972@ur-tut.UUCP> Date: 15 Feb 88 15:10:43 GMT References: <3856@islenet.UUCP> Reply-To: aisl@tut.cc.rochester.edu.UUCP (Larry Landry) Distribution: na Organization: Univ. of Rochester Computing Center Lines: 22 In article <3856@islenet.UUCP> ric@islenet.UUCP (Frederick Lee) writes: >I'm trying to link a "mastercard" with its detail/memo card using hypertalk, >for each new mastercard created. > >The master & detail cards are in the same stack but with different backgrounds. > >Question: How do I use HyperTalk to hard-Link to another card within the same > stack (with different backgrounds)? > Try the following: 1) When you create a new master (and detail) card give them both the same name. (set the name of this card to "whatever") 2) The script of your button then becomes one line go card (the name of this card) of bkgnd "otherBackground" You could also save the ID of the other card and replace the name with the ID as you seem to be trying now. The important part is to specify which background to look at. Larry Landry