Xref: utzoo comp.sys.mac.hypercard:4780 comp.sys.mac.programmer:18418 Path: utzoo!attcan!uunet!pmafire!geoff From: geoff@pmafire.UUCP (Geoff Allen) Newsgroups: comp.sys.mac.hypercard,comp.sys.mac.programmer Subject: Re: odd-shaped buttons Message-ID: <1990Oct19.220318.20522@pmafire.UUCP> Date: 19 Oct 90 22:03:18 GMT References: <1990Oct13.000500.14994@midway.uchicago.edu> Organization: WINCO Computer Engineering, INEL, Idaho Lines: 28 linde@embezzle.stanford.edu (Andrei Linde) writes: >If picture is not too complex then just make several buttons on it which >would countain script: >on mouseUp > click at loc of card button "MyPicture" >end mouseUp > >and call one of the buttons on this picture "MyPicture" and give it a >script that you want to be executed. Another alternative: put in each of your buttons... on mouseUp doWhatIWant end mouseUp and in your card, background, or stack script... on doWhatIWant -- Whatever you want to do when the user clicks in the irregular -- area end doWhatIWant -- Geoff Allen \ Computers are useless. uunet!pmafire!geoff \ They can only give you answers. bigtex!pmafire!geoff \ -- Pablo Picasso