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: <8485@ccncsu.ColoState.EDU> Date: 17 Aug 90 05:43:04 GMT References: <8482@ccncsu.ColoState.EDU> <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 screwed up. Not unusual. I was just messing around. Anyway, I think that the script should check to see if the target is even a button in the first place, so here is a new version (which might work also)... on mouseUp if "Button" is not within the name of the target then pass 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 So please stop the flaming, I was just trying to help all the readers. Next time I might not give any public help... Sincerely, Todd tn505981@longs.LANCE.ColoState.Edu