--鼠标移出事件
function Usr_gongti_longxiao_JN1_OnMouseLeave(sender)
local _GTHT1 = c.ui.getCtrl("DWStateWin@Usr_gongti_jnht1")--获取功体技能提示窗体控件对象
if (_GTHT1 ~= nil) then--功体技能提示窗体控件存在
if _GTHT1:getVisible() then
--_GTHT1:setVisible(flase)
c.share.addChat("测试", 1, 2)
--play:runScript("@功体技能提示不可见");
end
end