Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!zaphod.mps.ohio-state.edu!van-bc!ubc-cs!uw-beaver!milton!sumax!polari!polari.UUCP)!polari!Tom From: polari!Tom Benedict@sumax.seattleu.edu (smelly@polari.UUCP) Newsgroups: comp.sys.mac.hypercard Subject: Subject: Stack losing knowledge of bg scripts: HELP! Message-ID: <4267@polari.UUCP> Date: 28 May 91 16:24:56 GMT Sender: smelly@polari.UUCP Reply-To: polari!Tom Benedict (smelly@polari.UUCP)@sumax.seattleu.edu Distribution: na Organization: Seattle Online Public Access Unix (206) 328-4944 Lines: 7 It appears that your're going the wrong way through the message passing hierarchy. System messages got first to the object then the background, then the stack, then Home, then stacksInUse, then Hypercard. Your stack script can't implicitly call a handler in the background script. It CAN "Send" a message to the background script, but that's slow. Just move the background handler to the stack script.