Path: utzoo!utgpu!news-server.csri.toronto.edu!mailrus!ncar!boulder!ccncsu!longs.LANCE.ColoState.EDU!tn505981 From: tn505981@longs.LANCE.ColoState.EDU (Todd Nathan) Newsgroups: comp.sys.mac.hypercard Subject: Re: Background Button Problems Message-ID: <8482@ccncsu.ColoState.EDU> Date: 16 Aug 90 20:18:04 GMT References: <15824@s.ms.uky.edu> Sender: news@ccncsu.ColoState.EDU Reply-To: tn505981@longs.LANCE.ColoState.EDU (Todd Nathan) Organization: Engineering College, Colorado State University Lines: 22 Okay, I think I might have a generic answer for the question of how to avoid the noid... At the card level we write... on mouseUp put "aButton,anotherButton,someButton" into avoidTheseButtons get the short name of the target if it is not within avoidTheseButtons then pass mouseUp end mouseUp This might work, I have not checked it out, but the concept is there. This way you can specify at each card which buttons you would like to avoid. This could be done also with card buttons. Sincerely, Todd tn505981@longs.LANCE.ColoState.Edu