Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!ukma!rutgers!orstcs!neptune!boone From: boone@neptune.uucp (Jeff Boone) Newsgroups: comp.sys.mac.hypercard Subject: Re: Adding card with different background to the beginning of the stack Keywords: stack,new background, heterogenous stacks Message-ID: <9119@orstcs.CS.ORST.EDU> Date: 27 Feb 89 21:49:36 GMT References: <1542@quanta.eng.ohio-state.edu> Sender: usenet@orstcs.CS.ORST.EDU Reply-To: boone@neptune.UUCP (Jeff Boone) Organization: College of Oceanography, Oregon State Univ., Corvallis, Or. Lines: 33 In article <1542@quanta.eng.ohio-state.edu> czei@quanta.eng.ohio-state.edu (Michael S. Czeiszperger) writes: > ...stuff deleted >.... Unfortunately, I would like this >new card background to be at the beginning of the stack, and the >doMenu "new card" method of creating a card sticks it "after" the >current card. > >Isn't there an easy way of arranging the backgrounds in a heterogenous >stack? > I ran into this same problem once before, and came up with a kludge to get around it. (1) Go to the first card in your stack and do a copy, and then a paste. This will give you two copies of the card. (2) Now get the new card that you want at the front of the stack by cutting or copying it. (3) Go to the first card of the stack and do a paste card. This will give you a sequence of: old first card, new first card, old first card... (4) Finally go to the first card of the stack and cut it. Hope this helps. ----------------------------------------------------------- Jeff Boone College of Oceanography Oregon State University boone@oce.orst.edu ----------------------------------------------------------