Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!husc6!mit-eddie!ll-xn!ames!aurora!labrea!decwrl!nsc!voder!apple!winkler From: winkler@apple.UUCP (Dan Winkler) Newsgroups: comp.sys.mac Subject: Re: Button hilighting in HyperTalk Message-ID: <6239@apple.UUCP> Date: Tue, 15-Sep-87 12:07:23 EDT Article-I.D.: apple.6239 Posted: Tue Sep 15 12:07:23 1987 Date-Received: Thu, 17-Sep-87 06:03:53 EDT References: <1748@watcgl.waterloo.edu> Reply-To: winkler@apple.UUCP (Dan Winkler) Organization: Apple Computer Inc., Cupertino, USA Lines: 7 You can put a mouseEnter hiliter in your stack script and only have it respond to buttons like this: on mouseEnter if "button" is not in the target then pass mouseEnter set the hilite of the target to true end mouseEnter