if ((this._y>=122) or (Stage.width<this._x)) { this._y = -10; this._x = random(760)+5; xspeed = xspeed*-1; gotoAndPlay(1); }