
AS3 场景 6, 图层'图层 16', 帧 1,283 行 1084: 语法错误: rightparen 应在 and 之前。
if(aage>=0andaage<=64andabf<=1000andabf>=0.1andcg==abf){if(age.text<18){gotoAndStop(3...
if(aage>=0 and aage<=64 and abf<=1000 and abf>=0.1 and cg==abf ) {
if(age.text<18){
gotoAndStop(3);
}else{
gotoAndStop(2);
}
}else{
if(aage<0 or aage>64){
this.jinggao.gotoAndStop(2);
}
if(abf==0){
trace(abf);
}
if(abf>1000 or abf<0.1 or cg!=abf ){
this.jinggao2.gotoAndStop(2);
}
} 展开
if(age.text<18){
gotoAndStop(3);
}else{
gotoAndStop(2);
}
}else{
if(aage<0 or aage>64){
this.jinggao.gotoAndStop(2);
}
if(abf==0){
trace(abf);
}
if(abf>1000 or abf<0.1 or cg!=abf ){
this.jinggao2.gotoAndStop(2);
}
} 展开
1个回答
展开全部
好像我没用过and和or
你把and改成&&
or改成||
试试
你把and改成&&
or改成||
试试
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询