Path: utzoo!utgpu!news-server.csri.toronto.edu!bonnie.concordia.ca!ccu.umanitoba.ca!herald.usask.ca!alberta!ubc-cs!uw-beaver!mit-eddie!wuarchive!sdd.hp.com!elroy.jpl.nasa.gov!jpl-devvax!beowulf!dmittman From: dmittman@beowulf.JPL.NASA.GOV (David Mittman) Newsgroups: comp.sys.mac.hypercard Subject: MouseClick Bug in HyperCard 2.0.2 (Claris) Message-ID: <11428@jpl-devvax.JPL.NASA.GOV> Date: 13 Feb 91 19:04:59 GMT Sender: news@jpl-devvax.JPL.NASA.GOV Reply-To: dmittman@beowulf.JPL.NASA.GOV (David Mittman) Organization: Jet Propulsion Laboratory, Pasadena, CA. Lines: 21 I input this handler from Claris' "HyperCard Script Language Guide", page 282: on mouseUp put "Click or don't click..." wait 5 seconds if the mouseClick then put "You clicked." else put "You didn't click." end if end mouseUp (In a button on the Home card). It always returns "Your clicked." even when I don't click. Also, the statement "wait until the mouse is down" never seems to wait. Anyone else see this? System Configuration: Macintosh II 5 MB, System 6.0.5, several inits, including Ed (Not), and Disinfectant INIT. - David