Code: Select all
on mouseLeave
put "now " after field "Bn" ---this is just a test to show that mouseLeave is activated
--when leaving any one of the three buttons, not the group, as wanted
set the visible of me to false
end mouseLeave
A bit confuddled here; has anyone any ideas what I'm doing wrong here please?