紧急求救flash 里面的代码问题 在线等 10
onClipEvent(load){if(_root.qqt>2){this.gotoAndStop(random(2)+1);_parent.nowt=1;}else{...
onClipEvent (load)
{
if (_root.qqt > 2)
{
this.gotoAndStop(random(2) + 1);
_parent.nowt = 1;
}
else
{
frm = random(100) > 24 ? (random(2) + 1) : (random(2) + 3);
this.gotoAndStop(frm);
_parent.nowt = this._currentframe > 2 ? (0) : (1);
}
}
各位大哥这段代码语法上是哪里错误了?
我是用闪客精灵 反编译出来的。运行到这段代码出错。但我不懂语法不知道错误在哪里。
代码出来可能有丢失。或者出入。里面的?会是其他符号。符合语法的符号吗?
意思无法执行!!!直接跳到下一步。
frm = random(100) > 24 ? (random(2) + 1) : (random(2) + 3);
_parent.nowt = this._currentframe > 2 ? (0) : (1);
这个公式里面可以有问号吗
有QQ吗。我直接把源文件发给你。帮我改下。如果可以付款200元给您 展开
{
if (_root.qqt > 2)
{
this.gotoAndStop(random(2) + 1);
_parent.nowt = 1;
}
else
{
frm = random(100) > 24 ? (random(2) + 1) : (random(2) + 3);
this.gotoAndStop(frm);
_parent.nowt = this._currentframe > 2 ? (0) : (1);
}
}
各位大哥这段代码语法上是哪里错误了?
我是用闪客精灵 反编译出来的。运行到这段代码出错。但我不懂语法不知道错误在哪里。
代码出来可能有丢失。或者出入。里面的?会是其他符号。符合语法的符号吗?
意思无法执行!!!直接跳到下一步。
frm = random(100) > 24 ? (random(2) + 1) : (random(2) + 3);
_parent.nowt = this._currentframe > 2 ? (0) : (1);
这个公式里面可以有问号吗
有QQ吗。我直接把源文件发给你。帮我改下。如果可以付款200元给您 展开
展开全部
语法上没有问题,你直接说出啥问题好了
frm = random(100) > 24 ? (random(2) + 1) : (random(2) + 3); //这个是以下语句的简写形式:
if(random(100) > 24){frm=random(2)+1}else{frm=random(2)+3}
?:语法使用完全正确。如果不正确,flash会报错的。
资料里有。
搞定。
frm = random(100) > 24 ? (random(2) + 1) : (random(2) + 3); //这个是以下语句的简写形式:
if(random(100) > 24){frm=random(2)+1}else{frm=random(2)+3}
?:语法使用完全正确。如果不正确,flash会报错的。
资料里有。
搞定。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询