Path: utzoo!utgpu!water!watmath!clyde!bellcore!rutgers!rochester!pt.cs.cmu.edu!andrew.cmu.edu!wb1j+ From: wb1j+@andrew.cmu.edu (William M. Bumgarner) Newsgroups: comp.sys.mac.programmer Subject: Re: HyperCard & MultiFinder Message-ID: <8WuEAty00Xc784ZFJ0@andrew.cmu.edu> Date: 23 Jul 88 21:20:57 GMT References: <988@mtund.ATT.COM> Organization: Carnegie Mellon Lines: 14 In-Reply-To: <988@mtund.ATT.COM> >> Is it possible to write HyperCard scripts in HyperTalk that would >> run in the background under MultiFinder? i.e. Is multi-tasking within >> HyperCard possible under MultiFinder? No. Hypercard is a foreground only application-- when switched to the background, Hypercard (should) sends a suspend message to the current card. After this message, the next message (should be) sent is a resume message. (We have had very little luck with the reliability of either message). It might be possible to run a backgrounding XCMD, although I would suspect that it could not use any SendCardMessage, EvalExpr, or other action that causes some sort of script action to happen. B.Bum