Script a button "ONE" with
Code: Select all
on mouseUp
answer "ONE: " & (the long id of the target = the long id of me)
end mouseUp
Code: Select all
on mouseUp
send "mouseUp" to btn "ONE"; pass mouseUp
end mouseUp
Code: Select all
on mouseUp
answer "CARD: " & (the long id of the target = the long id of me)
end mouseUp
- "ONE: true" (from button "ONE") -- I would expect "false" here!?
- "CARD: false" (from the card) -- as expected.