Path: utzoo!attcan!uunet!snorkelwacker!apple!uokmax!mhhaines From: mhhaines@uokmax.uucp (Mark Howard Haines) Newsgroups: comp.sys.mac.hypercard Subject: Disappearing cursor Summary: Opening stack makes cursor disappear Message-ID: <1990May25.160314.2278@uokmax.uucp> Date: 25 May 90 16:03:14 GMT Distribution: comp Organization: Engineering Computer Network, University of Oklahoma, Norman, OK Lines: 16 This really isn't a big problem, but rather an annoyance. I have a stack that upon opening shows the first card for a few second (title screen). After that it goes to the next card which contains in it's script: on openCard select char 1 of cd fld 1 end openCard This places the cursor in the card field so I don't have to click there. However there is a slight problem. When I open my stack from the home stack, everything works just fine. But when I open my stack from the finder, every thing behaves noramlly until the very last few seconds. At the last moment, there is a disk access and my cursor disappears. This disk access never occurs when I open my stack from the home stack. Anyone got any ides why this happens?