Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!csd4.milw.wisc.edu!lll-winken!csustan!csun!mx!mst From: mx!mst@csun.edu Newsgroups: comp.sys.mac.hypercard Subject: Re: Button Name Message-ID: <2129@csun.edu> Date: 10 May 89 15:22:10 GMT References: <6035@brunix.UUCP> Sender: news@csun.edu Reply-To: mst@mx.csun.edu (Michael Temkin) Organization: CSU, Northridge School of Engineering & Computer Science Lines: 22 In article <6035@brunix.UUCP> cs004004@cslab9d.UUCP (Jon Feinberg) writes: >I am having a rather frustrating problem... the solution is probably >obvious, so please enlighten me. That depends... >I am simply trying to have a button modify its own name like so: The problem looks to be in the 2nd line, I believe it should be "the short name of me". Try typing "the short name of card btn 1" and "name of card btn 1" in the message box. You will see the difference. on mouseUp if the short name of me is "ShowIt" then set name of me to "HideIt" else set name of me to "ShowIt" end if end mouseUp >Jonathan Feinberg Mike Temkin