谁能解释下下面的代码是什么意思???
varx0=this._x;vary0=this._y;startDrag("",true);Mouse.hide();this.onPress=function():V...
var x0 = this._x;
var y0 = this._y;
startDrag("", true);
Mouse.hide();
this.onPress = function():Void {
var _xpos = Math.abs(this._x-this.x0);
var _ypos = Math.abs(this._y-this.y0);
if (_xpos<10 && _xpos<10) {
this._x = this.x0;
this._y = this.y0;
stopDrag();
Mouse.show();
_parent._parent.play();
this.onPress = null;
}
trace("click");
}; 展开
var y0 = this._y;
startDrag("", true);
Mouse.hide();
this.onPress = function():Void {
var _xpos = Math.abs(this._x-this.x0);
var _ypos = Math.abs(this._y-this.y0);
if (_xpos<10 && _xpos<10) {
this._x = this.x0;
this._y = this.y0;
stopDrag();
Mouse.show();
_parent._parent.play();
this.onPress = null;
}
trace("click");
}; 展开
1个回答
展开全部
这应该是个 控制鼠标的 程序。包括移动 隐藏 滑动 等
追问
能具体说明吗???
追答
我仔细看了下 这个好像是 一般电影内置文件,FLASH,音频,视频用到
我估计LZ是用在视频剪辑中间的
意思差不多 就是 点动开始 鼠标不见(隐藏)
在范围10,10之间时 停止点动 鼠标出现
剪辑的父剪辑(包括当前影片的上一级影片)开始播放
按钮正常
参考资料: http://zhidao.baidu.com/question/185034660.html?an=0&si=9
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询