早教吧 育儿知识 作业答案 考试题库 百科 知识分享

遇到的else没有匹配的ifif(this.x<-35)else{gotoAndPlay(currentframe-2);}一检查就报错,说else没有匹配的if怎么回事啊~~求解释谢谢!!

题目详情
遇到的else没有匹配的ifif (this._x<-35) else { gotoAndPlay (_currentframe-2); } 一检查就报错,说else没有匹配的if 怎么回事啊~~求解释 谢谢!!
▼优质解答
答案和解析
if (this._x<-35) { } else { gotoAndPlay (_currentframe-2); }