AS3画线问题,求把下面代码翻译为as3版本的(btn为mc名
laser_nodes=1;btn.onRelease=function(){node=_root.attachMovie("laser","laser_"+laser_...
laser_nodes = 1;
btn.onRelease=function(){
node = _root.attachMovie("laser", "laser_"+laser_nodes, laser_nodes, {_x:Math.random()*460+20, _y:Math.random()*310+20});
node.onPress = function() {
startDrag(this);
};
node.onRelease = function() {
stopDrag();
};
laser_nodes++;
}
_root.createEmptyMovieClip("ray", _root.getNextHighestDepth());
ray.onEnterFrame = function() {
this.clear();
this.lineStyle(3, 0xff0000);
this.moveTo(_root.laser_1._x, _root.laser_1._y);
for (x=1; x<laser_nodes; x++) {
this.lineTo(_root["laser_"+x]._x, _root["laser_"+x]._y);
}
//this.lineTo(_root.laser_1._x, _root.laser_1._y);
}; 展开
btn.onRelease=function(){
node = _root.attachMovie("laser", "laser_"+laser_nodes, laser_nodes, {_x:Math.random()*460+20, _y:Math.random()*310+20});
node.onPress = function() {
startDrag(this);
};
node.onRelease = function() {
stopDrag();
};
laser_nodes++;
}
_root.createEmptyMovieClip("ray", _root.getNextHighestDepth());
ray.onEnterFrame = function() {
this.clear();
this.lineStyle(3, 0xff0000);
this.moveTo(_root.laser_1._x, _root.laser_1._y);
for (x=1; x<laser_nodes; x++) {
this.lineTo(_root["laser_"+x]._x, _root["laser_"+x]._y);
}
//this.lineTo(_root.laser_1._x, _root.laser_1._y);
}; 展开
2014-03-28
展开全部
看附件~~~~~~~
追问
怎么不能拖动?
追答
问题主问题解决了没有,如果解决了,请记得采纳,谢谢。
TableDI
2024-07-18 广告
2024-07-18 广告
VLOOKUP是Excel中用于垂直查找的函数,其基本用法包括四个参数:1. 查找值:即在数据表首列中需要搜索的值。2. 数据表:包含查找值的单元格区域或数组。3. 返回值所在列数:指定返回查询区域中第几列的值。4. 查找方式:选择精确匹配...
点击进入详情页
本回答由TableDI提供
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询