Detect if a mouseover event is leaking from a MIAW to a button on the stage.
Before doing anything on a mouseover event check for the MIAWEventLeak() if it comes back TRUE cancel any action.
if count(the windowList) > 0 then
repeat with vWindow in (the windowList)
if vWindow.visible = TRUE then
if inside(vMouse, (vWindow).rect) then
return TRUE
end if
end if
end repeat
end if
return FALSE
end
Contact
MMI
36 South Court Sq
Suite 300
Newnan, GA 30263
USA