**错误** 场景=场景 1, 图层=action, 帧=1:第 2 行: 语法错误。 5
**错误**场景=场景1,图层=action,帧=1:第2行:语法错误。spider_mc.onEnterFrame=function(){ActionScript错误总...
**错误** 场景=场景 1, 图层=action, 帧=1:第 2 行: 语法错误。
spider_mc.onEnterFrame = function() {
ActionScript 错误总数:1 报错:1
这是什么意思啊!请各位高手指教!!
下面这是以上我输入的函数!为什么会出错呢?
speed=10;
spider_mc.onEnterFrame = function() {
dx = _root._xmouse-this._x;
dy = _root._ymouse-this._y;
p =Math.atan(dy/dx)*180/Math.PI;
rota = (dx>0) ? (90+p):(270+p);
this._x += dx/speed;
this._rotation = rota;
this._y += dy/speed;
};
line_mc.onEnterFrame = function() {
this.clear();
this.moveTo(0, 0);
this.lineStyle(1, 0xffffff, 100);
this.lineTo(_root.spider_mc._x, _root.spider_mc._y);
};
我在网上搜的跟随鼠标效果~函数想添加到FLASH8中 结果出现的错误
请高手指教~~ 展开
spider_mc.onEnterFrame = function() {
ActionScript 错误总数:1 报错:1
这是什么意思啊!请各位高手指教!!
下面这是以上我输入的函数!为什么会出错呢?
speed=10;
spider_mc.onEnterFrame = function() {
dx = _root._xmouse-this._x;
dy = _root._ymouse-this._y;
p =Math.atan(dy/dx)*180/Math.PI;
rota = (dx>0) ? (90+p):(270+p);
this._x += dx/speed;
this._rotation = rota;
this._y += dy/speed;
};
line_mc.onEnterFrame = function() {
this.clear();
this.moveTo(0, 0);
this.lineStyle(1, 0xffffff, 100);
this.lineTo(_root.spider_mc._x, _root.spider_mc._y);
};
我在网上搜的跟随鼠标效果~函数想添加到FLASH8中 结果出现的错误
请高手指教~~ 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询