enemySpeed=random(4)+1; //速度也是随机的 this.gotoAndStop(1);} // 首先播放的是正常状态下的话面(还没有爆炸)reset();} onClipEvent (enterFrame){ if(_root.spaceShip.scrollStart){ //如果飞机正向前行驶 this._x-=enemySpeed+ _root.mainGround.groundSpeed;//将飞机的速度相对山脉...
学习制作flash,为何范例中能通过语法检查的代码直接复制粘贴后报错?