Well, I don't know what is so difficult about that:
on openCard declare a global string variable (e.g. BNAME)
and then have this as 2 lines of code in each button script:
put the name of me into BNAME
pass mouseUp
and then this in your card script:
on mouseUp
put BNAME
end mouseUp
Of course, things will get very difficult indeed if you are generating
buttons on the fly
and you cannot work out how to inject those 2 lines of code into each of
them.
Richmond.
_______________________________________________
use-livecode mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode