flash AS3 怎么判断鼠标是否在影片剪辑上
用AS3的代码怎么写?本来用的事件侦听的,stop();xiala.addEventListener(MouseEvent.MOUSE_OVER,xia);functio...
用AS3的代码怎么写?
本来用的事件侦听的,
stop();
xiala.addEventListener(MouseEvent.MOUSE_OVER,xia);
function xia(event:MouseEvent):void
{
// 你想要发生的事件
stop();
}
xiala.addEventListener(MouseEvent.MOUSE_MOVE,xia3);
function xia3(event:MouseEvent):void
{
// 你想要发生的事件
stop();
}
xiala.addEventListener(MouseEvent.MOUSE_OUT,xia2);
function xia2(event:MouseEvent):void
{
// 你想要发生的事件
gotoAndStop(1);
}
我不了解as3的代码 网上看到了所以只会事件侦听
不会写判断语句
因为我的影片剪辑里有按钮,所以当我鼠标移动到按钮那,又跳到第一帧了
怎么办?
求解决
或者教我怎么判断鼠标是否在影片剪辑上 展开
本来用的事件侦听的,
stop();
xiala.addEventListener(MouseEvent.MOUSE_OVER,xia);
function xia(event:MouseEvent):void
{
// 你想要发生的事件
stop();
}
xiala.addEventListener(MouseEvent.MOUSE_MOVE,xia3);
function xia3(event:MouseEvent):void
{
// 你想要发生的事件
stop();
}
xiala.addEventListener(MouseEvent.MOUSE_OUT,xia2);
function xia2(event:MouseEvent):void
{
// 你想要发生的事件
gotoAndStop(1);
}
我不了解as3的代码 网上看到了所以只会事件侦听
不会写判断语句
因为我的影片剪辑里有按钮,所以当我鼠标移动到按钮那,又跳到第一帧了
怎么办?
求解决
或者教我怎么判断鼠标是否在影片剪辑上 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询