MouseLeave on group doesn't work...
Posted: Tue Oct 14, 2008 9:48 pm
Hi, I've three buttons, grouped, and the code for the group: And as described above, the mouseWithin message is sent when the mouse leaves any of the three buttons, rather than when it leaves the group.
A bit confuddled here; has anyone any ideas what I'm doing wrong here please?
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?