Path: utzoo!attcan!uunet!tank!oddjob!uwvax!rutgers!apple!bloom-beacon!mit-eddie!ll-xn!ames!oliveb!sun!MIKEA%BROWNVM.BITNET@MITVMA.MIT.EDU
From: MIKEA%BROWNVM.BITNET@MITVMA.MIT.EDU (Michael J Antonio)
Newsgroups: comp.sys.mac.hypercard
Subject: Faster Button
Message-ID: <70621@sun.uucp>
Date: 28 Sep 88 17:09:31 GMT
Sender: news@sun.uucp
Distribution: comp
Lines: 10
Approved: hyper-hackers%plaid@sun.com

The solution to Charles Allens problem about having to change n occurences
of a script is easy.  Put the action that you want to preform in the card
or background script, in an "on fooBar" handler.  Then put
on mouseUp
   fooBar
end mouseUp

or whatever is the appropriate handler.  Then you only have to change the
fooBar script, and the others will be updated automatically.
MikeA