关于flash的……

2025-03-04 09:06:36
推荐回答(1个)
回答1:

onClipEvent(enterFrame){
if(_root._xmouse<100&&_root._ymouse<100)
{Mouse.hide();
this._x=_root._xmouse;
this._y=_root._ymouse;}
else
{Mouse.show();
this._x=200;
this._y=200;
}
}