Frame 1
stop();
this.onEnterFrame = function () {
percent = int((getBytesLoaded() / getBytesTotal()) * 100) + "%";
var _local3 = _root.getBytesLoaded();
var _local2 = _root.getBytesTotal();
var _local4 = int((_local3 / _local2) * 10);
loading.gotoAndStop(_local4 + 1);
if (getBytesLoaded() == getBytesTotal()) {
loading.unloadMovie();
play_button._x = 320;
play_button._y = 370;
}
};
Frame 2
function goto() {
_root.play();
}
stop();
var numX = 640;
var numY = 480;
var numGuanggao = 1;
target = _root.mc;
var mcLoader = new MovieClipLoader();
var mcListener = new Object();
mcLoader.addListener(mcListener);
mcListener.onLoadInit = function (t) {
t.play();
setTimeout(goto, 9000);
trace("start");
};
mcListener.onLoadError = goto;
Frame 3
loaded = _root.getBytesLoaded();
total = _root.getBytesTotal();
a = int((loaded / total) * 100);
_root.tttt.gotoAndStop(a);
text = a + "%";
Instance of Symbol 444 MovieClip in Frame 3
on (release) {
getURL ("http://www.4463.com/?shuangmao", "_blank");
}
Frame 4
if (a == 100) {
_root.gotoAndStop("ks");
} else {
gotoAndPlay(root);
}
Frame 8
stop();
var expandmenu = new ContextMenu();
expandmenu.hideBuiltInItems();
expandmenu.customItems.push($url1, $url2, $tab4);
expandmenu.onSelect = menuHandler;
_root.menu = expandmenu;
Instance of Symbol 444 MovieClip in Frame 11
on (release) {
getURL ("http://www.4463.com/?shuangmao", "_blank");
}
Frame 12
stop();
var save = SharedObject.getLocal("ssss");
_root.maxyggs = save.data.aaa;
_root.brojac = save.data.brojac;
if (_root.maxyggs == undefined) {
_root.brojac = 1;
_root.maxyggs = 1;
}
Instance of Symbol 575 MovieClip in Frame 12
onClipEvent (load) {
this.gotoAndStop(_root.maxyggs);
}
Frame 13
stop();
_root.hummer_on = false;
key = 0;
_root.puca = 0;
_root.finish_level = true;
fire_type = 1;
_root.sm = 3;
_root.zhonggs = 12;
_root.mbgs = 8;
_root.yjgs = 0;
_root.rw1._y = 400;
_root.rw1._x = 65;
_root.xr1._xscale = 125;
_root.rw2._y = 429;
_root.rw2._x = 40;
_root.xr2._xscale = 60;
_root.lout = 0;
_root.lout2 = 0;
Instance of Symbol 666 MovieClip "cfj1" in Frame 13
onClipEvent (enterFrame) {
if (_root.cfj1.hitTest(_root.rw1) || (_root.cfj2.hitTest(_root.rw1))) {
_root.rw1.gravity = (-0.01 * random(7)) + 0.02;
_root.xr1.gotoAndStop(1);
_root.rw1.jumping = 1;
} else {
_root.rw1.gravity = 0.9;
}
if (_root.cfj1.hitTest(_root.rw2) || (_root.cfj2.hitTest(_root.rw2))) {
_root.rw2.gravity = (-0.01 * random(7)) + 0.02;
_root.xr2.gotoAndStop(1);
_root.rw2.jumping = 1;
} else {
_root.rw2.gravity = 0.9;
}
}
Instance of Symbol 701 MovieClip in Frame 13
onClipEvent (load) {
hit = 0;
sd = 3;
ysx = this._x + _root.map._x;
_xscale = -125;
}
onClipEvent (enterFrame) {
for (var cBullet in _root.bulletHolder) {
if ((((this._y <= (_root.bulletHolder[cBullet]._y + 7)) && (this._y >= (_root.bulletHolder[cBullet]._y - 7))) && (this._x <= (_root.bulletHolder[cBullet]._x + 7))) && (this._x >= (_root.bulletHolder[cBullet]._x - 7))) {
this._x = _root.bulletHolder[cBullet]._x;
this._y = _root.bulletHolder[cBullet]._y;
var i = Math.random();
animacija = _root.attachMovie("oblacic", "oblacic" + i, _root.getNextHighestDepth(), {_x:_root.bulletHolder[cBullet]._x, _y:_root.bulletHolder[cBullet]._y});
animacija._xscale = 10;
animacija._yscale = 10;
animacija.onEnterFrame = function () {
this._xscale = 10;
this._yscale = 10;
if (this._currentframe >= 17) {
this.removeMovieClip();
}
};
if (_root.xr1._xscale >= 0) {
_root.rw1._x = _root.bulletHolder[cBullet]._x - 40;
}
if (_root.xr1._xscale < 0) {
_root.rw1._x = _root.bulletHolder[cBullet]._x + 40;
}
_root.sansa.play();
_root.xr1._visible = true;
_root.bulletHolder[cBullet].removeMovieClip();
trace("ptica");
}
}
if (_xscale == 125) {
this._x = this._x + sd;
}
if (_xscale == -125) {
this._x = this._x - sd;
}
if (this._x < (ysx - 200)) {
_xscale = 125;
}
if (this._x > (ysx + 200)) {
_xscale = -125;
}
xx = this._x + _root.map._x;
if (this.joj.hitTest(_root.rw1)) {
hit++;
_root.sansa.play();
}
if (this.joj.hitTest(_root.rw2)) {
_root.sansb.play();
}
}
Instance of Symbol 701 MovieClip in Frame 13
onClipEvent (load) {
hit = 0;
sd = 3;
ysx = this._x + _root.map._x;
_xscale = -125;
}
onClipEvent (enterFrame) {
for (var cBullet in _root.bulletHolder) {
if ((((this._y <= (_root.bulletHolder[cBullet]._y + 7)) && (this._y >= (_root.bulletHolder[cBullet]._y - 7))) && (this._x <= (_root.bulletHolder[cBullet]._x + 7))) && (this._x >= (_root.bulletHolder[cBullet]._x - 7))) {
this._x = _root.bulletHolder[cBullet]._x;
this._y = _root.bulletHolder[cBullet]._y;
var i = Math.random();
animacija = _root.attachMovie("oblacic", "oblacic" + i, _root.getNextHighestDepth(), {_x:_root.bulletHolder[cBullet]._x, _y:_root.bulletHolder[cBullet]._y});
animacija._xscale = 10;
animacija._yscale = 10;
animacija.onEnterFrame = function () {
this._xscale = 10;
this._yscale = 10;
if (this._currentframe >= 17) {
this.removeMovieClip();
}
};
if (_root.xr1._xscale >= 0) {
_root.rw1._x = _root.bulletHolder[cBullet]._x - 40;
}
if (_root.xr1._xscale < 0) {
_root.rw1._x = _root.bulletHolder[cBullet]._x + 40;
}
_root.sansa.play();
_root.xr1._visible = true;
_root.bulletHolder[cBullet].removeMovieClip();
trace("ptica");
}
}
if (_xscale == 125) {
this._x = this._x + sd;
}
if (_xscale == -125) {
this._x = this._x - sd;
}
if (this._x < (ysx - 180)) {
_xscale = 125;
}
if (this._x > (ysx + 180)) {
_xscale = -125;
}
xx = this._x + _root.map._x;
if (this.joj.hitTest(_root.rw1)) {
hit++;
_root.sansa.play();
}
if (this.joj.hitTest(_root.rw2)) {
_root.sansb.play();
}
}
Instance of Symbol 707 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.rw1) && (_root.key >= 1)) {
_root.finish_level = false;
_root.door.gotoAndStop(2);
}
}
Instance of Symbol 712 MovieClip "door" in Frame 13
onClipEvent (enterFrame) {
if (_root.finish_level) {
this.gotoAndStop(1);
}
}
Instance of Symbol 477 MovieClip in Frame 13
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
this.gotoAndStop(2);
}
i++;
}
}
Instance of Symbol 477 MovieClip in Frame 13
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
this.gotoAndStop(2);
}
i++;
}
}
Instance of Symbol 477 MovieClip in Frame 13
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
this.gotoAndStop(2);
}
i++;
}
}
Instance of Symbol 477 MovieClip in Frame 13
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
this.gotoAndStop(2);
}
i++;
}
}
Instance of Symbol 720 MovieClip in Frame 13
onClipEvent (load) {
hit = 0;
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw) && (hit == 0)) {
hit = 1;
_root.sm++;
this.gotoAndStop(40);
var i = Math.random();
animacija = _root.attachMovie("oblacic", "oblacic" + i, _root.getNextHighestDepth(), {_x:this._x, _y:this._y});
animacija._xscale = 10;
animacija._yscale = 10;
animacija.onEnterFrame = function () {
var _local2 = new Color("animacija");
_local2.setRGB(16777215);
this._xscale = 10;
this._yscale = 10;
if (this._currentframe >= 17) {
this.removeMovieClip();
}
};
}
i++;
}
}
Instance of Symbol 723 MovieClip in Frame 13
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
_root.key++;
var i = Math.random();
animacija = _root.attachMovie("oblacic", "oblacic" + i, _root.getNextHighestDepth(), {_x:this._x, _y:this._y});
animacija._xscale = 10;
animacija._yscale = 10;
animacija.onEnterFrame = function () {
var _local2 = new Color("animacija");
_local2.setRGB(16777215);
this._xscale = 10;
this._yscale = 10;
if (this._currentframe >= 17) {
this.removeMovieClip();
}
};
this.gotoAndStop(40);
}
i++;
}
}
Instance of Symbol 477 MovieClip in Frame 13
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
this.gotoAndStop(2);
}
i++;
}
}
Instance of Symbol 477 MovieClip in Frame 13
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
this.gotoAndStop(2);
}
i++;
}
}
Instance of Symbol 477 MovieClip in Frame 13
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
this.gotoAndStop(2);
}
i++;
}
}
Instance of Symbol 477 MovieClip in Frame 13
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
this.gotoAndStop(2);
}
i++;
}
}
Instance of Symbol 728 MovieClip "sy" in Frame 13
onClipEvent (enterFrame) {
if (this._currentframe > 1) {
this.gotoAndStop(1);
}
}
Instance of Symbol 730 MovieClip "rw1" in Frame 13
onClipEvent (load) {
gravity = 0.9;
yspeed = 0;
xspeed = 4;
jumping = 0;
anx = 0;
this._alpha = 0;
}
onClipEvent (enterFrame) {
if (this._y > 830) {
_root.gotoAndStop("over");
}
if (Key.isDown(32)) {
xxx = _root.rw1._x;
yyy = _root.rw1._y;
trace("puca");
_root.mc_level.CreateFire(_root.fire_type, xxx, yyy);
_root.xr1._visible = false;
}
if (_root.kongz == 1) {
if (_root.lout == 2) {
trace("skace na pad");
_root.xr1.gotoAndStop(2);
yspeed = -15;
_root.lout = 0;
_y = (_y - 8);
anx = 0;
anxx = 1;
}
if (Key.isDown(37) && (this._x > 10)) {
if ((!_root.map.hitTest(_x - (_width / 2), _y + (_height / 4), true)) && (!_root.map.hitTest(_x - (_width / 2), _y - (_height / 4), true))) {
_x = (_x - xspeed);
if (!jumping) {
_root.xr1.gotoAndStop(2);
}
_root.xr1._xscale = -125;
}
}
if (Key.isDown(39) && (this._x < 630)) {
if ((!_root.map.hitTest(_x + (_width / 2), _y + (_height / 4), true)) && (!_root.map.hitTest(_x + (_width / 2), _y - (_height / 4), true))) {
_x = (_x + xspeed);
if (!jumping) {
_root.xr1.gotoAndStop(2);
}
_root.xr1._xscale = 125;
}
}
if ((Key.isDown(38) && (!jumping)) && (anx == 0)) {
if (_root.lout == 0) {
yspeed = -10;
jumping = 1;
anx = 1;
_root.xr1.gotoAndStop(3);
} else {
_root.map.ltt._y = _root.map.ltt._y - 5;
_root.xr1.gotoAndStop(4);
}
}
yspeed = yspeed + gravity;
while (_root.map.hitTest(_x, _y + (_height / 2), true)) {
_y = (_y-1);
_y = (_y-1);
yspeed = 0;
jumping = 0;
}
if ((!_root.map.hitTest(_x, (_y + (_height / 2)) + 1, true)) || (yspeed < 0)) {
_y = (_y + yspeed);
} else {
yspeed = 0;
jumping = 0;
}
while (_root.map.hitTest(this._x, ((this._y - (this._height / 2)) + 1) + yspeed, true)) {
yspeed++;
}
}
}
onClipEvent (keyUp) {
if (Key.getCode() == 38) {
anx = 0;
_root.xr1.gotoAndStop(1);
}
if ((Key.getCode() == 37) || (Key.getCode() == 39)) {
_root.xr1.gotoAndStop(1);
}
}
Instance of Symbol 767 MovieClip "xr1" in Frame 13
onClipEvent (load) {
}
onClipEvent (enterFrame) {
this._x = _root.rw1._x;
this._y = _root.rw1._y;
this.gotoAndStop(_root.pz1);
}
Instance of Symbol 769 MovieClip "mc_level" in Frame 13
onClipEvent (load) {
_root.createEmptyMovieClip("bulletHolder", _root.getNextHighestDepth());
}
Instance of Symbol 785 MovieClip "sansa" in Frame 13
onClipEvent (enterFrame) {
this._y = this._y - 2;
}
Instance of Symbol 789 MovieClip "sansb" in Frame 13
onClipEvent (enterFrame) {
this._y = this._y - 2;
}
Instance of Symbol 805 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (_root.sm < 0) {
_root.gotoAndStop("over");
}
}
Frame 14
stop();
_root.hummer_on = false;
key = 0;
_root.puca = 0;
_root.finish_level = true;
fire_type = 1;
_root.sm = 3;
_root.zhonggs = 6;
_root.mbgs = 8;
_root.yjgs = 0;
_root.lout = 0;
_root.lout2 = 0;
_root.rw1._y = 350;
_root.rw1._x = 80;
_root.xr1._xscale = 125;
_root.rw2._y = 250;
_root.rw2._x = 200;
_root.xr2._xscale = 60;
Instance of Symbol 701 MovieClip in Frame 14
onClipEvent (load) {
hit = 0;
sd = 3;
ysx = this._x + _root.map._x;
_xscale = -100;
}
onClipEvent (enterFrame) {
for (var cBullet in _root.bulletHolder) {
if ((((this._y <= (_root.bulletHolder[cBullet]._y + 7)) && (this._y >= (_root.bulletHolder[cBullet]._y - 7))) && (this._x <= (_root.bulletHolder[cBullet]._x + 7))) && (this._x >= (_root.bulletHolder[cBullet]._x - 7))) {
var i = Math.random();
animacija = _root.attachMovie("oblacic", "oblacic" + i, _root.getNextHighestDepth(), {_x:_root.bulletHolder[cBullet]._x, _y:_root.bulletHolder[cBullet]._y});
animacija._xscale = 10;
animacija._yscale = 10;
animacija.onEnterFrame = function () {
this._xscale = 10;
this._yscale = 10;
if (this._currentframe >= 17) {
this.removeMovieClip();
}
};
if (_root.xr1._xscale >= 0) {
_root.rw1._x = _root.bulletHolder[cBullet]._x - 40;
}
if (_root.xr1._xscale < 0) {
_root.rw1._x = _root.bulletHolder[cBullet]._x + 40;
}
_root.sansa.play();
_root.xr1._visible = true;
_root.bulletHolder[cBullet].removeMovieClip();
trace("ptica");
}
}
if (_xscale == 100) {
this._x = this._x + sd;
}
if (_xscale == -100) {
this._x = this._x - sd;
}
if (this._x < (ysx - 200)) {
_xscale = 100;
}
if (this._x > (ysx + 200)) {
_xscale = -100;
}
xx = this._x + _root.map._x;
if (this.joj.hitTest(_root.rw1)) {
hit++;
_root.xr1._y = this._y - 2;
_root.sansa.play();
}
if (this.joj.hitTest(_root.rw2)) {
_root.sansb.play();
}
}
Instance of Symbol 701 MovieClip in Frame 14
onClipEvent (load) {
hit = 0;
sd = 3;
ysx = this._x + _root.map._x;
_xscale = -100;
}
onClipEvent (enterFrame) {
for (var cBullet in _root.bulletHolder) {
if ((((this._y <= (_root.bulletHolder[cBullet]._y + 7)) && (this._y >= (_root.bulletHolder[cBullet]._y - 7))) && (this._x <= (_root.bulletHolder[cBullet]._x + 7))) && (this._x >= (_root.bulletHolder[cBullet]._x - 7))) {
var i = Math.random();
animacija = _root.attachMovie("oblacic", "oblacic" + i, _root.getNextHighestDepth(), {_x:_root.bulletHolder[cBullet]._x, _y:_root.bulletHolder[cBullet]._y});
animacija._xscale = 10;
animacija._yscale = 10;
animacija.onEnterFrame = function () {
this._xscale = 10;
this._yscale = 10;
if (this._currentframe >= 17) {
this.removeMovieClip();
}
};
if (_root.xr1._xscale >= 0) {
_root.rw1._x = _root.bulletHolder[cBullet]._x - 40;
}
if (_root.xr1._xscale < 0) {
_root.rw1._x = _root.bulletHolder[cBullet]._x + 40;
}
_root.sansa.play();
_root.xr1._visible = true;
_root.bulletHolder[cBullet].removeMovieClip();
trace("ptica");
}
}
if (_xscale == 100) {
this._x = this._x + sd;
}
if (_xscale == -100) {
this._x = this._x - sd;
}
if (this._x < (ysx - 200)) {
_xscale = 100;
}
if (this._x > (ysx + 200)) {
_xscale = -100;
}
xx = this._x + _root.map._x;
if (this.joj.hitTest(_root.rw1)) {
hit++;
_root.xr1._y = this._y - 2;
_root.sansa.play();
}
if (this.joj.hitTest(_root.rw2)) {
_root.sansb.play();
}
}
Instance of Symbol 701 MovieClip in Frame 14
onClipEvent (load) {
hit = 0;
sd = 3;
ysx = this._x + _root.map._x;
_xscale = -100;
}
onClipEvent (enterFrame) {
for (var cBullet in _root.bulletHolder) {
if ((((this._y <= (_root.bulletHolder[cBullet]._y + 7)) && (this._y >= (_root.bulletHolder[cBullet]._y - 7))) && (this._x <= (_root.bulletHolder[cBullet]._x + 7))) && (this._x >= (_root.bulletHolder[cBullet]._x - 7))) {
var i = Math.random();
animacija = _root.attachMovie("oblacic", "oblacic" + i, _root.getNextHighestDepth(), {_x:_root.bulletHolder[cBullet]._x, _y:_root.bulletHolder[cBullet]._y});
animacija._xscale = 10;
animacija._yscale = 10;
animacija.onEnterFrame = function () {
this._xscale = 10;
this._yscale = 10;
if (this._currentframe >= 17) {
this.removeMovieClip();
}
};
if (_root.xr1._xscale >= 0) {
_root.rw1._x = _root.bulletHolder[cBullet]._x - 40;
}
if (_root.xr1._xscale < 0) {
_root.rw1._x = _root.bulletHolder[cBullet]._x + 40;
}
_root.sansa.play();
_root.xr1._visible = true;
_root.bulletHolder[cBullet].removeMovieClip();
trace("ptica");
}
}
if (_xscale == 100) {
this._x = this._x + sd;
}
if (_xscale == -100) {
this._x = this._x - sd;
}
if (this._x < (ysx - 200)) {
_xscale = 100;
}
if (this._x > (ysx + 200)) {
_xscale = -100;
}
xx = this._x + _root.map._x;
if (this.joj.hitTest(_root.rw1)) {
hit++;
_root.xr1._y = this._y - 2;
_root.sansa.play();
}
if (this.joj.hitTest(_root.rw2)) {
_root.sansb.play();
}
}
Instance of Symbol 477 MovieClip "zs5" in Frame 14
onClipEvent (load) {
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
this.gotoAndStop(2);
}
i++;
}
}
Instance of Symbol 477 MovieClip "zs1" in Frame 14
onClipEvent (load) {
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
this.gotoAndStop(2);
}
i++;
}
}
Instance of Symbol 477 MovieClip "zs7" in Frame 14
onClipEvent (load) {
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
this.gotoAndStop(2);
}
i++;
}
}
Instance of Symbol 477 MovieClip "zs2" in Frame 14
onClipEvent (load) {
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
this.gotoAndStop(2);
}
i++;
}
}
Instance of Symbol 477 MovieClip "zs4" in Frame 14
onClipEvent (load) {
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
this.gotoAndStop(2);
}
i++;
}
}
Instance of Symbol 477 MovieClip "zs3" in Frame 14
onClipEvent (load) {
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
this.gotoAndStop(2);
}
i++;
}
}
Instance of Symbol 477 MovieClip "zs8" in Frame 14
onClipEvent (load) {
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
this.gotoAndStop(2);
}
i++;
}
}
Instance of Symbol 720 MovieClip in Frame 14
onClipEvent (load) {
hit = 0;
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw) && (hit == 0)) {
hit = 1;
_root.sm++;
this.gotoAndStop(40);
var i = Math.random();
animacija = _root.attachMovie("oblacic", "oblacic" + i, _root.getNextHighestDepth(), {_x:this._x, _y:this._y});
animacija._xscale = 10;
animacija._yscale = 10;
animacija.onEnterFrame = function () {
var _local2 = new Color("animacija");
_local2.setRGB(16777215);
this._xscale = 10;
this._yscale = 10;
if (this._currentframe >= 17) {
this.removeMovieClip();
}
};
}
i++;
}
}
Instance of Symbol 723 MovieClip in Frame 14
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
_root.key++;
var i = Math.random();
animacija = _root.attachMovie("oblacic", "oblacic" + i, _root.getNextHighestDepth(), {_x:this._x, _y:this._y});
animacija._xscale = 10;
animacija._yscale = 10;
animacija.onEnterFrame = function () {
var _local2 = new Color("animacija");
_local2.setRGB(16777215);
this._xscale = 10;
this._yscale = 10;
if (this._currentframe >= 17) {
this.removeMovieClip();
}
};
this.gotoAndStop(40);
}
i++;
}
}
Instance of Symbol 477 MovieClip "zs6" in Frame 14
onClipEvent (load) {
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
this.gotoAndStop(2);
}
i++;
}
}
Frame 15
stop();
_root.hummer_on = false;
key = 0;
_root.puca = 0;
_root.finish_level = true;
fire_type = 1;
_root.sm = 3;
_root.zhonggs = 1;
_root.mbgs = 9;
_root.yjgs = 0;
_root.lout = 0;
_root.lout2 = 0;
_root.rw1._y = 400;
_root.rw1._x = 70;
_root.xr1._xscale = 125;
_root.rw2._y = 429;
_root.rw2._x = 40;
_root.xr2._xscale = 60;
i = 1;
while (i < 10) {
_root["zs" + i].gotoAndStop(1);
i++;
}
Instance of Symbol 823 MovieClip in Frame 15
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
if ((_root.xr1._x < 110) && (_root.xr1._y < 285)) {
this._visible = true;
this._alpha = this._alpha + 10;
if (this._alpha >= 100) {
this._alpha = 100;
}
}
if ((_root.xr1._x > 140) && (_root.xr1._y < 220)) {
this._alpha = this._alpha - 10;
if (this._alpha <= 0) {
this._alpha = 0;
this.unloadMovie();
}
}
}
Instance of Symbol 825 MovieClip in Frame 15
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
if ((_root.xr1._x < 500) && (_root.xr1._y < 320)) {
this._visible = true;
this._alpha = this._alpha + 10;
if (this._alpha >= 100) {
this._alpha = 100;
}
}
if ((_root.xr1._x < 310) && (_root.xr1._y < 300)) {
this._alpha = this._alpha - 20;
if (this._alpha <= 0) {
this._alpha = 0;
this.unloadMovie();
}
}
}
Instance of Symbol 827 MovieClip in Frame 15
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
if ((_root.xr1._x > 180) && (_root._x < 300)) {
this._alpha = this._alpha + 10;
if (this._alpha >= 100) {
this._alpha = 100;
}
}
if (_root.xr1._x >= 300) {
this._alpha = this._alpha - 20;
if (this._alpha <= 0) {
this._alpha = 0;
this.unloadMovie();
}
}
}
Instance of Symbol 831 MovieClip in Frame 15
onClipEvent (load) {
this._alpha = 100;
}
onClipEvent (enterFrame) {
if (_root.xr1._x > 170) {
this._visible = true;
this._alpha = this._alpha - 10;
if (this._alpha <= 0) {
this._alpha = 0;
this.unloadMovie();
}
}
}
Instance of Symbol 835 MovieClip in Frame 15
onClipEvent (load) {
this._alpha = 100;
}
onClipEvent (enterFrame) {
if (_root.xr1._x > 170) {
this._visible = true;
this._alpha = this._alpha - 10;
if (this._alpha <= 0) {
this._alpha = 0;
this.unloadMovie();
}
}
}
Instance of Symbol 839 MovieClip "hummer_ins" in Frame 15
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
if (_root.pumpkin == true) {
this._alpha = this._alpha + 10;
if (this._alpha >= 100) {
this._alpha = 100;
}
}
}
Instance of Symbol 842 MovieClip "get_key" in Frame 15
/* no clip actions */
Instance of Symbol 844 MovieClip in Frame 15
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
if (_root.pumpkin2 == true) {
this._alpha = this._alpha + 10;
if (this._alpha >= 100) {
this._alpha = 100;
}
}
if (_root.kutija) {
this.unloadMovie();
}
}
Instance of Symbol 847 MovieClip in Frame 15
onClipEvent (load) {
this._alpha = 100;
}
onClipEvent (enterFrame) {
if (_root.rock) {
this.unloadMovie();
}
}
Instance of Symbol 849 MovieClip in Frame 15
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (_root.space_ins == true) {
this._visible = true;
}
}
Instance of Symbol 666 MovieClip "cfj1" in Frame 15
onClipEvent (enterFrame) {
if (_root.cfj1.hitTest(_root.rw1) || (_root.cfj2.hitTest(_root.rw1))) {
_root.rw1.gravity = (-0.01 * random(7)) + 0.02;
_root.xr1.gotoAndStop(1);
_root.rw1.jumping = 1;
} else {
_root.rw1.gravity = 0.9;
}
if (_root.cfj1.hitTest(_root.rw2) || (_root.cfj2.hitTest(_root.rw2))) {
_root.rw2.gravity = (-0.01 * random(7)) + 0.02;
_root.xr2.gotoAndStop(1);
_root.rw2.jumping = 1;
} else {
_root.rw2.gravity = 0.9;
}
}
Instance of Symbol 856 MovieClip in Frame 15
onClipEvent (load) {
_root.anniux2 = 0;
pz = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.rw1) || (this.hitTest(_root.map.box2))) {
pz = 1;
_root.anniux2 = 1;
this.gotoAndStop(2);
} else if (pz == 1) {
_root.anniux2 = 0;
this.gotoAndStop(1);
pz = 0;
}
if (this.hitTest(_root.rw2)) {
pz = 2;
_root.anniux2 = 1;
this.gotoAndStop(2);
} else if (pz == 2) {
_root.anniux2 = 0;
this.gotoAndStop(1);
pz = 0;
}
}
Instance of Symbol 728 MovieClip "sy" in Frame 15
onClipEvent (enterFrame) {
if (this._currentframe > 1) {
this.gotoAndStop(1);
}
}
Instance of Symbol 477 MovieClip "pumpkin" in Frame 15
onClipEvent (load) {
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
_root.pumpkin = true;
this.gotoAndStop(2);
}
i++;
}
}
Instance of Symbol 723 MovieClip in Frame 15
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
_root.get_key.unloadMovie();
_root.key++;
var i = Math.random();
animacija = _root.attachMovie("oblacic", "oblacic" + i, _root.getNextHighestDepth(), {_x:this._x, _y:this._y});
animacija._xscale = 10;
animacija._yscale = 10;
animacija.onEnterFrame = function () {
var _local2 = new Color("animacija");
_local2.setRGB(16777215);
this._xscale = 10;
this._yscale = 10;
if (this._currentframe >= 17) {
this.removeMovieClip();
}
};
this.gotoAndStop(40);
}
i++;
}
}
Instance of Symbol 712 MovieClip "door" in Frame 15
onClipEvent (enterFrame) {
if (_root.finish_level) {
this.gotoAndStop(1);
}
}
Instance of Symbol 477 MovieClip "zs6" in Frame 15
onClipEvent (load) {
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
_root.key_ins = true;
this.gotoAndStop(2);
}
i++;
}
}
Instance of Symbol 477 MovieClip "key_ins" in Frame 15
onClipEvent (load) {
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
_root.key_ins = true;
_root.space_ins = true;
this.gotoAndStop(2);
}
i++;
}
}
Instance of Symbol 477 MovieClip "pumpkin2" in Frame 15
onClipEvent (load) {
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
_root.pumpkin2 = true;
this.gotoAndStop(2);
}
i++;
}
}
Instance of Symbol 477 MovieClip "zs2" in Frame 15
onClipEvent (load) {
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
this.gotoAndStop(2);
}
i++;
}
}
Instance of Symbol 477 MovieClip "zs9" in Frame 15
onClipEvent (load) {
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
this.gotoAndStop(2);
}
i++;
}
}
Frame 16
stop();
_root.hummer_on = false;
key = 0;
_root.puca = 0;
_root.finish_level = true;
fire_type = 1;
_root.sm = 3;
_root.zhonggs = 18;
_root.mbgs = 9;
_root.yjgs = 0;
_root.lout = 0;
_root.lout2 = 0;
_root.rw1._y = 80;
_root.rw1._x = 200;
_root.xr1._xscale = -125;
_root.rw2._y = 429;
_root.rw2._x = 40;
_root.xr2._xscale = 60;
i = 1;
while (i < 10) {
_root["zs" + i].gotoAndStop(1);
i++;
}
Instance of Symbol 707 MovieClip in Frame 16
onClipEvent (enterFrame) {
if (this.hitTest(_root.rw1) && (_root.mbgs == _root.yjgs)) {
_root.guo.play();
}
}
Instance of Symbol 707 MovieClip in Frame 16
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
_root.gotoAndStop("over");
}
i++;
}
}
Instance of Symbol 707 MovieClip in Frame 16
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
_root.gotoAndStop("over");
}
i++;
}
}
Instance of Symbol 884 MovieClip in Frame 16
onClipEvent (load) {
_root.anniux1 = 0;
pz = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.rw1)) {
pz = 1;
_root.anniux1 = 1;
this.gotoAndStop(2);
} else if (pz == 1) {
_root.anniux1 = 0;
this.gotoAndStop(1);
pz = 0;
}
if (this.hitTest(_root.rw2)) {
pz = 2;
_root.anniux1 = 1;
this.gotoAndStop(2);
} else if (pz == 2) {
_root.anniux1 = 0;
this.gotoAndStop(1);
pz = 0;
}
}
Instance of Symbol 477 MovieClip "zs3" in Frame 16
onClipEvent (load) {
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
this.gotoAndStop(2);
}
i++;
}
}
Instance of Symbol 477 MovieClip "zs6" in Frame 16
onClipEvent (load) {
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
this.gotoAndStop(2);
}
i++;
}
}
Instance of Symbol 477 MovieClip "zs7" in Frame 16
onClipEvent (load) {
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
this.gotoAndStop(2);
}
i++;
}
}
Instance of Symbol 477 MovieClip "zs8" in Frame 16
onClipEvent (load) {
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
this.gotoAndStop(2);
}
i++;
}
}
Instance of Symbol 477 MovieClip "zs1" in Frame 16
onClipEvent (load) {
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
this.gotoAndStop(2);
}
i++;
}
}
Instance of Symbol 477 MovieClip "zs9" in Frame 16
onClipEvent (load) {
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
this.gotoAndStop(2);
}
i++;
}
}
Instance of Symbol 888 MovieClip in Frame 16
onClipEvent (load) {
_root.anniux = 0;
this.yunz = 0;
pz = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.rw1) && (this.yunz == 0)) {
pz = 1;
if (pz == 1) {
this.yunz = 1;
if ((this._currentframe == 1) && (_root.rw1._x < this._x)) {
this.gotoAndStop(2);
_root.anniux = 1;
_root.sy.gotoAndStop(3);
}
if ((this._currentframe == 2) && (_root.rw1._x > this._x)) {
this.gotoAndStop(1);
_root.anniux = 0;
_root.sy.gotoAndStop(3);
}
}
}
if ((!this.hitTest(_root.rw1)) && (pz == 1)) {
this.yunz = 0;
pz = 0;
}
}
Instance of Symbol 890 MovieClip "kg1" in Frame 16
onClipEvent (load) {
_root.anniux2 = 0;
this.yunz = 0;
pz = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.rw1) && (this.yunz == 0)) {
pz = 1;
if (pz == 1) {
this.yunz = 1;
if ((this._currentframe == 1) && (_root.rw1._x < this._x)) {
this.gotoAndStop(2);
_root.anniux2 = 1;
_root.sy.gotoAndStop(3);
}
if ((this._currentframe == 2) && (_root.rw1._x > this._x)) {
this.gotoAndStop(1);
_root.anniux2 = 0;
_root.sy.gotoAndStop(3);
}
}
}
if ((!this.hitTest(_root.rw1)) && (pz == 1)) {
this.yunz = 0;
pz = 0;
}
if (this.hitTest(_root.rw2) && (this.yunz == 0)) {
pz = 2;
if (pz == 2) {
this.yunz = 1;
if ((this._currentframe == 1) && (_root.rw2._x < this._x)) {
this.gotoAndStop(2);
_root.anniux2 = 1;
_root.sy.gotoAndStop(3);
}
if ((this._currentframe == 2) && (_root.rw2._x > this._x)) {
this.gotoAndStop(1);
_root.anniux2 = 0;
_root.sy.gotoAndStop(3);
}
}
}
if ((!this.hitTest(_root.rw2)) && (pz == 2)) {
this.yunz = 0;
pz = 0;
}
}
Instance of Symbol 477 MovieClip "zs2" in Frame 16
onClipEvent (load) {
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
this.gotoAndStop(2);
}
i++;
}
}
Instance of Symbol 477 MovieClip "zs5" in Frame 16
onClipEvent (load) {
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
this.gotoAndStop(2);
}
i++;
}
}
Instance of Symbol 477 MovieClip "zs4" in Frame 16
onClipEvent (load) {
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
this.gotoAndStop(2);
}
i++;
}
}
Frame 17
stop();
_root.hummer_on = false;
key = 0;
_root.puca = 0;
_root.finish_level = true;
fire_type = 1;
_root.sm = 3;
_root.zhonggs = 14;
_root.mbgs = 9;
_root.yjgs = 0;
_root.lout = 0;
_root.lout2 = 0;
_root.anniux = 0;
_root.anniux1 = 0;
_root.anniux2 = 0;
_root.anniux3 = 0;
_root.anniux4 = 0;
_root.rw1._y = 350;
_root.rw1._x = 80;
_root.xr1._xscale = -125;
_root.rw2._y = 56;
_root.rw2._x = 40;
_root.xr2._xscale = 60;
i = 1;
while (i < 10) {
_root["zs" + i].gotoAndStop(1);
i++;
}
_root.kg1.gotoAndStop(1);
Instance of Symbol 904 MovieClip "map" in Frame 17
/* no clip actions */
Instance of Symbol 701 MovieClip in Frame 17
onClipEvent (load) {
hit = 0;
sd = 3;
ysx = this._x + _root.map._x;
_xscale = -100;
}
onClipEvent (enterFrame) {
for (var cBullet in _root.bulletHolder) {
if ((((this._y <= (_root.bulletHolder[cBullet]._y + 7)) && (this._y >= (_root.bulletHolder[cBullet]._y - 7))) && (this._x <= (_root.bulletHolder[cBullet]._x + 7))) && (this._x >= (_root.bulletHolder[cBullet]._x - 7))) {
var i = Math.random();
animacija = _root.attachMovie("oblacic", "oblacic" + i, _root.getNextHighestDepth(), {_x:_root.bulletHolder[cBullet]._x, _y:_root.bulletHolder[cBullet]._y});
animacija._xscale = 10;
animacija._yscale = 10;
animacija.onEnterFrame = function () {
this._xscale = 10;
this._yscale = 10;
if (this._currentframe >= 17) {
this.removeMovieClip();
}
};
if (_root.xr1._xscale >= 0) {
_root.rw1._x = _root.bulletHolder[cBullet]._x - 40;
}
if (_root.xr1._xscale < 0) {
_root.rw1._x = _root.bulletHolder[cBullet]._x + 40;
}
_root.sansa.play();
_root.xr1._visible = true;
_root.bulletHolder[cBullet].removeMovieClip();
trace("ptica");
}
}
if (_xscale == 100) {
this._x = this._x + sd;
}
if (_xscale == -100) {
this._x = this._x - sd;
}
if (this._x < (ysx - 150)) {
_xscale = 100;
}
if (this._x > (ysx + 150)) {
_xscale = -100;
}
xx = this._x + _root.map._x;
if (this.joj.hitTest(_root.rw1)) {
hit++;
_root.sansa.play();
}
if (this.joj.hitTest(_root.rw2)) {
_root.sansb.play();
}
}
Instance of Symbol 701 MovieClip in Frame 17
onClipEvent (load) {
hit = 0;
sd = 3;
ysx = this._x + _root.map._x;
_xscale = -100;
}
onClipEvent (enterFrame) {
for (var cBullet in _root.bulletHolder) {
if ((((this._y <= (_root.bulletHolder[cBullet]._y + 7)) && (this._y >= (_root.bulletHolder[cBullet]._y - 7))) && (this._x <= (_root.bulletHolder[cBullet]._x + 7))) && (this._x >= (_root.bulletHolder[cBullet]._x - 7))) {
var i = Math.random();
animacija = _root.attachMovie("oblacic", "oblacic" + i, _root.getNextHighestDepth(), {_x:_root.bulletHolder[cBullet]._x, _y:_root.bulletHolder[cBullet]._y});
animacija._xscale = 10;
animacija._yscale = 10;
animacija.onEnterFrame = function () {
this._xscale = 10;
this._yscale = 10;
if (this._currentframe >= 17) {
this.removeMovieClip();
}
};
if (_root.xr1._xscale >= 0) {
_root.rw1._x = _root.bulletHolder[cBullet]._x - 40;
}
if (_root.xr1._xscale < 0) {
_root.rw1._x = _root.bulletHolder[cBullet]._x + 40;
}
_root.sansa.play();
_root.xr1._visible = true;
_root.bulletHolder[cBullet].removeMovieClip();
trace("ptica");
}
}
if (_xscale == 100) {
this._x = this._x + sd;
}
if (_xscale == -100) {
this._x = this._x - sd;
}
if (this._x < (ysx - 150)) {
_xscale = 100;
}
if (this._x > (ysx + 150)) {
_xscale = -100;
}
xx = this._x + _root.map._x;
if (this.joj.hitTest(_root.rw1)) {
hit++;
_root.sansa.play();
}
if (this.joj.hitTest(_root.rw2)) {
_root.sansb.play();
}
}
Instance of Symbol 944 MovieClip in Frame 17
onClipEvent (load) {
smer = 1;
sd = 2;
ysx = this._x + _root.map._x;
yyy = this._height / 2;
xxx = this._width / 2;
}
onClipEvent (enterFrame) {
for (var cBullet in _root.bulletHolder) {
if ((Math.abs(this._y - _root.bulletHolder[cBullet]._y) <= (yyy / 4)) && (Math.abs(this._x - _root.bulletHolder[cBullet]._x) <= xxx)) {
var i = Math.random();
animacija = _root.attachMovie("oblacic", "oblacic" + i, _root.getNextHighestDepth(), {_x:_root.bulletHolder[cBullet]._x, _y:_root.bulletHolder[cBullet]._y});
animacija._xscale = 10;
animacija._yscale = 10;
animacija.onEnterFrame = function () {
this._xscale = 10;
this._yscale = 10;
if (this._currentframe >= 17) {
this.removeMovieClip();
}
};
if (_root.xr1._xscale >= 0) {
_root.rw1._x = _root.bulletHolder[cBullet]._x - 40;
}
if (_root.xr1._xscale < 0) {
_root.rw1._x = _root.bulletHolder[cBullet]._x + 40;
}
_root.sansa.play();
_root.xr1._visible = true;
_root.bulletHolder[cBullet].removeMovieClip();
trace("ptica");
}
}
if (smer == 1) {
this._xscale = -100;
this._x = this._x + sd;
}
if (smer == -1) {
this._xscale = 100;
this._x = this._x - sd;
}
if (this._x < (ysx - 50)) {
smer = 1;
}
if (this._x > (ysx + 50)) {
smer = -1;
}
xx = this._x + _root.map._x;
if ((Math.abs(this._y - _root.rw1._y) <= (yyy / 2)) && (Math.abs(this._x - _root.rw1._x) <= xxx)) {
_root.sansa.play();
trace("ye");
}
if (this.top.hitTest(_root.rw1) && (this._y > _root.xr1._y)) {
trace("top");
_root.rw1._x = _root.rw1._x + sd;
}
if (this.quy.hitTest(_root.rw2)) {
_root.sansb.play();
trace("yeaa");
}
}
Instance of Symbol 701 MovieClip in Frame 17
onClipEvent (load) {
hit = 0;
sd = 3;
ysx = this._x + _root.map._x;
_xscale = -100;
}
onClipEvent (enterFrame) {
for (var cBullet in _root.bulletHolder) {
if ((((this._y <= (_root.bulletHolder[cBullet]._y + 7)) && (this._y >= (_root.bulletHolder[cBullet]._y - 7))) && (this._x <= (_root.bulletHolder[cBullet]._x + 7))) && (this._x >= (_root.bulletHolder[cBullet]._x - 7))) {
var i = Math.random();
animacija = _root.attachMovie("oblacic", "oblacic" + i, _root.getNextHighestDepth(), {_x:_root.bulletHolder[cBullet]._x, _y:_root.bulletHolder[cBullet]._y});
animacija._xscale = 10;
animacija._yscale = 10;
animacija.onEnterFrame = function () {
this._xscale = 10;
this._yscale = 10;
if (this._currentframe >= 17) {
this.removeMovieClip();
}
};
if (_root.xr1._xscale >= 0) {
_root.rw1._x = _root.bulletHolder[cBullet]._x - 40;
}
if (_root.xr1._xscale < 0) {
_root.rw1._x = _root.bulletHolder[cBullet]._x + 40;
}
_root.sansa.play();
_root.xr1._visible = true;
_root.bulletHolder[cBullet].removeMovieClip();
trace("ptica");
}
}
if (_xscale == 100) {
this._x = this._x + sd;
}
if (_xscale == -100) {
this._x = this._x - sd;
}
if (this._x < (ysx - 150)) {
_xscale = 100;
}
if (this._x > (ysx + 150)) {
_xscale = -100;
}
xx = this._x + _root.map._x;
if (this.joj.hitTest(_root.rw1)) {
hit++;
_root.sansa.play();
}
if (this.joj.hitTest(_root.rw2)) {
_root.sansb.play();
}
}
Instance of Symbol 707 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.rw1) && (_root.key >= 1)) {
_root.finish_level = false;
_root.door.gotoAndStop(2);
}
}
Instance of Symbol 712 MovieClip "door" in Frame 17
onClipEvent (enterFrame) {
if (_root.finish_level) {
this.gotoAndStop(1);
}
}
Instance of Symbol 720 MovieClip in Frame 17
onClipEvent (load) {
hit = 0;
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw) && (hit == 0)) {
hit = 1;
_root.sm++;
this.gotoAndStop(40);
var i = Math.random();
animacija = _root.attachMovie("oblacic", "oblacic" + i, _root.getNextHighestDepth(), {_x:this._x, _y:this._y});
animacija._xscale = 10;
animacija._yscale = 10;
animacija.onEnterFrame = function () {
var _local2 = new Color("animacija");
_local2.setRGB(16777215);
this._xscale = 10;
this._yscale = 10;
if (this._currentframe >= 17) {
this.removeMovieClip();
}
};
}
i++;
}
}
Instance of Symbol 723 MovieClip in Frame 17
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
_root.key++;
var i = Math.random();
animacija = _root.attachMovie("oblacic", "oblacic" + i, _root.getNextHighestDepth(), {_x:this._x, _y:this._y});
animacija._xscale = 10;
animacija._yscale = 10;
animacija.onEnterFrame = function () {
var _local2 = new Color("animacija");
_local2.setRGB(16777215);
this._xscale = 10;
this._yscale = 10;
if (this._currentframe >= 17) {
this.removeMovieClip();
}
};
this.gotoAndStop(40);
}
i++;
}
}
Frame 18
stop();
_root.hummer_on = false;
key = 0;
_root.puca = 0;
_root.finish_level = true;
fire_type = 1;
_root.sm = 3;
_root.zhonggs = 5;
_root.mbgs = 9;
_root.yjgs = 0;
_root.lout = 0;
_root.lout2 = 0;
_root.anniux = 0;
_root.anniux1 = 0;
_root.anniux2 = 0;
_root.anniux3 = 0;
_root.anniux4 = 0;
_root.rw1._y = 350;
_root.rw1._x = 80;
_root.xr1._xscale = -125;
_root.rw2._y = 39;
_root.rw2._x = 145;
_root.xr2._xscale = 60;
i = 1;
while (i < 10) {
_root["zs" + i].gotoAndStop(1);
i++;
}
_root.kg1.gotoAndStop(1);
brojac = 5;
Instance of Symbol 956 MovieClip in Frame 18
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["xr" + i];
if (this.fire.hitTest(_root.renw)) {
_root.renw.stop();
_root.sansa.play();
}
i++;
}
}
Instance of Symbol 944 MovieClip in Frame 18
onClipEvent (load) {
smer = 1;
sd = 2;
ysx = this._x + _root.map._x;
yyy = this._height / 2;
xxx = this._width / 2;
}
onClipEvent (enterFrame) {
for (var cBullet in _root.bulletHolder) {
if ((Math.abs(this._y - _root.bulletHolder[cBullet]._y) <= (yyy / 4)) && (Math.abs(this._x - _root.bulletHolder[cBullet]._x) <= xxx)) {
var i = Math.random();
animacija = _root.attachMovie("oblacic", "oblacic" + i, _root.getNextHighestDepth(), {_x:_root.bulletHolder[cBullet]._x, _y:_root.bulletHolder[cBullet]._y});
animacija._xscale = 10;
animacija._yscale = 10;
animacija.onEnterFrame = function () {
this._xscale = 10;
this._yscale = 10;
if (this._currentframe >= 17) {
this.removeMovieClip();
}
};
if (_root.xr1._xscale >= 0) {
_root.rw1._x = _root.bulletHolder[cBullet]._x - 40;
}
if (_root.xr1._xscale < 0) {
_root.rw1._x = _root.bulletHolder[cBullet]._x + 40;
}
_root.sansa.play();
_root.xr1._visible = true;
_root.bulletHolder[cBullet].removeMovieClip();
trace("ptica");
}
}
if (smer == 1) {
this._xscale = -100;
this._x = this._x + sd;
}
if (smer == -1) {
this._xscale = 100;
this._x = this._x - sd;
}
if (this._x < (ysx - 75)) {
smer = 1;
}
if (this._x > (ysx + 75)) {
smer = -1;
}
xx = this._x + _root.map._x;
if ((Math.abs(this._y - _root.rw1._y) <= (yyy / 2)) && (Math.abs(this._x - _root.rw1._x) <= xxx)) {
_root.sansa.play();
trace("ye");
}
if (this.top.hitTest(_root.rw1) && (this._y > _root.xr1._y)) {
trace("top");
_root.rw1._x = _root.rw1._x + sd;
}
if (this.quy.hitTest(_root.rw2)) {
_root.sansb.play();
trace("yeaa");
}
}
Instance of Symbol 701 MovieClip in Frame 18
onClipEvent (load) {
hit = 0;
sd = 3;
ysx = this._x + _root.map._x;
_xscale = -100;
}
onClipEvent (enterFrame) {
for (var cBullet in _root.bulletHolder) {
if ((((this._y <= (_root.bulletHolder[cBullet]._y + 7)) && (this._y >= (_root.bulletHolder[cBullet]._y - 7))) && (this._x <= (_root.bulletHolder[cBullet]._x + 7))) && (this._x >= (_root.bulletHolder[cBullet]._x - 7))) {
var i = Math.random();
animacija = _root.attachMovie("oblacic", "oblacic" + i, _root.getNextHighestDepth(), {_x:_root.bulletHolder[cBullet]._x, _y:_root.bulletHolder[cBullet]._y});
animacija._xscale = 10;
animacija._yscale = 10;
animacija.onEnterFrame = function () {
this._xscale = 10;
this._yscale = 10;
if (this._currentframe >= 17) {
this.removeMovieClip();
}
};
if (_root.xr1._xscale >= 0) {
_root.rw1._x = _root.bulletHolder[cBullet]._x - 40;
}
if (_root.xr1._xscale < 0) {
_root.rw1._x = _root.bulletHolder[cBullet]._x + 40;
}
_root.sansa.play();
_root.xr1._visible = true;
_root.bulletHolder[cBullet].removeMovieClip();
trace("ptica");
}
}
if (_xscale == 100) {
this._x = this._x + sd;
}
if (_xscale == -100) {
this._x = this._x - sd;
}
if (this._x < (ysx - 200)) {
_xscale = 100;
}
if (this._x > (ysx + 200)) {
_xscale = -100;
}
xx = this._x + _root.map._x;
if (this.joj.hitTest(_root.rw1)) {
hit++;
_root.sansa.play();
}
if (this.joj.hitTest(_root.rw2)) {
_root.sansb.play();
}
}
Instance of Symbol 944 MovieClip in Frame 18
onClipEvent (load) {
smer = 1;
sd = 2;
ysx = this._x + _root.map._x;
yyy = this._height / 2;
xxx = this._width / 2;
}
onClipEvent (enterFrame) {
for (var cBullet in _root.bulletHolder) {
if ((Math.abs(this._y - _root.bulletHolder[cBullet]._y) <= (yyy / 4)) && (Math.abs(this._x - _root.bulletHolder[cBullet]._x) <= xxx)) {
var i = Math.random();
animacija = _root.attachMovie("oblacic", "oblacic" + i, _root.getNextHighestDepth(), {_x:_root.bulletHolder[cBullet]._x, _y:_root.bulletHolder[cBullet]._y});
animacija._xscale = 10;
animacija._yscale = 10;
animacija.onEnterFrame = function () {
this._xscale = 10;
this._yscale = 10;
if (this._currentframe >= 17) {
this.removeMovieClip();
}
};
if (_root.xr1._xscale >= 0) {
_root.rw1._x = _root.bulletHolder[cBullet]._x - 40;
}
if (_root.xr1._xscale < 0) {
_root.rw1._x = _root.bulletHolder[cBullet]._x + 40;
}
_root.sansa.play();
_root.xr1._visible = true;
_root.bulletHolder[cBullet].removeMovieClip();
trace("ptica");
}
}
if (smer == 1) {
this._xscale = -100;
this._x = this._x + sd;
}
if (smer == -1) {
this._xscale = 100;
this._x = this._x - sd;
}
if (this._x < (ysx - 30)) {
smer = 1;
}
if (this._x > (ysx + 30)) {
smer = -1;
}
xx = this._x + _root.map._x;
if ((Math.abs(this._y - _root.rw1._y) <= (yyy / 2)) && (Math.abs(this._x - _root.rw1._x) <= xxx)) {
_root.sansa.play();
trace("ye");
}
if (this.top.hitTest(_root.rw1) && (this._y > _root.xr1._y)) {
trace("top");
_root.rw1._x = _root.rw1._x + sd;
}
if (this.quy.hitTest(_root.rw2)) {
_root.sansb.play();
trace("yeaa");
}
}
Instance of Symbol 701 MovieClip in Frame 18
onClipEvent (load) {
hit = 0;
sd = 3;
ysx = this._x + _root.map._x;
_xscale = 100;
}
onClipEvent (enterFrame) {
for (var cBullet in _root.bulletHolder) {
if ((((this._y <= (_root.bulletHolder[cBullet]._y + 7)) && (this._y >= (_root.bulletHolder[cBullet]._y - 7))) && (this._x <= (_root.bulletHolder[cBullet]._x + 7))) && (this._x >= (_root.bulletHolder[cBullet]._x - 7))) {
var i = Math.random();
animacija = _root.attachMovie("oblacic", "oblacic" + i, _root.getNextHighestDepth(), {_x:_root.bulletHolder[cBullet]._x, _y:_root.bulletHolder[cBullet]._y});
animacija._xscale = 10;
animacija._yscale = 10;
animacija.onEnterFrame = function () {
this._xscale = 10;
this._yscale = 10;
if (this._currentframe >= 17) {
this.removeMovieClip();
}
};
if (_root.xr1._xscale >= 0) {
_root.rw1._x = _root.bulletHolder[cBullet]._x - 40;
}
if (_root.xr1._xscale < 0) {
_root.rw1._x = _root.bulletHolder[cBullet]._x + 40;
}
_root.sansa.play();
_root.xr1._visible = true;
_root.bulletHolder[cBullet].removeMovieClip();
trace("ptica");
}
}
if (_xscale == 100) {
this._x = this._x + sd;
}
if (_xscale == -100) {
this._x = this._x - sd;
}
if (this._x < (ysx - 200)) {
_xscale = 100;
}
if (this._x > (ysx + 200)) {
_xscale = -100;
}
xx = this._x + _root.map._x;
if (this.joj.hitTest(_root.rw1)) {
hit++;
_root.sansa.play();
}
if (this.joj.hitTest(_root.rw2)) {
_root.sansb.play();
}
}
Instance of Symbol 944 MovieClip in Frame 18
onClipEvent (load) {
smer = 1;
sd = 2;
ysx = this._x + _root.map._x;
yyy = this._height / 2;
xxx = this._width / 2;
}
onClipEvent (enterFrame) {
for (var cBullet in _root.bulletHolder) {
if ((Math.abs(this._y - _root.bulletHolder[cBullet]._y) <= (yyy / 4)) && (Math.abs(this._x - _root.bulletHolder[cBullet]._x) <= xxx)) {
var i = Math.random();
animacija = _root.attachMovie("oblacic", "oblacic" + i, _root.getNextHighestDepth(), {_x:_root.bulletHolder[cBullet]._x, _y:_root.bulletHolder[cBullet]._y});
animacija._xscale = 10;
animacija._yscale = 10;
animacija.onEnterFrame = function () {
this._xscale = 10;
this._yscale = 10;
if (this._currentframe >= 17) {
this.removeMovieClip();
}
};
if (_root.xr1._xscale >= 0) {
_root.rw1._x = _root.bulletHolder[cBullet]._x - 40;
}
if (_root.xr1._xscale < 0) {
_root.rw1._x = _root.bulletHolder[cBullet]._x + 40;
}
_root.sansa.play();
_root.xr1._visible = true;
_root.bulletHolder[cBullet].removeMovieClip();
trace("ptica");
}
}
if (smer == 1) {
this._xscale = -100;
this._x = this._x + sd;
}
if (smer == -1) {
this._xscale = 100;
this._x = this._x - sd;
}
if (this._x < (ysx - 30)) {
smer = 1;
}
if (this._x > (ysx + 30)) {
smer = -1;
}
xx = this._x + _root.map._x;
if ((Math.abs(this._y - _root.rw1._y) <= (yyy / 2)) && (Math.abs(this._x - _root.rw1._x) <= xxx)) {
_root.sansa.play();
trace("ye");
}
if (this.top.hitTest(_root.rw1) && (this._y > _root.xr1._y)) {
trace("top");
_root.rw1._x = _root.rw1._x + sd;
}
if (this.quy.hitTest(_root.rw2)) {
_root.sansb.play();
trace("yeaa");
}
}
Instance of Symbol 477 MovieClip "zs5" in Frame 18
onClipEvent (load) {
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
this.gotoAndStop(2);
}
i++;
}
}
Instance of Symbol 477 MovieClip "zs4" in Frame 18
onClipEvent (load) {
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
this.gotoAndStop(2);
}
i++;
}
}
Instance of Symbol 720 MovieClip in Frame 18
onClipEvent (load) {
hit = 0;
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw) && (hit == 0)) {
hit = 1;
_root.sm++;
this.gotoAndStop(40);
var i = Math.random();
animacija = _root.attachMovie("oblacic", "oblacic" + i, _root.getNextHighestDepth(), {_x:this._x, _y:this._y});
animacija._xscale = 10;
animacija._yscale = 10;
animacija.onEnterFrame = function () {
var _local2 = new Color("animacija");
_local2.setRGB(16777215);
this._xscale = 10;
this._yscale = 10;
if (this._currentframe >= 17) {
this.removeMovieClip();
}
};
}
i++;
}
}
Instance of Symbol 723 MovieClip in Frame 18
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
_root.key++;
var i = Math.random();
animacija = _root.attachMovie("oblacic", "oblacic" + i, _root.getNextHighestDepth(), {_x:this._x, _y:this._y});
animacija._xscale = 10;
animacija._yscale = 10;
animacija.onEnterFrame = function () {
var _local2 = new Color("animacija");
_local2.setRGB(16777215);
this._xscale = 10;
this._yscale = 10;
if (this._currentframe >= 17) {
this.removeMovieClip();
}
};
this.gotoAndStop(40);
}
i++;
}
}
Frame 19
stop();
_root.hummer_on = false;
key = 0;
_root.puca = 0;
_root.finish_level = true;
fire_type = 1;
_root.sm = 3;
_root.zhonggs = 4;
_root.mbgs = 9;
_root.yjgs = 0;
_root.lout = 0;
_root.lout2 = 0;
_root.anniux = 0;
_root.anniux1 = 0;
_root.anniux2 = 0;
_root.anniux3 = 0;
_root.anniux4 = 0;
_root.rw1._y = 340;
_root.rw1._x = 80;
_root.xr1._xscale = 125;
_root.rw2._y = 40;
_root.rw2._x = 20;
_root.xr2._xscale = 60;
i = 1;
while (i < 10) {
_root["zs" + i].gotoAndStop(1);
i++;
}
Instance of Symbol 701 MovieClip in Frame 19
onClipEvent (load) {
hit = 0;
sd = 3;
ysx = this._y + _root.map._y;
_xscale = -100;
}
onClipEvent (enterFrame) {
for (var cBullet in _root.bulletHolder) {
if ((((this._y <= (_root.bulletHolder[cBullet]._y + 7)) && (this._y >= (_root.bulletHolder[cBullet]._y - 7))) && (this._x <= (_root.bulletHolder[cBullet]._x + 7))) && (this._x >= (_root.bulletHolder[cBullet]._x - 7))) {
var i = Math.random();
animacija = _root.attachMovie("oblacic", "oblacic" + i, _root.getNextHighestDepth(), {_x:_root.bulletHolder[cBullet]._x, _y:_root.bulletHolder[cBullet]._y});
animacija._xscale = 10;
animacija._yscale = 10;
animacija.onEnterFrame = function () {
this._xscale = 10;
this._yscale = 10;
if (this._currentframe >= 17) {
this.removeMovieClip();
}
};
if (_root.xr1._xscale >= 0) {
_root.rw1._x = _root.bulletHolder[cBullet]._x - 40;
}
if (_root.xr1._xscale < 0) {
_root.rw1._x = _root.bulletHolder[cBullet]._x + 40;
}
_root.sansa.play();
_root.xr1._visible = true;
_root.bulletHolder[cBullet].removeMovieClip();
trace("ptica");
}
}
if (_xscale == 100) {
this._y = this._y + sd;
}
if (_xscale == -100) {
this._y = this._y - sd;
}
if (this._y < (ysx - 100)) {
_xscale = 100;
}
if (this._y > (ysx + 100)) {
_xscale = -100;
}
xx = this._x + _root.map._x;
if (this.joj.hitTest(_root.rw1)) {
hit++;
_root.sansa.play();
}
if (this.joj.hitTest(_root.rw2)) {
_root.sansb.play();
}
}
Instance of Symbol 944 MovieClip in Frame 19
onClipEvent (load) {
smer = 1;
sd = 2;
ysx = this._x + _root.map._x;
yyy = this._height / 2;
xxx = this._width / 2;
}
onClipEvent (enterFrame) {
for (var cBullet in _root.bulletHolder) {
if ((Math.abs(this._y - _root.bulletHolder[cBullet]._y) <= (yyy / 4)) && (Math.abs(this._x - _root.bulletHolder[cBullet]._x) <= xxx)) {
var i = Math.random();
animacija = _root.attachMovie("oblacic", "oblacic" + i, _root.getNextHighestDepth(), {_x:_root.bulletHolder[cBullet]._x, _y:_root.bulletHolder[cBullet]._y});
animacija._xscale = 10;
animacija._yscale = 10;
animacija.onEnterFrame = function () {
this._xscale = 10;
this._yscale = 10;
if (this._currentframe >= 17) {
this.removeMovieClip();
}
};
if (_root.xr1._xscale >= 0) {
_root.rw1._x = _root.bulletHolder[cBullet]._x - 40;
}
if (_root.xr1._xscale < 0) {
_root.rw1._x = _root.bulletHolder[cBullet]._x + 40;
}
_root.sansa.play();
_root.xr1._visible = true;
_root.bulletHolder[cBullet].removeMovieClip();
trace("ptica");
}
}
if (smer == 1) {
this._xscale = -100;
this._x = this._x + sd;
}
if (smer == -1) {
this._xscale = 100;
this._x = this._x - sd;
}
if (this._x < (ysx - 75)) {
smer = 1;
}
if (this._x > (ysx + 75)) {
smer = -1;
}
xx = this._x + _root.map._x;
if ((Math.abs(this._y - _root.rw1._y) <= (yyy / 2)) && (Math.abs(this._x - _root.rw1._x) <= xxx)) {
_root.sansa.play();
trace("ye");
}
if (this.top.hitTest(_root.rw1) && (this._y > _root.xr1._y)) {
trace("top");
_root.rw1._x = _root.rw1._x + sd;
}
if (this.quy.hitTest(_root.rw2)) {
_root.sansb.play();
trace("yeaa");
}
}
Instance of Symbol 701 MovieClip in Frame 19
onClipEvent (load) {
hit = 0;
sd = 3;
ysx = this._y + _root.map._y;
_xscale = -100;
}
onClipEvent (enterFrame) {
for (var cBullet in _root.bulletHolder) {
if ((((this._y <= (_root.bulletHolder[cBullet]._y + 7)) && (this._y >= (_root.bulletHolder[cBullet]._y - 7))) && (this._x <= (_root.bulletHolder[cBullet]._x + 7))) && (this._x >= (_root.bulletHolder[cBullet]._x - 7))) {
var i = Math.random();
animacija = _root.attachMovie("oblacic", "oblacic" + i, _root.getNextHighestDepth(), {_x:_root.bulletHolder[cBullet]._x, _y:_root.bulletHolder[cBullet]._y});
animacija._xscale = 10;
animacija._yscale = 10;
animacija.onEnterFrame = function () {
this._xscale = 10;
this._yscale = 10;
if (this._currentframe >= 17) {
this.removeMovieClip();
}
};
if (_root.xr1._xscale >= 0) {
_root.rw1._x = _root.bulletHolder[cBullet]._x - 40;
}
if (_root.xr1._xscale < 0) {
_root.rw1._x = _root.bulletHolder[cBullet]._x + 40;
}
_root.sansa.play();
_root.xr1._visible = true;
_root.bulletHolder[cBullet].removeMovieClip();
trace("ptica");
}
}
if (_xscale == 100) {
this._y = this._y + sd;
}
if (_xscale == -100) {
this._y = this._y - sd;
}
if (this._y < (ysx - 100)) {
_xscale = 100;
}
if (this._y > (ysx + 100)) {
_xscale = -100;
}
xx = this._x + _root.map._x;
if (this.joj.hitTest(_root.rw1)) {
hit++;
_root.sansa.play();
}
if (this.joj.hitTest(_root.rw2)) {
_root.sansb.play();
}
}
Instance of Symbol 477 MovieClip "zs6" in Frame 19
onClipEvent (load) {
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
this.gotoAndStop(2);
}
i++;
}
}
Instance of Symbol 477 MovieClip "zs2" in Frame 19
onClipEvent (load) {
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
this.gotoAndStop(2);
}
i++;
}
}
Instance of Symbol 720 MovieClip in Frame 19
onClipEvent (load) {
hit = 0;
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw) && (hit == 0)) {
hit = 1;
_root.sm++;
this.gotoAndStop(40);
var i = Math.random();
animacija = _root.attachMovie("oblacic", "oblacic" + i, _root.getNextHighestDepth(), {_x:this._x, _y:this._y});
animacija._xscale = 10;
animacija._yscale = 10;
animacija.onEnterFrame = function () {
var _local2 = new Color("animacija");
_local2.setRGB(16777215);
this._xscale = 10;
this._yscale = 10;
if (this._currentframe >= 17) {
this.removeMovieClip();
}
};
}
i++;
}
}
Instance of Symbol 723 MovieClip in Frame 19
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
_root.key++;
var i = Math.random();
animacija = _root.attachMovie("oblacic", "oblacic" + i, _root.getNextHighestDepth(), {_x:this._x, _y:this._y});
animacija._xscale = 10;
animacija._yscale = 10;
animacija.onEnterFrame = function () {
var _local2 = new Color("animacija");
_local2.setRGB(16777215);
this._xscale = 10;
this._yscale = 10;
if (this._currentframe >= 17) {
this.removeMovieClip();
}
};
this.gotoAndStop(40);
}
i++;
}
}
Frame 20
stop();
_root.hummer_on = false;
key = 0;
_root.puca = 0;
_root.finish_level = true;
fire_type = 1;
_root.sm = 3;
_root.zhonggs = 19;
_root.mbgs = 9;
_root.yjgs = 0;
_root.lout = 0;
_root.lout2 = 0;
_root.anniux = 0;
_root.anniux1 = 0;
_root.anniux2 = 0;
_root.anniux3 = 0;
_root.anniux4 = 0;
_root.rw1._y = 429;
_root.rw1._x = 600;
_root.xr1._xscale = -125;
_root.rw2._y = 429;
_root.rw2._x = 40;
_root.xr2._xscale = 60;
i = 1;
while (i < 10) {
_root["zs" + i].gotoAndStop(1);
i++;
}
_root.kg1.gotoAndStop(1);
Instance of Symbol 707 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.rw1) && (_root.mbgs == _root.yjgs)) {
_root.guo.play();
}
}
Instance of Symbol 707 MovieClip in Frame 20
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
_root.gotoAndStop("over");
}
i++;
}
}
Instance of Symbol 884 MovieClip in Frame 20
onClipEvent (load) {
_root.anniux1 = 0;
pz = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.rw1)) {
pz = 1;
_root.anniux1 = 1;
this.gotoAndStop(2);
} else if (pz == 1) {
_root.anniux1 = 0;
this.gotoAndStop(1);
pz = 0;
}
if (this.hitTest(_root.rw2)) {
pz = 2;
_root.anniux1 = 1;
this.gotoAndStop(2);
} else if (pz == 2) {
_root.anniux1 = 0;
this.gotoAndStop(1);
pz = 0;
}
}
Instance of Symbol 477 MovieClip "zs4" in Frame 20
onClipEvent (load) {
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
this.gotoAndStop(2);
}
i++;
}
}
Instance of Symbol 856 MovieClip in Frame 20
onClipEvent (load) {
_root.anniux3 = 0;
pz = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.rw1)) {
pz = 1;
_root.anniux3 = 1;
this.gotoAndStop(2);
} else if (pz == 1) {
_root.anniux3 = 0;
this.gotoAndStop(1);
pz = 0;
}
if (this.hitTest(_root.rw2)) {
pz = 2;
_root.anniux3 = 1;
this.gotoAndStop(2);
} else if (pz == 2) {
_root.anniux3 = 0;
this.gotoAndStop(1);
pz = 0;
}
}
Instance of Symbol 981 MovieClip in Frame 20
onClipEvent (load) {
_root.anniux2 = 0;
pz = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.rw1)) {
pz = 1;
_root.anniux2 = 1;
this.gotoAndStop(2);
} else if (pz == 1) {
_root.anniux2 = 0;
this.gotoAndStop(1);
pz = 0;
}
if (this.hitTest(_root.rw2)) {
pz = 2;
_root.anniux2 = 1;
this.gotoAndStop(2);
} else if (pz == 2) {
_root.anniux2 = 0;
this.gotoAndStop(1);
pz = 0;
}
}
Instance of Symbol 983 MovieClip in Frame 20
onClipEvent (load) {
_root.anniux5 = 0;
pz = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.rw1)) {
pz = 1;
_root.anniux5 = 1;
this.gotoAndStop(2);
} else if (pz == 1) {
_root.anniux5 = 0;
this.gotoAndStop(1);
pz = 0;
}
if (this.hitTest(_root.rw2)) {
pz = 2;
_root.anniux5 = 1;
this.gotoAndStop(2);
} else if (pz == 2) {
_root.anniux5 = 0;
this.gotoAndStop(1);
pz = 0;
}
}
Instance of Symbol 985 MovieClip in Frame 20
onClipEvent (load) {
_root.anniux4 = 0;
pz = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.rw1)) {
pz = 1;
_root.anniux4 = 1;
this.gotoAndStop(2);
} else if (pz == 1) {
_root.anniux4 = 0;
this.gotoAndStop(1);
pz = 0;
}
if (this.hitTest(_root.rw2)) {
pz = 2;
_root.anniux4 = 1;
this.gotoAndStop(2);
} else if (pz == 2) {
_root.anniux4 = 0;
this.gotoAndStop(1);
pz = 0;
}
}
Instance of Symbol 987 MovieClip in Frame 20
onClipEvent (load) {
_root.anniux6 = 0;
pz = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.rw1)) {
pz = 1;
_root.anniux6 = 1;
this.gotoAndStop(2);
} else if (pz == 1) {
_root.anniux6 = 0;
this.gotoAndStop(1);
pz = 0;
}
if (this.hitTest(_root.rw2)) {
pz = 2;
_root.anniux6 = 1;
this.gotoAndStop(2);
} else if (pz == 2) {
_root.anniux6 = 0;
this.gotoAndStop(1);
pz = 0;
}
}
Frame 21
stop();
_root.hummer_on = false;
key = 0;
_root.puca = 0;
_root.finish_level = true;
fire_type = 1;
_root.sm = 3;
_root.zhonggs = 11;
_root.mbgs = 9;
_root.yjgs = 0;
_root.lout = 0;
_root.lout2 = 0;
_root.anniux = 0;
_root.anniux1 = 0;
_root.anniux2 = 0;
_root.anniux3 = 0;
_root.anniux4 = 0;
_root.rw1._y = 350;
_root.rw1._x = 80;
_root.xr1._xscale = 125;
_root.rw2._y = 50;
_root.rw2._x = 200;
_root.xr2._xscale = 60;
i = 1;
while (i < 10) {
_root["zs" + i].gotoAndStop(1);
i++;
}
_root.kg1.gotoAndStop(1);
Instance of Symbol 997 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (_root.anniux2 == 0) {
this.gotoAndStop(1);
if (this.hitTest(_root.rw1)) {
_root.rw1._x = _root.rw1._x - (5 - ((4 * (this._x - _root.rw1._x)) / 200));
} else {
_root.rw1.xspeed = 4;
}
if (this.hitTest(_root.rw2)) {
_root.rw2._x = _root.rw2._x - (5 - ((4 * (this._x - _root.rw2._x)) / 200));
} else {
_root.rw2.xspeed = 4;
}
} else {
this.gotoAndStop(2);
}
}
Instance of Symbol 701 MovieClip in Frame 21
onClipEvent (load) {
hit = 0;
sd = 3;
ysx = this._x + _root.map._x;
_xscale = -100;
yyy = this._height / 2;
xxx = this._width / 2;
}
onClipEvent (enterFrame) {
for (var cBullet in _root.bulletHolder) {
if ((Math.abs(this._y - _root.bulletHolder[cBullet]._y) <= (yyy / 2)) && (Math.abs(this._x - _root.bulletHolder[cBullet]._x) <= xxx)) {
var i = Math.random();
animacija = _root.attachMovie("oblacic", "oblacic" + i, _root.getNextHighestDepth(), {_x:_root.bulletHolder[cBullet]._x, _y:_root.bulletHolder[cBullet]._y});
animacija._xscale = 10;
animacija._yscale = 10;
animacija.onEnterFrame = function () {
this._xscale = 10;
this._yscale = 10;
if (this._currentframe >= 17) {
this.removeMovieClip();
}
};
if (_root.xr1._xscale >= 0) {
_root.rw1._x = _root.bulletHolder[cBullet]._x - 40;
}
if (_root.xr1._xscale < 0) {
_root.rw1._x = _root.bulletHolder[cBullet]._x + 40;
}
_root.sansa.play();
_root.xr1._visible = true;
_root.bulletHolder[cBullet].removeMovieClip();
trace("ptica");
}
}
if (_xscale == 100) {
this._x = this._x + sd;
}
if (_xscale == -100) {
this._x = this._x - sd;
}
if (this._x < (ysx - 200)) {
_xscale = 100;
}
if (this._x > (ysx + 200)) {
_xscale = -100;
}
xx = this._x + _root.map._x;
if (this.joj.hitTest(_root.rw1)) {
hit++;
_root.sansa.play();
}
if (this.joj.hitTest(_root.rw2)) {
_root.sansb.play();
}
}
Instance of Symbol 944 MovieClip in Frame 21
onClipEvent (load) {
smer = 1;
sd = 2;
ysx = this._x + _root.map._x;
yyy = this._height / 2;
xxx = this._width / 2;
}
onClipEvent (enterFrame) {
for (var cBullet in _root.bulletHolder) {
if ((Math.abs(this._y - _root.bulletHolder[cBullet]._y) <= (yyy / 4)) && (Math.abs(this._x - _root.bulletHolder[cBullet]._x) <= xxx)) {
var i = Math.random();
animacija = _root.attachMovie("oblacic", "oblacic" + i, _root.getNextHighestDepth(), {_x:_root.bulletHolder[cBullet]._x, _y:_root.bulletHolder[cBullet]._y});
animacija._xscale = 10;
animacija._yscale = 10;
animacija.onEnterFrame = function () {
this._xscale = 10;
this._yscale = 10;
if (this._currentframe >= 17) {
this.removeMovieClip();
}
};
if (_root.xr1._xscale >= 0) {
_root.rw1._x = _root.bulletHolder[cBullet]._x - 40;
}
if (_root.xr1._xscale < 0) {
_root.rw1._x = _root.bulletHolder[cBullet]._x + 40;
}
_root.sansa.play();
_root.xr1._visible = true;
_root.bulletHolder[cBullet].removeMovieClip();
trace("ptica");
}
}
if (smer == 1) {
this._xscale = -100;
this._x = this._x + sd;
}
if (smer == -1) {
this._xscale = 100;
this._x = this._x - sd;
}
if (this._x < (ysx - 50)) {
smer = 1;
}
if (this._x > (ysx + 50)) {
smer = -1;
}
xx = this._x + _root.map._x;
if ((Math.abs(this._y - _root.rw1._y) <= (yyy / 2)) && (Math.abs(this._x - _root.rw1._x) <= xxx)) {
_root.sansa.play();
trace("ye");
}
if (this.top.hitTest(_root.rw1) && (this._y > _root.xr1._y)) {
trace("top");
_root.rw1._x = _root.rw1._x + sd;
}
if (this.quy.hitTest(_root.rw2)) {
_root.sansb.play();
trace("yeaa");
}
}
Instance of Symbol 1027 MovieClip in Frame 21
onClipEvent (load) {
smer = 1;
sd = 2;
ysx = this._x + _root.map._x;
visina = _root.rw1._height / 2;
yyy = visina + (this._height / 2);
xxx = this._width / 2;
}
onClipEvent (enterFrame) {
for (var cBullet in _root.bulletHolder) {
if ((Math.abs(this._y - _root.bulletHolder[cBullet]._y) <= yyy) && (Math.abs(this._x - _root.bulletHolder[cBullet]._x) <= xxx)) {
var i = Math.random();
animacija = _root.attachMovie("oblacic", "oblacic" + i, _root.getNextHighestDepth(), {_x:_root.bulletHolder[cBullet]._x, _y:_root.bulletHolder[cBullet]._y});
animacija._xscale = 10;
animacija._yscale = 10;
animacija.onEnterFrame = function () {
this._xscale = 10;
this._yscale = 10;
if (this._currentframe >= 17) {
this.removeMovieClip();
}
};
if (_root.xr1._xscale >= 0) {
_root.rw1._x = _root.bulletHolder[cBullet]._x - 40;
}
if (_root.xr1._xscale < 0) {
_root.rw1._x = _root.bulletHolder[cBullet]._x + 40;
}
_root.sansa.play();
_root.xr1._visible = true;
_root.bulletHolder[cBullet].removeMovieClip();
trace("ptica");
}
}
if (smer == 1) {
this._xscale = -100;
this._x = this._x + sd;
}
if (smer == -1) {
this._xscale = 100;
this._x = this._x - sd;
}
if (this._x < (ysx - 35)) {
smer = 1;
}
if (this._x > (ysx + 35)) {
smer = -1;
}
xx = this._x + _root.map._x;
if ((Math.abs(this._y - _root.rw1._y) <= yyy) && (Math.abs(this._x - _root.rw1._x) <= xxx)) {
_root.sansa.play();
}
if (this.top.hitTest(_root.rw1) && (this._y > _root.xr1._y)) {
trace("top");
_root.rw1._x = _root.rw1._x + sd;
}
if (this.quy.hitTest(_root.rw2)) {
_root.sansb.play();
trace("yeaa");
}
}
Instance of Symbol 944 MovieClip in Frame 21
onClipEvent (load) {
smer = 1;
sd = 2;
ysx = this._x + _root.map._x;
yyy = this._height / 2;
xxx = this._width / 2;
}
onClipEvent (enterFrame) {
for (var cBullet in _root.bulletHolder) {
if ((Math.abs(this._y - _root.bulletHolder[cBullet]._y) <= (yyy / 4)) && (Math.abs(this._x - _root.bulletHolder[cBullet]._x) <= xxx)) {
var i = Math.random();
animacija = _root.attachMovie("oblacic", "oblacic" + i, _root.getNextHighestDepth(), {_x:_root.bulletHolder[cBullet]._x, _y:_root.bulletHolder[cBullet]._y});
animacija._xscale = 10;
animacija._yscale = 10;
animacija.onEnterFrame = function () {
this._xscale = 10;
this._yscale = 10;
if (this._currentframe >= 17) {
this.removeMovieClip();
}
};
if (_root.xr1._xscale >= 0) {
_root.rw1._x = _root.bulletHolder[cBullet]._x - 40;
}
if (_root.xr1._xscale < 0) {
_root.rw1._x = _root.bulletHolder[cBullet]._x + 40;
}
_root.sansa.play();
_root.xr1._visible = true;
_root.bulletHolder[cBullet].removeMovieClip();
trace("ptica");
}
}
if (smer == 1) {
this._xscale = -100;
this._x = this._x + sd;
}
if (smer == -1) {
this._xscale = 100;
this._x = this._x - sd;
}
if (this._x < (ysx - 50)) {
smer = 1;
}
if (this._x > (ysx + 50)) {
smer = -1;
}
xx = this._x + _root.map._x;
if ((Math.abs(this._y - _root.rw1._y) <= (yyy / 2)) && (Math.abs(this._x - _root.rw1._x) <= xxx)) {
_root.sansa.play();
trace("ye");
}
if (this.top.hitTest(_root.rw1) && (this._y > _root.xr1._y)) {
trace("top");
_root.rw1._x = _root.rw1._x + sd;
}
if (this.quy.hitTest(_root.rw2)) {
_root.sansb.play();
trace("yeaa");
}
}
Instance of Symbol 944 MovieClip in Frame 21
onClipEvent (load) {
smer = 1;
sd = 2;
ysx = this._x + _root.map._x;
yyy = this._height / 2;
xxx = this._width / 2;
}
onClipEvent (enterFrame) {
for (var cBullet in _root.bulletHolder) {
if ((Math.abs(this._y - _root.bulletHolder[cBullet]._y) <= (yyy / 4)) && (Math.abs(this._x - _root.bulletHolder[cBullet]._x) <= xxx)) {
var i = Math.random();
animacija = _root.attachMovie("oblacic", "oblacic" + i, _root.getNextHighestDepth(), {_x:_root.bulletHolder[cBullet]._x, _y:_root.bulletHolder[cBullet]._y});
animacija._xscale = 10;
animacija._yscale = 10;
animacija.onEnterFrame = function () {
this._xscale = 10;
this._yscale = 10;
if (this._currentframe >= 17) {
this.removeMovieClip();
}
};
if (_root.xr1._xscale >= 0) {
_root.rw1._x = _root.bulletHolder[cBullet]._x - 40;
}
if (_root.xr1._xscale < 0) {
_root.rw1._x = _root.bulletHolder[cBullet]._x + 40;
}
_root.sansa.play();
_root.xr1._visible = true;
_root.bulletHolder[cBullet].removeMovieClip();
trace("ptica");
}
}
if (smer == 1) {
this._xscale = -100;
this._x = this._x + sd;
}
if (smer == -1) {
this._xscale = 100;
this._x = this._x - sd;
}
if (this._x < (ysx - 50)) {
smer = 1;
}
if (this._x > (ysx + 50)) {
smer = -1;
}
xx = this._x + _root.map._x;
if ((Math.abs(this._y - _root.rw1._y) <= (yyy / 2)) && (Math.abs(this._x - _root.rw1._x) <= xxx)) {
_root.sansa.play();
trace("ye");
}
if (this.top.hitTest(_root.rw1) && (this._y > _root.xr1._y)) {
trace("top");
_root.rw1._x = _root.rw1._x + sd;
}
if (this.quy.hitTest(_root.rw2)) {
_root.sansb.play();
trace("yeaa");
}
}
Instance of Symbol 707 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.rw1) && (_root.key >= 1)) {
_root.finish_level = false;
_root.door.gotoAndStop(2);
}
}
Instance of Symbol 712 MovieClip "door" in Frame 21
onClipEvent (enterFrame) {
if (_root.finish_level) {
this.gotoAndStop(1);
}
}
Instance of Symbol 720 MovieClip in Frame 21
onClipEvent (load) {
hit = 0;
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw) && (hit == 0)) {
hit = 1;
_root.sm++;
this.gotoAndStop(40);
var i = Math.random();
animacija = _root.attachMovie("oblacic", "oblacic" + i, _root.getNextHighestDepth(), {_x:this._x, _y:this._y});
animacija._xscale = 10;
animacija._yscale = 10;
animacija.onEnterFrame = function () {
var _local2 = new Color("animacija");
_local2.setRGB(16777215);
this._xscale = 10;
this._yscale = 10;
if (this._currentframe >= 17) {
this.removeMovieClip();
}
};
}
i++;
}
}
Instance of Symbol 723 MovieClip in Frame 21
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
_root.key++;
var i = Math.random();
animacija = _root.attachMovie("oblacic", "oblacic" + i, _root.getNextHighestDepth(), {_x:this._x, _y:this._y});
animacija._xscale = 10;
animacija._yscale = 10;
animacija.onEnterFrame = function () {
var _local2 = new Color("animacija");
_local2.setRGB(16777215);
this._xscale = 10;
this._yscale = 10;
if (this._currentframe >= 17) {
this.removeMovieClip();
}
};
this.gotoAndStop(40);
}
i++;
}
}
Frame 22
stop();
_root.hummer_on = false;
_root.score = 0;
key = 0;
_root.puca = 0;
_root.finish_level = true;
fire_type = 1;
_root.sm = 3;
_root.zhonggs = 3;
_root.mbgs = 9;
_root.yjgs = 0;
_root.lout = 0;
_root.lout2 = 0;
_root.anniux = 0;
_root.anniux1 = 0;
_root.anniux2 = 0;
_root.anniux3 = 0;
_root.anniux4 = 0;
_root.rw1._y = 350;
_root.rw1._x = 90;
_root.xr1._xscale = 125;
_root.rw2._y = 280;
_root.rw2._x = 350;
_root.xr2._xscale = 60;
i = 1;
while (i < 10) {
_root["zs" + i].gotoAndStop(1);
i++;
}
Instance of Symbol 856 MovieClip in Frame 22
onClipEvent (load) {
_root.anniux = 0;
pz = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.rw1)) {
pz = 1;
_root.anniux = 1;
this.gotoAndStop(2);
} else if (pz == 1) {
_root.anniux = 0;
this.gotoAndStop(1);
pz = 0;
}
if (this.hitTest(_root.rw2)) {
pz = 2;
_root.anniux = 1;
this.gotoAndStop(2);
} else if (pz == 2) {
_root.anniux = 0;
this.gotoAndStop(1);
pz = 0;
}
if (this.hitTest(_root.map.xiangz1)) {
pz = 3;
_root.anniux = 1;
this.gotoAndStop(2);
} else if (pz == 3) {
_root.anniux = 0;
this.gotoAndStop(1);
pz = 0;
}
if (this.hitTest(_root.map.xiangz3)) {
pz = 4;
_root.anniux = 1;
this.gotoAndStop(2);
} else if (pz == 4) {
_root.anniux = 0;
this.gotoAndStop(1);
pz = 0;
}
}
Instance of Symbol 701 MovieClip in Frame 22
onClipEvent (load) {
hit = 0;
sd = 3;
ysx = this._x + _root.map._x;
_xscale = -100;
}
onClipEvent (enterFrame) {
for (var cBullet in _root.bulletHolder) {
if ((((this._y <= (_root.bulletHolder[cBullet]._y + 7)) && (this._y >= (_root.bulletHolder[cBullet]._y - 7))) && (this._x <= (_root.bulletHolder[cBullet]._x + 7))) && (this._x >= (_root.bulletHolder[cBullet]._x - 7))) {
var i = Math.random();
animacija = _root.attachMovie("oblacic", "oblacic" + i, _root.getNextHighestDepth(), {_x:_root.bulletHolder[cBullet]._x, _y:_root.bulletHolder[cBullet]._y});
animacija._xscale = 10;
animacija._yscale = 10;
animacija.onEnterFrame = function () {
this._xscale = 10;
this._yscale = 10;
if (this._currentframe >= 17) {
this.removeMovieClip();
}
};
if (_root.xr1._xscale >= 0) {
_root.rw1._x = _root.bulletHolder[cBullet]._x - 40;
}
if (_root.xr1._xscale < 0) {
_root.rw1._x = _root.bulletHolder[cBullet]._x + 40;
}
_root.xr1._visible = true;
_root.sansa.play();
_root.bulletHolder[cBullet].removeMovieClip();
trace("ptica");
}
}
if (_xscale == 100) {
this._x = this._x + sd;
}
if (_xscale == -100) {
this._x = this._x - sd;
}
if (this._x < (ysx - 200)) {
_xscale = 100;
}
if (this._x > (ysx + 200)) {
_xscale = -100;
}
xx = this._x + _root.map._x;
if (this.joj.hitTest(_root.rw1)) {
hit++;
_root.sansa.play();
}
if (this.joj.hitTest(_root.rw2)) {
_root.sansb.play();
}
}
Instance of Symbol 701 MovieClip in Frame 22
onClipEvent (load) {
hit = 0;
sd = 3;
ysx = this._x + _root.map._x;
_xscale = -100;
}
onClipEvent (enterFrame) {
for (var cBullet in _root.bulletHolder) {
if ((((this._y <= (_root.bulletHolder[cBullet]._y + 7)) && (this._y >= (_root.bulletHolder[cBullet]._y - 7))) && (this._x <= (_root.bulletHolder[cBullet]._x + 7))) && (this._x >= (_root.bulletHolder[cBullet]._x - 7))) {
var i = Math.random();
animacija = _root.attachMovie("oblacic", "oblacic" + i, _root.getNextHighestDepth(), {_x:_root.bulletHolder[cBullet]._x, _y:_root.bulletHolder[cBullet]._y});
animacija._xscale = 10;
animacija._yscale = 10;
animacija.onEnterFrame = function () {
this._xscale = 10;
this._yscale = 10;
if (this._currentframe >= 17) {
this.removeMovieClip();
}
};
var die_snd = new Sound();
die_snd.attachSound("die_sound");
die_snd.start(0, 1);
this.onEnterFrame = function () {
this._alpha = this._alpha - 10;
if (this._alpha <= 0) {
this.swapDepths(0);
this.removeMovieClip();
}
};
if (_root.xr1._xscale >= 0) {
_root.rw1._x = _root.bulletHolder[cBullet]._x - 40;
}
if (_root.xr1._xscale < 0) {
_root.rw1._x = _root.bulletHolder[cBullet]._x + 40;
}
_root.xr1._visible = true;
_root.sansa.play();
_root.bulletHolder[cBullet].removeMovieClip();
trace("ptica");
}
}
if (_xscale == 100) {
this._x = this._x + sd;
}
if (_xscale == -100) {
this._x = this._x - sd;
}
if (this._x < (ysx - 200)) {
_xscale = 100;
}
if (this._x > (ysx + 200)) {
_xscale = -100;
}
xx = this._x + _root.map._x;
if (this.joj.hitTest(_root.rw1)) {
hit++;
_root.sansa.play();
}
if (this.joj.hitTest(_root.rw2)) {
_root.sansb.play();
}
}
Instance of Symbol 477 MovieClip "zs7" in Frame 22
onClipEvent (load) {
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
_root.score = _root.score + 1;
this.gotoAndStop(2);
}
i++;
}
}
Instance of Symbol 720 MovieClip in Frame 22
onClipEvent (load) {
hit = 0;
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw) && (hit == 0)) {
hit = 1;
_root.sm++;
this.gotoAndStop(40);
var i = Math.random();
animacija = _root.attachMovie("oblacic", "oblacic" + i, _root.getNextHighestDepth(), {_x:this._x, _y:this._y});
animacija._xscale = 10;
animacija._yscale = 10;
animacija.onEnterFrame = function () {
var _local2 = new Color("animacija");
_local2.setRGB(16777215);
this._xscale = 10;
this._yscale = 10;
if (this._currentframe >= 17) {
this.removeMovieClip();
}
};
}
i++;
}
}
Instance of Symbol 723 MovieClip in Frame 22
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
_root.key++;
var i = Math.random();
animacija = _root.attachMovie("oblacic", "oblacic" + i, _root.getNextHighestDepth(), {_x:this._x, _y:this._y});
animacija._xscale = 10;
animacija._yscale = 10;
animacija.onEnterFrame = function () {
var _local2 = new Color("animacija");
_local2.setRGB(16777215);
this._xscale = 10;
this._yscale = 10;
if (this._currentframe >= 17) {
this.removeMovieClip();
}
};
this.gotoAndStop(40);
}
i++;
}
}
Frame 23
stop();
_root.hummer_on = false;
key = 0;
_root.puca = 0;
_root.finish_level = true;
fire_type = 1;
_root.sm = 3;
_root.zhonggs = 9;
_root.mbgs = 9;
_root.yjgs = 0;
_root.lout = 0;
_root.lout2 = 0;
_root.anniux = 0;
_root.anniux1 = 0;
_root.anniux2 = 0;
_root.anniux3 = 0;
_root.anniux4 = 0;
_root.rw1._y = 450;
_root.rw1._x = 80;
_root.xr1._xscale = -125;
_root.rw2._y = 450;
_root.rw2._x = 140;
_root.xr2._xscale = 60;
i = 1;
while (i < 10) {
_root["zs" + i].gotoAndStop(1);
i++;
}
_root.kg1.gotoAndStop(1);
Instance of Symbol 956 MovieClip in Frame 23
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["xr" + i];
if (this.fire.hitTest(_root.renw)) {
_root.renw.stop();
_root.sansa.play();
}
i++;
}
}
Instance of Symbol 701 MovieClip in Frame 23
onClipEvent (load) {
hit = 0;
sd = 3;
ysx = this._x + _root.map._x;
_xscale = -100;
}
onClipEvent (enterFrame) {
for (var cBullet in _root.bulletHolder) {
if ((((this._y <= (_root.bulletHolder[cBullet]._y + 7)) && (this._y >= (_root.bulletHolder[cBullet]._y - 7))) && (this._x <= (_root.bulletHolder[cBullet]._x + 7))) && (this._x >= (_root.bulletHolder[cBullet]._x - 7))) {
var die_snd = new Sound();
die_snd.attachSound("die_sound");
die_snd.start(0, 1);
this.onEnterFrame = function () {
this._alpha = this._alpha - 10;
if (this._alpha <= 0) {
this.swapDepths(0);
this.removeMovieClip();
}
};
_root.bulletHolder[cBullet].removeMovieClip();
trace("ptica");
}
}
if (_xscale == 100) {
this._x = this._x + sd;
}
if (_xscale == -100) {
this._x = this._x - sd;
}
if (this._x < (ysx - 200)) {
_xscale = 100;
}
if (this._x > (ysx + 200)) {
_xscale = -100;
}
xx = this._x + _root.map._x;
if (this.joj.hitTest(_root.rw1)) {
hit++;
_root.sansa.play();
}
if (this.joj.hitTest(_root.rw2)) {
_root.sansb.play();
}
}
Instance of Symbol 701 MovieClip in Frame 23
onClipEvent (load) {
hit = 0;
sd = 3;
ysx = this._x + _root.map._x;
_xscale = -100;
}
onClipEvent (enterFrame) {
for (var cBullet in _root.bulletHolder) {
if ((((this._y <= (_root.bulletHolder[cBullet]._y + 7)) && (this._y >= (_root.bulletHolder[cBullet]._y - 7))) && (this._x <= (_root.bulletHolder[cBullet]._x + 7))) && (this._x >= (_root.bulletHolder[cBullet]._x - 7))) {
var i = Math.random();
animacija = _root.attachMovie("oblacic", "oblacic" + i, _root.getNextHighestDepth(), {_x:_root.bulletHolder[cBullet]._x, _y:_root.bulletHolder[cBullet]._y});
animacija._xscale = 10;
animacija._yscale = 10;
animacija.onEnterFrame = function () {
this._xscale = 10;
this._yscale = 10;
if (this._currentframe >= 17) {
this.removeMovieClip();
}
};
if (_root.xr1._xscale >= 0) {
_root.rw1._x = _root.bulletHolder[cBullet]._x - 40;
}
if (_root.xr1._xscale < 0) {
_root.rw1._x = _root.bulletHolder[cBullet]._x + 40;
}
_root.sansa.play();
_root.xr1._visible = true;
_root.bulletHolder[cBullet].removeMovieClip();
trace("ptica");
}
}
if (_xscale == 100) {
this._x = this._x + sd;
}
if (_xscale == -100) {
this._x = this._x - sd;
}
if (this._x < (ysx - 200)) {
_xscale = 100;
}
if (this._x > (ysx + 200)) {
_xscale = -100;
}
xx = this._x + _root.map._x;
if (this.joj.hitTest(_root.rw1)) {
hit++;
_root.sansa.play();
}
if (this.joj.hitTest(_root.rw2)) {
_root.sansb.play();
}
}
Instance of Symbol 944 MovieClip in Frame 23
onClipEvent (load) {
smer = 1;
sd = 2;
ysx = this._x + _root.map._x;
yyy = this._height / 2;
xxx = this._width / 2;
}
onClipEvent (enterFrame) {
for (var cBullet in _root.bulletHolder) {
if ((Math.abs(this._y - _root.bulletHolder[cBullet]._y) <= (yyy / 4)) && (Math.abs(this._x - _root.bulletHolder[cBullet]._x) <= xxx)) {
var i = Math.random();
animacija = _root.attachMovie("oblacic", "oblacic" + i, _root.getNextHighestDepth(), {_x:_root.bulletHolder[cBullet]._x, _y:_root.bulletHolder[cBullet]._y});
animacija._xscale = 10;
animacija._yscale = 10;
animacija.onEnterFrame = function () {
this._xscale = 10;
this._yscale = 10;
if (this._currentframe >= 17) {
this.removeMovieClip();
}
};
if (_root.xr1._xscale >= 0) {
_root.rw1._x = _root.bulletHolder[cBullet]._x - 40;
}
if (_root.xr1._xscale < 0) {
_root.rw1._x = _root.bulletHolder[cBullet]._x + 40;
}
_root.sansa.play();
_root.xr1._visible = true;
_root.bulletHolder[cBullet].removeMovieClip();
trace("ptica");
}
}
if (smer == 1) {
this._xscale = -100;
this._x = this._x + sd;
}
if (smer == -1) {
this._xscale = 100;
this._x = this._x - sd;
}
if (this._x < (ysx - 30)) {
smer = 1;
}
if (this._x > (ysx + 30)) {
smer = -1;
}
xx = this._x + _root.map._x;
if ((Math.abs(this._y - _root.rw1._y) <= (yyy / 2)) && (Math.abs(this._x - _root.rw1._x) <= xxx)) {
_root.sansa.play();
trace("ye");
}
if (this.top.hitTest(_root.rw1) && (this._y > _root.xr1._y)) {
trace("top");
_root.rw1._x = _root.rw1._x + sd;
}
if (this.quy.hitTest(_root.rw2)) {
_root.sansb.play();
trace("yeaa");
}
}
Instance of Symbol 944 MovieClip in Frame 23
onClipEvent (load) {
smer = 1;
sd = 2;
ysx = this._x + _root.map._x;
yyy = this._height / 2;
xxx = this._width / 2;
}
onClipEvent (enterFrame) {
for (var cBullet in _root.bulletHolder) {
if ((Math.abs(this._y - _root.bulletHolder[cBullet]._y) <= (yyy / 4)) && (Math.abs(this._x - _root.bulletHolder[cBullet]._x) <= xxx)) {
var i = Math.random();
animacija = _root.attachMovie("oblacic", "oblacic" + i, _root.getNextHighestDepth(), {_x:_root.bulletHolder[cBullet]._x, _y:_root.bulletHolder[cBullet]._y});
animacija._xscale = 10;
animacija._yscale = 10;
animacija.onEnterFrame = function () {
this._xscale = 10;
this._yscale = 10;
if (this._currentframe >= 17) {
this.removeMovieClip();
}
};
if (_root.xr1._xscale >= 0) {
_root.rw1._x = _root.bulletHolder[cBullet]._x - 40;
}
if (_root.xr1._xscale < 0) {
_root.rw1._x = _root.bulletHolder[cBullet]._x + 40;
}
_root.sansa.play();
_root.xr1._visible = true;
_root.bulletHolder[cBullet].removeMovieClip();
trace("ptica");
}
}
if (smer == 1) {
this._xscale = -100;
this._x = this._x + sd;
}
if (smer == -1) {
this._xscale = 100;
this._x = this._x - sd;
}
if (this._x < (ysx - 30)) {
smer = 1;
}
if (this._x > (ysx + 30)) {
smer = -1;
}
xx = this._x + _root.map._x;
if ((Math.abs(this._y - _root.rw1._y) <= (yyy / 2)) && (Math.abs(this._x - _root.rw1._x) <= xxx)) {
_root.sansa.play();
trace("ye");
}
if (this.top.hitTest(_root.rw1) && (this._y > _root.xr1._y)) {
trace("top");
_root.rw1._x = _root.rw1._x + sd;
}
if (this.quy.hitTest(_root.rw2)) {
_root.sansb.play();
trace("yeaa");
}
}
Instance of Symbol 944 MovieClip in Frame 23
onClipEvent (load) {
smer = 1;
sd = 2;
ysx = this._x + _root.map._x;
yyy = this._height / 2;
xxx = this._width / 2;
}
onClipEvent (enterFrame) {
for (var cBullet in _root.bulletHolder) {
if ((Math.abs(this._y - _root.bulletHolder[cBullet]._y) <= (yyy / 4)) && (Math.abs(this._x - _root.bulletHolder[cBullet]._x) <= xxx)) {
var i = Math.random();
animacija = _root.attachMovie("oblacic", "oblacic" + i, _root.getNextHighestDepth(), {_x:_root.bulletHolder[cBullet]._x, _y:_root.bulletHolder[cBullet]._y});
animacija._xscale = 10;
animacija._yscale = 10;
animacija.onEnterFrame = function () {
this._xscale = 10;
this._yscale = 10;
if (this._currentframe >= 17) {
this.removeMovieClip();
}
};
if (_root.xr1._xscale >= 0) {
_root.rw1._x = _root.bulletHolder[cBullet]._x - 40;
}
if (_root.xr1._xscale < 0) {
_root.rw1._x = _root.bulletHolder[cBullet]._x + 40;
}
_root.sansa.play();
_root.xr1._visible = true;
_root.bulletHolder[cBullet].removeMovieClip();
trace("ptica");
}
}
if (smer == 1) {
this._xscale = -100;
this._x = this._x + sd;
}
if (smer == -1) {
this._xscale = 100;
this._x = this._x - sd;
}
if (this._x < (ysx - 30)) {
smer = 1;
}
if (this._x > (ysx + 30)) {
smer = -1;
}
xx = this._x + _root.map._x;
if ((Math.abs(this._y - _root.rw1._y) <= (yyy / 2)) && (Math.abs(this._x - _root.rw1._x) <= xxx)) {
_root.sansa.play();
trace("ye");
}
if (this.top.hitTest(_root.rw1) && (this._y > _root.xr1._y)) {
trace("top");
_root.rw1._x = _root.rw1._x + sd;
}
if (this.quy.hitTest(_root.rw2)) {
_root.sansb.play();
trace("yeaa");
}
}
Instance of Symbol 701 MovieClip in Frame 23
onClipEvent (load) {
hit = 0;
sd = 3;
ysx = this._x + _root.map._x;
_xscale = -100;
}
onClipEvent (enterFrame) {
for (var cBullet in _root.bulletHolder) {
if ((((this._y <= (_root.bulletHolder[cBullet]._y + 7)) && (this._y >= (_root.bulletHolder[cBullet]._y - 7))) && (this._x <= (_root.bulletHolder[cBullet]._x + 7))) && (this._x >= (_root.bulletHolder[cBullet]._x - 7))) {
var i = Math.random();
animacija = _root.attachMovie("oblacic", "oblacic" + i, _root.getNextHighestDepth(), {_x:_root.bulletHolder[cBullet]._x, _y:_root.bulletHolder[cBullet]._y});
animacija._xscale = 10;
animacija._yscale = 10;
animacija.onEnterFrame = function () {
this._xscale = 10;
this._yscale = 10;
if (this._currentframe >= 17) {
this.removeMovieClip();
}
};
if (_root.xr1._xscale >= 0) {
_root.rw1._x = _root.bulletHolder[cBullet]._x - 40;
}
if (_root.xr1._xscale < 0) {
_root.rw1._x = _root.bulletHolder[cBullet]._x + 40;
}
_root.sansa.play();
_root.xr1._visible = true;
_root.bulletHolder[cBullet].removeMovieClip();
trace("ptica");
}
}
if (_xscale == 100) {
this._x = this._x + sd;
}
if (_xscale == -100) {
this._x = this._x - sd;
}
if (this._x < (ysx - 200)) {
_xscale = 100;
}
if (this._x > (ysx + 200)) {
_xscale = -100;
}
xx = this._x + _root.map._x;
if (this.joj.hitTest(_root.rw1)) {
hit++;
_root.sansa.play();
}
if (this.joj.hitTest(_root.rw2)) {
_root.sansb.play();
}
}
Instance of Symbol 707 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (this.hitTest(_root.rw1) && (_root.key >= 1)) {
_root.finish_level = false;
_root.door.gotoAndStop(2);
}
}
Instance of Symbol 712 MovieClip "door" in Frame 23
onClipEvent (enterFrame) {
if (_root.finish_level) {
this.gotoAndStop(1);
}
}
Instance of Symbol 477 MovieClip "zs6" in Frame 23
onClipEvent (load) {
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
this.gotoAndStop(2);
}
i++;
}
}
Instance of Symbol 477 MovieClip "zs7" in Frame 23
onClipEvent (load) {
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
this.gotoAndStop(2);
}
i++;
}
}
Instance of Symbol 720 MovieClip in Frame 23
onClipEvent (load) {
hit = 0;
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw) && (hit == 0)) {
hit = 1;
_root.sm++;
this.gotoAndStop(40);
var i = Math.random();
animacija = _root.attachMovie("oblacic", "oblacic" + i, _root.getNextHighestDepth(), {_x:this._x, _y:this._y});
animacija._xscale = 10;
animacija._yscale = 10;
animacija.onEnterFrame = function () {
var _local2 = new Color("animacija");
_local2.setRGB(16777215);
this._xscale = 10;
this._yscale = 10;
if (this._currentframe >= 17) {
this.removeMovieClip();
}
};
}
i++;
}
}
Instance of Symbol 723 MovieClip in Frame 23
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
_root.key++;
var i = Math.random();
animacija = _root.attachMovie("oblacic", "oblacic" + i, _root.getNextHighestDepth(), {_x:this._x, _y:this._y});
animacija._xscale = 10;
animacija._yscale = 10;
animacija.onEnterFrame = function () {
var _local2 = new Color("animacija");
_local2.setRGB(16777215);
this._xscale = 10;
this._yscale = 10;
if (this._currentframe >= 17) {
this.removeMovieClip();
}
};
this.gotoAndStop(40);
}
i++;
}
}
Instance of Symbol 477 MovieClip "zs4" in Frame 23
onClipEvent (load) {
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
this.gotoAndStop(2);
}
i++;
}
}
Instance of Symbol 666 MovieClip "cfj2" in Frame 23
onClipEvent (enterFrame) {
if (_root.cfj1.hitTest(_root.rw1) || (_root.cfj2.hitTest(_root.rw1))) {
_root.rw1.gravity = (-0.01 * random(7)) + 0.02;
_root.xr1.gotoAndStop(1);
_root.rw1.jumping = 1;
} else {
_root.rw1.gravity = 0.9;
}
if (_root.cfj1.hitTest(_root.rw2) || (_root.cfj2.hitTest(_root.rw2))) {
_root.rw2.gravity = (-0.01 * random(7)) + 0.02;
_root.xr2.gotoAndStop(1);
_root.rw2.jumping = 1;
} else {
_root.rw2.gravity = 0.9;
}
}
Frame 24
stop();
_root.hummer_on = false;
key = 0;
_root.puca = 0;
_root.finish_level = true;
fire_type = 1;
_root.sm = 3;
_root.zhonggs = 15;
_root.mbgs = 9;
_root.yjgs = 0;
_root.lout = 0;
_root.lout2 = 0;
_root.anniux = 0;
_root.anniux1 = 0;
_root.anniux2 = 0;
_root.anniux3 = 0;
_root.anniux4 = 0;
_root.rw1._y = 400;
_root.rw1._x = 100;
_root.xr1._xscale = -125;
_root.rw2._y = 100;
_root.rw2._x = 350;
_root.xr2._xscale = -60;
i = 1;
while (i < 10) {
_root["zs" + i].gotoAndStop(1);
i++;
}
_root.kg1.gotoAndStop(1);
Instance of Symbol 856 MovieClip in Frame 24
onClipEvent (load) {
_root.anniux4 = 0;
pz = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.rw1)) {
pz = 1;
_root.anniux4 = 1;
this.gotoAndStop(2);
} else if (pz == 1) {
_root.anniux4 = 0;
this.gotoAndStop(1);
pz = 0;
}
if (this.hitTest(_root.rw2)) {
pz = 2;
_root.anniux4 = 1;
this.gotoAndStop(2);
} else if (pz == 2) {
_root.anniux4 = 0;
this.gotoAndStop(1);
pz = 0;
}
if (this.hitTest(_root.map.xiangz)) {
pz = 3;
_root.anniux4 = 1;
this.gotoAndStop(2);
} else if (pz == 3) {
_root.anniux4 = 0;
this.gotoAndStop(1);
pz = 0;
}
}
Instance of Symbol 701 MovieClip in Frame 24
onClipEvent (load) {
hit = 0;
sd = 3;
ysx = this._y + _root.map._y;
_xscale = -100;
}
onClipEvent (enterFrame) {
for (var cBullet in _root.bulletHolder) {
if ((((this._y <= (_root.bulletHolder[cBullet]._y + 7)) && (this._y >= (_root.bulletHolder[cBullet]._y - 7))) && (this._x <= (_root.bulletHolder[cBullet]._x + 7))) && (this._x >= (_root.bulletHolder[cBullet]._x - 7))) {
var i = Math.random();
animacija = _root.attachMovie("oblacic", "oblacic" + i, _root.getNextHighestDepth(), {_x:_root.bulletHolder[cBullet]._x, _y:_root.bulletHolder[cBullet]._y});
animacija._xscale = 10;
animacija._yscale = 10;
animacija.onEnterFrame = function () {
this._xscale = 10;
this._yscale = 10;
if (this._currentframe >= 17) {
this.removeMovieClip();
}
};
if (_root.xr1._xscale >= 0) {
_root.rw1._x = _root.bulletHolder[cBullet]._x - 40;
}
if (_root.xr1._xscale < 0) {
_root.rw1._x = _root.bulletHolder[cBullet]._x + 40;
}
_root.sansa.play();
_root.xr1._visible = true;
_root.bulletHolder[cBullet].removeMovieClip();
trace("ptica");
}
}
if (_xscale == 100) {
this._y = this._y + sd;
}
if (_xscale == -100) {
this._y = this._y - sd;
}
if (this._y < (ysx - 70)) {
_xscale = 100;
}
if (this._y > (ysx + 70)) {
_xscale = -100;
}
xx = this._x + _root.map._x;
if (this.joj.hitTest(_root.rw1)) {
hit++;
_root.sansa.play();
}
if (this.joj.hitTest(_root.rw2)) {
_root.sansb.play();
}
}
Instance of Symbol 701 MovieClip in Frame 24
onClipEvent (load) {
hit = 0;
sd = 3;
ysx = this._x + _root.map._x;
_xscale = -100;
}
onClipEvent (enterFrame) {
for (var cBullet in _root.bulletHolder) {
if ((((this._y <= (_root.bulletHolder[cBullet]._y + 7)) && (this._y >= (_root.bulletHolder[cBullet]._y - 7))) && (this._x <= (_root.bulletHolder[cBullet]._x + 7))) && (this._x >= (_root.bulletHolder[cBullet]._x - 7))) {
var i = Math.random();
animacija = _root.attachMovie("oblacic", "oblacic" + i, _root.getNextHighestDepth(), {_x:_root.bulletHolder[cBullet]._x, _y:_root.bulletHolder[cBullet]._y});
animacija._xscale = 10;
animacija._yscale = 10;
animacija.onEnterFrame = function () {
this._xscale = 10;
this._yscale = 10;
if (this._currentframe >= 17) {
this.removeMovieClip();
}
};
if (_root.xr1._xscale >= 0) {
_root.rw1._x = _root.bulletHolder[cBullet]._x - 40;
}
if (_root.xr1._xscale < 0) {
_root.rw1._x = _root.bulletHolder[cBullet]._x + 40;
}
_root.sansa.play();
_root.xr1._visible = true;
_root.bulletHolder[cBullet].removeMovieClip();
trace("ptica");
}
}
if (_xscale == 100) {
this._x = this._x + sd;
}
if (_xscale == -100) {
this._x = this._x - sd;
}
if (this._x < (ysx - 70)) {
_xscale = 100;
}
if (this._x > (ysx + 70)) {
_xscale = -100;
}
xx = this._x + _root.map._x;
if (this.joj.hitTest(_root.rw1)) {
hit++;
_root.sansa.play();
}
if (this.joj.hitTest(_root.rw2)) {
_root.sansb.play();
}
}
Instance of Symbol 1027 MovieClip in Frame 24
onClipEvent (load) {
smer = 1;
sd = 2;
ysx = this._x + _root.map._x;
visina = _root.rw1._height / 2;
yyy = visina + (this._height / 2);
xxx = this._width / 2;
}
onClipEvent (enterFrame) {
for (var cBullet in _root.bulletHolder) {
if ((Math.abs(this._y - _root.bulletHolder[cBullet]._y) <= yyy) && (Math.abs(this._x - _root.bulletHolder[cBullet]._x) <= xxx)) {
var i = Math.random();
animacija = _root.attachMovie("oblacic", "oblacic" + i, _root.getNextHighestDepth(), {_x:_root.bulletHolder[cBullet]._x, _y:_root.bulletHolder[cBullet]._y});
animacija._xscale = 10;
animacija._yscale = 10;
animacija.onEnterFrame = function () {
this._xscale = 10;
this._yscale = 10;
if (this._currentframe >= 17) {
this.removeMovieClip();
}
};
if (_root.xr1._xscale >= 0) {
_root.rw1._x = _root.bulletHolder[cBullet]._x - 40;
}
if (_root.xr1._xscale < 0) {
_root.rw1._x = _root.bulletHolder[cBullet]._x + 40;
}
_root.sansa.play();
_root.xr1._visible = true;
_root.bulletHolder[cBullet].removeMovieClip();
trace("ptica");
}
}
if (smer == 1) {
this._xscale = -100;
this._x = this._x + sd;
}
if (smer == -1) {
this._xscale = 100;
this._x = this._x - sd;
}
if (this._x < (ysx - 35)) {
smer = 1;
}
if (this._x > (ysx + 35)) {
smer = -1;
}
xx = this._x + _root.map._x;
if ((Math.abs(this._y - _root.rw1._y) <= yyy) && (Math.abs(this._x - _root.rw1._x) <= xxx)) {
_root.sansa.play();
}
if (this.top.hitTest(_root.rw1) && (this._y > _root.xr1._y)) {
trace("top");
_root.rw1._x = _root.rw1._x + sd;
}
if (this.quy.hitTest(_root.rw2)) {
_root.sansb.play();
trace("yeaa");
}
}
Instance of Symbol 1027 MovieClip in Frame 24
onClipEvent (load) {
smer = 1;
sd = 2;
ysx = this._x + _root.map._x;
visina = _root.rw1._height / 2;
yyy = visina + (this._height / 2);
xxx = this._width / 2;
}
onClipEvent (enterFrame) {
for (var cBullet in _root.bulletHolder) {
if ((Math.abs(this._y - _root.bulletHolder[cBullet]._y) <= yyy) && (Math.abs(this._x - _root.bulletHolder[cBullet]._x) <= xxx)) {
var i = Math.random();
animacija = _root.attachMovie("oblacic", "oblacic" + i, _root.getNextHighestDepth(), {_x:_root.bulletHolder[cBullet]._x, _y:_root.bulletHolder[cBullet]._y});
animacija._xscale = 10;
animacija._yscale = 10;
animacija.onEnterFrame = function () {
this._xscale = 10;
this._yscale = 10;
if (this._currentframe >= 17) {
this.removeMovieClip();
}
};
if (_root.xr1._xscale >= 0) {
_root.rw1._x = _root.bulletHolder[cBullet]._x - 40;
}
if (_root.xr1._xscale < 0) {
_root.rw1._x = _root.bulletHolder[cBullet]._x + 40;
}
_root.sansa.play();
_root.xr1._visible = true;
_root.bulletHolder[cBullet].removeMovieClip();
trace("ptica");
}
}
if (smer == 1) {
this._xscale = -100;
this._x = this._x + sd;
}
if (smer == -1) {
this._xscale = 100;
this._x = this._x - sd;
}
if (this._x < (ysx - 35)) {
smer = 1;
}
if (this._x > (ysx + 35)) {
smer = -1;
}
xx = this._x + _root.map._x;
if ((Math.abs(this._y - _root.rw1._y) <= yyy) && (Math.abs(this._x - _root.rw1._x) <= xxx)) {
_root.sansa.play();
}
if (this.top.hitTest(_root.rw1) && (this._y > _root.xr1._y)) {
trace("top");
_root.rw1._x = _root.rw1._x + sd;
}
if (this.quy.hitTest(_root.rw2)) {
_root.sansb.play();
trace("yeaa");
}
}
Instance of Symbol 1027 MovieClip in Frame 24
onClipEvent (load) {
smer = 1;
sd = 2;
ysx = this._x + _root.map._x;
visina = _root.rw1._height / 2;
yyy = visina + (this._height / 2);
xxx = this._width / 2;
}
onClipEvent (enterFrame) {
for (var cBullet in _root.bulletHolder) {
if ((Math.abs(this._y - _root.bulletHolder[cBullet]._y) <= yyy) && (Math.abs(this._x - _root.bulletHolder[cBullet]._x) <= xxx)) {
var i = Math.random();
animacija = _root.attachMovie("oblacic", "oblacic" + i, _root.getNextHighestDepth(), {_x:_root.bulletHolder[cBullet]._x, _y:_root.bulletHolder[cBullet]._y});
animacija._xscale = 10;
animacija._yscale = 10;
animacija.onEnterFrame = function () {
this._xscale = 10;
this._yscale = 10;
if (this._currentframe >= 17) {
this.removeMovieClip();
}
};
if (_root.xr1._xscale >= 0) {
_root.rw1._x = _root.bulletHolder[cBullet]._x - 40;
}
if (_root.xr1._xscale < 0) {
_root.rw1._x = _root.bulletHolder[cBullet]._x + 40;
}
_root.sansa.play();
_root.xr1._visible = true;
_root.bulletHolder[cBullet].removeMovieClip();
trace("ptica");
}
}
if (smer == 1) {
this._xscale = -100;
this._x = this._x + sd;
}
if (smer == -1) {
this._xscale = 100;
this._x = this._x - sd;
}
if (this._x < (ysx - 35)) {
smer = 1;
}
if (this._x > (ysx + 35)) {
smer = -1;
}
xx = this._x + _root.map._x;
if ((Math.abs(this._y - _root.rw1._y) <= yyy) && (Math.abs(this._x - _root.rw1._x) <= xxx)) {
_root.sansa.play();
}
if (this.top.hitTest(_root.rw1) && (this._y > _root.xr1._y)) {
trace("top");
_root.rw1._x = _root.rw1._x + sd;
}
if (this.quy.hitTest(_root.rw2)) {
_root.sansb.play();
trace("yeaa");
}
}
Instance of Symbol 701 MovieClip in Frame 24
onClipEvent (load) {
hit = 0;
sd = 3;
ysx = this._y + _root.map._y;
_xscale = -100;
}
onClipEvent (enterFrame) {
for (var cBullet in _root.bulletHolder) {
if ((((this._y <= (_root.bulletHolder[cBullet]._y + 7)) && (this._y >= (_root.bulletHolder[cBullet]._y - 7))) && (this._x <= (_root.bulletHolder[cBullet]._x + 7))) && (this._x >= (_root.bulletHolder[cBullet]._x - 7))) {
var i = Math.random();
animacija = _root.attachMovie("oblacic", "oblacic" + i, _root.getNextHighestDepth(), {_x:_root.bulletHolder[cBullet]._x, _y:_root.bulletHolder[cBullet]._y});
animacija._xscale = 10;
animacija._yscale = 10;
animacija.onEnterFrame = function () {
this._xscale = 10;
this._yscale = 10;
if (this._currentframe >= 17) {
this.removeMovieClip();
}
};
if (_root.xr1._xscale >= 0) {
_root.rw1._x = _root.bulletHolder[cBullet]._x - 40;
}
if (_root.xr1._xscale < 0) {
_root.rw1._x = _root.bulletHolder[cBullet]._x + 40;
}
_root.sansa.play();
_root.xr1._visible = true;
_root.bulletHolder[cBullet].removeMovieClip();
trace("ptica");
}
}
if (_xscale == 100) {
this._y = this._y + sd;
}
if (_xscale == -100) {
this._y = this._y - sd;
}
if (this._y < (ysx - 70)) {
_xscale = 100;
}
if (this._y > (ysx + 70)) {
_xscale = -100;
}
xx = this._x + _root.map._x;
if (this.joj.hitTest(_root.rw1)) {
hit++;
_root.sansa.play();
}
if (this.joj.hitTest(_root.rw2)) {
_root.sansb.play();
}
}
Instance of Symbol 701 MovieClip in Frame 24
onClipEvent (load) {
hit = 0;
sd = 3;
ysx = this._y + _root.map._y;
_xscale = -100;
}
onClipEvent (enterFrame) {
for (var cBullet in _root.bulletHolder) {
if ((((this._y <= (_root.bulletHolder[cBullet]._y + 7)) && (this._y >= (_root.bulletHolder[cBullet]._y - 7))) && (this._x <= (_root.bulletHolder[cBullet]._x + 7))) && (this._x >= (_root.bulletHolder[cBullet]._x - 7))) {
var i = Math.random();
animacija = _root.attachMovie("oblacic", "oblacic" + i, _root.getNextHighestDepth(), {_x:_root.bulletHolder[cBullet]._x, _y:_root.bulletHolder[cBullet]._y});
animacija._xscale = 10;
animacija._yscale = 10;
animacija.onEnterFrame = function () {
this._xscale = 10;
this._yscale = 10;
if (this._currentframe >= 17) {
this.removeMovieClip();
}
};
if (_root.xr1._xscale >= 0) {
_root.rw1._x = _root.bulletHolder[cBullet]._x - 40;
}
if (_root.xr1._xscale < 0) {
_root.rw1._x = _root.bulletHolder[cBullet]._x + 40;
}
_root.sansa.play();
_root.xr1._visible = true;
_root.bulletHolder[cBullet].removeMovieClip();
trace("ptica");
}
}
if (_xscale == 100) {
this._y = this._y + sd;
}
if (_xscale == -100) {
this._y = this._y - sd;
}
if (this._y < (ysx - 70)) {
_xscale = 100;
}
if (this._y > (ysx + 70)) {
_xscale = -100;
}
xx = this._x + _root.map._x;
if (this.joj.hitTest(_root.rw1)) {
hit++;
_root.sansa.play();
}
if (this.joj.hitTest(_root.rw2)) {
_root.sansb.play();
}
}
Instance of Symbol 1027 MovieClip in Frame 24
onClipEvent (load) {
smer = 1;
sd = 2;
ysx = this._x + _root.map._x;
visina = _root.rw1._height / 2;
yyy = visina + (this._height / 2);
xxx = this._width / 2;
}
onClipEvent (enterFrame) {
for (var cBullet in _root.bulletHolder) {
if ((Math.abs(this._y - _root.bulletHolder[cBullet]._y) <= yyy) && (Math.abs(this._x - _root.bulletHolder[cBullet]._x) <= xxx)) {
var i = Math.random();
animacija = _root.attachMovie("oblacic", "oblacic" + i, _root.getNextHighestDepth(), {_x:_root.bulletHolder[cBullet]._x, _y:_root.bulletHolder[cBullet]._y});
animacija._xscale = 10;
animacija._yscale = 10;
animacija.onEnterFrame = function () {
this._xscale = 10;
this._yscale = 10;
if (this._currentframe >= 17) {
this.removeMovieClip();
}
};
if (_root.xr1._xscale >= 0) {
_root.rw1._x = _root.bulletHolder[cBullet]._x - 40;
}
if (_root.xr1._xscale < 0) {
_root.rw1._x = _root.bulletHolder[cBullet]._x + 40;
}
_root.sansa.play();
_root.xr1._visible = true;
_root.bulletHolder[cBullet].removeMovieClip();
trace("ptica");
}
}
if (smer == 1) {
this._xscale = -100;
this._x = this._x + sd;
}
if (smer == -1) {
this._xscale = 100;
this._x = this._x - sd;
}
if (this._x < (ysx - 35)) {
smer = 1;
}
if (this._x > (ysx + 35)) {
smer = -1;
}
xx = this._x + _root.map._x;
if ((Math.abs(this._y - _root.rw1._y) <= yyy) && (Math.abs(this._x - _root.rw1._x) <= xxx)) {
_root.sansa.play();
}
if (this.top.hitTest(_root.rw1) && (this._y > _root.xr1._y)) {
trace("top");
_root.rw1._x = _root.rw1._x + sd;
}
if (this.quy.hitTest(_root.rw2)) {
_root.sansb.play();
trace("yeaa");
}
}
Instance of Symbol 707 MovieClip in Frame 24
onClipEvent (enterFrame) {
if (this.hitTest(_root.rw1) && (_root.key >= 1)) {
_root.finish_level = false;
_root.door.gotoAndStop(2);
}
}
Instance of Symbol 712 MovieClip "door" in Frame 24
onClipEvent (enterFrame) {
if (_root.finish_level) {
this.gotoAndStop(1);
}
}
Instance of Symbol 477 MovieClip "zs5" in Frame 24
onClipEvent (load) {
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
this.gotoAndStop(2);
}
i++;
}
}
Frame 25
stop();
_root.hummer_on = false;
key = 0;
_root.puca = 0;
_root.finish_level = true;
fire_type = 1;
_root.sm = 3;
_root.zhonggs = 2;
_root.mbgs = 9;
_root.yjgs = 0;
_root.lout = 0;
_root.lout2 = 0;
_root.anniux = 0;
_root.anniux1 = 0;
_root.anniux2 = 0;
_root.anniux3 = 0;
_root.anniux4 = 0;
_root.rw1._y = 350;
_root.rw1._x = 80;
_root.xr1._xscale = 125;
_root.rw2._y = 57;
_root.rw2._x = 580;
_root.xr2._xscale = -60;
i = 1;
while (i < 10) {
_root["zs" + i].gotoAndStop(1);
i++;
}
_root.kg1.gotoAndStop(1);
Instance of Symbol 856 MovieClip in Frame 25
onClipEvent (load) {
_root.anniux = 0;
pz = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.rw1) || (this.hitTest(_root.map.box3))) {
pz = 1;
_root.anniux = 1;
this.gotoAndStop(2);
} else if (pz == 1) {
_root.anniux = 0;
this.gotoAndStop(1);
pz = 0;
}
if (this.hitTest(_root.rw2)) {
pz = 2;
_root.anniux = 1;
this.gotoAndStop(2);
} else if (pz == 2) {
_root.anniux = 0;
this.gotoAndStop(1);
pz = 0;
}
if (this.hitTest(_root.map.xiangz)) {
pz = 3;
_root.anniux = 1;
this.gotoAndStop(2);
} else if (pz == 3) {
_root.anniux = 0;
this.gotoAndStop(1);
pz = 0;
}
}
Instance of Symbol 666 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (_root.anniux == 0) {
this.gotoAndStop(1);
if (this.hitTest(_root.rw1)) {
_root.rw1._x = _root.rw1._x + (5 - ((4 * (_root.rw1._x - this._x)) / 200));
} else {
_root.rw1.xspeed = 4;
}
if (this.hitTest(_root.rw2)) {
_root.rw2._x = _root.rw2._x + (5 - ((4 * (_root.rw1._x - this._x)) / 200));
} else {
_root.rw2.xspeed = 4;
}
} else {
this.gotoAndStop(2);
}
}
Instance of Symbol 884 MovieClip in Frame 25
onClipEvent (load) {
_root.anniux1 = 0;
pz = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.rw1) || (this.hitTest(_root.map.box1))) {
pz = 1;
_root.anniux1 = 1;
this.gotoAndStop(2);
} else if (pz == 1) {
_root.anniux1 = 0;
this.gotoAndStop(1);
pz = 0;
}
if (this.hitTest(_root.rw2)) {
pz = 2;
_root.anniux1 = 1;
this.gotoAndStop(2);
} else if (pz == 2) {
_root.anniux1 = 0;
this.gotoAndStop(1);
pz = 0;
}
if (this.hitTest(_root.map.xiangz)) {
pz = 3;
_root.anniux1 = 1;
this.gotoAndStop(2);
} else if (pz == 3) {
_root.anniux1 = 0;
this.gotoAndStop(1);
pz = 0;
}
}
Instance of Symbol 1225 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (_root.anniux1 == 0) {
this.gotoAndStop(1);
if (this.hitTest(_root.rw1)) {
_root.rw1._x = _root.rw1._x + (5 - ((4 * (this._x - _root.rw1._x)) / 200));
} else {
_root.rw1.xspeed = 4;
}
if (this.hitTest(_root.rw2)) {
_root.rw2._x = _root.rw2._x - (5 - ((4 * (this._x - _root.rw2._x)) / 200));
} else {
_root.rw2.xspeed = 4;
}
} else {
this.gotoAndStop(2);
}
}
Instance of Symbol 666 MovieClip "cfj1" in Frame 25
onClipEvent (enterFrame) {
if (_root.cfj1.hitTest(_root.rw1) || (_root.cfj2.hitTest(_root.rw1))) {
_root.rw1.gravity = (-0.01 * random(7)) + 0.02;
_root.xr1.gotoAndStop(1);
_root.rw1.jumping = 1;
} else {
_root.rw1.gravity = 0.9;
}
if (_root.cfj1.hitTest(_root.rw2) || (_root.cfj2.hitTest(_root.rw2))) {
_root.rw2.gravity = (-0.01 * random(7)) + 0.02;
_root.xr2.gotoAndStop(1);
_root.rw2.jumping = 1;
} else {
_root.rw2.gravity = 0.9;
}
}
Instance of Symbol 701 MovieClip in Frame 25
onClipEvent (load) {
hit = 0;
sd = 3;
ysx = this._x + _root.map._x;
_xscale = -100;
}
onClipEvent (enterFrame) {
for (var cBullet in _root.bulletHolder) {
if ((((this._y <= (_root.bulletHolder[cBullet]._y + 7)) && (this._y >= (_root.bulletHolder[cBullet]._y - 7))) && (this._x <= (_root.bulletHolder[cBullet]._x + 7))) && (this._x >= (_root.bulletHolder[cBullet]._x - 7))) {
var i = Math.random();
animacija = _root.attachMovie("oblacic", "oblacic" + i, _root.getNextHighestDepth(), {_x:_root.bulletHolder[cBullet]._x, _y:_root.bulletHolder[cBullet]._y});
animacija._xscale = 10;
animacija._yscale = 10;
animacija.onEnterFrame = function () {
this._xscale = 10;
this._yscale = 10;
if (this._currentframe >= 17) {
this.removeMovieClip();
}
};
if (_root.xr1._xscale >= 0) {
_root.rw1._x = _root.bulletHolder[cBullet]._x - 40;
}
if (_root.xr1._xscale < 0) {
_root.rw1._x = _root.bulletHolder[cBullet]._x + 40;
}
_root.sansa.play();
_root.xr1._visible = true;
_root.bulletHolder[cBullet].removeMovieClip();
trace("ptica");
}
}
if (_xscale == 100) {
this._x = this._x + sd;
}
if (_xscale == -100) {
this._x = this._x - sd;
}
if (this._x < (ysx - 200)) {
_xscale = 100;
}
if (this._x > (ysx + 200)) {
_xscale = -100;
}
xx = this._x + _root.map._x;
if (this.joj.hitTest(_root.rw1)) {
hit++;
_root.sansa.play();
}
if (this.joj.hitTest(_root.rw2)) {
_root.sansb.play();
}
}
Instance of Symbol 1027 MovieClip in Frame 25
onClipEvent (load) {
smer = 1;
sd = 2;
ysx = this._x + _root.map._x;
visina = _root.rw1._height / 2;
yyy = visina + (this._height / 2);
xxx = this._width / 2;
}
onClipEvent (enterFrame) {
for (var cBullet in _root.bulletHolder) {
if ((Math.abs(this._y - _root.bulletHolder[cBullet]._y) <= yyy) && (Math.abs(this._x - _root.bulletHolder[cBullet]._x) <= xxx)) {
var i = Math.random();
animacija = _root.attachMovie("oblacic", "oblacic" + i, _root.getNextHighestDepth(), {_x:_root.bulletHolder[cBullet]._x, _y:_root.bulletHolder[cBullet]._y});
animacija._xscale = 10;
animacija._yscale = 10;
animacija.onEnterFrame = function () {
this._xscale = 10;
this._yscale = 10;
if (this._currentframe >= 17) {
this.removeMovieClip();
}
};
if (_root.xr1._xscale >= 0) {
_root.rw1._x = _root.bulletHolder[cBullet]._x - 40;
}
if (_root.xr1._xscale < 0) {
_root.rw1._x = _root.bulletHolder[cBullet]._x + 40;
}
_root.sansa.play();
_root.xr1._visible = true;
_root.bulletHolder[cBullet].removeMovieClip();
trace("ptica");
}
}
if (smer == 1) {
this._xscale = -100;
this._x = this._x + sd;
}
if (smer == -1) {
this._xscale = 100;
this._x = this._x - sd;
}
if (this._x < (ysx - 35)) {
smer = 1;
}
if (this._x > (ysx + 35)) {
smer = -1;
}
xx = this._x + _root.map._x;
if ((Math.abs(this._y - _root.rw1._y) <= yyy) && (Math.abs(this._x - _root.rw1._x) <= xxx)) {
_root.sansa.play();
}
if (this.top.hitTest(_root.rw1) && (this._y > _root.xr1._y)) {
trace("top");
_root.rw1._x = _root.rw1._x + sd;
}
if (this.quy.hitTest(_root.rw2)) {
_root.sansb.play();
trace("yeaa");
}
}
Instance of Symbol 712 MovieClip "door" in Frame 25
onClipEvent (enterFrame) {
if (_root.finish_level) {
this.gotoAndStop(1);
}
}
Instance of Symbol 956 MovieClip in Frame 25
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["xr" + i];
if (this.fire.hitTest(_root.renw)) {
_root.renw.stop();
_root.sansa.play();
}
i++;
}
}
Instance of Symbol 956 MovieClip in Frame 25
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["xr" + i];
if (this.fire.hitTest(_root.renw)) {
_root.renw.stop();
_root.sansa.play();
}
i++;
}
}
Instance of Symbol 956 MovieClip in Frame 25
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["xr" + i];
if (this.fire.hitTest(_root.renw)) {
_root.renw.stop();
_root.sansa.play();
}
i++;
}
}
Instance of Symbol 956 MovieClip in Frame 25
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["xr" + i];
if (this.fire.hitTest(_root.renw)) {
_root.renw.stop();
_root.sansa.play();
}
i++;
}
}
Instance of Symbol 477 MovieClip "zs3" in Frame 25
onClipEvent (load) {
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
_root.space_ins = true;
this.gotoAndStop(2);
}
i++;
}
}
Instance of Symbol 849 MovieClip in Frame 25
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (_root.space_ins == true) {
this._visible = true;
}
}
Frame 26
stop();
_root.hummer_on = false;
key = 0;
_root.puca = 0;
_root.finish_level = true;
fire_type = 1;
_root.sm = 3;
_root.zhonggs = 8;
_root.mbgs = 9;
_root.yjgs = 0;
_root.lout = 0;
_root.lout2 = 0;
_root.anniux = 0;
_root.anniux1 = 0;
_root.anniux2 = 0;
_root.anniux3 = 0;
_root.anniux4 = 0;
_root.rw1._y = 420;
_root.rw1._x = 130;
_root.xr1._xscale = -125;
_root.rw2._y = 35;
_root.rw2._x = 530;
_root.xr2._xscale = -60;
i = 1;
while (i < 10) {
_root["zs" + i].gotoAndStop(1);
i++;
}
_root.kg1.gotoAndStop(1);
Instance of Symbol 701 MovieClip in Frame 26
onClipEvent (load) {
hit = 0;
sd = 3;
ysx = this._x + _root.map._x;
_xscale = -100;
}
onClipEvent (enterFrame) {
for (var cBullet in _root.bulletHolder) {
if ((((this._y <= (_root.bulletHolder[cBullet]._y + 7)) && (this._y >= (_root.bulletHolder[cBullet]._y - 7))) && (this._x <= (_root.bulletHolder[cBullet]._x + 7))) && (this._x >= (_root.bulletHolder[cBullet]._x - 7))) {
var i = Math.random();
animacija = _root.attachMovie("oblacic", "oblacic" + i, _root.getNextHighestDepth(), {_x:_root.bulletHolder[cBullet]._x, _y:_root.bulletHolder[cBullet]._y});
animacija._xscale = 10;
animacija._yscale = 10;
animacija.onEnterFrame = function () {
this._xscale = 10;
this._yscale = 10;
if (this._currentframe >= 17) {
this.removeMovieClip();
}
};
if (_root.xr1._xscale >= 0) {
_root.rw1._x = _root.bulletHolder[cBullet]._x - 40;
}
if (_root.xr1._xscale < 0) {
_root.rw1._x = _root.bulletHolder[cBullet]._x + 40;
}
_root.sansa.play();
_root.xr1._visible = true;
_root.bulletHolder[cBullet].removeMovieClip();
trace("ptica");
}
}
if (_xscale == 100) {
this._x = this._x + sd;
}
if (_xscale == -100) {
this._x = this._x - sd;
}
if (this._x < (ysx - 70)) {
_xscale = 100;
}
if (this._x > (ysx + 70)) {
_xscale = -100;
}
xx = this._x + _root.map._x;
if (this.joj.hitTest(_root.rw1)) {
hit++;
_root.sansa.play();
}
if (this.joj.hitTest(_root.rw2)) {
_root.sansb.play();
}
}
Instance of Symbol 701 MovieClip in Frame 26
onClipEvent (load) {
hit = 0;
sd = 3;
ysx = this._x + _root.map._x;
_xscale = -100;
}
onClipEvent (enterFrame) {
for (var cBullet in _root.bulletHolder) {
if ((((this._y <= (_root.bulletHolder[cBullet]._y + 7)) && (this._y >= (_root.bulletHolder[cBullet]._y - 7))) && (this._x <= (_root.bulletHolder[cBullet]._x + 7))) && (this._x >= (_root.bulletHolder[cBullet]._x - 7))) {
var i = Math.random();
animacija = _root.attachMovie("oblacic", "oblacic" + i, _root.getNextHighestDepth(), {_x:_root.bulletHolder[cBullet]._x, _y:_root.bulletHolder[cBullet]._y});
animacija._xscale = 10;
animacija._yscale = 10;
animacija.onEnterFrame = function () {
this._xscale = 10;
this._yscale = 10;
if (this._currentframe >= 17) {
this.removeMovieClip();
}
};
if (_root.xr1._xscale >= 0) {
_root.rw1._x = _root.bulletHolder[cBullet]._x - 40;
}
if (_root.xr1._xscale < 0) {
_root.rw1._x = _root.bulletHolder[cBullet]._x + 40;
}
_root.sansa.play();
_root.xr1._visible = true;
_root.bulletHolder[cBullet].removeMovieClip();
trace("ptica");
}
}
if (_xscale == 100) {
this._x = this._x + sd;
}
if (_xscale == -100) {
this._x = this._x - sd;
}
if (this._x < (ysx - 70)) {
_xscale = 100;
}
if (this._x > (ysx + 70)) {
_xscale = -100;
}
xx = this._x + _root.map._x;
if (this.joj.hitTest(_root.rw1)) {
hit++;
_root.sansa.play();
}
if (this.joj.hitTest(_root.rw2)) {
_root.sansb.play();
}
}
Instance of Symbol 944 MovieClip in Frame 26
onClipEvent (load) {
smer = 1;
sd = 2;
ysx = this._x + _root.map._x;
yyy = this._height / 2;
xxx = this._width / 2;
}
onClipEvent (enterFrame) {
for (var cBullet in _root.bulletHolder) {
if ((Math.abs(this._y - _root.bulletHolder[cBullet]._y) <= (yyy / 4)) && (Math.abs(this._x - _root.bulletHolder[cBullet]._x) <= xxx)) {
var i = Math.random();
animacija = _root.attachMovie("oblacic", "oblacic" + i, _root.getNextHighestDepth(), {_x:_root.bulletHolder[cBullet]._x, _y:_root.bulletHolder[cBullet]._y});
animacija._xscale = 10;
animacija._yscale = 10;
animacija.onEnterFrame = function () {
this._xscale = 10;
this._yscale = 10;
if (this._currentframe >= 17) {
this.removeMovieClip();
}
};
if (_root.xr1._xscale >= 0) {
_root.rw1._x = _root.bulletHolder[cBullet]._x - 40;
}
if (_root.xr1._xscale < 0) {
_root.rw1._x = _root.bulletHolder[cBullet]._x + 40;
}
_root.sansa.play();
_root.xr1._visible = true;
_root.bulletHolder[cBullet].removeMovieClip();
trace("ptica");
}
}
if (smer == 1) {
this._xscale = -100;
this._x = this._x + sd;
}
if (smer == -1) {
this._xscale = 100;
this._x = this._x - sd;
}
if (this._x < (ysx - 30)) {
smer = 1;
}
if (this._x > (ysx + 30)) {
smer = -1;
}
xx = this._x + _root.map._x;
if ((Math.abs(this._y - _root.rw1._y) <= (yyy / 2)) && (Math.abs(this._x - _root.rw1._x) <= xxx)) {
_root.sansa.play();
trace("ye");
}
if (this.top.hitTest(_root.rw1) && (this._y > _root.xr1._y)) {
trace("top");
_root.rw1._x = _root.rw1._x + sd;
}
if (this.quy.hitTest(_root.rw2)) {
_root.sansb.play();
trace("yeaa");
}
}
Instance of Symbol 1027 MovieClip in Frame 26
onClipEvent (load) {
smer = 1;
sd = 2;
ysx = this._x + _root.map._x;
visina = _root.rw1._height / 2;
yyy = visina + (this._height / 2);
xxx = this._width / 2;
}
onClipEvent (enterFrame) {
for (var cBullet in _root.bulletHolder) {
if ((Math.abs(this._y - _root.bulletHolder[cBullet]._y) <= yyy) && (Math.abs(this._x - _root.bulletHolder[cBullet]._x) <= xxx)) {
var i = Math.random();
animacija = _root.attachMovie("oblacic", "oblacic" + i, _root.getNextHighestDepth(), {_x:_root.bulletHolder[cBullet]._x, _y:_root.bulletHolder[cBullet]._y});
animacija._xscale = 10;
animacija._yscale = 10;
animacija.onEnterFrame = function () {
this._xscale = 10;
this._yscale = 10;
if (this._currentframe >= 17) {
this.removeMovieClip();
}
};
if (_root.xr1._xscale >= 0) {
_root.rw1._x = _root.bulletHolder[cBullet]._x - 40;
}
if (_root.xr1._xscale < 0) {
_root.rw1._x = _root.bulletHolder[cBullet]._x + 40;
}
_root.sansa.play();
_root.xr1._visible = true;
_root.bulletHolder[cBullet].removeMovieClip();
trace("ptica");
}
}
if (smer == 1) {
this._xscale = -100;
this._x = this._x + sd;
}
if (smer == -1) {
this._xscale = 100;
this._x = this._x - sd;
}
if (this._x < (ysx - 35)) {
smer = 1;
}
if (this._x > (ysx + 35)) {
smer = -1;
}
xx = this._x + _root.map._x;
if ((Math.abs(this._y - _root.rw1._y) <= yyy) && (Math.abs(this._x - _root.rw1._x) <= xxx)) {
_root.sansa.play();
}
if (this.top.hitTest(_root.rw1) && (this._y > _root.xr1._y)) {
trace("top");
_root.rw1._x = _root.rw1._x + sd;
}
if (this.quy.hitTest(_root.rw2)) {
_root.sansb.play();
trace("yeaa");
}
}
Instance of Symbol 1027 MovieClip in Frame 26
onClipEvent (load) {
smer = 1;
sd = 2;
ysx = this._x + _root.map._x;
visina = _root.rw1._height / 2;
yyy = visina + (this._height / 2);
xxx = this._width / 2;
}
onClipEvent (enterFrame) {
for (var cBullet in _root.bulletHolder) {
if ((Math.abs(this._y - _root.bulletHolder[cBullet]._y) <= yyy) && (Math.abs(this._x - _root.bulletHolder[cBullet]._x) <= xxx)) {
var i = Math.random();
animacija = _root.attachMovie("oblacic", "oblacic" + i, _root.getNextHighestDepth(), {_x:_root.bulletHolder[cBullet]._x, _y:_root.bulletHolder[cBullet]._y});
animacija._xscale = 10;
animacija._yscale = 10;
animacija.onEnterFrame = function () {
this._xscale = 10;
this._yscale = 10;
if (this._currentframe >= 17) {
this.removeMovieClip();
}
};
if (_root.xr1._xscale >= 0) {
_root.rw1._x = _root.bulletHolder[cBullet]._x - 40;
}
if (_root.xr1._xscale < 0) {
_root.rw1._x = _root.bulletHolder[cBullet]._x + 40;
}
_root.sansa.play();
_root.xr1._visible = true;
_root.bulletHolder[cBullet].removeMovieClip();
trace("ptica");
}
}
if (smer == 1) {
this._xscale = -100;
this._x = this._x + sd;
}
if (smer == -1) {
this._xscale = 100;
this._x = this._x - sd;
}
if (this._x < (ysx - 35)) {
smer = 1;
}
if (this._x > (ysx + 35)) {
smer = -1;
}
xx = this._x + _root.map._x;
if ((Math.abs(this._y - _root.rw1._y) <= yyy) && (Math.abs(this._x - _root.rw1._x) <= xxx)) {
_root.sansa.play();
}
if (this.top.hitTest(_root.rw1) && (this._y > _root.xr1._y)) {
trace("top");
_root.rw1._x = _root.rw1._x + sd;
}
if (this.quy.hitTest(_root.rw2)) {
_root.sansb.play();
trace("yeaa");
}
}
Instance of Symbol 728 MovieClip "sy" in Frame 26
onClipEvent (enterFrame) {
if (this._currentframe > 1) {
this.gotoAndStop(1);
}
}
Instance of Symbol 477 MovieClip "zs3" in Frame 26
onClipEvent (load) {
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
this.gotoAndStop(2);
}
i++;
}
}
Instance of Symbol 477 MovieClip "zs6" in Frame 26
onClipEvent (load) {
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
this.gotoAndStop(2);
}
i++;
}
}
Instance of Symbol 720 MovieClip in Frame 26
onClipEvent (load) {
hit = 0;
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw) && (hit == 0)) {
hit = 1;
_root.sm++;
this.gotoAndStop(40);
var i = Math.random();
animacija = _root.attachMovie("oblacic", "oblacic" + i, _root.getNextHighestDepth(), {_x:this._x, _y:this._y});
animacija._xscale = 10;
animacija._yscale = 10;
animacija.onEnterFrame = function () {
var _local2 = new Color("animacija");
_local2.setRGB(16777215);
this._xscale = 10;
this._yscale = 10;
if (this._currentframe >= 17) {
this.removeMovieClip();
}
};
}
i++;
}
}
Instance of Symbol 723 MovieClip in Frame 26
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
_root.key++;
var i = Math.random();
animacija = _root.attachMovie("oblacic", "oblacic" + i, _root.getNextHighestDepth(), {_x:this._x, _y:this._y});
animacija._xscale = 10;
animacija._yscale = 10;
animacija.onEnterFrame = function () {
var _local2 = new Color("animacija");
_local2.setRGB(16777215);
this._xscale = 10;
this._yscale = 10;
if (this._currentframe >= 17) {
this.removeMovieClip();
}
};
this.gotoAndStop(40);
}
i++;
}
}
Instance of Symbol 477 MovieClip "zs7" in Frame 26
onClipEvent (load) {
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
this.gotoAndStop(2);
}
i++;
}
}
Instance of Symbol 477 MovieClip "zs8" in Frame 26
onClipEvent (load) {
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
this.gotoAndStop(2);
}
i++;
}
}
Instance of Symbol 477 MovieClip "zs9" in Frame 26
onClipEvent (load) {
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
this.gotoAndStop(2);
}
i++;
}
}
Instance of Symbol 477 MovieClip "zs2" in Frame 26
onClipEvent (load) {
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
this.gotoAndStop(2);
}
i++;
}
}
Instance of Symbol 477 MovieClip "zs5" in Frame 26
onClipEvent (load) {
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
this.gotoAndStop(2);
}
i++;
}
}
Instance of Symbol 477 MovieClip "zs4" in Frame 26
onClipEvent (load) {
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
this.gotoAndStop(2);
}
i++;
}
}
Instance of Symbol 888 MovieClip "kg" in Frame 26
onClipEvent (load) {
_root.anniux = 0;
this.yunz = 0;
pz = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.rw1) && (this.yunz == 0)) {
pz = 1;
if (pz == 1) {
this.yunz = 1;
if ((this._currentframe == 1) && (_root.rw1._x < this._x)) {
this.gotoAndStop(2);
_root.anniux = 1;
}
if ((this._currentframe == 2) && (_root.rw1._x > this._x)) {
this.gotoAndStop(1);
_root.anniux = 0;
}
}
}
if ((!this.hitTest(_root.rw1)) && (pz == 1)) {
this.yunz = 0;
pz = 0;
}
if (this.hitTest(_root.rw2) && (this.yunz == 0)) {
pz = 2;
if (pz == 2) {
this.yunz = 1;
if ((this._currentframe == 1) && (_root.rw2._x < this._x)) {
this.gotoAndStop(2);
_root.anniux = 1;
}
if ((this._currentframe == 2) && (_root.rw2._x > this._x)) {
this.gotoAndStop(1);
_root.anniux = 0;
}
}
}
if ((!this.hitTest(_root.rw2)) && (pz == 2)) {
this.yunz = 0;
pz = 0;
}
}
Instance of Symbol 890 MovieClip "kg4" in Frame 26
onClipEvent (load) {
_root.anniux4 = 0;
this.yunz = 0;
pz = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.rw1) && (this.yunz == 0)) {
pz = 1;
if (pz == 1) {
this.yunz = 1;
if ((this._currentframe == 1) && (_root.rw1._x < this._x)) {
this.gotoAndStop(2);
_root.anniux4 = 1;
}
if ((this._currentframe == 2) && (_root.rw1._x > this._x)) {
this.gotoAndStop(1);
_root.anniux4 = 0;
}
}
}
if ((!this.hitTest(_root.rw1)) && (pz == 1)) {
this.yunz = 0;
pz = 0;
}
if (this.hitTest(_root.rw2) && (this.yunz == 0)) {
pz = 2;
if (pz == 2) {
this.yunz = 1;
if ((this._currentframe == 1) && (_root.rw2._x < this._x)) {
this.gotoAndStop(2);
_root.anniux4 = 1;
}
if ((this._currentframe == 2) && (_root.rw2._x > this._x)) {
this.gotoAndStop(1);
_root.anniux4 = 0;
}
}
}
if ((!this.hitTest(_root.rw2)) && (pz == 2)) {
this.yunz = 0;
pz = 0;
}
}
Frame 27
stop();
_root.hummer_on = false;
key = 0;
_root.puca = 0;
_root.finish_level = true;
fire_type = 1;
_root.sm = 3;
_root.zhonggs = 13;
_root.mbgs = 9;
_root.yjgs = 0;
_root.lout = 0;
_root.lout2 = 0;
_root.anniux = 0;
_root.anniux1 = 0;
_root.anniux2 = 0;
_root.anniux3 = 0;
_root.anniux4 = 0;
_root.rw1._y = 300;
_root.rw1._x = 80;
_root.xr1._xscale = -125;
_root.rw2._y = 300;
_root.rw2._x = 80;
_root.xr2._xscale = 60;
i = 1;
while (i < 10) {
_root["zs" + i].gotoAndStop(1);
i++;
}
_root.kg1.gotoAndStop(1);
Instance of Symbol 701 MovieClip in Frame 27
onClipEvent (load) {
hit = 0;
sd = 3;
ysx = this._x + _root.map._x;
_xscale = -100;
}
onClipEvent (enterFrame) {
for (var cBullet in _root.bulletHolder) {
if ((((this._y <= (_root.bulletHolder[cBullet]._y + 7)) && (this._y >= (_root.bulletHolder[cBullet]._y - 7))) && (this._x <= (_root.bulletHolder[cBullet]._x + 7))) && (this._x >= (_root.bulletHolder[cBullet]._x - 7))) {
var i = Math.random();
animacija = _root.attachMovie("oblacic", "oblacic" + i, _root.getNextHighestDepth(), {_x:_root.bulletHolder[cBullet]._x, _y:_root.bulletHolder[cBullet]._y});
animacija._xscale = 10;
animacija._yscale = 10;
animacija.onEnterFrame = function () {
this._xscale = 10;
this._yscale = 10;
if (this._currentframe >= 17) {
this.removeMovieClip();
}
};
if (_root.xr1._xscale >= 0) {
_root.rw1._x = _root.bulletHolder[cBullet]._x - 40;
}
if (_root.xr1._xscale < 0) {
_root.rw1._x = _root.bulletHolder[cBullet]._x + 40;
}
_root.sansa.play();
_root.xr1._visible = true;
_root.bulletHolder[cBullet].removeMovieClip();
trace("ptica");
}
}
if (_xscale == 100) {
this._x = this._x + sd;
}
if (_xscale == -100) {
this._x = this._x - sd;
}
if (this._x < (ysx - 120)) {
_xscale = 100;
}
if (this._x > (ysx + 120)) {
_xscale = -100;
}
xx = this._x + _root.map._x;
if (this.joj.hitTest(_root.rw1)) {
hit++;
_root.sansa.play();
}
if (this.joj.hitTest(_root.rw2)) {
_root.sansb.play();
}
}
Instance of Symbol 944 MovieClip in Frame 27
onClipEvent (load) {
smer = 1;
sd = 2;
ysx = this._x + _root.map._x;
yyy = this._height / 2;
xxx = this._width / 2;
}
onClipEvent (enterFrame) {
for (var cBullet in _root.bulletHolder) {
if ((Math.abs(this._y - _root.bulletHolder[cBullet]._y) <= (yyy / 4)) && (Math.abs(this._x - _root.bulletHolder[cBullet]._x) <= xxx)) {
var i = Math.random();
animacija = _root.attachMovie("oblacic", "oblacic" + i, _root.getNextHighestDepth(), {_x:_root.bulletHolder[cBullet]._x, _y:_root.bulletHolder[cBullet]._y});
animacija._xscale = 10;
animacija._yscale = 10;
animacija.onEnterFrame = function () {
this._xscale = 10;
this._yscale = 10;
if (this._currentframe >= 17) {
this.removeMovieClip();
}
};
if (_root.xr1._xscale >= 0) {
_root.rw1._x = _root.bulletHolder[cBullet]._x - 40;
}
if (_root.xr1._xscale < 0) {
_root.rw1._x = _root.bulletHolder[cBullet]._x + 40;
}
_root.sansa.play();
_root.xr1._visible = true;
_root.bulletHolder[cBullet].removeMovieClip();
trace("ptica");
}
}
if (smer == 1) {
this._xscale = -100;
this._x = this._x + sd;
}
if (smer == -1) {
this._xscale = 100;
this._x = this._x - sd;
}
if (this._x < (ysx - 30)) {
smer = 1;
}
if (this._x > (ysx + 30)) {
smer = -1;
}
xx = this._x + _root.map._x;
if ((Math.abs(this._y - _root.rw1._y) <= (yyy / 2)) && (Math.abs(this._x - _root.rw1._x) <= xxx)) {
_root.sansa.play();
trace("ye");
}
if (this.top.hitTest(_root.rw1) && (this._y > _root.xr1._y)) {
trace("top");
_root.rw1._x = _root.rw1._x + sd;
}
if (this.quy.hitTest(_root.rw2)) {
_root.sansb.play();
trace("yeaa");
}
}
Instance of Symbol 701 MovieClip in Frame 27
onClipEvent (load) {
hit = 0;
sd = 3;
ysx = this._x + _root.map._x;
_xscale = -100;
}
onClipEvent (enterFrame) {
for (var cBullet in _root.bulletHolder) {
if ((((this._y <= (_root.bulletHolder[cBullet]._y + 7)) && (this._y >= (_root.bulletHolder[cBullet]._y - 7))) && (this._x <= (_root.bulletHolder[cBullet]._x + 7))) && (this._x >= (_root.bulletHolder[cBullet]._x - 7))) {
var i = Math.random();
animacija = _root.attachMovie("oblacic", "oblacic" + i, _root.getNextHighestDepth(), {_x:_root.bulletHolder[cBullet]._x, _y:_root.bulletHolder[cBullet]._y});
animacija._xscale = 10;
animacija._yscale = 10;
animacija.onEnterFrame = function () {
this._xscale = 10;
this._yscale = 10;
if (this._currentframe >= 17) {
this.removeMovieClip();
}
};
if (_root.xr1._xscale >= 0) {
_root.rw1._x = _root.bulletHolder[cBullet]._x - 40;
}
if (_root.xr1._xscale < 0) {
_root.rw1._x = _root.bulletHolder[cBullet]._x + 40;
}
_root.sansa.play();
_root.xr1._visible = true;
_root.bulletHolder[cBullet].removeMovieClip();
trace("ptica");
}
}
if (_xscale == 100) {
this._x = this._x + sd;
}
if (_xscale == -100) {
this._x = this._x - sd;
}
if (this._x < (ysx - 120)) {
_xscale = 100;
}
if (this._x > (ysx + 120)) {
_xscale = -100;
}
xx = this._x + _root.map._x;
if (this.joj.hitTest(_root.rw1)) {
hit++;
_root.sansa.play();
}
if (this.joj.hitTest(_root.rw2)) {
_root.sansb.play();
}
}
Instance of Symbol 707 MovieClip in Frame 27
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
_root.gotoAndStop("over");
}
i++;
}
}
Instance of Symbol 728 MovieClip "sy" in Frame 27
onClipEvent (enterFrame) {
if (this._currentframe > 1) {
this.gotoAndStop(1);
}
}
Instance of Symbol 477 MovieClip "zs3" in Frame 27
onClipEvent (load) {
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
this.gotoAndStop(2);
}
i++;
}
}
Instance of Symbol 477 MovieClip "zs6" in Frame 27
onClipEvent (load) {
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
this.gotoAndStop(2);
}
i++;
}
}
Instance of Symbol 477 MovieClip "zs7" in Frame 27
onClipEvent (load) {
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
this.gotoAndStop(2);
}
i++;
}
}
Instance of Symbol 477 MovieClip "zs8" in Frame 27
onClipEvent (load) {
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
this.gotoAndStop(2);
}
i++;
}
}
Instance of Symbol 477 MovieClip "zs1" in Frame 27
onClipEvent (load) {
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
this.gotoAndStop(2);
}
i++;
}
}
Instance of Symbol 477 MovieClip "zs9" in Frame 27
onClipEvent (load) {
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
this.gotoAndStop(2);
}
i++;
}
}
Instance of Symbol 720 MovieClip in Frame 27
onClipEvent (load) {
hit = 0;
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw) && (hit == 0)) {
hit = 1;
_root.sm++;
this.gotoAndStop(40);
var i = Math.random();
animacija = _root.attachMovie("oblacic", "oblacic" + i, _root.getNextHighestDepth(), {_x:this._x, _y:this._y});
animacija._xscale = 10;
animacija._yscale = 10;
animacija.onEnterFrame = function () {
var _local2 = new Color("animacija");
_local2.setRGB(16777215);
this._xscale = 10;
this._yscale = 10;
if (this._currentframe >= 17) {
this.removeMovieClip();
}
};
}
i++;
}
}
Instance of Symbol 723 MovieClip in Frame 27
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
_root.key++;
var i = Math.random();
animacija = _root.attachMovie("oblacic", "oblacic" + i, _root.getNextHighestDepth(), {_x:this._x, _y:this._y});
animacija._xscale = 10;
animacija._yscale = 10;
animacija.onEnterFrame = function () {
var _local2 = new Color("animacija");
_local2.setRGB(16777215);
this._xscale = 10;
this._yscale = 10;
if (this._currentframe >= 17) {
this.removeMovieClip();
}
};
this.gotoAndStop(40);
}
i++;
}
}
Instance of Symbol 477 MovieClip "zs2" in Frame 27
onClipEvent (load) {
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
this.gotoAndStop(2);
}
i++;
}
}
Instance of Symbol 477 MovieClip "zs5" in Frame 27
onClipEvent (load) {
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
this.gotoAndStop(2);
}
i++;
}
}
Instance of Symbol 477 MovieClip "zs4" in Frame 27
onClipEvent (load) {
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
this.gotoAndStop(2);
}
i++;
}
}
Frame 28
stop();
key = 0;
_root.puca = 0;
_root.finish_level = true;
fire_type = 1;
_root.sm = 3;
_root.mbgs = 9;
_root.yjgs = 0;
_root.lout = 0;
_root.lout2 = 0;
_root.anniux = 0;
_root.anniux1 = 0;
_root.anniux2 = 0;
_root.anniux3 = 0;
_root.anniux4 = 0;
_root.rw1._y = 429;
_root.rw1._x = 545;
_root.xr1._xscale = 125;
_root.rw2._y = 429;
_root.rw2._x = 520;
_root.xr2._xscale = 60;
i = 1;
while (i < 10) {
_root["zs" + i].gotoAndStop(1);
i++;
}
Instance of Symbol 856 MovieClip in Frame 28
onClipEvent (load) {
_root.anniux = 0;
pz = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.rw1)) {
pz = 1;
_root.anniux = 1;
this.gotoAndStop(2);
} else if (pz == 1) {
_root.anniux = 0;
this.gotoAndStop(1);
pz = 0;
}
if (this.hitTest(_root.rw2)) {
pz = 2;
_root.anniux = 1;
this.gotoAndStop(2);
} else if (pz == 2) {
_root.anniux = 0;
this.gotoAndStop(1);
pz = 0;
}
if (this.hitTest(_root.map.xiangz)) {
pz = 3;
_root.anniux = 1;
this.gotoAndStop(2);
} else if (pz == 3) {
_root.anniux = 0;
this.gotoAndStop(1);
pz = 0;
}
if (this.hitTest(_root.map.xiangz3)) {
pz = 4;
_root.anniux = 1;
this.gotoAndStop(2);
} else if (pz == 4) {
_root.anniux = 0;
this.gotoAndStop(1);
pz = 0;
}
}
Instance of Symbol 884 MovieClip in Frame 28
onClipEvent (load) {
_root.anniux1 = 0;
pz = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.rw1)) {
pz = 1;
_root.anniux1 = 1;
this.gotoAndStop(2);
} else if (pz == 1) {
_root.anniux1 = 0;
this.gotoAndStop(1);
pz = 0;
}
if (this.hitTest(_root.rw2)) {
pz = 2;
_root.anniux1 = 1;
this.gotoAndStop(2);
} else if (pz == 2) {
_root.anniux1 = 0;
this.gotoAndStop(1);
pz = 0;
}
}
Instance of Symbol 856 MovieClip in Frame 28
onClipEvent (load) {
_root.anniux3 = 0;
pz = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.rw1)) {
pz = 1;
_root.anniux3 = 1;
this.gotoAndStop(2);
} else if (pz == 1) {
_root.anniux3 = 0;
this.gotoAndStop(1);
pz = 0;
}
if (this.hitTest(_root.rw2)) {
pz = 2;
_root.anniux3 = 1;
this.gotoAndStop(2);
} else if (pz == 2) {
_root.anniux3 = 0;
this.gotoAndStop(1);
pz = 0;
}
}
Instance of Symbol 983 MovieClip in Frame 28
onClipEvent (load) {
_root.anniux2 = 0;
pz = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.rw1)) {
pz = 1;
_root.anniux2 = 1;
this.gotoAndStop(2);
} else if (pz == 1) {
_root.anniux2 = 0;
this.gotoAndStop(1);
pz = 0;
}
if (this.hitTest(_root.rw2)) {
pz = 2;
_root.anniux2 = 1;
this.gotoAndStop(2);
} else if (pz == 2) {
_root.anniux2 = 0;
this.gotoAndStop(1);
pz = 0;
}
}
Instance of Symbol 981 MovieClip in Frame 28
onClipEvent (load) {
_root.anniux5 = 0;
pz = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.rw1)) {
pz = 1;
_root.anniux5 = 1;
this.gotoAndStop(2);
} else if (pz == 1) {
_root.anniux5 = 0;
this.gotoAndStop(1);
pz = 0;
}
if (this.hitTest(_root.rw2)) {
pz = 2;
_root.anniux5 = 1;
this.gotoAndStop(2);
} else if (pz == 2) {
_root.anniux5 = 0;
this.gotoAndStop(1);
pz = 0;
}
}
Instance of Symbol 985 MovieClip in Frame 28
onClipEvent (load) {
_root.anniux4 = 0;
pz = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.rw1)) {
pz = 1;
_root.anniux4 = 1;
this.gotoAndStop(2);
} else if (pz == 1) {
_root.anniux4 = 0;
this.gotoAndStop(1);
pz = 0;
}
if (this.hitTest(_root.rw2)) {
pz = 2;
_root.anniux4 = 1;
this.gotoAndStop(2);
} else if (pz == 2) {
_root.anniux4 = 0;
this.gotoAndStop(1);
pz = 0;
}
}
Instance of Symbol 987 MovieClip in Frame 28
onClipEvent (load) {
_root.anniux6 = 0;
pz = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.rw1)) {
pz = 1;
_root.anniux6 = 1;
this.gotoAndStop(2);
} else if (pz == 1) {
_root.anniux6 = 0;
this.gotoAndStop(1);
pz = 0;
}
if (this.hitTest(_root.rw2)) {
pz = 2;
_root.anniux6 = 1;
this.gotoAndStop(2);
} else if (pz == 2) {
_root.anniux6 = 0;
this.gotoAndStop(1);
pz = 0;
}
}
Instance of Symbol 707 MovieClip in Frame 28
onClipEvent (enterFrame) {
if (this.hitTest(_root.rw1) && (_root.mbgs == _root.yjgs)) {
_root.guo.play();
}
}
Instance of Symbol 707 MovieClip in Frame 28
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
_root.gotoAndStop("over");
}
i++;
}
}
Frame 29
stop();
_root.hummer_on = false;
key = 0;
_root.puca = 0;
_root.finish_level = true;
fire_type = 1;
_root.sm = 3;
_root.zhonggs = 10;
_root.mbgs = 9;
_root.yjgs = 0;
_root.lout = 0;
_root.lout2 = 0;
_root.anniux = 0;
_root.anniux1 = 0;
_root.anniux2 = 0;
_root.anniux3 = 0;
_root.anniux4 = 0;
_root.rw1._y = 350;
_root.rw1._x = 50;
_root.xr1._xscale = 125;
_root.rw2._y = 50;
_root.rw2._x = 85;
_root.xr2._xscale = 60;
i = 1;
while (i < 10) {
_root["zs" + i].gotoAndStop(1);
i++;
}
_root.kg1.gotoAndStop(1);
Instance of Symbol 888 MovieClip "kg" in Frame 29
onClipEvent (load) {
_root.anniux = 0;
_root.yunz = 0;
pz = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.rw1) && (_root.yunz == 0)) {
pz = 1;
if (pz == 1) {
_root.yunz = 1;
if ((this._currentframe == 1) && (_root.rw1._x < this._x)) {
this.gotoAndStop(2);
_root.anniux = 1;
}
if ((this._currentframe == 2) && (_root.rw1._x > this._x)) {
this.gotoAndStop(1);
_root.anniux = 0;
}
}
}
if ((!this.hitTest(_root.rw1)) && (pz == 1)) {
_root.yunz = 0;
pz = 0;
}
if (this.hitTest(_root.rw2) && (_root.yunz == 0)) {
pz = 2;
if (pz == 2) {
_root.yunz = 1;
if ((this._currentframe == 1) && (_root.rw2._x < this._x)) {
this.gotoAndStop(2);
_root.anniux = 1;
}
if ((this._currentframe == 2) && (_root.rw2._x > this._x)) {
this.gotoAndStop(1);
_root.anniux = 0;
}
}
}
if ((!this.hitTest(_root.rw2)) && (pz == 2)) {
_root.yunz = 0;
pz = 0;
}
}
Instance of Symbol 666 MovieClip in Frame 29
onClipEvent (enterFrame) {
if (_root.anniux == 0) {
this.gotoAndStop(1);
if (this.hitTest(_root.rw1)) {
_root.rw1._x = _root.rw1._x + (5 - ((4 * (_root.rw1._x - this._x)) / 200));
} else {
_root.rw1.xspeed = 4;
}
if (this.hitTest(_root.rw2)) {
_root.rw2._x = _root.rw2._x + (5 - ((4 * (_root.rw2._x - this._x)) / 200));
} else {
_root.rw2.xspeed = 4;
}
} else {
this.gotoAndStop(2);
}
}
Instance of Symbol 701 MovieClip in Frame 29
onClipEvent (load) {
hit = 0;
sd = 3;
ysx = this._x + _root.map._x;
_xscale = 100;
}
onClipEvent (enterFrame) {
for (var cBullet in _root.bulletHolder) {
if ((((this._y <= (_root.bulletHolder[cBullet]._y + 7)) && (this._y >= (_root.bulletHolder[cBullet]._y - 7))) && (this._x <= (_root.bulletHolder[cBullet]._x + 7))) && (this._x >= (_root.bulletHolder[cBullet]._x - 7))) {
var i = Math.random();
animacija = _root.attachMovie("oblacic", "oblacic" + i, _root.getNextHighestDepth(), {_x:_root.bulletHolder[cBullet]._x, _y:_root.bulletHolder[cBullet]._y});
animacija._xscale = 10;
animacija._yscale = 10;
animacija.onEnterFrame = function () {
this._xscale = 10;
this._yscale = 10;
if (this._currentframe >= 17) {
this.removeMovieClip();
}
};
if (_root.xr1._xscale >= 0) {
_root.rw1._x = _root.bulletHolder[cBullet]._x - 40;
}
if (_root.xr1._xscale < 0) {
_root.rw1._x = _root.bulletHolder[cBullet]._x + 40;
}
_root.sansa.play();
_root.xr1._visible = true;
_root.bulletHolder[cBullet].removeMovieClip();
trace("ptica");
}
}
if (_xscale == 100) {
this._x = this._x + sd;
}
if (_xscale == -100) {
this._x = this._x - sd;
}
if (this._x < (ysx - 200)) {
_xscale = 100;
}
if (this._x > (ysx + 200)) {
_xscale = -100;
}
xx = this._x + _root.map._x;
if (this.joj.hitTest(_root.rw1)) {
hit++;
_root.sansa.play();
}
if (this.joj.hitTest(_root.rw2)) {
_root.sansb.play();
}
}
Instance of Symbol 944 MovieClip in Frame 29
onClipEvent (load) {
smer = 1;
sd = 2;
ysx = this._x + _root.map._x;
yyy = this._height / 2;
xxx = this._width / 2;
}
onClipEvent (enterFrame) {
for (var cBullet in _root.bulletHolder) {
if ((Math.abs(this._y - _root.bulletHolder[cBullet]._y) <= (yyy / 4)) && (Math.abs(this._x - _root.bulletHolder[cBullet]._x) <= xxx)) {
var i = Math.random();
animacija = _root.attachMovie("oblacic", "oblacic" + i, _root.getNextHighestDepth(), {_x:_root.bulletHolder[cBullet]._x, _y:_root.bulletHolder[cBullet]._y});
animacija._xscale = 10;
animacija._yscale = 10;
animacija.onEnterFrame = function () {
this._xscale = 10;
this._yscale = 10;
if (this._currentframe >= 17) {
this.removeMovieClip();
}
};
if (_root.xr1._xscale >= 0) {
_root.rw1._x = _root.bulletHolder[cBullet]._x - 40;
}
if (_root.xr1._xscale < 0) {
_root.rw1._x = _root.bulletHolder[cBullet]._x + 40;
}
_root.sansa.play();
_root.xr1._visible = true;
_root.bulletHolder[cBullet].removeMovieClip();
trace("ptica");
}
}
if (smer == 1) {
this._xscale = -100;
this._x = this._x + sd;
}
if (smer == -1) {
this._xscale = 100;
this._x = this._x - sd;
}
if (this._x < (ysx - 30)) {
smer = 1;
}
if (this._x > (ysx + 30)) {
smer = -1;
}
xx = this._x + _root.map._x;
if ((Math.abs(this._y - _root.rw1._y) <= (yyy / 2)) && (Math.abs(this._x - _root.rw1._x) <= xxx)) {
_root.sansa.play();
trace("ye");
}
if (this.top.hitTest(_root.rw1) && (this._y > _root.xr1._y)) {
trace("top");
_root.rw1._x = _root.rw1._x + sd;
}
if (this.quy.hitTest(_root.rw2)) {
_root.sansb.play();
trace("yeaa");
}
}
Instance of Symbol 944 MovieClip in Frame 29
onClipEvent (load) {
smer = 1;
sd = 2;
ysx = this._x + _root.map._x;
yyy = this._height / 2;
xxx = this._width / 2;
}
onClipEvent (enterFrame) {
for (var cBullet in _root.bulletHolder) {
if ((Math.abs(this._y - _root.bulletHolder[cBullet]._y) <= (yyy / 4)) && (Math.abs(this._x - _root.bulletHolder[cBullet]._x) <= xxx)) {
var i = Math.random();
animacija = _root.attachMovie("oblacic", "oblacic" + i, _root.getNextHighestDepth(), {_x:_root.bulletHolder[cBullet]._x, _y:_root.bulletHolder[cBullet]._y});
animacija._xscale = 10;
animacija._yscale = 10;
animacija.onEnterFrame = function () {
this._xscale = 10;
this._yscale = 10;
if (this._currentframe >= 17) {
this.removeMovieClip();
}
};
if (_root.xr1._xscale >= 0) {
_root.rw1._x = _root.bulletHolder[cBullet]._x - 40;
}
if (_root.xr1._xscale < 0) {
_root.rw1._x = _root.bulletHolder[cBullet]._x + 40;
}
_root.sansa.play();
_root.xr1._visible = true;
_root.bulletHolder[cBullet].removeMovieClip();
trace("ptica");
}
}
if (smer == 1) {
this._xscale = -100;
this._x = this._x + sd;
}
if (smer == -1) {
this._xscale = 100;
this._x = this._x - sd;
}
if (this._x < (ysx - 30)) {
smer = 1;
}
if (this._x > (ysx + 30)) {
smer = -1;
}
xx = this._x + _root.map._x;
if ((Math.abs(this._y - _root.rw1._y) <= (yyy / 2)) && (Math.abs(this._x - _root.rw1._x) <= xxx)) {
_root.sansa.play();
trace("ye");
}
if (this.top.hitTest(_root.rw1) && (this._y > _root.xr1._y)) {
trace("top");
_root.rw1._x = _root.rw1._x + sd;
}
if (this.quy.hitTest(_root.rw2)) {
_root.sansb.play();
trace("yeaa");
}
}
Instance of Symbol 1027 MovieClip in Frame 29
onClipEvent (load) {
smer = 1;
sd = 2;
ysx = this._x + _root.map._x;
visina = _root.rw1._height / 2;
yyy = visina + (this._height / 2);
xxx = this._width / 2;
}
onClipEvent (enterFrame) {
for (var cBullet in _root.bulletHolder) {
if ((Math.abs(this._y - _root.bulletHolder[cBullet]._y) <= yyy) && (Math.abs(this._x - _root.bulletHolder[cBullet]._x) <= xxx)) {
var i = Math.random();
animacija = _root.attachMovie("oblacic", "oblacic" + i, _root.getNextHighestDepth(), {_x:_root.bulletHolder[cBullet]._x, _y:_root.bulletHolder[cBullet]._y});
animacija._xscale = 10;
animacija._yscale = 10;
animacija.onEnterFrame = function () {
this._xscale = 10;
this._yscale = 10;
if (this._currentframe >= 17) {
this.removeMovieClip();
}
};
if (_root.xr1._xscale >= 0) {
_root.rw1._x = _root.bulletHolder[cBullet]._x - 40;
}
if (_root.xr1._xscale < 0) {
_root.rw1._x = _root.bulletHolder[cBullet]._x + 40;
}
_root.sansa.play();
_root.xr1._visible = true;
_root.bulletHolder[cBullet].removeMovieClip();
trace("ptica");
}
}
if (smer == 1) {
this._xscale = -100;
this._x = this._x + sd;
}
if (smer == -1) {
this._xscale = 100;
this._x = this._x - sd;
}
if (this._x < (ysx - 35)) {
smer = 1;
}
if (this._x > (ysx + 35)) {
smer = -1;
}
xx = this._x + _root.map._x;
if ((Math.abs(this._y - _root.rw1._y) <= yyy) && (Math.abs(this._x - _root.rw1._x) <= xxx)) {
_root.sansa.play();
}
if (this.top.hitTest(_root.rw1) && (this._y > _root.xr1._y)) {
trace("top");
_root.rw1._x = _root.rw1._x + sd;
}
if (this.quy.hitTest(_root.rw2)) {
_root.sansb.play();
trace("yeaa");
}
}
Instance of Symbol 707 MovieClip in Frame 29
onClipEvent (enterFrame) {
if (this.hitTest(_root.rw1) && (_root.key >= 1)) {
_root.finish_level = false;
_root.door.gotoAndStop(2);
}
}
Instance of Symbol 712 MovieClip "door" in Frame 29
onClipEvent (enterFrame) {
if (_root.finish_level) {
this.gotoAndStop(1);
}
}
Instance of Symbol 720 MovieClip in Frame 29
onClipEvent (load) {
hit = 0;
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["xr" + i];
if (this.hitTest(_root.renw) && (hit == 0)) {
hit = 1;
_root.sm++;
this.gotoAndStop(40);
var i = Math.random();
animacija = _root.attachMovie("oblacic", "oblacic" + i, _root.getNextHighestDepth(), {_x:this._x, _y:this._y});
animacija._xscale = 10;
animacija._yscale = 10;
animacija.onEnterFrame = function () {
var _local2 = new Color("animacija");
_local2.setRGB(16777215);
this._xscale = 10;
this._yscale = 10;
if (this._currentframe >= 17) {
this.removeMovieClip();
}
};
}
i++;
}
}
Instance of Symbol 723 MovieClip in Frame 29
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
_root.key++;
var i = Math.random();
animacija = _root.attachMovie("oblacic", "oblacic" + i, _root.getNextHighestDepth(), {_x:this._x, _y:this._y});
animacija._xscale = 10;
animacija._yscale = 10;
animacija.onEnterFrame = function () {
var _local2 = new Color("animacija");
_local2.setRGB(16777215);
this._xscale = 10;
this._yscale = 10;
if (this._currentframe >= 17) {
this.removeMovieClip();
}
};
this.gotoAndStop(40);
}
i++;
}
}
Frame 30
stop();
_root.hummer_on = false;
key = 0;
_root.puca = 0;
_root.finish_level = true;
fire_type = 1;
_root.sm = 3;
_root.zhonggs = 7;
_root.mbgs = 9;
_root.yjgs = 0;
_root.lout = 0;
_root.lout2 = 0;
_root.anniux = 0;
_root.anniux1 = 0;
_root.anniux2 = 0;
_root.anniux3 = 0;
_root.anniux4 = 0;
_root.rw1._y = 350;
_root.rw1._x = 90;
_root.xr1._xscale = -125;
_root.rw2._y = 50;
_root.rw2._x = 590;
_root.xr2._xscale = -60;
i = 1;
while (i < 10) {
_root["zs" + i].gotoAndStop(1);
i++;
}
_root.kg1.gotoAndStop(1);
Instance of Symbol 701 MovieClip in Frame 30
onClipEvent (load) {
hit = 0;
sd = 3;
ysx = this._x + _root.map._x;
_xscale = -100;
}
onClipEvent (enterFrame) {
for (var cBullet in _root.bulletHolder) {
if ((((this._y <= (_root.bulletHolder[cBullet]._y + 7)) && (this._y >= (_root.bulletHolder[cBullet]._y - 7))) && (this._x <= (_root.bulletHolder[cBullet]._x + 7))) && (this._x >= (_root.bulletHolder[cBullet]._x - 7))) {
var i = Math.random();
animacija = _root.attachMovie("oblacic", "oblacic" + i, _root.getNextHighestDepth(), {_x:_root.bulletHolder[cBullet]._x, _y:_root.bulletHolder[cBullet]._y});
animacija._xscale = 10;
animacija._yscale = 10;
animacija.onEnterFrame = function () {
this._xscale = 10;
this._yscale = 10;
if (this._currentframe >= 17) {
this.removeMovieClip();
}
};
if (_root.xr1._xscale >= 0) {
_root.rw1._x = _root.bulletHolder[cBullet]._x - 40;
}
if (_root.xr1._xscale < 0) {
_root.rw1._x = _root.bulletHolder[cBullet]._x + 40;
}
_root.sansa.play();
_root.xr1._visible = true;
_root.bulletHolder[cBullet].removeMovieClip();
trace("ptica");
}
}
if (_xscale == 100) {
this._x = this._x + sd;
}
if (_xscale == -100) {
this._x = this._x - sd;
}
if (this._x < (ysx - 200)) {
_xscale = 100;
}
if (this._x > (ysx + 200)) {
_xscale = -100;
}
xx = this._x + _root.map._x;
if (this.joj.hitTest(_root.rw1)) {
hit++;
_root.sansa.play();
}
if (this.joj.hitTest(_root.rw2)) {
_root.sansb.play();
}
}
Instance of Symbol 944 MovieClip in Frame 30
onClipEvent (load) {
smer = 1;
sd = 2;
ysx = this._x + _root.map._x;
yyy = this._height / 2;
xxx = this._width / 2;
}
onClipEvent (enterFrame) {
for (var cBullet in _root.bulletHolder) {
if ((Math.abs(this._y - _root.bulletHolder[cBullet]._y) <= (yyy / 4)) && (Math.abs(this._x - _root.bulletHolder[cBullet]._x) <= xxx)) {
var i = Math.random();
animacija = _root.attachMovie("oblacic", "oblacic" + i, _root.getNextHighestDepth(), {_x:_root.bulletHolder[cBullet]._x, _y:_root.bulletHolder[cBullet]._y});
animacija._xscale = 10;
animacija._yscale = 10;
animacija.onEnterFrame = function () {
this._xscale = 10;
this._yscale = 10;
if (this._currentframe >= 17) {
this.removeMovieClip();
}
};
if (_root.xr1._xscale >= 0) {
_root.rw1._x = _root.bulletHolder[cBullet]._x - 40;
}
if (_root.xr1._xscale < 0) {
_root.rw1._x = _root.bulletHolder[cBullet]._x + 40;
}
_root.sansa.play();
_root.xr1._visible = true;
_root.bulletHolder[cBullet].removeMovieClip();
trace("ptica");
}
}
if (smer == 1) {
this._xscale = -100;
this._x = this._x + sd;
}
if (smer == -1) {
this._xscale = 100;
this._x = this._x - sd;
}
if (this._x < (ysx - 30)) {
smer = 1;
}
if (this._x > (ysx + 30)) {
smer = -1;
}
xx = this._x + _root.map._x;
if ((Math.abs(this._y - _root.rw1._y) <= (yyy / 2)) && (Math.abs(this._x - _root.rw1._x) <= xxx)) {
_root.sansa.play();
trace("ye");
}
if (this.top.hitTest(_root.rw1) && (this._y > _root.xr1._y)) {
trace("top");
_root.rw1._x = _root.rw1._x + sd;
}
if (this.quy.hitTest(_root.rw2)) {
_root.sansb.play();
trace("yeaa");
}
}
Instance of Symbol 1027 MovieClip in Frame 30
onClipEvent (load) {
smer = 1;
sd = 2;
ysx = this._x + _root.map._x;
visina = _root.rw1._height / 2;
yyy = visina + (this._height / 2);
xxx = this._width / 2;
}
onClipEvent (enterFrame) {
for (var cBullet in _root.bulletHolder) {
if ((Math.abs(this._y - _root.bulletHolder[cBullet]._y) <= yyy) && (Math.abs(this._x - _root.bulletHolder[cBullet]._x) <= xxx)) {
var i = Math.random();
animacija = _root.attachMovie("oblacic", "oblacic" + i, _root.getNextHighestDepth(), {_x:_root.bulletHolder[cBullet]._x, _y:_root.bulletHolder[cBullet]._y});
animacija._xscale = 10;
animacija._yscale = 10;
animacija.onEnterFrame = function () {
this._xscale = 10;
this._yscale = 10;
if (this._currentframe >= 17) {
this.removeMovieClip();
}
};
if (_root.xr1._xscale >= 0) {
_root.rw1._x = _root.bulletHolder[cBullet]._x - 40;
}
if (_root.xr1._xscale < 0) {
_root.rw1._x = _root.bulletHolder[cBullet]._x + 40;
}
_root.sansa.play();
_root.xr1._visible = true;
_root.bulletHolder[cBullet].removeMovieClip();
trace("ptica");
}
}
if (smer == 1) {
this._xscale = -100;
this._x = this._x + sd;
}
if (smer == -1) {
this._xscale = 100;
this._x = this._x - sd;
}
if (this._x < (ysx - 35)) {
smer = 1;
}
if (this._x > (ysx + 35)) {
smer = -1;
}
xx = this._x + _root.map._x;
if ((Math.abs(this._y - _root.rw1._y) <= yyy) && (Math.abs(this._x - _root.rw1._x) <= xxx)) {
_root.sansa.play();
}
if (this.top.hitTest(_root.rw1) && (this._y > _root.xr1._y)) {
trace("top");
_root.rw1._x = _root.rw1._x + sd;
}
if (this.quy.hitTest(_root.rw2)) {
_root.sansb.play();
trace("yeaa");
}
}
Instance of Symbol 944 MovieClip in Frame 30
onClipEvent (load) {
smer = 1;
sd = 2;
ysx = this._x + _root.map._x;
yyy = this._height / 2;
xxx = this._width / 2;
}
onClipEvent (enterFrame) {
for (var cBullet in _root.bulletHolder) {
if ((Math.abs(this._y - _root.bulletHolder[cBullet]._y) <= (yyy / 4)) && (Math.abs(this._x - _root.bulletHolder[cBullet]._x) <= xxx)) {
var i = Math.random();
animacija = _root.attachMovie("oblacic", "oblacic" + i, _root.getNextHighestDepth(), {_x:_root.bulletHolder[cBullet]._x, _y:_root.bulletHolder[cBullet]._y});
animacija._xscale = 10;
animacija._yscale = 10;
animacija.onEnterFrame = function () {
this._xscale = 10;
this._yscale = 10;
if (this._currentframe >= 17) {
this.removeMovieClip();
}
};
if (_root.xr1._xscale >= 0) {
_root.rw1._x = _root.bulletHolder[cBullet]._x - 40;
}
if (_root.xr1._xscale < 0) {
_root.rw1._x = _root.bulletHolder[cBullet]._x + 40;
}
_root.sansa.play();
_root.xr1._visible = true;
_root.bulletHolder[cBullet].removeMovieClip();
trace("ptica");
}
}
if (smer == 1) {
this._xscale = -100;
this._x = this._x + sd;
}
if (smer == -1) {
this._xscale = 100;
this._x = this._x - sd;
}
if (this._x < (ysx - 30)) {
smer = 1;
}
if (this._x > (ysx + 30)) {
smer = -1;
}
xx = this._x + _root.map._x;
if ((Math.abs(this._y - _root.rw1._y) <= (yyy / 2)) && (Math.abs(this._x - _root.rw1._x) <= xxx)) {
_root.sansa.play();
trace("ye");
}
if (this.top.hitTest(_root.rw1) && (this._y > _root.xr1._y)) {
trace("top");
_root.rw1._x = _root.rw1._x + sd;
}
if (this.quy.hitTest(_root.rw2)) {
_root.sansb.play();
trace("yeaa");
}
}
Instance of Symbol 1027 MovieClip in Frame 30
onClipEvent (load) {
smer = 1;
sd = 2;
ysx = this._x + _root.map._x;
visina = _root.rw1._height / 2;
yyy = visina + (this._height / 2);
xxx = this._width / 2;
}
onClipEvent (enterFrame) {
for (var cBullet in _root.bulletHolder) {
if ((Math.abs(this._y - _root.bulletHolder[cBullet]._y) <= yyy) && (Math.abs(this._x - _root.bulletHolder[cBullet]._x) <= xxx)) {
var i = Math.random();
animacija = _root.attachMovie("oblacic", "oblacic" + i, _root.getNextHighestDepth(), {_x:_root.bulletHolder[cBullet]._x, _y:_root.bulletHolder[cBullet]._y});
animacija._xscale = 10;
animacija._yscale = 10;
animacija.onEnterFrame = function () {
this._xscale = 10;
this._yscale = 10;
if (this._currentframe >= 17) {
this.removeMovieClip();
}
};
if (_root.xr1._xscale >= 0) {
_root.rw1._x = _root.bulletHolder[cBullet]._x - 40;
}
if (_root.xr1._xscale < 0) {
_root.rw1._x = _root.bulletHolder[cBullet]._x + 40;
}
_root.sansa.play();
_root.xr1._visible = true;
_root.bulletHolder[cBullet].removeMovieClip();
trace("ptica");
}
}
if (smer == 1) {
this._xscale = -100;
this._x = this._x + sd;
}
if (smer == -1) {
this._xscale = 100;
this._x = this._x - sd;
}
if (this._x < (ysx - 35)) {
smer = 1;
}
if (this._x > (ysx + 35)) {
smer = -1;
}
xx = this._x + _root.map._x;
if ((Math.abs(this._y - _root.rw1._y) <= yyy) && (Math.abs(this._x - _root.rw1._x) <= xxx)) {
_root.sansa.play();
}
if (this.top.hitTest(_root.rw1) && (this._y > _root.xr1._y)) {
trace("top");
_root.rw1._x = _root.rw1._x + sd;
}
if (this.quy.hitTest(_root.rw2)) {
_root.sansb.play();
trace("yeaa");
}
}
Instance of Symbol 707 MovieClip in Frame 30
onClipEvent (enterFrame) {
if (this.hitTest(_root.rw1) && (_root.key >= 1)) {
_root.finish_level = false;
_root.door.gotoAndStop(2);
}
}
Instance of Symbol 712 MovieClip "door" in Frame 30
onClipEvent (enterFrame) {
if (_root.finish_level) {
this.gotoAndStop(1);
}
}
Instance of Symbol 720 MovieClip in Frame 30
onClipEvent (load) {
hit = 0;
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw) && (hit == 0)) {
hit = 1;
_root.sm++;
this.gotoAndStop(40);
var i = Math.random();
animacija = _root.attachMovie("oblacic", "oblacic" + i, _root.getNextHighestDepth(), {_x:this._x, _y:this._y});
animacija._xscale = 10;
animacija._yscale = 10;
animacija.onEnterFrame = function () {
var _local2 = new Color("animacija");
_local2.setRGB(16777215);
this._xscale = 10;
this._yscale = 10;
if (this._currentframe >= 17) {
this.removeMovieClip();
}
};
}
i++;
}
}
Instance of Symbol 723 MovieClip in Frame 30
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
_root.key++;
var i = Math.random();
animacija = _root.attachMovie("oblacic", "oblacic" + i, _root.getNextHighestDepth(), {_x:this._x, _y:this._y});
animacija._xscale = 10;
animacija._yscale = 10;
animacija.onEnterFrame = function () {
var _local2 = new Color("animacija");
_local2.setRGB(16777215);
this._xscale = 10;
this._yscale = 10;
if (this._currentframe >= 17) {
this.removeMovieClip();
}
};
this.gotoAndStop(40);
}
i++;
}
}
Instance of Symbol 888 MovieClip "kg" in Frame 30
onClipEvent (load) {
_root.anniux = 0;
this.yunz = 0;
pz = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.rw1) && (this.yunz == 0)) {
pz = 1;
if (pz == 1) {
this.yunz = 1;
if ((this._currentframe == 1) && (_root.rw1._x < this._x)) {
this.gotoAndStop(2);
_root.anniux = 1;
}
if ((this._currentframe == 2) && (_root.rw1._x > this._x)) {
this.gotoAndStop(1);
_root.anniux = 0;
}
}
}
if ((!this.hitTest(_root.rw1)) && (pz == 1)) {
this.yunz = 0;
pz = 0;
}
if (this.hitTest(_root.rw2) && (this.yunz == 0)) {
pz = 2;
if (pz == 2) {
this.yunz = 1;
if ((this._currentframe == 1) && (_root.rw2._x < this._x)) {
this.gotoAndStop(2);
_root.anniux = 1;
}
if ((this._currentframe == 2) && (_root.rw2._x > this._x)) {
this.gotoAndStop(1);
_root.anniux = 0;
}
}
}
if ((!this.hitTest(_root.rw2)) && (pz == 2)) {
this.yunz = 0;
pz = 0;
}
}
Instance of Symbol 890 MovieClip "kg4" in Frame 30
onClipEvent (load) {
_root.anniux4 = 0;
this.yunz = 0;
pz = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.rw1) && (this.yunz == 0)) {
pz = 1;
if (pz == 1) {
this.yunz = 1;
if ((this._currentframe == 1) && (_root.rw1._x < this._x)) {
this.gotoAndStop(2);
_root.anniux4 = 1;
}
if ((this._currentframe == 2) && (_root.rw1._x > this._x)) {
this.gotoAndStop(1);
_root.anniux4 = 0;
}
}
}
if ((!this.hitTest(_root.rw1)) && (pz == 1)) {
this.yunz = 0;
pz = 0;
}
if (this.hitTest(_root.rw2) && (this.yunz == 0)) {
pz = 2;
if (pz == 2) {
this.yunz = 1;
if ((this._currentframe == 1) && (_root.rw2._x < this._x)) {
this.gotoAndStop(2);
_root.anniux4 = 1;
}
if ((this._currentframe == 2) && (_root.rw2._x > this._x)) {
this.gotoAndStop(1);
_root.anniux4 = 0;
}
}
}
if ((!this.hitTest(_root.rw2)) && (pz == 2)) {
this.yunz = 0;
pz = 0;
}
}
Frame 31
stop();
key = 0;
_root.puca = 0;
_root.finish_level = true;
fire_type = 1;
_root.sm = 3;
_root.mbgs = 9;
_root.yjgs = 0;
_root.lout = 0;
_root.lout2 = 0;
_root.anniux = 0;
_root.anniux1 = 0;
_root.anniux2 = 0;
_root.anniux3 = 0;
_root.anniux4 = 0;
_root.rw1._y = 69;
_root.rw1._x = 493;
_root.xr1._xscale = 125;
_root.rw2._y = 217;
_root.rw2._x = 211;
_root.xr2._xscale = -60;
i = 1;
while (i < 10) {
_root["zs" + i].gotoAndStop(1);
i++;
}
_root.kg1.gotoAndStop(1);
Instance of Symbol 884 MovieClip in Frame 31
onClipEvent (load) {
_root.anniux1 = 0;
pz = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.rw1)) {
pz = 1;
_root.anniux1 = 1;
this.gotoAndStop(2);
} else if (pz == 1) {
_root.anniux1 = 0;
this.gotoAndStop(1);
pz = 0;
}
if (this.hitTest(_root.rw2)) {
pz = 2;
_root.anniux1 = 1;
this.gotoAndStop(2);
} else if (pz == 2) {
_root.anniux1 = 0;
this.gotoAndStop(1);
pz = 0;
}
if (this.hitTest(_root.map.xiangz)) {
pz = 3;
_root.anniux1 = 1;
this.gotoAndStop(2);
} else if (pz == 3) {
_root.anniux1 = 0;
this.gotoAndStop(1);
pz = 0;
}
if (this.hitTest(_root.map.xiangz1)) {
pz = 4;
_root.anniux1 = 1;
this.gotoAndStop(2);
} else if (pz == 4) {
_root.anniux1 = 0;
this.gotoAndStop(1);
pz = 0;
}
}
Instance of Symbol 707 MovieClip in Frame 31
onClipEvent (enterFrame) {
if (this.hitTest(_root.rw1) && (_root.mbgs == _root.yjgs)) {
_root.guo.play();
}
}
Instance of Symbol 707 MovieClip in Frame 31
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
_root.gotoAndStop("over");
}
i++;
}
}
Instance of Symbol 890 MovieClip "kg1" in Frame 31
onClipEvent (load) {
_root.anniux2 = 0;
_root.yunz = 0;
pz = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.rw1) && (_root.yunz == 0)) {
pz = 1;
if (pz == 1) {
_root.yunz = 1;
if ((this._currentframe == 1) && (_root.rw1._x < this._x)) {
this.gotoAndStop(2);
_root.anniux2 = 1;
_root.sy.gotoAndStop(3);
}
if ((this._currentframe == 2) && (_root.rw1._x > this._x)) {
this.gotoAndStop(1);
_root.anniux2 = 0;
_root.sy.gotoAndStop(3);
}
}
}
if ((!this.hitTest(_root.rw1)) && (pz == 1)) {
_root.yunz = 0;
pz = 0;
}
if (this.hitTest(_root.rw2) && (_root.yunz == 0)) {
pz = 2;
if (pz == 2) {
_root.yunz = 1;
if ((this._currentframe == 1) && (_root.rw2._x < this._x)) {
this.gotoAndStop(2);
_root.anniux2 = 1;
_root.sy.gotoAndStop(3);
}
if ((this._currentframe == 2) && (_root.rw2._x > this._x)) {
this.gotoAndStop(1);
_root.anniux2 = 0;
_root.sy.gotoAndStop(3);
}
}
}
if ((!this.hitTest(_root.rw2)) && (pz == 2)) {
_root.yunz = 0;
pz = 0;
}
}
Instance of Symbol 707 MovieClip in Frame 31
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
_root.gotoAndStop("over");
}
i++;
}
}
Instance of Symbol 707 MovieClip in Frame 31
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
_root.gotoAndStop("over");
}
i++;
}
}
Instance of Symbol 707 MovieClip in Frame 31
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
_root.gotoAndStop("over");
}
i++;
}
}
Instance of Symbol 707 MovieClip in Frame 31
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
_root.gotoAndStop("over");
}
i++;
}
}
Frame 32
stop();
key = 0;
_root.puca = 0;
_root.finish_level = true;
fire_type = 1;
_root.sm = 3;
_root.zhonggs = 15;
_root.mbgs = 9;
_root.yjgs = 0;
_root.lout = 0;
_root.lout2 = 0;
_root.anniux = 0;
_root.anniux1 = 0;
_root.anniux2 = 0;
_root.anniux3 = 0;
_root.anniux4 = 0;
_root.rw1._y = 398;
_root.rw1._x = 620;
_root.xr1._xscale = -125;
_root.rw2._y = 398;
_root.rw2._x = 20;
_root.xr2._xscale = 60;
i = 1;
while (i < 10) {
_root["zs" + i].gotoAndStop(1);
i++;
}
_root.kg1.gotoAndStop(1);
Instance of Symbol 666 MovieClip in Frame 32
onClipEvent (enterFrame) {
if (_root.anniux2 == 0) {
this.gotoAndStop(1);
if (this.hitTest(_root.rw1)) {
_root.rw1._x = _root.rw1._x - (5 - ((4 * (this._x - _root.rw1._x)) / 200));
} else {
_root.rw1.xspeed = 4;
}
if (this.hitTest(_root.rw2)) {
_root.rw2._x = _root.rw2._x - (5 - ((4 * (this._x - _root.rw2._x)) / 200));
} else {
_root.rw2.xspeed = 4;
}
} else {
this.gotoAndStop(2);
}
}
Instance of Symbol 666 MovieClip in Frame 32
onClipEvent (enterFrame) {
if (_root.anniux == 0) {
this.gotoAndStop(1);
if (this.hitTest(_root.rw1)) {
_root.rw1._x = _root.rw1._x + (5 - ((4 * (_root.rw1._x - this._x)) / 200));
} else {
_root.rw1.xspeed = 4;
}
if (this.hitTest(_root.rw2)) {
_root.rw2._x = _root.rw2._x + (5 - ((4 * (_root.rw2._x - this._x)) / 200));
} else {
_root.rw2.xspeed = 4;
}
} else {
this.gotoAndStop(2);
}
}
Instance of Symbol 856 MovieClip in Frame 32
onClipEvent (load) {
_root.anniux = 0;
pz = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.rw1)) {
pz = 1;
_root.anniux = 1;
this.gotoAndStop(2);
} else if (pz == 1) {
_root.anniux = 0;
this.gotoAndStop(1);
pz = 0;
}
if (this.hitTest(_root.rw2)) {
pz = 2;
_root.anniux = 1;
this.gotoAndStop(2);
} else if (pz == 2) {
_root.anniux = 0;
this.gotoAndStop(1);
pz = 0;
}
if (this.hitTest(_root.map.xiangz)) {
pz = 3;
_root.anniux = 1;
this.gotoAndStop(2);
} else if (pz == 3) {
_root.anniux = 0;
this.gotoAndStop(1);
pz = 0;
}
}
Instance of Symbol 884 MovieClip in Frame 32
onClipEvent (load) {
_root.anniux2 = 0;
pz = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.rw1)) {
pz = 1;
_root.anniux2 = 1;
this.gotoAndStop(2);
} else if (pz == 1) {
_root.anniux2 = 0;
this.gotoAndStop(1);
pz = 0;
}
if (this.hitTest(_root.rw2)) {
pz = 2;
_root.anniux2 = 1;
this.gotoAndStop(2);
} else if (pz == 2) {
_root.anniux2 = 0;
this.gotoAndStop(1);
pz = 0;
}
}
Instance of Symbol 707 MovieClip in Frame 32
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
_root.gotoAndStop("over");
}
i++;
}
}
Instance of Symbol 707 MovieClip in Frame 32
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
_root.gotoAndStop("over");
}
i++;
}
}
Instance of Symbol 707 MovieClip in Frame 32
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
_root.gotoAndStop("over");
}
i++;
}
}
Instance of Symbol 707 MovieClip in Frame 32
onClipEvent (enterFrame) {
if (this.hitTest(_root.rw1) && (_root.mbgs == _root.yjgs)) {
_root.guo.play();
}
}
Instance of Symbol 666 MovieClip "cfj1" in Frame 32
onClipEvent (enterFrame) {
if (_root.cfj1.hitTest(_root.rw1) || (_root.cfj2.hitTest(_root.rw1))) {
_root.rw1.gravity = (-0.01 * random(7)) + 0.02;
_root.xr1.gotoAndStop(1);
_root.rw1.jumping = 1;
} else {
_root.rw1.gravity = 0.9;
}
if (_root.cfj1.hitTest(_root.rw2) || (_root.cfj2.hitTest(_root.rw2))) {
_root.rw2.gravity = (-0.01 * random(7)) + 0.02;
_root.xr2.gotoAndStop(1);
_root.rw2.jumping = 1;
} else {
_root.rw2.gravity = 0.9;
}
}
Frame 33
stop();
key = 0;
_root.puca = 0;
_root.finish_level = true;
fire_type = 1;
_root.sm = 3;
_root.mbgs = 9;
_root.yjgs = 0;
_root.lout = 0;
_root.lout2 = 0;
_root.anniux = 0;
_root.anniux1 = 0;
_root.anniux2 = 0;
_root.anniux3 = 0;
_root.anniux4 = 0;
_root.rw1._y = 138;
_root.rw1._x = 480;
_root.xr1._xscale = -125;
_root.rw2._y = 354;
_root.rw2._x = 181;
_root.xr2._xscale = -60;
i = 1;
while (i < 10) {
_root["zs" + i].gotoAndStop(1);
i++;
}
_root.kg1.gotoAndStop(1);
Instance of Symbol 856 MovieClip in Frame 33
onClipEvent (load) {
_root.anniux = 0;
pz = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.rw1)) {
pz = 1;
_root.anniux = 1;
this.gotoAndStop(2);
} else if (pz == 1) {
_root.anniux = 0;
this.gotoAndStop(1);
pz = 0;
}
if (this.hitTest(_root.rw2)) {
pz = 2;
_root.anniux = 1;
this.gotoAndStop(2);
} else if (pz == 2) {
_root.anniux = 0;
this.gotoAndStop(1);
pz = 0;
}
if (this.hitTest(_root.map.xiangz)) {
pz = 3;
_root.anniux = 1;
this.gotoAndStop(2);
} else if (pz == 3) {
_root.anniux = 0;
this.gotoAndStop(1);
pz = 0;
}
}
Instance of Symbol 884 MovieClip in Frame 33
onClipEvent (load) {
_root.anniux3 = 0;
pz = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.rw1)) {
pz = 1;
_root.anniux3 = 1;
this.gotoAndStop(2);
} else if (pz == 1) {
_root.anniux3 = 0;
this.gotoAndStop(1);
pz = 0;
}
if (this.hitTest(_root.rw2)) {
pz = 2;
_root.anniux3 = 1;
this.gotoAndStop(2);
} else if (pz == 2) {
_root.anniux3 = 0;
this.gotoAndStop(1);
pz = 0;
}
}
Instance of Symbol 707 MovieClip in Frame 33
onClipEvent (enterFrame) {
if (this.hitTest(_root.rw1) && (_root.mbgs == _root.yjgs)) {
_root.guo.play();
}
}
Instance of Symbol 707 MovieClip in Frame 33
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
_root.gotoAndStop("over");
}
i++;
}
}
Instance of Symbol 707 MovieClip in Frame 33
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
_root.gotoAndStop("over");
}
i++;
}
}
Instance of Symbol 728 MovieClip "sy" in Frame 33
onClipEvent (enterFrame) {
if (this._currentframe > 1) {
this.gotoAndStop(1);
}
}
Instance of Symbol 477 MovieClip "zs3" in Frame 33
onClipEvent (load) {
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
this.gotoAndStop(2);
}
i++;
}
}
Instance of Symbol 477 MovieClip "zs6" in Frame 33
onClipEvent (load) {
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
this.gotoAndStop(2);
}
i++;
}
}
Instance of Symbol 477 MovieClip "zs7" in Frame 33
onClipEvent (load) {
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
this.gotoAndStop(2);
}
i++;
}
}
Instance of Symbol 477 MovieClip "zs8" in Frame 33
onClipEvent (load) {
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
this.gotoAndStop(2);
}
i++;
}
}
Instance of Symbol 477 MovieClip "zs1" in Frame 33
onClipEvent (load) {
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
this.gotoAndStop(2);
}
i++;
}
}
Instance of Symbol 477 MovieClip "zs9" in Frame 33
onClipEvent (load) {
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
this.gotoAndStop(2);
}
i++;
}
}
Instance of Symbol 477 MovieClip "zs2" in Frame 33
onClipEvent (load) {
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
this.gotoAndStop(2);
}
i++;
}
}
Instance of Symbol 477 MovieClip "zs5" in Frame 33
onClipEvent (load) {
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
this.gotoAndStop(2);
}
i++;
}
}
Instance of Symbol 477 MovieClip "zs4" in Frame 33
onClipEvent (load) {
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
this.gotoAndStop(2);
}
i++;
}
}
Instance of Symbol 1225 MovieClip "cfj1" in Frame 33
onClipEvent (enterFrame) {
if (_root.anniux3 == 1) {
_root.cfj1.gotoAndStop(1);
_root.cfj2.gotoAndStop(1);
_root.cfj3.gotoAndStop(1);
if ((_root.cfj1.hitTest(_root.rw1) || (_root.cfj2.hitTest(_root.rw1))) || (_root.cfj3.hitTest(_root.rw1))) {
_root.rw1.gravity = -0.05;
_root.xr1.gotoAndStop(1);
_root.rw1.jumping = 1;
} else {
_root.rw1.gravity = 0.9;
}
if ((_root.cfj1.hitTest(_root.rw2) || (_root.cfj2.hitTest(_root.rw2))) || (_root.cfj3.hitTest(_root.rw2))) {
_root.rw2.gravity = -0.05;
root.xr2.gotoAndStop(1);
_root.rw2.jumping = 1;
} else {
_root.rw2.gravity = 0.9;
}
} else {
_root.cfj1.gotoAndStop(2);
_root.cfj2.gotoAndStop(2);
_root.cfj3.gotoAndStop(2);
_root.rw2.gravity = 0.9;
}
}
Instance of Symbol 890 MovieClip "kg1" in Frame 33
onClipEvent (load) {
_root.anniux2 = 0;
_root.yunz = 0;
pz = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.rw1) && (_root.yunz == 0)) {
pz = 1;
if (pz == 1) {
_root.yunz = 1;
if ((this._currentframe == 1) && (_root.rw1._x < this._x)) {
this.gotoAndStop(2);
_root.anniux2 = 1;
_root.sy.gotoAndStop(3);
}
if ((this._currentframe == 2) && (_root.rw1._x > this._x)) {
this.gotoAndStop(1);
_root.anniux2 = 0;
_root.sy.gotoAndStop(3);
}
}
}
if ((!this.hitTest(_root.rw1)) && (pz == 1)) {
_root.yunz = 0;
pz = 0;
}
if (this.hitTest(_root.rw2) && (_root.yunz == 0)) {
pz = 2;
if (pz == 2) {
_root.yunz = 1;
if ((this._currentframe == 1) && (_root.rw2._x < this._x)) {
this.gotoAndStop(2);
_root.anniux2 = 1;
_root.sy.gotoAndStop(3);
}
if ((this._currentframe == 2) && (_root.rw2._x > this._x)) {
this.gotoAndStop(1);
_root.anniux2 = 0;
_root.sy.gotoAndStop(3);
}
}
}
if ((!this.hitTest(_root.rw2)) && (pz == 2)) {
_root.yunz = 0;
pz = 0;
}
}
Frame 34
stop();
key = 0;
_root.puca = 0;
_root.finish_level = true;
fire_type = 1;
_root.sm = 3;
_root.mbgs = 9;
_root.yjgs = 0;
_root.lout = 0;
_root.lout2 = 0;
_root.anniux = 0;
_root.anniux1 = 0;
_root.anniux2 = 0;
_root.anniux3 = 0;
_root.anniux4 = 0;
_root.rw1._y = 409;
_root.rw1._x = 600;
_root.xr1._xscale = -125;
_root.rw2._y = 409;
_root.rw2._x = 570;
_root.xr2._xscale = -60;
i = 1;
while (i < 10) {
_root["zs" + i].gotoAndStop(1);
i++;
}
_root.kg1.gotoAndStop(1);
Instance of Symbol 707 MovieClip in Frame 34
onClipEvent (enterFrame) {
if (this.hitTest(_root.rw1) && (_root.mbgs == _root.yjgs)) {
_root.guo.play();
}
}
Instance of Symbol 728 MovieClip "sy" in Frame 34
onClipEvent (enterFrame) {
if (this._currentframe > 1) {
this.gotoAndStop(1);
}
}
Instance of Symbol 477 MovieClip "zs3" in Frame 34
onClipEvent (load) {
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
this.gotoAndStop(2);
}
i++;
}
}
Instance of Symbol 477 MovieClip "zs6" in Frame 34
onClipEvent (load) {
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
this.gotoAndStop(2);
}
i++;
}
}
Instance of Symbol 477 MovieClip "zs7" in Frame 34
onClipEvent (load) {
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
this.gotoAndStop(2);
}
i++;
}
}
Instance of Symbol 477 MovieClip "zs8" in Frame 34
onClipEvent (load) {
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
this.gotoAndStop(2);
}
i++;
}
}
Instance of Symbol 477 MovieClip "zs1" in Frame 34
onClipEvent (load) {
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
this.gotoAndStop(2);
}
i++;
}
}
Instance of Symbol 477 MovieClip "zs9" in Frame 34
onClipEvent (load) {
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
this.gotoAndStop(2);
}
i++;
}
}
Instance of Symbol 477 MovieClip "zs2" in Frame 34
onClipEvent (load) {
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
this.gotoAndStop(2);
}
i++;
}
}
Instance of Symbol 477 MovieClip "zs5" in Frame 34
onClipEvent (load) {
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
this.gotoAndStop(2);
}
i++;
}
}
Instance of Symbol 477 MovieClip "zs4" in Frame 34
onClipEvent (load) {
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
this.gotoAndStop(2);
}
i++;
}
}
Instance of Symbol 1225 MovieClip "cfj1" in Frame 34
onClipEvent (enterFrame) {
if ((_root.cfj1.hitTest(_root.rw1) || (_root.cfj2.hitTest(_root.rw1))) || (_root.cfj3.hitTest(_root.rw1))) {
_root.rw1.gravity = -0.05;
_root.xr1.gotoAndStop(1);
_root.rw1.jumping = 1;
} else {
_root.rw1.gravity = 0.9;
}
if ((_root.cfj1.hitTest(_root.rw2) || (_root.cfj2.hitTest(_root.rw2))) || (_root.cfj3.hitTest(_root.rw2))) {
_root.rw2.gravity = -0.05;
root.xr2.gotoAndStop(1);
_root.rw2.jumping = 1;
} else {
_root.rw2.gravity = 0.9;
}
}
Frame 35
stop();
key = 0;
_root.puca = 0;
_root.finish_level = true;
fire_type = 1;
_root.sm = 3;
_root.mbgs = 9;
_root.yjgs = 0;
_root.lout = 0;
_root.lout2 = 0;
_root.anniux = 0;
_root.anniux1 = 0;
_root.anniux2 = 0;
_root.anniux3 = 0;
_root.anniux4 = 0;
_root.rw1._y = 57;
_root.rw1._x = 600;
_root.xr1._xscale = -125;
_root.rw2._y = 57;
_root.rw2._x = 360;
_root.xr2._xscale = -60;
i = 1;
while (i < 10) {
_root["zs" + i].gotoAndStop(1);
i++;
}
_root.kg1.gotoAndStop(1);
Instance of Symbol 1304 MovieClip in Frame 35
onClipEvent (enterFrame) {
if (_root.anniux5 == 0) {
this.gotoAndStop(1);
if (this.hitTest(_root.rw1)) {
_root.rw1._x = _root.rw1._x - (5 - ((4 * (this._x - _root.rw1._x)) / 200));
} else {
_root.rw1.xspeed = 4;
}
if (this.hitTest(_root.rw2)) {
_root.rw2._x = _root.rw2._x - (5 - ((4 * (this._x - _root.rw2._x)) / 200));
} else {
_root.rw2.xspeed = 4;
}
} else {
this.gotoAndStop(2);
}
}
Instance of Symbol 707 MovieClip in Frame 35
onClipEvent (enterFrame) {
if (this.hitTest(_root.rw1) && (_root.mbgs == _root.yjgs)) {
_root.guo.play();
}
}
Instance of Symbol 884 MovieClip in Frame 35
onClipEvent (load) {
_root.anniux3 = 0;
pz = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.rw1)) {
pz = 1;
_root.anniux3 = 1;
this.gotoAndStop(2);
} else if (pz == 1) {
_root.anniux3 = 0;
this.gotoAndStop(1);
pz = 0;
}
if (this.hitTest(_root.rw2)) {
pz = 2;
_root.anniux3 = 1;
this.gotoAndStop(2);
} else if (pz == 2) {
_root.anniux3 = 0;
this.gotoAndStop(1);
pz = 0;
}
}
Instance of Symbol 1225 MovieClip "cfj1" in Frame 35
onClipEvent (enterFrame) {
if (_root.anniux3 == 1) {
_root.cfj1.gotoAndStop(1);
_root.cfj2.gotoAndStop(1);
_root.cfj3.gotoAndStop(1);
if ((_root.cfj1.hitTest(_root.rw1) || (_root.cfj2.hitTest(_root.rw1))) || (_root.cfj3.hitTest(_root.rw1))) {
_root.rw1.gravity = -0.05;
_root.xr1.gotoAndStop(1);
_root.rw1.jumping = 1;
} else {
_root.rw1.gravity = 0.9;
}
if ((_root.cfj1.hitTest(_root.rw2) || (_root.cfj2.hitTest(_root.rw2))) || (_root.cfj3.hitTest(_root.rw2))) {
_root.rw2.gravity = -0.05;
root.xr2.gotoAndStop(1);
_root.rw2.jumping = 1;
} else {
_root.rw2.gravity = 0.9;
}
} else {
_root.cfj1.gotoAndStop(2);
_root.cfj2.gotoAndStop(2);
_root.cfj3.gotoAndStop(2);
_root.rw2.gravity = 0.9;
}
}
Instance of Symbol 983 MovieClip in Frame 35
onClipEvent (load) {
_root.anniux5 = 0;
pz = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.rw1)) {
pz = 1;
_root.anniux5 = 1;
this.gotoAndStop(2);
} else if (pz == 1) {
_root.anniux5 = 0;
this.gotoAndStop(1);
pz = 0;
}
if (this.hitTest(_root.rw2)) {
pz = 2;
_root.anniux5 = 1;
this.gotoAndStop(2);
} else if (pz == 2) {
_root.anniux5 = 0;
this.gotoAndStop(1);
pz = 0;
}
}
Instance of Symbol 1225 MovieClip in Frame 35
onClipEvent (enterFrame) {
if (_root.anniux == 0) {
this.gotoAndStop(1);
if (this.hitTest(_root.rw1)) {
_root.rw1._x = _root.rw1._x - (5 - ((4 * (this._x - _root.rw1._x)) / 200));
} else {
_root.rw1.xspeed = 4;
}
if (this.hitTest(_root.rw2)) {
_root.rw2._x = _root.rw2._x - (5 - ((4 * (this._x - _root.rw2._x)) / 200));
} else {
_root.rw2.xspeed = 4;
}
} else {
this.gotoAndStop(2);
}
}
Instance of Symbol 888 MovieClip "kg" in Frame 35
onClipEvent (load) {
_root.anniux = 0;
this.yunz = 0;
pz = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.rw1) && (this.yunz == 0)) {
pz = 1;
if (pz == 1) {
this.yunz = 1;
if ((this._currentframe == 1) && (_root.rw1._x < this._x)) {
this.gotoAndStop(2);
_root.anniux = 1;
}
if ((this._currentframe == 2) && (_root.rw1._x > this._x)) {
this.gotoAndStop(1);
_root.anniux = 0;
}
}
}
if ((!this.hitTest(_root.rw1)) && (pz == 1)) {
this.yunz = 0;
pz = 0;
}
if (this.hitTest(_root.rw2) && (this.yunz == 0)) {
pz = 2;
if (pz == 2) {
this.yunz = 1;
if ((this._currentframe == 1) && (_root.rw2._x < this._x)) {
this.gotoAndStop(2);
_root.anniux = 1;
}
if ((this._currentframe == 2) && (_root.rw2._x > this._x)) {
this.gotoAndStop(1);
_root.anniux = 0;
}
}
}
if ((!this.hitTest(_root.rw2)) && (pz == 2)) {
this.yunz = 0;
pz = 0;
}
}
Frame 36
stop();
key = 0;
_root.puca = 0;
_root.finish_level = true;
fire_type = 1;
_root.sm = 3;
_root.mbgs = 9;
_root.yjgs = 0;
_root.lout = 0;
_root.lout2 = 0;
_root.anniux = 0;
_root.anniux1 = 0;
_root.anniux2 = 0;
_root.anniux3 = 0;
_root.anniux4 = 0;
_root.rw1._y = 195;
_root.rw1._x = 190;
_root.xr1._xscale = 125;
_root.rw2._y = 34;
_root.rw2._x = 110;
_root.xr2._xscale = -60;
i = 1;
while (i < 10) {
_root["zs" + i].gotoAndStop(1);
i++;
}
Instance of Symbol 856 MovieClip in Frame 36
onClipEvent (load) {
_root.anniux = 0;
pz = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.rw1)) {
pz = 1;
_root.anniux = 1;
this.gotoAndStop(2);
} else if (pz == 1) {
_root.anniux = 0;
this.gotoAndStop(1);
pz = 0;
}
if (this.hitTest(_root.rw2)) {
pz = 2;
_root.anniux = 1;
this.gotoAndStop(2);
} else if (pz == 2) {
_root.anniux = 0;
this.gotoAndStop(1);
pz = 0;
}
}
Instance of Symbol 983 MovieClip in Frame 36
onClipEvent (load) {
_root.anniux3 = 0;
pz = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.rw1)) {
pz = 1;
_root.anniux3 = 1;
this.gotoAndStop(2);
} else if (pz == 1) {
_root.anniux3 = 0;
this.gotoAndStop(1);
pz = 0;
}
if (this.hitTest(_root.rw2)) {
pz = 2;
_root.anniux3 = 1;
this.gotoAndStop(2);
} else if (pz == 2) {
_root.anniux3 = 0;
this.gotoAndStop(1);
pz = 0;
}
if (this.hitTest(_root.map.xiangz)) {
pz = 3;
_root.anniux3 = 1;
this.gotoAndStop(2);
} else if (pz == 3) {
_root.anniux3 = 0;
this.gotoAndStop(1);
pz = 0;
}
}
Instance of Symbol 707 MovieClip in Frame 36
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
_root.gotoAndStop("over");
}
i++;
}
}
Instance of Symbol 707 MovieClip in Frame 36
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
_root.gotoAndStop("over");
}
i++;
}
}
Instance of Symbol 707 MovieClip in Frame 36
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
_root.gotoAndStop("over");
}
i++;
}
}
Instance of Symbol 728 MovieClip "sy" in Frame 36
onClipEvent (enterFrame) {
if (this._currentframe > 1) {
this.gotoAndStop(1);
}
}
Instance of Symbol 477 MovieClip "zs3" in Frame 36
onClipEvent (load) {
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
this.gotoAndStop(2);
}
i++;
}
}
Instance of Symbol 477 MovieClip "zs6" in Frame 36
onClipEvent (load) {
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
this.gotoAndStop(2);
}
i++;
}
}
Instance of Symbol 477 MovieClip "zs7" in Frame 36
onClipEvent (load) {
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
this.gotoAndStop(2);
}
i++;
}
}
Instance of Symbol 477 MovieClip "zs8" in Frame 36
onClipEvent (load) {
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
this.gotoAndStop(2);
}
i++;
}
}
Instance of Symbol 477 MovieClip "zs1" in Frame 36
onClipEvent (load) {
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
this.gotoAndStop(2);
}
i++;
}
}
Instance of Symbol 477 MovieClip "zs9" in Frame 36
onClipEvent (load) {
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
this.gotoAndStop(2);
}
i++;
}
}
Instance of Symbol 477 MovieClip "zs2" in Frame 36
onClipEvent (load) {
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
this.gotoAndStop(2);
}
i++;
}
}
Instance of Symbol 477 MovieClip "zs5" in Frame 36
onClipEvent (load) {
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
this.gotoAndStop(2);
}
i++;
}
}
Instance of Symbol 477 MovieClip "zs4" in Frame 36
onClipEvent (load) {
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
this.gotoAndStop(2);
}
i++;
}
}
Instance of Symbol 1225 MovieClip "cfj1" in Frame 36
onClipEvent (enterFrame) {
if (_root.anniux4 == 1) {
this.gotoAndStop(1);
if (this.hitTest(_root.rw2)) {
_root.rw2.gravity = -0.05;
root.xr2.gotoAndStop(1);
_root.rw2.jumping = 1;
} else {
_root.rw2.gravity = 0.9;
}
} else {
if (!_root.cfj2.hitTest(_root.rw2)) {
_root.rw2.gravity = 0.9;
}
this.gotoAndStop(2);
}
}
Instance of Symbol 1225 MovieClip "cfj2" in Frame 36
onClipEvent (enterFrame) {
if (_root.anniux == 1) {
_root.cfj2.gotoAndStop(1);
if (_root.cfj1.hitTest(_root.rw2) || (_root.cfj2.hitTest(_root.rw2))) {
_root.rw2.gravity = -0.05;
root.xr2.gotoAndStop(1);
_root.rw2.jumping = 1;
} else {
_root.rw2.gravity = 0.9;
}
} else {
if (!_root.cfj1.hitTest(_root.rw2)) {
_root.rw2.gravity = 0.9;
}
_root.cfj2.gotoAndStop(2);
}
}
Instance of Symbol 890 MovieClip "kg1" in Frame 36
onClipEvent (load) {
_root.anniux2 = 0;
_root.yunz = 0;
pz = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.rw1) && (_root.yunz == 0)) {
pz = 1;
if (pz == 1) {
_root.yunz = 1;
if ((this._currentframe == 1) && (_root.rw1._x < this._x)) {
this.gotoAndStop(2);
_root.anniux2 = 1;
_root.sy.gotoAndStop(3);
}
if ((this._currentframe == 2) && (_root.rw1._x > this._x)) {
this.gotoAndStop(1);
_root.anniux2 = 0;
_root.sy.gotoAndStop(3);
}
}
}
if ((!this.hitTest(_root.rw1)) && (pz == 1)) {
_root.yunz = 0;
pz = 0;
}
if (this.hitTest(_root.rw2) && (_root.yunz == 0)) {
pz = 2;
if (pz == 2) {
_root.yunz = 1;
if ((this._currentframe == 1) && (_root.rw2._x < this._x)) {
this.gotoAndStop(2);
_root.anniux2 = 1;
_root.sy.gotoAndStop(3);
}
if ((this._currentframe == 2) && (_root.rw2._x > this._x)) {
this.gotoAndStop(1);
_root.anniux2 = 0;
_root.sy.gotoAndStop(3);
}
}
}
if ((!this.hitTest(_root.rw2)) && (pz == 2)) {
_root.yunz = 0;
pz = 0;
}
}
Instance of Symbol 884 MovieClip in Frame 36
onClipEvent (load) {
_root.anniux4 = 0;
pz = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.rw1)) {
pz = 1;
_root.anniux4 = 1;
this.gotoAndStop(2);
} else if (pz == 1) {
_root.anniux4 = 0;
this.gotoAndStop(1);
pz = 0;
}
if (this.hitTest(_root.rw2)) {
pz = 2;
_root.anniux4 = 1;
this.gotoAndStop(2);
} else if (pz == 2) {
_root.anniux4 = 0;
this.gotoAndStop(1);
pz = 0;
}
}
Instance of Symbol 981 MovieClip in Frame 36
onClipEvent (load) {
_root.anniux1 = 0;
pz = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.rw1)) {
pz = 1;
_root.anniux1 = 1;
this.gotoAndStop(2);
} else if (pz == 1) {
_root.anniux1 = 0;
this.gotoAndStop(1);
pz = 0;
}
if (this.hitTest(_root.rw2)) {
pz = 2;
_root.anniux1 = 1;
this.gotoAndStop(2);
} else if (pz == 2) {
_root.anniux1 = 0;
this.gotoAndStop(1);
pz = 0;
}
}
Instance of Symbol 707 MovieClip in Frame 36
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
_root.gotoAndStop("over");
}
i++;
}
}
Frame 37
stop();
key = 0;
_root.puca = 0;
_root.finish_level = true;
fire_type = 1;
_root.sm = 3;
_root.mbgs = 9;
_root.yjgs = 0;
_root.lout = 0;
_root.lout2 = 0;
_root.anniux = 0;
_root.anniux1 = 0;
_root.anniux2 = 0;
_root.anniux3 = 0;
_root.anniux4 = 0;
_root.rw1._y = 66;
_root.rw1._x = 600;
_root.xr1._xscale = -125;
_root.rw2._y = 300;
_root.rw2._x = 615;
_root.xr2._xscale = -60;
i = 1;
while (i < 10) {
_root["zs" + i].gotoAndStop(1);
i++;
}
Instance of Symbol 856 MovieClip in Frame 37
onClipEvent (load) {
_root.anniux = 0;
pz = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.rw1)) {
pz = 1;
_root.anniux = 1;
this.gotoAndStop(2);
} else if (pz == 1) {
_root.anniux = 0;
this.gotoAndStop(1);
pz = 0;
}
if (this.hitTest(_root.rw2)) {
pz = 2;
_root.anniux = 1;
this.gotoAndStop(2);
} else if (pz == 2) {
_root.anniux = 0;
this.gotoAndStop(1);
pz = 0;
}
}
Instance of Symbol 1304 MovieClip "cfj4" in Frame 37
onClipEvent (enterFrame) {
if (_root.anniux3 == 1) {
this.gotoAndStop(1);
if (this.hitTest(_root.rw2)) {
_root.rw2.gravity = -0.05;
root.xr2.gotoAndStop(1);
_root.rw2.jumping = 1;
} else {
_root.rw2.gravity = 0.9;
}
} else {
if (((!_root.cfj1.hitTest(_root.rw2)) && (!_root.cfj3.hitTest(_root.rw2))) && (!_root.cfj2.hitTest(_root.rw2))) {
_root.rw2.gravity = 0.9;
}
this.gotoAndStop(2);
}
}
Instance of Symbol 1225 MovieClip "cfj1" in Frame 37
onClipEvent (enterFrame) {
if (_root.anniux4 == 1) {
this.gotoAndStop(1);
if (this.hitTest(_root.rw2)) {
_root.rw2.gravity = -0.05;
root.xr2.gotoAndStop(1);
_root.rw2.jumping = 1;
} else {
_root.rw2.gravity = 0.9;
}
} else {
if (((!_root.cfj2.hitTest(_root.rw2)) && (!_root.cfj3.hitTest(_root.rw2))) && (!_root.cfj4.hitTest(_root.rw2))) {
_root.rw2.gravity = 0.9;
}
this.gotoAndStop(2);
}
}
Instance of Symbol 1225 MovieClip "cfj2" in Frame 37
onClipEvent (enterFrame) {
if (_root.anniux == 1) {
_root.cfj2.gotoAndStop(1);
if (_root.cfj1.hitTest(_root.rw2) || (_root.cfj2.hitTest(_root.rw2))) {
_root.rw2.gravity = -0.05;
root.xr2.gotoAndStop(1);
_root.rw2.jumping = 1;
} else {
_root.rw2.gravity = 0.9;
}
} else {
if (((!_root.cfj1.hitTest(_root.rw2)) && (!_root.cfj3.hitTest(_root.rw2))) && (!_root.cfj4.hitTest(_root.rw2))) {
_root.rw2.gravity = 0.9;
}
_root.cfj2.gotoAndStop(2);
}
}
Instance of Symbol 981 MovieClip in Frame 37
onClipEvent (load) {
_root.anniux5 = 0;
pz = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.rw1)) {
pz = 1;
_root.anniux5 = 1;
this.gotoAndStop(2);
} else if (pz == 1) {
_root.anniux5 = 0;
this.gotoAndStop(1);
pz = 0;
}
if (this.hitTest(_root.rw2)) {
pz = 2;
_root.anniux5 = 1;
this.gotoAndStop(2);
} else if (pz == 2) {
_root.anniux5 = 0;
this.gotoAndStop(1);
pz = 0;
}
}
Instance of Symbol 1225 MovieClip "cfj3" in Frame 37
onClipEvent (enterFrame) {
if (_root.anniux5 == 1) {
this.gotoAndStop(1);
if (this.hitTest(_root.rw2)) {
_root.rw2.gravity = -0.05;
root.xr2.gotoAndStop(1);
_root.rw2.jumping = 1;
} else {
_root.rw2.gravity = 0.9;
}
} else {
if (((!_root.cfj1.hitTest(_root.rw2)) && (!_root.cfj2.hitTest(_root.rw2))) && (!_root.cfj4.hitTest(_root.rw2))) {
_root.rw2.gravity = 0.9;
}
this.gotoAndStop(2);
}
}
Instance of Symbol 1330 MovieClip "kg2" in Frame 37
onClipEvent (load) {
_root.anniux1 = 0;
this.yunz = 0;
pz = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.rw1) && (this.yunz == 0)) {
pz = 1;
if (pz == 1) {
this.yunz = 1;
if ((this._currentframe == 1) && (_root.rw1._x < this._x)) {
this.gotoAndStop(2);
_root.anniux1 = 1;
}
if ((this._currentframe == 2) && (_root.rw1._x > this._x)) {
this.gotoAndStop(1);
_root.anniux1 = 0;
}
}
}
if ((!this.hitTest(_root.rw1)) && (pz == 1)) {
this.yunz = 0;
pz = 0;
}
if (this.hitTest(_root.rw2) && (this.yunz == 0)) {
pz = 2;
if (pz == 2) {
this.yunz = 1;
if ((this._currentframe == 1) && (_root.rw2._x < this._x)) {
this.gotoAndStop(2);
_root.anniux1 = 1;
}
if ((this._currentframe == 2) && (_root.rw2._x > this._x)) {
this.gotoAndStop(1);
_root.anniux1 = 0;
}
}
}
if ((!this.hitTest(_root.rw2)) && (pz == 2)) {
this.yunz = 0;
pz = 0;
}
}
Instance of Symbol 1332 MovieClip in Frame 37
onClipEvent (load) {
_root.anniux3 = 0;
pz = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.rw1)) {
pz = 1;
_root.anniux3 = 1;
this.gotoAndStop(2);
} else if (pz == 1) {
_root.anniux3 = 0;
this.gotoAndStop(1);
pz = 0;
}
if (this.hitTest(_root.rw2)) {
pz = 2;
_root.anniux3 = 1;
this.gotoAndStop(2);
} else if (pz == 2) {
_root.anniux3 = 0;
this.gotoAndStop(1);
pz = 0;
}
}
Frame 38
stop();
key = 0;
_root.puca = 0;
_root.finish_level = true;
fire_type = 1;
_root.sm = 3;
_root.mbgs = 9;
_root.yjgs = 0;
_root.lout = 0;
_root.lout2 = 0;
_root.anniux = 0;
_root.anniux1 = 0;
_root.anniux2 = 0;
_root.anniux3 = 0;
_root.anniux4 = 0;
_root.rw1._y = 48;
_root.rw1._x = 500;
_root.xr1._xscale = 125;
_root.rw2._y = 48;
_root.rw2._x = 470;
_root.xr2._xscale = 60;
i = 1;
while (i < 10) {
_root["zs" + i].gotoAndStop(1);
i++;
}
_root.kg1.gotoAndStop(1);
Instance of Symbol 985 MovieClip in Frame 38
onClipEvent (load) {
_root.anniux4 = 0;
pz = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.rw1)) {
pz = 1;
_root.anniux4 = 1;
this.gotoAndStop(2);
} else if (pz == 1) {
_root.anniux4 = 0;
this.gotoAndStop(1);
pz = 0;
}
if (this.hitTest(_root.rw2)) {
pz = 2;
_root.anniux4 = 1;
this.gotoAndStop(2);
} else if (pz == 2) {
_root.anniux4 = 0;
this.gotoAndStop(1);
pz = 0;
}
if (this.hitTest(_root.map.xiangz1)) {
pz = 3;
_root.anniux4 = 1;
this.gotoAndStop(2);
} else if (pz == 3) {
_root.anniux4 = 0;
this.gotoAndStop(1);
pz = 0;
}
}
Instance of Symbol 1330 MovieClip "kg3" in Frame 38
onClipEvent (load) {
_root.anniux3 = 0;
_root.yunz = 0;
pz = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.rw1) && (_root.yunz == 0)) {
pz = 1;
if (pz == 1) {
_root.yunz = 1;
if ((this._currentframe == 1) && (_root.rw1._x < this._x)) {
this.gotoAndStop(2);
_root.anniux3 = 1;
}
if ((this._currentframe == 2) && (_root.rw1._x > this._x)) {
this.gotoAndStop(1);
_root.anniux3 = 0;
}
}
}
if ((!this.hitTest(_root.rw1)) && (pz == 1)) {
_root.yunz = 0;
pz = 0;
}
if (this.hitTest(_root.rw2) && (_root.yunz == 0)) {
pz = 2;
if (pz == 2) {
_root.yunz = 1;
if ((this._currentframe == 1) && (_root.rw2._x < this._x)) {
this.gotoAndStop(2);
_root.anniux3 = 1;
}
if ((this._currentframe == 2) && (_root.rw2._x > this._x)) {
this.gotoAndStop(1);
_root.anniux3 = 0;
}
}
}
if ((!this.hitTest(_root.rw2)) && (pz == 2)) {
_root.yunz = 0;
pz = 0;
}
}
Instance of Symbol 707 MovieClip in Frame 38
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
_root.gotoAndStop("over");
}
i++;
}
}
Instance of Symbol 707 MovieClip in Frame 38
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
_root.gotoAndStop("over");
}
i++;
}
}
Instance of Symbol 707 MovieClip in Frame 38
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
_root.gotoAndStop("over");
}
i++;
}
}
Instance of Symbol 981 MovieClip in Frame 38
onClipEvent (load) {
_root.anniux2 = 0;
pz = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.rw1)) {
pz = 1;
_root.anniux2 = 1;
this.gotoAndStop(2);
} else if (pz == 1) {
_root.anniux2 = 0;
this.gotoAndStop(1);
pz = 0;
}
if (this.hitTest(_root.rw2)) {
pz = 2;
_root.anniux2 = 1;
this.gotoAndStop(2);
} else if (pz == 2) {
_root.anniux2 = 0;
this.gotoAndStop(1);
pz = 0;
}
}
Instance of Symbol 856 MovieClip in Frame 38
onClipEvent (load) {
_root.anniux = 0;
pz = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.rw1)) {
pz = 1;
_root.anniux = 1;
this.gotoAndStop(2);
} else if (pz == 1) {
_root.anniux = 0;
this.gotoAndStop(1);
pz = 0;
}
if (this.hitTest(_root.rw2)) {
pz = 2;
_root.anniux = 1;
this.gotoAndStop(2);
} else if (pz == 2) {
_root.anniux = 0;
this.gotoAndStop(1);
pz = 0;
}
}
Frame 39
stop();
key = 0;
_root.puca = 0;
_root.finish_level = true;
fire_type = 1;
_root.sm = 3;
_root.mbgs = 9;
_root.yjgs = 0;
_root.lout = 0;
_root.lout2 = 0;
_root.anniux = 0;
_root.anniux1 = 0;
_root.anniux2 = 0;
_root.anniux3 = 0;
_root.anniux4 = 0;
_root.rw1._y = 235;
_root.rw1._x = 380;
_root.xr1._xscale = 125;
_root.rw2._y = 235;
_root.rw2._x = 258;
_root.xr2._xscale = -60;
i = 1;
while (i < 10) {
_root["zs" + i].gotoAndStop(1);
i++;
}
_root.kg1.gotoAndStop(1);
Instance of Symbol 985 MovieClip in Frame 39
onClipEvent (load) {
_root.anniux4 = 0;
pz = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.rw1)) {
pz = 1;
_root.anniux4 = 1;
this.gotoAndStop(2);
} else if (pz == 1) {
_root.anniux4 = 0;
this.gotoAndStop(1);
pz = 0;
}
if (this.hitTest(_root.rw2)) {
pz = 2;
_root.anniux4 = 1;
this.gotoAndStop(2);
} else if (pz == 2) {
_root.anniux4 = 0;
this.gotoAndStop(1);
pz = 0;
}
if (this.hitTest(_root.map.xiangz1)) {
pz = 3;
_root.anniux4 = 1;
this.gotoAndStop(2);
} else if (pz == 3) {
_root.anniux4 = 0;
this.gotoAndStop(1);
pz = 0;
}
}
Instance of Symbol 707 MovieClip in Frame 39
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
_root.gotoAndStop("over");
}
i++;
}
}
Instance of Symbol 707 MovieClip in Frame 39
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
_root.gotoAndStop("over");
}
i++;
}
}
Instance of Symbol 707 MovieClip in Frame 39
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
_root.gotoAndStop("over");
}
i++;
}
}
Instance of Symbol 707 MovieClip in Frame 39
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
_root.gotoAndStop("over");
}
i++;
}
}
Instance of Symbol 707 MovieClip in Frame 39
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
_root.gotoAndStop("over");
}
i++;
}
}
Instance of Symbol 983 MovieClip in Frame 39
onClipEvent (load) {
_root.anniux1 = 0;
pz = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.rw1)) {
pz = 1;
_root.anniux1 = 1;
this.gotoAndStop(2);
} else if (pz == 1) {
_root.anniux1 = 0;
this.gotoAndStop(1);
pz = 0;
}
if (this.hitTest(_root.rw2)) {
pz = 2;
_root.anniux1 = 1;
this.gotoAndStop(2);
} else if (pz == 2) {
_root.anniux1 = 0;
this.gotoAndStop(1);
pz = 0;
}
}
Instance of Symbol 1352 MovieClip "kg2" in Frame 39
onClipEvent (load) {
_root.anniux2 = 0;
this.yunz = 0;
pz = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.rw1) && (this.yunz == 0)) {
pz = 1;
if (pz == 1) {
this.yunz = 1;
if ((this._currentframe == 1) && (_root.rw1._x < this._x)) {
this.gotoAndStop(2);
_root.anniux2 = 1;
}
if ((this._currentframe == 2) && (_root.rw1._x > this._x)) {
this.gotoAndStop(1);
_root.anniux2 = 0;
}
}
}
if ((!this.hitTest(_root.rw1)) && (pz == 1)) {
this.yunz = 0;
pz = 0;
}
if (this.hitTest(_root.rw2) && (this.yunz == 0)) {
pz = 2;
if (pz == 2) {
this.yunz = 1;
if ((this._currentframe == 1) && (_root.rw2._x < this._x)) {
this.gotoAndStop(2);
_root.anniux2 = 1;
}
if ((this._currentframe == 2) && (_root.rw2._x > this._x)) {
this.gotoAndStop(1);
_root.anniux2 = 0;
}
}
}
if ((!this.hitTest(_root.rw2)) && (pz == 2)) {
this.yunz = 0;
pz = 0;
}
}
Frame 40
stop();
key = 0;
_root.puca = 0;
_root.finish_level = true;
fire_type = 1;
_root.sm = 3;
_root.mbgs = 9;
_root.yjgs = 0;
_root.lout = 0;
_root.lout2 = 0;
_root.anniux = 0;
_root.anniux1 = 0;
_root.anniux2 = 0;
_root.anniux3 = 0;
_root.anniux4 = 0;
_root.rw1._y = 38;
_root.rw1._x = 45;
_root.xr1._xscale = 125;
_root.rw2._y = 38;
_root.rw2._x = 20;
_root.xr2._xscale = 60;
i = 1;
while (i < 10) {
_root["zs" + i].gotoAndStop(1);
i++;
}
_root.kg1.gotoAndStop(1);
Instance of Symbol 985 MovieClip in Frame 40
onClipEvent (load) {
_root.anniux4 = 0;
pz = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.rw1)) {
pz = 1;
_root.anniux4 = 1;
this.gotoAndStop(2);
} else if (pz == 1) {
_root.anniux4 = 0;
this.gotoAndStop(1);
pz = 0;
}
if (this.hitTest(_root.rw2)) {
pz = 2;
_root.anniux4 = 1;
this.gotoAndStop(2);
} else if (pz == 2) {
_root.anniux4 = 0;
this.gotoAndStop(1);
pz = 0;
}
if (this.hitTest(_root.map.xiangz1)) {
pz = 3;
_root.anniux4 = 1;
this.gotoAndStop(2);
} else if (pz == 3) {
_root.anniux4 = 0;
this.gotoAndStop(1);
pz = 0;
}
}
Instance of Symbol 707 MovieClip in Frame 40
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
_root.gotoAndStop("over");
}
i++;
}
}
Instance of Symbol 728 MovieClip "sy" in Frame 40
onClipEvent (enterFrame) {
if (this._currentframe > 1) {
this.gotoAndStop(1);
}
}
Instance of Symbol 477 MovieClip "zs3" in Frame 40
onClipEvent (load) {
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
this.gotoAndStop(2);
}
i++;
}
}
Instance of Symbol 477 MovieClip "zs6" in Frame 40
onClipEvent (load) {
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
this.gotoAndStop(2);
}
i++;
}
}
Instance of Symbol 477 MovieClip "zs7" in Frame 40
onClipEvent (load) {
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
this.gotoAndStop(2);
}
i++;
}
}
Instance of Symbol 477 MovieClip "zs8" in Frame 40
onClipEvent (load) {
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
this.gotoAndStop(2);
}
i++;
}
}
Instance of Symbol 477 MovieClip "zs1" in Frame 40
onClipEvent (load) {
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
this.gotoAndStop(2);
}
i++;
}
}
Instance of Symbol 477 MovieClip "zs9" in Frame 40
onClipEvent (load) {
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
this.gotoAndStop(2);
}
i++;
}
}
Instance of Symbol 477 MovieClip "zs2" in Frame 40
onClipEvent (load) {
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
this.gotoAndStop(2);
}
i++;
}
}
Instance of Symbol 477 MovieClip "zs5" in Frame 40
onClipEvent (load) {
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
this.gotoAndStop(2);
}
i++;
}
}
Instance of Symbol 477 MovieClip "zs4" in Frame 40
onClipEvent (load) {
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
this.gotoAndStop(2);
}
i++;
}
}
Instance of Symbol 707 MovieClip in Frame 40
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
_root.gotoAndStop("over");
}
i++;
}
}
Instance of Symbol 983 MovieClip in Frame 40
onClipEvent (load) {
_root.anniux3 = 0;
pz = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.rw1)) {
pz = 1;
_root.anniux3 = 1;
this.gotoAndStop(2);
} else if (pz == 1) {
_root.anniux3 = 0;
this.gotoAndStop(1);
pz = 0;
}
if (this.hitTest(_root.rw2)) {
pz = 2;
_root.anniux3 = 1;
this.gotoAndStop(2);
} else if (pz == 2) {
_root.anniux3 = 0;
this.gotoAndStop(1);
pz = 0;
}
}
Instance of Symbol 981 MovieClip in Frame 40
onClipEvent (load) {
_root.anniux1 = 0;
pz = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.rw1)) {
pz = 1;
_root.anniux1 = 1;
this.gotoAndStop(2);
} else if (pz == 1) {
_root.anniux1 = 0;
this.gotoAndStop(1);
pz = 0;
}
if (this.hitTest(_root.rw2)) {
pz = 2;
_root.anniux1 = 1;
this.gotoAndStop(2);
} else if (pz == 2) {
_root.anniux1 = 0;
this.gotoAndStop(1);
pz = 0;
}
}
Instance of Symbol 707 MovieClip in Frame 40
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
_root.gotoAndStop("over");
}
i++;
}
}
Frame 41
stop();
key = 0;
_root.puca = 0;
_root.finish_level = true;
fire_type = 1;
_root.sm = 3;
_root.mbgs = 9;
_root.yjgs = 0;
_root.lout = 0;
_root.lout2 = 0;
_root.anniux = 0;
_root.anniux1 = 0;
_root.anniux2 = 0;
_root.anniux3 = 0;
_root.anniux4 = 0;
_root.rw1._y = 235;
_root.rw1._x = 385;
_root.xr1._xscale = 125;
_root.rw2._y = 235;
_root.rw2._x = 245;
_root.xr2._xscale = -60;
i = 1;
while (i < 10) {
_root["zs" + i].gotoAndStop(1);
i++;
}
_root.kg1.gotoAndStop(1);
Instance of Symbol 985 MovieClip in Frame 41
onClipEvent (load) {
_root.anniux4 = 0;
pz = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.rw1)) {
pz = 1;
_root.anniux4 = 1;
this.gotoAndStop(2);
} else if (pz == 1) {
_root.anniux4 = 0;
this.gotoAndStop(1);
pz = 0;
}
if (this.hitTest(_root.rw2)) {
pz = 2;
_root.anniux4 = 1;
this.gotoAndStop(2);
} else if (pz == 2) {
_root.anniux4 = 0;
this.gotoAndStop(1);
pz = 0;
}
if (this.hitTest(_root.map.xiangz1)) {
pz = 3;
_root.anniux4 = 1;
this.gotoAndStop(2);
} else if (pz == 3) {
_root.anniux4 = 0;
this.gotoAndStop(1);
pz = 0;
}
}
Instance of Symbol 856 MovieClip in Frame 41
onClipEvent (load) {
_root.anniux = 0;
pz = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.rw1)) {
pz = 1;
_root.anniux = 1;
this.gotoAndStop(2);
} else if (pz == 1) {
_root.anniux = 0;
this.gotoAndStop(1);
pz = 0;
}
if (this.hitTest(_root.rw2)) {
pz = 2;
_root.anniux = 1;
this.gotoAndStop(2);
} else if (pz == 2) {
_root.anniux = 0;
this.gotoAndStop(1);
pz = 0;
}
if (this.hitTest(_root.map.xiangz)) {
pz = 3;
_root.anniux = 1;
this.gotoAndStop(2);
} else if (pz == 3) {
_root.anniux = 0;
this.gotoAndStop(1);
pz = 0;
}
}
Instance of Symbol 856 MovieClip in Frame 41
onClipEvent (load) {
_root.anniux = 0;
pz = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.rw1)) {
pz = 1;
_root.anniux = 1;
this.gotoAndStop(2);
} else if (pz == 1) {
_root.anniux = 0;
this.gotoAndStop(1);
pz = 0;
}
if (this.hitTest(_root.rw2)) {
pz = 2;
_root.anniux = 1;
this.gotoAndStop(2);
} else if (pz == 2) {
_root.anniux = 0;
this.gotoAndStop(1);
pz = 0;
}
if (this.hitTest(_root.map.xiangz)) {
pz = 3;
_root.anniux = 1;
this.gotoAndStop(2);
} else if (pz == 3) {
_root.anniux = 0;
this.gotoAndStop(1);
pz = 0;
}
}
Instance of Symbol 707 MovieClip in Frame 41
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
_root.gotoAndStop("over");
}
i++;
}
}
Instance of Symbol 728 MovieClip "sy" in Frame 41
onClipEvent (enterFrame) {
if (this._currentframe > 1) {
this.gotoAndStop(1);
}
}
Instance of Symbol 477 MovieClip "zs3" in Frame 41
onClipEvent (load) {
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
this.gotoAndStop(2);
}
i++;
}
}
Instance of Symbol 477 MovieClip "zs6" in Frame 41
onClipEvent (load) {
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
this.gotoAndStop(2);
}
i++;
}
}
Instance of Symbol 477 MovieClip "zs7" in Frame 41
onClipEvent (load) {
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
this.gotoAndStop(2);
}
i++;
}
}
Instance of Symbol 477 MovieClip "zs8" in Frame 41
onClipEvent (load) {
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
this.gotoAndStop(2);
}
i++;
}
}
Instance of Symbol 477 MovieClip "zs1" in Frame 41
onClipEvent (load) {
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
this.gotoAndStop(2);
}
i++;
}
}
Instance of Symbol 477 MovieClip "zs9" in Frame 41
onClipEvent (load) {
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
this.gotoAndStop(2);
}
i++;
}
}
Instance of Symbol 477 MovieClip "zs2" in Frame 41
onClipEvent (load) {
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
this.gotoAndStop(2);
}
i++;
}
}
Instance of Symbol 477 MovieClip "zs5" in Frame 41
onClipEvent (load) {
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
this.gotoAndStop(2);
}
i++;
}
}
Instance of Symbol 477 MovieClip "zs4" in Frame 41
onClipEvent (load) {
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
this.gotoAndStop(2);
}
i++;
}
}
Frame 42
stop();
key = 0;
_root.puca = 0;
_root.finish_level = true;
fire_type = 1;
_root.sm = 3;
_root.mbgs = 9;
_root.yjgs = 0;
_root.lout = 0;
_root.lout2 = 0;
_root.anniux = 0;
_root.anniux1 = 0;
_root.anniux2 = 0;
_root.anniux3 = 0;
_root.anniux4 = 0;
_root.rw1._y = 367;
_root.rw1._x = 500;
_root.xr1._xscale = -125;
_root.rw2._y = 367;
_root.rw2._x = 470;
_root.xr2._xscale = -60;
i = 1;
while (i < 10) {
_root["zs" + i].gotoAndStop(1);
i++;
}
Instance of Symbol 884 MovieClip in Frame 42
onClipEvent (load) {
_root.anniux3 = 0;
pz = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.rw1)) {
pz = 1;
_root.anniux3 = 1;
this.gotoAndStop(2);
} else if (pz == 1) {
_root.anniux3 = 0;
this.gotoAndStop(1);
pz = 0;
}
if (this.hitTest(_root.rw2)) {
pz = 2;
_root.anniux3 = 1;
this.gotoAndStop(2);
} else if (pz == 2) {
_root.anniux3 = 0;
this.gotoAndStop(1);
pz = 0;
}
}
Instance of Symbol 987 MovieClip in Frame 42
onClipEvent (load) {
_root.anniux6 = 0;
pz = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.rw1)) {
pz = 1;
_root.anniux6 = 1;
this.gotoAndStop(2);
} else if (pz == 1) {
_root.anniux6 = 0;
this.gotoAndStop(1);
pz = 0;
}
if (this.hitTest(_root.rw2)) {
pz = 2;
_root.anniux6 = 1;
this.gotoAndStop(2);
} else if (pz == 2) {
_root.anniux6 = 0;
this.gotoAndStop(1);
pz = 0;
}
}
Instance of Symbol 981 MovieClip in Frame 42
onClipEvent (load) {
_root.anniux2 = 0;
pz = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.rw1)) {
pz = 1;
_root.anniux2 = 1;
this.gotoAndStop(2);
} else if (pz == 1) {
_root.anniux2 = 0;
this.gotoAndStop(1);
pz = 0;
}
if (this.hitTest(_root.rw2)) {
pz = 2;
_root.anniux2 = 1;
this.gotoAndStop(2);
} else if (pz == 2) {
_root.anniux2 = 0;
this.gotoAndStop(1);
pz = 0;
}
}
Instance of Symbol 856 MovieClip in Frame 42
onClipEvent (load) {
_root.anniux = 0;
pz = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.rw1)) {
pz = 1;
_root.anniux = 1;
this.gotoAndStop(2);
} else if (pz == 1) {
_root.anniux = 0;
this.gotoAndStop(1);
pz = 0;
}
if (this.hitTest(_root.rw2)) {
pz = 2;
_root.anniux = 1;
this.gotoAndStop(2);
} else if (pz == 2) {
_root.anniux = 0;
this.gotoAndStop(1);
pz = 0;
}
}
Instance of Symbol 884 MovieClip in Frame 42
onClipEvent (load) {
_root.anniux3 = 0;
pz = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.rw1)) {
pz = 1;
_root.anniux3 = 1;
this.gotoAndStop(2);
} else if (pz == 1) {
_root.anniux3 = 0;
this.gotoAndStop(1);
pz = 0;
}
if (this.hitTest(_root.rw2)) {
pz = 2;
_root.anniux3 = 1;
this.gotoAndStop(2);
} else if (pz == 2) {
_root.anniux3 = 0;
this.gotoAndStop(1);
pz = 0;
}
}
Instance of Symbol 728 MovieClip "sy" in Frame 42
onClipEvent (enterFrame) {
if (this._currentframe > 1) {
this.gotoAndStop(1);
_root.rw2.gravity = 0.8;
_root.rw1.gravity = 0.8;
}
}
Instance of Symbol 890 MovieClip "kg1" in Frame 42
onClipEvent (load) {
_root.anniux4 = 0;
_root.yunz = 0;
pz = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.rw1) && (_root.yunz == 0)) {
pz = 1;
if (pz == 1) {
_root.yunz = 1;
if ((this._currentframe == 1) && (_root.rw1._x < this._x)) {
this.gotoAndStop(2);
_root.anniux4 = 1;
_root.sy.gotoAndStop(3);
}
if ((this._currentframe == 2) && (_root.rw1._x > this._x)) {
this.gotoAndStop(1);
_root.anniux4 = 0;
_root.sy.gotoAndStop(3);
}
}
}
if ((!this.hitTest(_root.rw1)) && (pz == 1)) {
_root.yunz = 0;
pz = 0;
}
if (this.hitTest(_root.rw2) && (_root.yunz == 0)) {
pz = 2;
if (pz == 2) {
_root.yunz = 1;
if ((this._currentframe == 1) && (_root.rw2._x < this._x)) {
this.gotoAndStop(2);
_root.anniux4 = 1;
_root.sy.gotoAndStop(3);
}
if ((this._currentframe == 2) && (_root.rw2._x > this._x)) {
this.gotoAndStop(1);
_root.anniux4 = 0;
_root.sy.gotoAndStop(3);
}
}
}
if ((!this.hitTest(_root.rw2)) && (pz == 2)) {
_root.yunz = 0;
pz = 0;
}
}
Instance of Symbol 1330 MovieClip "kg2" in Frame 42
onClipEvent (load) {
_root.anniux1 = 0;
this.yunz = 0;
pz = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.rw1) && (this.yunz == 0)) {
pz = 1;
if (pz == 1) {
this.yunz = 1;
if ((this._currentframe == 1) && (_root.rw1._x < this._x)) {
this.gotoAndStop(2);
_root.anniux1 = 1;
}
if ((this._currentframe == 2) && (_root.rw1._x > this._x)) {
this.gotoAndStop(1);
_root.anniux1 = 0;
}
}
}
if ((!this.hitTest(_root.rw1)) && (pz == 1)) {
this.yunz = 0;
pz = 0;
}
if (this.hitTest(_root.rw2) && (this.yunz == 0)) {
pz = 2;
if (pz == 2) {
this.yunz = 1;
if ((this._currentframe == 1) && (_root.rw2._x < this._x)) {
this.gotoAndStop(2);
_root.anniux1 = 1;
}
if ((this._currentframe == 2) && (_root.rw2._x > this._x)) {
this.gotoAndStop(1);
_root.anniux1 = 0;
}
}
}
if ((!this.hitTest(_root.rw2)) && (pz == 2)) {
this.yunz = 0;
pz = 0;
}
}
Instance of Symbol 1382 MovieClip "kg5" in Frame 42
onClipEvent (load) {
_root.anniux5 = 0;
this.yunz = 0;
pz = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.rw1) && (this.yunz == 0)) {
pz = 1;
if (pz == 1) {
this.yunz = 1;
if ((this._currentframe == 1) && (_root.rw1._x < this._x)) {
this.gotoAndStop(2);
_root.anniux5 = 1;
}
if ((this._currentframe == 2) && (_root.rw1._x > this._x)) {
this.gotoAndStop(1);
_root.anniux5 = 0;
}
}
}
if ((!this.hitTest(_root.rw1)) && (pz == 1)) {
this.yunz = 0;
pz = 0;
}
if (this.hitTest(_root.rw2) && (this.yunz == 0)) {
pz = 2;
if (pz == 2) {
this.yunz = 1;
if ((this._currentframe == 1) && (_root.rw2._x < this._x)) {
this.gotoAndStop(2);
_root.anniux5 = 1;
}
if ((this._currentframe == 2) && (_root.rw2._x > this._x)) {
this.gotoAndStop(1);
_root.anniux5 = 0;
}
}
}
if ((!this.hitTest(_root.rw2)) && (pz == 2)) {
this.yunz = 0;
pz = 0;
}
}
Frame 43
stop();
key = 0;
_root.puca = 0;
_root.finish_level = true;
fire_type = 1;
_root.sm = 3;
_root.mbgs = 9;
_root.yjgs = 0;
_root.lout = 0;
_root.lout2 = 0;
_root.anniux = 0;
_root.anniux1 = 0;
_root.anniux2 = 0;
_root.anniux3 = 0;
_root.anniux4 = 0;
_root.rw1._y = 356;
_root.rw1._x = 525;
_root.xr1._xscale = -125;
_root.rw2._y = 356;
_root.rw2._x = 550;
_root.xr2._xscale = -60;
i = 1;
while (i < 10) {
_root["zs" + i].gotoAndStop(1);
i++;
}
_root.kg1.gotoAndStop(1);
Instance of Symbol 856 MovieClip in Frame 43
onClipEvent (load) {
_root.anniux = 0;
pz = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.rw1)) {
pz = 1;
_root.anniux = 1;
this.gotoAndStop(2);
} else if (pz == 1) {
_root.anniux = 0;
this.gotoAndStop(1);
pz = 0;
}
if (this.hitTest(_root.rw2)) {
pz = 2;
_root.anniux = 1;
this.gotoAndStop(2);
} else if (pz == 2) {
_root.anniux = 0;
this.gotoAndStop(1);
pz = 0;
}
if (this.hitTest(_root.map.xiangz)) {
pz = 3;
_root.anniux = 1;
this.gotoAndStop(2);
} else if (pz == 3) {
_root.anniux = 0;
this.gotoAndStop(1);
pz = 0;
}
}
Instance of Symbol 985 MovieClip in Frame 43
onClipEvent (load) {
_root.anniux4 = 0;
pz = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.rw1)) {
pz = 1;
_root.anniux4 = 1;
this.gotoAndStop(2);
} else if (pz == 1) {
_root.anniux4 = 0;
this.gotoAndStop(1);
pz = 0;
}
if (this.hitTest(_root.rw2)) {
pz = 2;
_root.anniux4 = 1;
this.gotoAndStop(2);
} else if (pz == 2) {
_root.anniux4 = 0;
this.gotoAndStop(1);
pz = 0;
}
if (this.hitTest(_root.map.xiangz)) {
pz = 3;
_root.anniux4 = 1;
this.gotoAndStop(2);
} else if (pz == 3) {
_root.anniux4 = 0;
this.gotoAndStop(1);
pz = 0;
}
}
Instance of Symbol 987 MovieClip in Frame 43
onClipEvent (load) {
_root.anniux6 = 0;
pz = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.rw1)) {
pz = 1;
_root.anniux6 = 1;
this.gotoAndStop(2);
} else if (pz == 1) {
_root.anniux6 = 0;
this.gotoAndStop(1);
pz = 0;
}
if (this.hitTest(_root.rw2)) {
pz = 2;
_root.anniux6 = 1;
this.gotoAndStop(2);
} else if (pz == 2) {
_root.anniux6 = 0;
this.gotoAndStop(1);
pz = 0;
}
if (this.hitTest(_root.map.xiangz)) {
pz = 3;
_root.anniux6 = 1;
this.gotoAndStop(2);
} else if (pz == 3) {
_root.anniux6 = 0;
this.gotoAndStop(1);
pz = 0;
}
}
Instance of Symbol 707 MovieClip in Frame 43
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
_root.gotoAndStop("over");
}
i++;
}
}
Instance of Symbol 707 MovieClip in Frame 43
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
_root.gotoAndStop("over");
}
i++;
}
}
Instance of Symbol 666 MovieClip "cfj1" in Frame 43
onClipEvent (enterFrame) {
if (_root.cfj1.hitTest(_root.rw1) || (_root.cfj2.hitTest(_root.rw1))) {
_root.rw1.gravity = (-0.01 * random(7)) + 0.02;
_root.xr1.gotoAndStop(1);
_root.rw1.jumping = 1;
} else {
_root.rw1.gravity = 0.9;
}
if (_root.cfj1.hitTest(_root.rw2) || (_root.cfj2.hitTest(_root.rw2))) {
_root.rw2.gravity = (-0.01 * random(7)) + 0.02;
_root.xr2.gotoAndStop(1);
_root.rw2.jumping = 1;
} else {
_root.rw2.gravity = 0.9;
}
}
Instance of Symbol 707 MovieClip in Frame 43
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
_root.gotoAndStop("over");
}
i++;
}
}
Instance of Symbol 728 MovieClip "sy" in Frame 43
onClipEvent (enterFrame) {
if (this._currentframe > 1) {
this.gotoAndStop(1);
}
}
Instance of Symbol 983 MovieClip in Frame 43
onClipEvent (load) {
_root.anniux3 = 0;
pz = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.rw1)) {
pz = 1;
_root.anniux3 = 1;
this.gotoAndStop(2);
} else if (pz == 1) {
_root.anniux3 = 0;
this.gotoAndStop(1);
pz = 0;
}
if (this.hitTest(_root.rw2)) {
pz = 2;
_root.anniux3 = 1;
this.gotoAndStop(2);
} else if (pz == 2) {
_root.anniux3 = 0;
this.gotoAndStop(1);
pz = 0;
}
}
Instance of Symbol 983 MovieClip in Frame 43
onClipEvent (load) {
_root.anniux3 = 0;
pz = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.rw1)) {
pz = 1;
_root.anniux3 = 1;
this.gotoAndStop(2);
} else if (pz == 1) {
_root.anniux3 = 0;
this.gotoAndStop(1);
pz = 0;
}
if (this.hitTest(_root.rw2)) {
pz = 2;
_root.anniux3 = 1;
this.gotoAndStop(2);
} else if (pz == 2) {
_root.anniux3 = 0;
this.gotoAndStop(1);
pz = 0;
}
}
Instance of Symbol 985 MovieClip in Frame 43
onClipEvent (load) {
_root.anniux4 = 0;
pz = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.rw1)) {
pz = 1;
_root.anniux4 = 1;
this.gotoAndStop(2);
} else if (pz == 1) {
_root.anniux4 = 0;
this.gotoAndStop(1);
pz = 0;
}
if (this.hitTest(_root.rw2)) {
pz = 2;
_root.anniux4 = 1;
this.gotoAndStop(2);
} else if (pz == 2) {
_root.anniux4 = 0;
this.gotoAndStop(1);
pz = 0;
}
}
Instance of Symbol 987 MovieClip in Frame 43
onClipEvent (load) {
_root.anniux6 = 0;
pz = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.rw1)) {
pz = 1;
_root.anniux6 = 1;
this.gotoAndStop(2);
} else if (pz == 1) {
_root.anniux6 = 0;
this.gotoAndStop(1);
pz = 0;
}
if (this.hitTest(_root.rw2)) {
pz = 2;
_root.anniux6 = 1;
this.gotoAndStop(2);
} else if (pz == 2) {
_root.anniux6 = 0;
this.gotoAndStop(1);
pz = 0;
}
}
Instance of Symbol 707 MovieClip in Frame 43
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
_root.gotoAndStop("over");
}
i++;
}
}
Frame 44
stop();
key = 0;
_root.puca = 0;
_root.finish_level = true;
fire_type = 1;
_root.sm = 3;
_root.mbgs = 9;
_root.yjgs = 0;
_root.lout = 0;
_root.lout2 = 0;
_root.anniux = 0;
_root.anniux1 = 0;
_root.anniux2 = 0;
_root.anniux3 = 0;
_root.anniux4 = 0;
_root.rw1._y = 207;
_root.rw1._x = 332;
_root.xr1._xscale = 125;
_root.rw2._y = 207;
_root.rw2._x = 307;
_root.xr2._xscale = -60;
i = 1;
while (i < 10) {
_root["zs" + i].gotoAndStop(1);
i++;
}
_root.kg1.gotoAndStop(1);
Instance of Symbol 728 MovieClip "sy" in Frame 44
onClipEvent (enterFrame) {
if (this._currentframe > 1) {
this.gotoAndStop(1);
}
}
Instance of Symbol 477 MovieClip "zs3" in Frame 44
onClipEvent (load) {
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
this.gotoAndStop(2);
}
i++;
}
}
Instance of Symbol 477 MovieClip "zs6" in Frame 44
onClipEvent (load) {
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
this.gotoAndStop(2);
}
i++;
}
}
Instance of Symbol 477 MovieClip "zs7" in Frame 44
onClipEvent (load) {
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
this.gotoAndStop(2);
}
i++;
}
}
Instance of Symbol 477 MovieClip "zs8" in Frame 44
onClipEvent (load) {
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
this.gotoAndStop(2);
}
i++;
}
}
Instance of Symbol 477 MovieClip "zs1" in Frame 44
onClipEvent (load) {
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
this.gotoAndStop(2);
}
i++;
}
}
Instance of Symbol 477 MovieClip "zs9" in Frame 44
onClipEvent (load) {
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
this.gotoAndStop(2);
}
i++;
}
}
Instance of Symbol 477 MovieClip "zs2" in Frame 44
onClipEvent (load) {
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
this.gotoAndStop(2);
}
i++;
}
}
Instance of Symbol 477 MovieClip "zs5" in Frame 44
onClipEvent (load) {
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
this.gotoAndStop(2);
}
i++;
}
}
Instance of Symbol 477 MovieClip "zs4" in Frame 44
onClipEvent (load) {
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
this.gotoAndStop(2);
}
i++;
}
}
Instance of Symbol 707 MovieClip in Frame 44
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
_root.gotoAndStop("over");
}
i++;
}
}
Instance of Symbol 890 MovieClip "kg1" in Frame 44
onClipEvent (load) {
_root.anniux2 = 0;
_root.yunz = 0;
pz = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.rw1) && (_root.yunz == 0)) {
pz = 1;
if (pz == 1) {
_root.yunz = 1;
if ((this._currentframe == 1) && (_root.rw1._x < this._x)) {
this.gotoAndStop(2);
_root.anniux2 = 1;
_root.sy.gotoAndStop(3);
}
if ((this._currentframe == 2) && (_root.rw1._x > this._x)) {
this.gotoAndStop(1);
_root.anniux2 = 0;
_root.sy.gotoAndStop(3);
}
}
}
if ((!this.hitTest(_root.rw1)) && (pz == 1)) {
_root.yunz = 0;
pz = 0;
}
if (this.hitTest(_root.rw2) && (_root.yunz == 0)) {
pz = 2;
if (pz == 2) {
_root.yunz = 1;
if ((this._currentframe == 1) && (_root.rw2._x < this._x)) {
this.gotoAndStop(2);
_root.anniux2 = 1;
_root.sy.gotoAndStop(3);
}
if ((this._currentframe == 2) && (_root.rw2._x > this._x)) {
this.gotoAndStop(1);
_root.anniux2 = 0;
_root.sy.gotoAndStop(3);
}
}
}
if ((!this.hitTest(_root.rw2)) && (pz == 2)) {
_root.yunz = 0;
pz = 0;
}
}
Instance of Symbol 1330 MovieClip "kg2" in Frame 44
onClipEvent (load) {
_root.anniux1 = 0;
this.yunz = 0;
pz = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.rw1) && (this.yunz == 0)) {
pz = 1;
if (pz == 1) {
this.yunz = 1;
if ((this._currentframe == 1) && (_root.rw1._x < this._x)) {
this.gotoAndStop(2);
_root.anniux1 = 1;
}
if ((this._currentframe == 2) && (_root.rw1._x > this._x)) {
this.gotoAndStop(1);
_root.anniux1 = 0;
}
}
}
if ((!this.hitTest(_root.rw1)) && (pz == 1)) {
this.yunz = 0;
pz = 0;
}
if (this.hitTest(_root.rw2) && (this.yunz == 0)) {
pz = 2;
if (pz == 2) {
this.yunz = 1;
if ((this._currentframe == 1) && (_root.rw2._x < this._x)) {
this.gotoAndStop(2);
_root.anniux1 = 1;
}
if ((this._currentframe == 2) && (_root.rw2._x > this._x)) {
this.gotoAndStop(1);
_root.anniux1 = 0;
}
}
}
if ((!this.hitTest(_root.rw2)) && (pz == 2)) {
this.yunz = 0;
pz = 0;
}
}
Frame 45
stop();
key = 0;
_root.puca = 0;
_root.finish_level = true;
fire_type = 1;
_root.sm = 3;
_root.mbgs = 9;
_root.yjgs = 0;
_root.lout = 0;
_root.lout2 = 0;
_root.anniux = 0;
_root.anniux1 = 0;
_root.anniux2 = 0;
_root.anniux3 = 0;
_root.anniux4 = 0;
_root.rw1._y = 75;
_root.rw1._x = 25;
_root.xr1._xscale = 125;
_root.rw2._y = 75;
_root.rw2._x = 50;
_root.xr2._xscale = 60;
i = 1;
while (i < 10) {
_root["zs" + i].gotoAndStop(1);
i++;
}
_root.kg1.gotoAndStop(1);
Instance of Symbol 1225 MovieClip in Frame 45
onClipEvent (enterFrame) {
if (_root.anniux == 0) {
this.gotoAndStop(1);
if (this.hitTest(_root.rw1)) {
_root.rw1._x = _root.rw1._x + (5 - ((4 * (_root.rw1._x - this._x)) / 200));
} else {
_root.rw1.xspeed = 4;
}
if (this.hitTest(_root.rw2)) {
_root.rw2._x = _root.rw2._x + (5 - ((4 * (_root.rw2._x - this._x)) / 200));
} else {
_root.rw2.xspeed = 4;
}
} else {
this.gotoAndStop(2);
}
}
Instance of Symbol 856 MovieClip in Frame 45
onClipEvent (load) {
_root.anniux = 0;
pz = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.rw1)) {
pz = 1;
_root.anniux = 1;
this.gotoAndStop(2);
} else if (pz == 1) {
_root.anniux = 0;
this.gotoAndStop(1);
pz = 0;
}
if (this.hitTest(_root.rw2)) {
pz = 2;
_root.anniux = 1;
this.gotoAndStop(2);
} else if (pz == 2) {
_root.anniux = 0;
this.gotoAndStop(1);
pz = 0;
}
if (this.hitTest(_root.map.xiangz)) {
pz = 3;
_root.anniux = 1;
this.gotoAndStop(2);
} else if (pz == 3) {
_root.anniux = 0;
this.gotoAndStop(1);
pz = 0;
}
}
Instance of Symbol 666 MovieClip "cfj1" in Frame 45
onClipEvent (enterFrame) {
if (_root.cfj1.hitTest(_root.rw1) || (_root.cfj2.hitTest(_root.rw1))) {
_root.rw1.gravity = (-0.01 * random(7)) + 0.02;
_root.xr1.gotoAndStop(1);
_root.rw1.jumping = 1;
} else {
_root.rw1.gravity = 0.9;
}
if (_root.cfj1.hitTest(_root.rw2) || (_root.cfj2.hitTest(_root.rw2))) {
_root.rw2.gravity = (-0.01 * random(7)) + 0.02;
_root.xr2.gotoAndStop(1);
_root.rw2.jumping = 1;
} else {
_root.rw2.gravity = 0.9;
}
}
Instance of Symbol 707 MovieClip in Frame 45
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
_root.gotoAndStop("over");
}
i++;
}
}
Instance of Symbol 707 MovieClip in Frame 45
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
_root.gotoAndStop("over");
}
i++;
}
}
Instance of Symbol 707 MovieClip in Frame 45
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
_root.gotoAndStop("over");
}
i++;
}
}
Instance of Symbol 707 MovieClip in Frame 45
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
_root.gotoAndStop("over");
}
i++;
}
}
Instance of Symbol 983 MovieClip in Frame 45
onClipEvent (load) {
_root.anniux3 = 0;
pz = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.rw1)) {
pz = 1;
_root.anniux3 = 1;
this.gotoAndStop(2);
} else if (pz == 1) {
_root.anniux3 = 0;
this.gotoAndStop(1);
pz = 0;
}
if (this.hitTest(_root.rw2)) {
pz = 2;
_root.anniux3 = 1;
this.gotoAndStop(2);
} else if (pz == 2) {
_root.anniux3 = 0;
this.gotoAndStop(1);
pz = 0;
}
}
Instance of Symbol 983 MovieClip in Frame 45
onClipEvent (load) {
_root.anniux3 = 0;
pz = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.rw1)) {
pz = 1;
_root.anniux3 = 1;
this.gotoAndStop(2);
} else if (pz == 1) {
_root.anniux3 = 0;
this.gotoAndStop(1);
pz = 0;
}
if (this.hitTest(_root.rw2)) {
pz = 2;
_root.anniux3 = 1;
this.gotoAndStop(2);
} else if (pz == 2) {
_root.anniux3 = 0;
this.gotoAndStop(1);
pz = 0;
}
}
Frame 46
stop();
key = 0;
_root.puca = 0;
_root.finish_level = true;
fire_type = 1;
_root.sm = 3;
_root.mbgs = 9;
_root.yjgs = 0;
_root.lout = 0;
_root.lout2 = 0;
_root.anniux = 0;
_root.anniux1 = 0;
_root.anniux2 = 0;
_root.anniux3 = 0;
_root.anniux4 = 0;
_root.rw1._y = 395;
_root.rw1._x = 600;
_root.xr1._xscale = -125;
_root.rw2._y = 429;
_root.rw2._x = 20;
_root.xr2._xscale = 60;
i = 1;
while (i < 10) {
_root["zs" + i].gotoAndStop(1);
i++;
}
_root.kg1.gotoAndStop(1);
Instance of Symbol 707 MovieClip in Frame 46
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
_root.gotoAndStop("over");
}
i++;
}
}
Instance of Symbol 707 MovieClip in Frame 46
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
_root.gotoAndStop("over");
}
i++;
}
}
Instance of Symbol 888 MovieClip "kg" in Frame 46
onClipEvent (load) {
_root.anniux = 0;
this.yunz = 0;
pz = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.rw1) && (this.yunz == 0)) {
pz = 1;
if (pz == 1) {
this.yunz = 1;
if ((this._currentframe == 1) && (_root.rw1._x < this._x)) {
this.gotoAndStop(2);
_root.anniux = 1;
}
if ((this._currentframe == 2) && (_root.rw1._x > this._x)) {
this.gotoAndStop(1);
_root.anniux = 0;
}
}
}
if ((!this.hitTest(_root.rw1)) && (pz == 1)) {
this.yunz = 0;
pz = 0;
}
if (this.hitTest(_root.rw2) && (this.yunz == 0)) {
pz = 2;
if (pz == 2) {
this.yunz = 1;
if ((this._currentframe == 1) && (_root.rw2._x < this._x)) {
this.gotoAndStop(2);
_root.anniux = 1;
}
if ((this._currentframe == 2) && (_root.rw2._x > this._x)) {
this.gotoAndStop(1);
_root.anniux = 0;
}
}
}
if ((!this.hitTest(_root.rw2)) && (pz == 2)) {
this.yunz = 0;
pz = 0;
}
}
Frame 47
stop();
key = 0;
_root.puca = 0;
_root.finish_level = true;
fire_type = 1;
_root.sm = 3;
_root.mbgs = 9;
_root.yjgs = 0;
_root.lout = 0;
_root.lout2 = 0;
_root.anniux = 0;
_root.anniux1 = 0;
_root.anniux2 = 0;
_root.anniux3 = 0;
_root.anniux4 = 0;
_root.rw1._y = 65;
_root.rw1._x = 275;
_root.xr1._xscale = 125;
_root.rw2._y = 65;
_root.rw2._x = 245;
_root.xr2._xscale = 60;
i = 1;
while (i < 10) {
_root["zs" + i].gotoAndStop(1);
i++;
}
_root.kg1.gotoAndStop(1);
Instance of Symbol 884 MovieClip in Frame 47
onClipEvent (load) {
_root.anniux1 = 0;
pz = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.rw1)) {
pz = 1;
_root.anniux1 = 1;
this.gotoAndStop(2);
} else if (pz == 1) {
_root.anniux1 = 0;
this.gotoAndStop(1);
pz = 0;
}
if (this.hitTest(_root.rw2)) {
pz = 2;
_root.anniux1 = 1;
this.gotoAndStop(2);
} else if (pz == 2) {
_root.anniux1 = 0;
this.gotoAndStop(1);
pz = 0;
}
}
Instance of Symbol 856 MovieClip in Frame 47
onClipEvent (load) {
_root.anniux = 0;
pz = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.rw1)) {
pz = 1;
_root.anniux = 1;
this.gotoAndStop(2);
} else if (pz == 1) {
_root.anniux = 0;
this.gotoAndStop(1);
pz = 0;
}
if (this.hitTest(_root.rw2)) {
pz = 2;
_root.anniux = 1;
this.gotoAndStop(2);
} else if (pz == 2) {
_root.anniux = 0;
this.gotoAndStop(1);
pz = 0;
}
if (this.hitTest(_root.map.xiangz)) {
pz = 3;
_root.anniux = 1;
this.gotoAndStop(2);
} else if (pz == 3) {
_root.anniux = 0;
this.gotoAndStop(1);
pz = 0;
}
}
Frame 48
stop();
key = 0;
_root.puca = 0;
_root.finish_level = true;
fire_type = 1;
_root.sm = 3;
_root.mbgs = 9;
_root.yjgs = 0;
_root.lout = 0;
_root.lout2 = 0;
_root.anniux = 0;
_root.anniux1 = 0;
_root.anniux2 = 0;
_root.anniux3 = 0;
_root.anniux4 = 0;
_root.rw1._y = 67;
_root.rw1._x = 180;
_root.xr1._xscale = 125;
_root.rw2._y = 67;
_root.rw2._x = 155;
_root.xr2._xscale = 60;
i = 1;
while (i < 10) {
_root["zs" + i].gotoAndStop(1);
i++;
}
_root.kg1.gotoAndStop(1);
Instance of Symbol 884 MovieClip in Frame 48
onClipEvent (load) {
_root.anniux3 = 0;
pz = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.rw1)) {
pz = 1;
_root.anniux3 = 1;
this.gotoAndStop(2);
} else if (pz == 1) {
_root.anniux3 = 0;
this.gotoAndStop(1);
pz = 0;
}
if (this.hitTest(_root.rw2)) {
pz = 2;
_root.anniux3 = 1;
this.gotoAndStop(2);
} else if (pz == 2) {
_root.anniux3 = 0;
this.gotoAndStop(1);
pz = 0;
}
if (this.hitTest(_root.map.xiangz)) {
pz = 3;
_root.anniux3 = 1;
this.gotoAndStop(2);
} else if (pz == 3) {
_root.anniux3 = 0;
this.gotoAndStop(1);
pz = 0;
}
}
Instance of Symbol 985 MovieClip in Frame 48
onClipEvent (load) {
_root.anniux2 = 0;
pz = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.rw1)) {
pz = 1;
_root.anniux2 = 1;
this.gotoAndStop(2);
} else if (pz == 1) {
_root.anniux2 = 0;
this.gotoAndStop(1);
pz = 0;
}
if (this.hitTest(_root.rw2)) {
pz = 2;
_root.anniux2 = 1;
this.gotoAndStop(2);
} else if (pz == 2) {
_root.anniux2 = 0;
this.gotoAndStop(1);
pz = 0;
}
if (this.hitTest(_root.map.xiangz)) {
pz = 3;
_root.anniux2 = 1;
this.gotoAndStop(2);
} else if (pz == 3) {
_root.anniux2 = 0;
this.gotoAndStop(1);
pz = 0;
}
}
Instance of Symbol 707 MovieClip in Frame 48
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
_root.gotoAndStop("over");
}
i++;
}
}
Instance of Symbol 707 MovieClip in Frame 48
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
_root.gotoAndStop("over");
}
i++;
}
}
Instance of Symbol 1225 MovieClip "cfj1" in Frame 48
onClipEvent (enterFrame) {
if (_root.anniux3 == 1) {
_root.cfj1.gotoAndStop(1);
_root.cfj2.gotoAndStop(1);
_root.cfj3.gotoAndStop(1);
if ((_root.cfj1.hitTest(_root.rw1) || (_root.cfj2.hitTest(_root.rw1))) || (_root.cfj3.hitTest(_root.rw1))) {
_root.rw1.gravity = -0.05;
_root.xr1.gotoAndStop(1);
_root.rw1.jumping = 1;
} else {
_root.rw1.gravity = 0.9;
}
if ((_root.cfj1.hitTest(_root.rw2) || (_root.cfj2.hitTest(_root.rw2))) || (_root.cfj3.hitTest(_root.rw2))) {
_root.rw2.gravity = -0.05;
root.xr2.gotoAndStop(1);
_root.rw2.jumping = 1;
} else {
_root.rw2.gravity = 0.9;
}
} else {
_root.cfj1.gotoAndStop(2);
_root.cfj2.gotoAndStop(2);
_root.cfj3.gotoAndStop(2);
_root.rw2.gravity = 0.9;
}
}
Instance of Symbol 983 MovieClip in Frame 48
onClipEvent (load) {
_root.anniux4 = 0;
pz = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.rw1)) {
pz = 1;
_root.anniux4 = 1;
this.gotoAndStop(2);
} else if (pz == 1) {
_root.anniux4 = 0;
this.gotoAndStop(1);
pz = 0;
}
if (this.hitTest(_root.rw2)) {
pz = 2;
_root.anniux4 = 1;
this.gotoAndStop(2);
} else if (pz == 2) {
_root.anniux4 = 0;
this.gotoAndStop(1);
pz = 0;
}
}
Instance of Symbol 888 MovieClip in Frame 48
onClipEvent (load) {
_root.anniux = 0;
this.yunz = 0;
pz = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.rw1) && (this.yunz == 0)) {
pz = 1;
if (pz == 1) {
this.yunz = 1;
if ((this._currentframe == 1) && (_root.rw1._x < this._x)) {
this.gotoAndStop(2);
_root.anniux = 1;
}
if ((this._currentframe == 2) && (_root.rw1._x > this._x)) {
this.gotoAndStop(1);
_root.anniux = 0;
}
}
}
if ((!this.hitTest(_root.rw1)) && (pz == 1)) {
this.yunz = 0;
pz = 0;
}
if (this.hitTest(_root.rw2) && (this.yunz == 0)) {
pz = 2;
if (pz == 2) {
this.yunz = 1;
if ((this._currentframe == 1) && (_root.rw2._x < this._x)) {
this.gotoAndStop(2);
_root.anniux = 1;
}
if ((this._currentframe == 2) && (_root.rw2._x > this._x)) {
this.gotoAndStop(1);
_root.anniux = 0;
}
}
}
if ((!this.hitTest(_root.rw2)) && (pz == 2)) {
this.yunz = 0;
pz = 0;
}
}
Frame 49
stop();
key = 0;
_root.puca = 0;
_root.finish_level = true;
fire_type = 1;
_root.sm = 3;
_root.mbgs = 9;
_root.yjgs = 0;
_root.lout = 0;
_root.lout2 = 0;
_root.anniux = 0;
_root.anniux1 = 0;
_root.anniux2 = 0;
_root.anniux3 = 0;
_root.anniux4 = 0;
_root.rw1._y = 60;
_root.rw1._x = 60;
_root.xr1._xscale = 125;
_root.rw2._y = 60;
_root.rw2._x = 35;
_root.xr2._xscale = 60;
i = 1;
while (i < 10) {
_root["zs" + i].gotoAndStop(1);
i++;
}
_root.kg1.gotoAndStop(1);
Instance of Symbol 666 MovieClip in Frame 49
onClipEvent (enterFrame) {
if (_root.anniux == 0) {
this.gotoAndStop(1);
if (this.hitTest(_root.rw1)) {
_root.rw1._x = _root.rw1._x + (5 - ((4 * (_root.rw1._x - this._x)) / 200));
} else {
_root.rw1.xspeed = 4;
}
if (this.hitTest(_root.rw2)) {
_root.rw2._x = _root.rw2._x + (5 - ((4 * (_root.rw2._x - this._x)) / 200));
} else {
_root.rw2.xspeed = 4;
}
} else {
this.gotoAndStop(2);
}
}
Instance of Symbol 728 MovieClip "sy" in Frame 49
onClipEvent (enterFrame) {
if (this._currentframe > 1) {
this.gotoAndStop(1);
}
}
Instance of Symbol 477 MovieClip "zs3" in Frame 49
onClipEvent (load) {
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
this.gotoAndStop(2);
}
i++;
}
}
Instance of Symbol 477 MovieClip "zs6" in Frame 49
onClipEvent (load) {
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
this.gotoAndStop(2);
}
i++;
}
}
Instance of Symbol 477 MovieClip "zs7" in Frame 49
onClipEvent (load) {
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
this.gotoAndStop(2);
}
i++;
}
}
Instance of Symbol 477 MovieClip "zs8" in Frame 49
onClipEvent (load) {
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
this.gotoAndStop(2);
}
i++;
}
}
Instance of Symbol 477 MovieClip "zs1" in Frame 49
onClipEvent (load) {
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
this.gotoAndStop(2);
}
i++;
}
}
Instance of Symbol 477 MovieClip "zs9" in Frame 49
onClipEvent (load) {
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
this.gotoAndStop(2);
}
i++;
}
}
Instance of Symbol 477 MovieClip "zs2" in Frame 49
onClipEvent (load) {
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
this.gotoAndStop(2);
}
i++;
}
}
Instance of Symbol 477 MovieClip "zs5" in Frame 49
onClipEvent (load) {
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
this.gotoAndStop(2);
}
i++;
}
}
Instance of Symbol 477 MovieClip "zs4" in Frame 49
onClipEvent (load) {
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
this.gotoAndStop(2);
}
i++;
}
}
Instance of Symbol 707 MovieClip in Frame 49
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
_root.gotoAndStop("over");
}
i++;
}
}
Instance of Symbol 707 MovieClip in Frame 49
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
_root.gotoAndStop("over");
}
i++;
}
}
Instance of Symbol 707 MovieClip in Frame 49
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
_root.gotoAndStop("over");
}
i++;
}
}
Instance of Symbol 707 MovieClip in Frame 49
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
_root.gotoAndStop("over");
}
i++;
}
}
Instance of Symbol 707 MovieClip in Frame 49
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
_root.gotoAndStop("over");
}
i++;
}
}
Instance of Symbol 983 MovieClip in Frame 49
onClipEvent (load) {
_root.anniux3 = 0;
pz = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.rw1)) {
pz = 1;
_root.anniux3 = 1;
this.gotoAndStop(2);
} else if (pz == 1) {
_root.anniux3 = 0;
this.gotoAndStop(1);
pz = 0;
}
if (this.hitTest(_root.rw2)) {
pz = 2;
_root.anniux3 = 1;
this.gotoAndStop(2);
} else if (pz == 2) {
_root.anniux3 = 0;
this.gotoAndStop(1);
pz = 0;
}
}
Instance of Symbol 856 MovieClip in Frame 49
onClipEvent (load) {
_root.anniux = 0;
pz = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.rw1)) {
pz = 1;
_root.anniux = 1;
this.gotoAndStop(2);
} else if (pz == 1) {
_root.anniux = 0;
this.gotoAndStop(1);
pz = 0;
}
if (this.hitTest(_root.rw2)) {
pz = 2;
_root.anniux = 1;
this.gotoAndStop(2);
} else if (pz == 2) {
_root.anniux = 0;
this.gotoAndStop(1);
pz = 0;
}
if (this.hitTest(_root.map.xiangz)) {
pz = 3;
_root.anniux = 1;
this.gotoAndStop(2);
} else if (pz == 3) {
_root.anniux = 0;
this.gotoAndStop(1);
pz = 0;
}
}
Instance of Symbol 890 MovieClip "kg1" in Frame 49
onClipEvent (load) {
_root.anniux4 = 0;
_root.yunz = 0;
pz = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.rw1) && (_root.yunz == 0)) {
pz = 1;
if (pz == 1) {
_root.yunz = 1;
if ((this._currentframe == 1) && (_root.rw1._x < this._x)) {
this.gotoAndStop(2);
_root.anniux4 = 1;
_root.sy.gotoAndStop(3);
}
if ((this._currentframe == 2) && (_root.rw1._x > this._x)) {
this.gotoAndStop(1);
_root.anniux4 = 0;
_root.sy.gotoAndStop(3);
}
}
}
if ((!this.hitTest(_root.rw1)) && (pz == 1)) {
_root.yunz = 0;
pz = 0;
}
if (this.hitTest(_root.rw2) && (_root.yunz == 0)) {
pz = 2;
if (pz == 2) {
_root.yunz = 1;
if ((this._currentframe == 1) && (_root.rw2._x < this._x)) {
this.gotoAndStop(2);
_root.anniux4 = 1;
_root.sy.gotoAndStop(3);
}
if ((this._currentframe == 2) && (_root.rw2._x > this._x)) {
this.gotoAndStop(1);
_root.anniux4 = 0;
_root.sy.gotoAndStop(3);
}
}
}
if ((!this.hitTest(_root.rw2)) && (pz == 2)) {
_root.yunz = 0;
pz = 0;
}
}
Instance of Symbol 1352 MovieClip "kg2" in Frame 49
onClipEvent (load) {
_root.anniux2 = 0;
this.yunz = 0;
pz = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.rw1) && (this.yunz == 0)) {
pz = 1;
if (pz == 1) {
this.yunz = 1;
if ((this._currentframe == 1) && (_root.rw1._x < this._x)) {
this.gotoAndStop(2);
_root.anniux2 = 1;
}
if ((this._currentframe == 2) && (_root.rw1._x > this._x)) {
this.gotoAndStop(1);
_root.anniux2 = 0;
}
}
}
if ((!this.hitTest(_root.rw1)) && (pz == 1)) {
this.yunz = 0;
pz = 0;
}
if (this.hitTest(_root.rw2) && (this.yunz == 0)) {
pz = 2;
if (pz == 2) {
this.yunz = 1;
if ((this._currentframe == 1) && (_root.rw2._x < this._x)) {
this.gotoAndStop(2);
_root.anniux2 = 1;
}
if ((this._currentframe == 2) && (_root.rw2._x > this._x)) {
this.gotoAndStop(1);
_root.anniux2 = 0;
}
}
}
if ((!this.hitTest(_root.rw2)) && (pz == 2)) {
this.yunz = 0;
pz = 0;
}
}
Frame 50
stop();
key = 0;
_root.puca = 0;
_root.finish_level = true;
fire_type = 1;
_root.sm = 3;
_root.mbgs = 9;
_root.yjgs = 0;
_root.lout = 0;
_root.lout2 = 0;
_root.anniux = 0;
_root.anniux1 = 0;
_root.anniux2 = 0;
_root.anniux3 = 0;
_root.anniux4 = 0;
i = 1;
while (i < 10) {
_root["zs" + i].gotoAndStop(1);
i++;
}
_root.kg1.gotoAndStop(1);
Instance of Symbol 856 MovieClip in Frame 50
onClipEvent (load) {
_root.anniux = 0;
pz = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.rw1)) {
pz = 1;
_root.anniux = 1;
this.gotoAndStop(2);
} else if (pz == 1) {
_root.anniux = 0;
this.gotoAndStop(1);
pz = 0;
}
if (this.hitTest(_root.rw2)) {
pz = 2;
_root.anniux = 1;
this.gotoAndStop(2);
} else if (pz == 2) {
_root.anniux = 0;
this.gotoAndStop(1);
pz = 0;
}
if (this.hitTest(_root.map.xiangz)) {
pz = 3;
_root.anniux = 1;
this.gotoAndStop(2);
} else if (pz == 3) {
_root.anniux = 0;
this.gotoAndStop(1);
pz = 0;
}
}
Instance of Symbol 983 MovieClip in Frame 50
onClipEvent (load) {
_root.anniux3 = 0;
pz = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.rw1)) {
pz = 1;
_root.anniux3 = 1;
this.gotoAndStop(2);
} else if (pz == 1) {
_root.anniux3 = 0;
this.gotoAndStop(1);
pz = 0;
}
if (this.hitTest(_root.rw2)) {
pz = 2;
_root.anniux3 = 1;
this.gotoAndStop(2);
} else if (pz == 2) {
_root.anniux3 = 0;
this.gotoAndStop(1);
pz = 0;
}
if (this.hitTest(_root.map.xiangz)) {
pz = 3;
_root.anniux3 = 1;
this.gotoAndStop(2);
} else if (pz == 3) {
_root.anniux3 = 0;
this.gotoAndStop(1);
pz = 0;
}
}
Instance of Symbol 890 MovieClip "kg1" in Frame 50
onClipEvent (load) {
_root.anniux2 = 0;
_root.yunz = 0;
pz = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.rw1) && (_root.yunz == 0)) {
pz = 1;
if (pz == 1) {
_root.yunz = 1;
if ((this._currentframe == 1) && (_root.rw1._x < this._x)) {
this.gotoAndStop(2);
_root.anniux2 = 1;
_root.sy.gotoAndStop(3);
}
if ((this._currentframe == 2) && (_root.rw1._x > this._x)) {
this.gotoAndStop(1);
_root.anniux2 = 0;
_root.sy.gotoAndStop(3);
}
}
}
if ((!this.hitTest(_root.rw1)) && (pz == 1)) {
_root.yunz = 0;
pz = 0;
}
if (this.hitTest(_root.rw2) && (_root.yunz == 0)) {
pz = 2;
if (pz == 2) {
_root.yunz = 1;
if ((this._currentframe == 1) && (_root.rw2._x < this._x)) {
this.gotoAndStop(2);
_root.anniux2 = 1;
_root.sy.gotoAndStop(3);
}
if ((this._currentframe == 2) && (_root.rw2._x > this._x)) {
this.gotoAndStop(1);
_root.anniux2 = 0;
_root.sy.gotoAndStop(3);
}
}
}
if ((!this.hitTest(_root.rw2)) && (pz == 2)) {
_root.yunz = 0;
pz = 0;
}
}
Frame 51
stop();
key = 0;
_root.puca = 0;
_root.finish_level = true;
fire_type = 1;
_root.sm = 3;
_root.mbgs = 9;
_root.yjgs = 0;
_root.lout = 0;
_root.lout2 = 0;
_root.anniux = 0;
_root.anniux1 = 0;
_root.anniux2 = 0;
_root.anniux3 = 0;
_root.anniux4 = 0;
_root.rw1._y = 34;
_root.rw1._x = 90;
_root.xr1._xscale = 125;
_root.rw2._y = 34;
_root.rw2._x = 120;
_root.xr2._xscale = 60;
i = 1;
while (i < 10) {
_root["zs" + i].gotoAndStop(1);
i++;
}
_root.kg1.gotoAndStop(1);
Instance of Symbol 707 MovieClip in Frame 51
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
_root.gotoAndStop("over");
}
i++;
}
}
Instance of Symbol 707 MovieClip in Frame 51
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
_root.gotoAndStop("over");
}
i++;
}
}
Instance of Symbol 983 MovieClip in Frame 51
onClipEvent (load) {
_root.anniux5 = 0;
pz = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.rw1)) {
pz = 1;
_root.anniux5 = 1;
this.gotoAndStop(2);
} else if (pz == 1) {
_root.anniux5 = 0;
this.gotoAndStop(1);
pz = 0;
}
if (this.hitTest(_root.rw2)) {
pz = 2;
_root.anniux5 = 1;
this.gotoAndStop(2);
} else if (pz == 2) {
_root.anniux5 = 0;
this.gotoAndStop(1);
pz = 0;
}
}
Instance of Symbol 888 MovieClip "kg" in Frame 51
onClipEvent (load) {
_root.anniux = 0;
this.yunz = 0;
pz = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.rw1) && (this.yunz == 0)) {
pz = 1;
if (pz == 1) {
this.yunz = 1;
if ((this._currentframe == 1) && (_root.rw1._x < this._x)) {
this.gotoAndStop(2);
_root.anniux = 1;
}
if ((this._currentframe == 2) && (_root.rw1._x > this._x)) {
this.gotoAndStop(1);
_root.anniux = 0;
}
}
}
if ((!this.hitTest(_root.rw1)) && (pz == 1)) {
this.yunz = 0;
pz = 0;
}
if (this.hitTest(_root.rw2) && (this.yunz == 0)) {
pz = 2;
if (pz == 2) {
this.yunz = 1;
if ((this._currentframe == 1) && (_root.rw2._x < this._x)) {
this.gotoAndStop(2);
_root.anniux = 1;
}
if ((this._currentframe == 2) && (_root.rw2._x > this._x)) {
this.gotoAndStop(1);
_root.anniux = 0;
}
}
}
if ((!this.hitTest(_root.rw2)) && (pz == 2)) {
this.yunz = 0;
pz = 0;
}
}
Instance of Symbol 707 MovieClip in Frame 51
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
_root.gotoAndStop("over");
}
i++;
}
}
Instance of Symbol 985 MovieClip in Frame 51
onClipEvent (load) {
_root.anniux2 = 0;
pz = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.rw1)) {
pz = 1;
_root.anniux2 = 1;
this.gotoAndStop(2);
} else if (pz == 1) {
_root.anniux2 = 0;
this.gotoAndStop(1);
pz = 0;
}
if (this.hitTest(_root.rw2)) {
pz = 2;
_root.anniux2 = 1;
this.gotoAndStop(2);
} else if (pz == 2) {
_root.anniux2 = 0;
this.gotoAndStop(1);
pz = 0;
}
}
Instance of Symbol 884 MovieClip in Frame 51
onClipEvent (load) {
_root.anniux1 = 0;
pz = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.rw1)) {
pz = 1;
_root.anniux1 = 1;
this.gotoAndStop(2);
} else if (pz == 1) {
_root.anniux1 = 0;
this.gotoAndStop(1);
pz = 0;
}
if (this.hitTest(_root.rw2)) {
pz = 2;
_root.anniux1 = 1;
this.gotoAndStop(2);
} else if (pz == 2) {
_root.anniux1 = 0;
this.gotoAndStop(1);
pz = 0;
}
}
Frame 52
stop();
key = 0;
_root.puca = 0;
_root.finish_level = true;
fire_type = 1;
_root.sm = 3;
_root.mbgs = 10;
_root.yjgs = 0;
_root.lout = 0;
_root.lout2 = 0;
_root.anniux = 0;
_root.anniux1 = 0;
_root.anniux2 = 0;
_root.anniux3 = 0;
_root.anniux4 = 0;
_root.rw1._y = 410;
_root.rw1._x = 615;
_root.xr1._xscale = -125;
_root.rw2._y = 410;
_root.rw2._x = 25;
_root.xr2._xscale = 60;
i = 1;
while (i < 10) {
_root["zs" + i].gotoAndStop(1);
i++;
}
_root.kg1.gotoAndStop(1);
Instance of Symbol 707 MovieClip in Frame 52
onClipEvent (enterFrame) {
if (this.hitTest(_root.rw1) && (_root.mbgs == _root.yjgs)) {
_root.gotoAndStop("win");
}
}
Instance of Symbol 728 MovieClip "sy" in Frame 52
onClipEvent (enterFrame) {
if (this._currentframe > 1) {
this.gotoAndStop(1);
}
}
Instance of Symbol 477 MovieClip "zs3" in Frame 52
onClipEvent (load) {
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
this.gotoAndStop(2);
}
i++;
}
}
Instance of Symbol 477 MovieClip "zs6" in Frame 52
onClipEvent (load) {
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
this.gotoAndStop(2);
}
i++;
}
}
Instance of Symbol 477 MovieClip "zs7" in Frame 52
onClipEvent (load) {
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
this.gotoAndStop(2);
}
i++;
}
}
Instance of Symbol 477 MovieClip "zs8" in Frame 52
onClipEvent (load) {
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
this.gotoAndStop(2);
}
i++;
}
}
Instance of Symbol 477 MovieClip "zs1" in Frame 52
onClipEvent (load) {
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
this.gotoAndStop(2);
}
i++;
}
}
Instance of Symbol 477 MovieClip "zs9" in Frame 52
onClipEvent (load) {
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
this.gotoAndStop(2);
}
i++;
}
}
Instance of Symbol 477 MovieClip "zs2" in Frame 52
onClipEvent (load) {
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
this.gotoAndStop(2);
}
i++;
}
}
Instance of Symbol 477 MovieClip "zs5" in Frame 52
onClipEvent (load) {
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
this.gotoAndStop(2);
}
i++;
}
}
Instance of Symbol 477 MovieClip "zs4" in Frame 52
onClipEvent (load) {
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
this.gotoAndStop(2);
}
i++;
}
}
Instance of Symbol 477 MovieClip "zs10" in Frame 52
onClipEvent (load) {
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
this.gotoAndStop(2);
}
i++;
}
}
Frame 109
for (var cBullet in _root.bulletHolder) {
_root.bulletHolder[cBullet].removeMovieClip();
}
Frame 110
for (var cBullet in _root.bulletHolder) {
_root.bulletHolder[cBullet].removeMovieClip();
}
Symbol 22 MovieClip [oblacic] Frame 1
Symbol 22 MovieClip [oblacic] Frame 17
Symbol 354 MovieClip [robot] Frame 1
stop();
Symbol 401 MovieClip [Bullet] Frame 1
Symbol 406 MovieClip [star_shine] Frame 22
stop();
Symbol 425 MovieClip Frame 40
stop();
Symbol 436 Button
on (press) {
_root.gotoAndStop("ks");
_root.play_button.unloadMovie();
_root.logo.unloadMovie();
}
Instance of Symbol 415 MovieClip in Symbol 437 MovieClip Frame 1
onClipEvent (load) {
_root.stop();
PercentLoaded = int((_root.getBytesLoaded() / _root.getBytesTotal()) * 100);
if (PercentLoaded != 100) {
_parent.gotoAndStop(PercentLoaded);
} else {
_parent.gotoAndStop("lastframe");
}
}
onClipEvent (enterFrame) {
PercentLoaded = int((_root.getBytesLoaded() / _root.getBytesTotal()) * 100);
if (PercentLoaded != 100) {
_parent.gotoAndStop(PercentLoaded);
} else {
_parent.gotoAndPlay("loaded");
}
}
Symbol 437 MovieClip Frame 101
play();
Symbol 437 MovieClip Frame 165
stop();
Symbol 442 Button
on (release) {
getURL ("http://www.4463.com/?shuangmao", "_blank");
}
Symbol 449 Button
on (press) {
_root.gotoAndStop("xuang");
}
Symbol 452 Button
on (press) {
_root.gotoAndStop("sm");
}
Symbol 454 Button
on (release) {
getURL ("http://www.fredogames.com", "_blank");
}
Symbol 456 Button
on (release) {
getURL ("http://www.bestplayfree.com", "_blank");
}
Symbol 464 Button
on (press) {
_root.gotoAndStop("ks");
}
Instance of Symbol 474 MovieClip "moneda1" in Symbol 475 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.sonic.pluton)) {
misonidoa = new Sound();
misonidoa.attachSound("moneda");
misonidoa.start();
_root.puntos = _root.puntos + 1;
this.swapDepths(1);
this.removeMovieClip();
}
this._x = this._x - _root.movimiento;
}
Symbol 477 MovieClip Frame 1
stop();
Symbol 477 MovieClip Frame 2
_root.yjgs = _root.yjgs + 1;
Symbol 479 MovieClip Frame 1
stop();
Instance of Symbol 477 MovieClip "zs7" in Symbol 479 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
this.gotoAndStop(2);
}
i++;
}
}
Instance of Symbol 477 MovieClip "zs7" in Symbol 479 MovieClip Frame 3
onClipEvent (load) {
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
this.gotoAndStop(2);
}
i++;
}
}
Instance of Symbol 477 MovieClip "zs7" in Symbol 479 MovieClip Frame 5
onClipEvent (load) {
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
this.gotoAndStop(2);
}
i++;
}
}
Instance of Symbol 477 MovieClip "zs7" in Symbol 479 MovieClip Frame 7
onClipEvent (load) {
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
this.gotoAndStop(2);
}
i++;
}
}
Instance of Symbol 477 MovieClip "zs7" in Symbol 479 MovieClip Frame 9
onClipEvent (load) {
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
this.gotoAndStop(2);
}
i++;
}
}
Instance of Symbol 477 MovieClip "zs7" in Symbol 479 MovieClip Frame 11
onClipEvent (load) {
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
this.gotoAndStop(2);
}
i++;
}
}
Instance of Symbol 477 MovieClip "zs7" in Symbol 479 MovieClip Frame 13
onClipEvent (load) {
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
this.gotoAndStop(2);
}
i++;
}
}
Instance of Symbol 477 MovieClip "zs7" in Symbol 479 MovieClip Frame 15
onClipEvent (load) {
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
this.gotoAndStop(2);
}
i++;
}
}
Instance of Symbol 477 MovieClip "zs7" in Symbol 479 MovieClip Frame 17
onClipEvent (load) {
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
this.gotoAndStop(2);
}
i++;
}
}
Symbol 479 MovieClip Frame 19
gotoAndPlay (1);
Instance of Symbol 477 MovieClip "zs7" in Symbol 479 MovieClip Frame 19
onClipEvent (load) {
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
this.gotoAndStop(2);
}
i++;
}
}
Instance of Symbol 477 MovieClip "zs7" in Symbol 479 MovieClip Frame 20
onClipEvent (load) {
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
this.gotoAndStop(2);
}
i++;
}
}
Symbol 479 MovieClip Frame 24
_visible = false;
Symbol 479 MovieClip Frame 34
stop();
Symbol 480 Button
on (press) {
_root.zhonggs = 1;
_root.gotoAndStop("gs1");
}
Symbol 482 Button
on (press) {
_root.zhonggs = 2;
_root.gotoAndStop("gs2");
}
Symbol 483 Button
on (press) {
_root.zhonggs = 2;
_root.gotoAndStop("gs2");
}
Symbol 484 Button
on (press) {
_root.zhonggs = 3;
_root.gotoAndStop("gs3");
}
Symbol 485 Button
on (press) {
_root.zhonggs = 4;
_root.gotoAndStop("gs4");
}
Symbol 486 Button
on (press) {
_root.zhonggs = 4;
_root.gotoAndStop("gs4");
}
Symbol 487 Button
on (press) {
_root.zhonggs = 5;
_root.gotoAndStop("gs5");
}
Symbol 488 Button
on (press) {
_root.zhonggs = 6;
_root.gotoAndStop("gs6");
}
Symbol 489 Button
on (press) {
_root.zhonggs = 7;
_root.gotoAndStop("gs7");
}
Symbol 490 Button
on (press) {
_root.zhonggs = 8;
_root.gotoAndStop("gs8");
}
Symbol 491 Button
on (press) {
_root.zhonggs = 9;
_root.gotoAndStop("gs9");
}
Symbol 492 Button
on (press) {
_root.zhonggs = 10;
_root.gotoAndStop("gs10");
}
Symbol 493 Button
on (press) {
_root.zhonggs = 11;
_root.gotoAndStop("gs11");
}
Symbol 494 Button
on (press) {
_root.zhonggs = 12;
_root.gotoAndStop("gs12");
}
Symbol 495 Button
on (press) {
_root.zhonggs = 13;
_root.gotoAndStop("gs13");
}
Symbol 496 Button
on (press) {
_root.zhonggs = 14;
_root.gotoAndStop("gs14");
}
Symbol 497 Button
on (press) {
_root.zhonggs = 15;
_root.gotoAndStop("gs15");
}
Symbol 500 Button
on (press) {
_root.zhonggs = 16;
_root.gotoAndStop("gs16");
}
Symbol 502 Button
on (press) {
_root.zhonggs = 17;
_root.gotoAndStop("gs17");
}
Symbol 503 Button
on (press) {
_root.zhonggs = 18;
_root.gotoAndStop("gs18");
}
Symbol 504 Button
on (press) {
_root.zhonggs = 19;
_root.gotoAndStop("gs19");
}
Symbol 505 Button
on (press) {
_root.zhonggs = 20;
_root.gotoAndStop("gs20");
}
Symbol 506 Button
on (press) {
_root.zhonggs = 13;
_root.gotoAndStop("gs13");
}
Symbol 507 Button
on (press) {
_root.zhonggs = 14;
_root.gotoAndStop("gs14");
}
Symbol 508 Button
on (press) {
_root.zhonggs = 15;
_root.gotoAndStop("gs15");
}
Symbol 509 Button
on (press) {
_root.zhonggs = 21;
_root.gotoAndStop("gs21");
}
Symbol 510 Button
on (press) {
_root.zhonggs = 22;
_root.gotoAndStop("gs22");
}
Symbol 511 Button
on (press) {
_root.zhonggs = 23;
_root.gotoAndStop("gs23");
}
Symbol 512 Button
on (press) {
_root.zhonggs = 24;
_root.gotoAndStop("gs24");
}
Symbol 513 Button
on (press) {
_root.zhonggs = 25;
_root.gotoAndStop("gs25");
}
Symbol 514 Button
on (press) {
_root.zhonggs = 26;
_root.gotoAndStop("gs26");
}
Symbol 515 Button
on (press) {
_root.zhonggs = 27;
_root.gotoAndStop("gs27");
}
Symbol 516 Button
on (press) {
_root.zhonggs = 28;
_root.gotoAndStop("gs28");
}
Symbol 517 Button
on (press) {
_root.zhonggs = 29;
_root.gotoAndStop("gs29");
}
Symbol 518 Button
on (press) {
_root.zhonggs = 30;
_root.gotoAndStop("gs30");
}
Symbol 519 Button
on (press) {
_root.zhonggs = 31;
_root.gotoAndStop("gs31");
}
Symbol 520 Button
on (press) {
_root.zhonggs = 32;
_root.gotoAndStop("gs32");
}
Symbol 521 Button
on (press) {
_root.zhonggs = 33;
_root.gotoAndStop("gs33");
}
Symbol 522 Button
on (press) {
_root.zhonggs = 34;
_root.gotoAndStop("gs34");
}
Symbol 523 Button
on (press) {
_root.zhonggs = 35;
_root.gotoAndStop("gs35");
}
Symbol 524 Button
on (press) {
_root.zhonggs = 36;
_root.gotoAndStop("gs36");
}
Symbol 525 Button
on (press) {
_root.zhonggs = 37;
_root.gotoAndStop("gs37");
}
Symbol 526 Button
on (press) {
_root.zhonggs = 38;
_root.gotoAndStop("gs38");
}
Symbol 527 Button
on (press) {
_root.zhonggs = 39;
_root.gotoAndStop("gs39");
}
Symbol 528 Button
on (press) {
_root.zhonggs = 40;
_root.gotoAndStop("gs40");
}
Symbol 529 Button
on (press) {
_root.zhonggs = 8;
_root.gotoAndStop("gs8");
}
Symbol 530 Button
on (press) {
_root.zhonggs = 2;
_root.gotoAndStop("gs2");
}
Symbol 531 Button
on (press) {
_root.zhonggs = 3;
_root.gotoAndStop("gs3");
}
Symbol 532 Button
on (press) {
_root.zhonggs = 4;
_root.gotoAndStop("gs4");
}
Symbol 533 Button
on (press) {
_root.zhonggs = 5;
_root.gotoAndStop("gs5");
}
Symbol 534 Button
on (press) {
_root.zhonggs = 6;
_root.gotoAndStop("gs6");
}
Symbol 535 Button
on (press) {
_root.zhonggs = 7;
_root.gotoAndStop("gs7");
}
Symbol 536 Button
on (press) {
_root.zhonggs = 9;
_root.gotoAndStop("gs9");
}
Symbol 537 Button
on (press) {
_root.zhonggs = 10;
_root.gotoAndStop("gs10");
}
Symbol 538 Button
on (press) {
_root.zhonggs = 11;
_root.gotoAndStop("gs11");
}
Symbol 539 Button
on (press) {
_root.zhonggs = 12;
_root.gotoAndStop("gs12");
}
Symbol 540 Button
on (press) {
_root.zhonggs = 1;
_root.gotoAndStop("gs1");
}
Symbol 541 Button
on (press) {
_root.zhonggs = 2;
_root.gotoAndStop("gs2");
}
Symbol 542 Button
on (press) {
_root.zhonggs = 3;
_root.gotoAndStop("gs3");
}
Symbol 543 Button
on (press) {
_root.zhonggs = 4;
_root.gotoAndStop("gs4");
}
Symbol 544 Button
on (press) {
_root.zhonggs = 5;
_root.gotoAndStop("gs5");
}
Symbol 545 Button
on (press) {
_root.zhonggs = 6;
_root.gotoAndStop("gs6");
}
Symbol 546 Button
on (press) {
_root.zhonggs = 7;
_root.gotoAndStop("gs7");
}
Symbol 547 Button
on (press) {
_root.zhonggs = 9;
_root.gotoAndStop("gs9");
}
Symbol 548 Button
on (press) {
_root.zhonggs = 10;
_root.gotoAndStop("gs10");
}
Symbol 549 Button
on (press) {
_root.zhonggs = 11;
_root.gotoAndStop("gs11");
}
Symbol 550 Button
on (press) {
_root.zhonggs = 12;
_root.gotoAndStop("gs12");
}
Symbol 551 Button
on (press) {
_root.zhonggs = 13;
_root.gotoAndStop("gs13");
}
Symbol 552 Button
on (press) {
_root.zhonggs = 14;
_root.gotoAndStop("gs14");
}
Symbol 553 Button
on (press) {
_root.zhonggs = 15;
_root.gotoAndStop("gs15");
}
Symbol 554 Button
on (press) {
_root.zhonggs = 17;
_root.gotoAndStop("gs17");
}
Symbol 555 Button
on (press) {
_root.zhonggs = 18;
_root.gotoAndStop("gs18");
}
Symbol 556 Button
on (press) {
_root.zhonggs = 19;
_root.gotoAndStop("gs19");
}
Symbol 557 Button
on (press) {
_root.zhonggs = 20;
_root.gotoAndStop("gs20");
}
Symbol 558 Button
on (press) {
_root.zhonggs = 21;
_root.gotoAndStop("gs21");
}
Symbol 559 Button
on (press) {
_root.zhonggs = 22;
_root.gotoAndStop("gs22");
}
Symbol 560 Button
on (press) {
_root.zhonggs = 23;
_root.gotoAndStop("gs23");
}
Symbol 561 Button
on (press) {
_root.zhonggs = 25;
_root.gotoAndStop("gs25");
}
Symbol 562 Button
on (press) {
_root.zhonggs = 26;
_root.gotoAndStop("gs26");
}
Symbol 563 Button
on (press) {
_root.zhonggs = 27;
_root.gotoAndStop("gs27");
}
Symbol 564 Button
on (press) {
_root.zhonggs = 28;
_root.gotoAndStop("gs28");
}
Symbol 565 Button
on (press) {
_root.zhonggs = 29;
_root.gotoAndStop("gs29");
}
Symbol 566 Button
on (press) {
_root.zhonggs = 30;
_root.gotoAndStop("gs30");
}
Symbol 567 Button
on (press) {
_root.zhonggs = 31;
_root.gotoAndStop("gs31");
}
Symbol 568 Button
on (press) {
_root.zhonggs = 33;
_root.gotoAndStop("gs33");
}
Symbol 569 Button
on (press) {
_root.zhonggs = 34;
_root.gotoAndStop("gs34");
}
Symbol 570 Button
on (press) {
_root.zhonggs = 35;
_root.gotoAndStop("gs35");
}
Symbol 571 Button
on (press) {
_root.zhonggs = 36;
_root.gotoAndStop("gs36");
}
Symbol 572 Button
on (press) {
_root.zhonggs = 37;
_root.gotoAndStop("gs37");
}
Symbol 573 Button
on (press) {
_root.zhonggs = 38;
_root.gotoAndStop("gs38");
}
Symbol 574 Button
on (press) {
_root.zhonggs = 39;
_root.gotoAndStop("gs39");
}
Symbol 575 MovieClip Frame 44
stop();
Symbol 588 MovieClip Frame 1
stop();
Instance of Symbol 588 MovieClip in Symbol 593 MovieClip Frame 1
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["xr" + i];
if (this.fire.hitTest(_root.renw)) {
_root.renw.stop();
_root.sansa.play();
}
i++;
}
}
Instance of Symbol 588 MovieClip in Symbol 593 MovieClip Frame 1
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["xr" + i];
if (this.fire.hitTest(_root.renw)) {
_root.renw.stop();
_root.sansa.play();
}
i++;
}
}
Instance of Symbol 590 MovieClip in Symbol 593 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((this.hitTest(_root.xr1.dqy2) && (_root.pz1 == 3)) && (_root.rw1.anxx == 0)) {
_root.rw1.yspeed = 0;
_root.rw1.jumping = 0;
_root.rw1._y = this._y - 29;
if (_root.xr1.rr._currentframe == 3) {
_root.xr1.rr.gotoAndStop(1);
}
}
if ((this.hitTest(_root.xr2.dqy2) && (_root.pz2 == 3)) && (_root.rw2.anxx == 0)) {
_root.rw2.yspeed = 0;
_root.rw2.jumping = 0;
_root.rw2._y = this._y - 29;
if (_root.xr2.rr._currentframe == 3) {
_root.xr2.rr.gotoAndStop(1);
}
}
}
Instance of Symbol 592 MovieClip in Symbol 593 MovieClip Frame 1
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["xr" + i];
if (this.hitTest(_root.renw)) {
_root.renw.stop();
_root.sansa.play();
}
i++;
}
}
Symbol 603 MovieClip Frame 1
stop();
Symbol 603 MovieClip Frame 15
_parent.gotoAndStop(1);
stop();
Symbol 612 MovieClip Frame 1
stop();
Symbol 612 MovieClip Frame 2
play();
Symbol 612 MovieClip Frame 23
stop();
_root.hummer_on = false;
Symbol 647 MovieClip Frame 1
stop();
Symbol 647 MovieClip Frame 2
play();
Symbol 647 MovieClip Frame 28
Symbol 647 MovieClip Frame 49
Symbol 647 MovieClip Frame 100
gotoAndStop (1);
this.hit = false;
Symbol 651 MovieClip Frame 1
stop();
Symbol 652 MovieClip Frame 1
stop();
Instance of Symbol 603 MovieClip in Symbol 652 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.top.hitTest(_root.rw1)) {
trace("pad");
this.gotoAndPlay(2);
_root.lout = 2;
}
if (this.top.hitTest(_root.rw2)) {
this.gotoAndPlay(2);
_root.lout = 3;
}
}
Instance of Symbol 612 MovieClip in Symbol 652 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((this.hitTest(_root.xr1) && (_root.hummer_on)) && (Math.abs(_root.xr1._y - this._y) <= 60)) {
_root.xr1.bbw.gotoAndStop(3);
this.gotoAndStop(2);
_root.hummer_on = false;
var i = Math.random();
animacija = _root.attachMovie("oblacic", "oblacic" + i, _root.getNextHighestDepth(), {_x:this._x, _y:this._y});
animacija._xscale = 10;
animacija._yscale = 10;
animacija.onEnterFrame = function () {
var _local2 = new Color("animacija");
_local2.setRGB(16777215);
this._xscale = 10;
this._yscale = 10;
if (this._currentframe >= 17) {
this.removeMovieClip();
}
};
}
}
Instance of Symbol 647 MovieClip in Symbol 652 MovieClip Frame 1
onClipEvent (load) {
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.xr1) && (hit == false)) && (this._y > (_root.xr1._y + 20))) {
trace("hit");
hit = true;
this.gotoAndPlay(2);
}
}
Instance of Symbol 647 MovieClip in Symbol 652 MovieClip Frame 1
onClipEvent (load) {
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.xr1) && (hit == false)) && (this._y > (_root.xr1._y + 20))) {
trace("hit");
hit = true;
this.gotoAndPlay(2);
}
}
Instance of Symbol 647 MovieClip in Symbol 652 MovieClip Frame 1
onClipEvent (load) {
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.xr1) && (hit == false)) && (this._y > (_root.xr1._y + 20))) {
trace("hit");
hit = true;
this.gotoAndPlay(2);
}
}
Symbol 655 MovieClip Frame 39
gotoAndPlay (1);
Symbol 655 MovieClip Frame 40
stop();
Instance of Symbol 658 MovieClip in Symbol 659 MovieClip Frame 1
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
_root.renw.stop();
_root.sansa.play();
}
i++;
}
}
Instance of Symbol 652 MovieClip "mm" in Symbol 660 MovieClip Frame 1
onClipEvent (enterFrame) {
for (var cBullet in _root.bulletHolder) {
if (this.hitTest(_root.bulletHolder[cBullet]._x, _root.bulletHolder[cBullet]._y, true)) {
var explosion_sound = new Sound();
explosion_sound.attachSound("explosion");
explosion_sound.start(0, 1);
var i = Math.random();
animacija = _root.attachMovie("oblacic", "oblacic" + i, _root.getNextHighestDepth(), {_x:_root.bulletHolder[cBullet]._x, _y:_root.bulletHolder[cBullet]._y});
animacija._xscale = 10;
animacija._yscale = 10;
animacija.onEnterFrame = function () {
this._xscale = 10;
this._yscale = 10;
if (this._currentframe >= 17) {
this.removeMovieClip();
}
};
if (_root.xr1._xscale >= 0) {
_root.rw1._x = _root.bulletHolder[cBullet]._x - 40;
_root.rw1._y = _root.bulletHolder[cBullet]._y;
}
if (_root.xr1._xscale < 0) {
_root.rw1._x = _root.bulletHolder[cBullet]._x + 40;
_root.rw1._y = _root.bulletHolder[cBullet]._y;
}
_root.bulletHolder[cBullet].removeMovieClip();
_root.xr1._visible = true;
trace("ptica");
}
}
}
Instance of Symbol 655 MovieClip in Symbol 660 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.xr1)) {
this.gotoAndStop(40);
_root.xr1.bbw.gotoAndStop(2);
_root.hummer_on = true;
var i = Math.random();
animacija = _root.attachMovie("oblacic", "oblacic" + i, _root.getNextHighestDepth(), {_x:this._x, _y:this._y});
animacija._xscale = 10;
animacija._yscale = 10;
animacija.onEnterFrame = function () {
var _local2 = new Color("animacija");
_local2.setRGB(16777215);
this._xscale = 10;
this._yscale = 10;
if (this._currentframe >= 17) {
this.removeMovieClip();
}
};
}
}
Symbol 666 MovieClip Frame 1
stop();
Symbol 697 MovieClip Frame 24
stop();
Symbol 698 MovieClip Frame 1
stop();
Symbol 698 MovieClip Frame 2
stop();
_root.numEnemy = _root.numEnemy - 1;
if (_root.numEnemy == 0) {
_root.ac = _root.ac + 1;
}
Symbol 701 MovieClip Frame 1
stop();
Symbol 701 MovieClip Frame 2
stop();
Symbol 712 MovieClip Frame 1
stop();
Symbol 712 MovieClip Frame 2
stop();
_root.guo.play();
Symbol 720 MovieClip Frame 39
gotoAndPlay (1);
Symbol 720 MovieClip Frame 40
stop();
Symbol 723 MovieClip Frame 39
gotoAndPlay (1);
Symbol 723 MovieClip Frame 40
stop();
Symbol 728 MovieClip Frame 1
stop();
Symbol 733 MovieClip Frame 15
stop();
Symbol 734 MovieClip Frame 1
stop();
Symbol 756 MovieClip Frame 14
_parent.gotoAndStop(1);
Symbol 765 MovieClip Frame 1
Symbol 767 MovieClip Frame 1
stop();
Symbol 769 MovieClip Frame 1
function CreateFire(in_type, in_x, in_y) {
if (last_time_shot == undefined) {
last_time_shot = 0;
}
trace("poziva funkciju");
var _local3 = false;
var _local5 = getTimer() - last_time_shot;
if ((in_type == 1) && (_local5 > 500)) {
_local3 = true;
}
if ((in_type == 2) && (_local5 > 500)) {
_local3 = true;
}
if (_local3) {
last_time_shot = getTimer();
if (_root.xr1._xscale >= 0) {
i = _root.getNextHighestDepth();
_root.bulletHolder.attachMovie("Bullet", "Bullet" + i, abs(_root.getNextHighestDepth()));
_root.bulletHolder["Bullet" + i]._x = _root.rw1._x;
_root.bulletHolder["Bullet" + i]._y = _root.rw1._y;
_root.bulletHolder["Bullet" + i]._visible = true;
var _local4 = new Sound();
_local4.attachSound("shoot");
_local4.start(0, 1);
_root.bulletHolder["Bullet" + i].onEnterFrame = function () {
this._x = this._x + 10;
_root.rw1._x = _root.rw1._x + 10;
if (this._x > 640) {
_root.gotoAndStop("over");
this.removeMovieClip();
}
};
}
if (_root.xr1._xscale < 0) {
i = _root.getNextHighestDepth();
_root.bulletHolder.attachMovie("Bullet", "Bullet" + i, abs(_root.getNextHighestDepth()));
_root.bulletHolder["Bullet" + i]._x = _root.rw1._x;
_root.bulletHolder["Bullet" + i]._y = _root.rw1._y;
_root.bulletHolder["Bullet" + i]._visible = true;
var _local4 = new Sound();
_local4.attachSound("shoot");
_local4.start(0, 1);
_root.bulletHolder["Bullet" + i].onEnterFrame = function () {
this._x = this._x - 10;
_root.rw1._x = _root.rw1._x - 10;
if (this._x < 0) {
_root.gotoAndStop("over");
this.removeMovieClip();
}
};
}
metak.gotoAndStop("in_type");
}
return(true);
}
Symbol 777 Button
on (press) {
if (_root.zhonggs < 40) {
_root.zhonggs = _root.zhonggs + 1;
if (_root.zhonggs > _root.maxyggs) {
var save = SharedObject.getLocal("ssss");
save.data.aaa = _root.zhonggs;
}
}
_root.brojac++;
_root.gotoAndStop("gs" + _root.zhonggs);
proba = "gs" + _root.brojac;
trace(proba);
_root.guo.gotoAndStop(1);
}
Symbol 778 Button
on (release) {
getURL ("http://www.fredogames.com", "_blank");
}
Symbol 781 MovieClip Frame 1
ttt = _root.zhonggs;
Symbol 783 MovieClip Frame 1
stop();
_root.kongz = 1;
Symbol 783 MovieClip Frame 2
_root.kongz = 0;
if (_root.zhonggs == 15) {
_root.gotoAndStop("win");
this.gotoAndStop(1);
}
Symbol 783 MovieClip Frame 26
stop();
for (var cBullet in _root.bulletHolder) {
_root.bulletHolder[cBullet].removeMovieClip();
}
Symbol 783 MovieClip Frame 27
prevFrame();
Symbol 785 MovieClip Frame 1
stop();
Symbol 785 MovieClip Frame 5
_root.xr1._alpha = 30;
_root.sm = _root.sm - 1;
_root.rw1.jumping = 0;
_root.rw1.anx = 0;
Symbol 785 MovieClip Frame 10
_root.xr1._alpha = 100;
Symbol 785 MovieClip Frame 15
_root.xr1._alpha = 30;
Symbol 785 MovieClip Frame 20
_root.xr1._alpha = 70;
Symbol 785 MovieClip Frame 25
_root.xr1._alpha = 30;
Symbol 785 MovieClip Frame 30
_root.xr1._alpha = 10;
this._x = -100;
this._x = -100;
Symbol 785 MovieClip Frame 35
_root.xr1._alpha = 30;
Symbol 785 MovieClip Frame 40
_root.xr1._alpha = 100;
if (_root.sm == 0) {
_root.gotoAndStop("over");
}
stop();
gotoAndStop (1);
Symbol 785 MovieClip Frame 45
_root.xr1._alpha = 30;
Symbol 785 MovieClip Frame 50
_root.xr1._alpha = 100;
Symbol 785 MovieClip Frame 55
_root.xr1._alpha = 30;
Symbol 785 MovieClip Frame 60
_root.xr1._alpha = 100;
Symbol 785 MovieClip Frame 65
_root.xr1._alpha = 30;
Symbol 785 MovieClip Frame 70
_root.xr1._alpha = 100;
Symbol 785 MovieClip Frame 75
_root.xr1._alpha = 30;
Symbol 785 MovieClip Frame 80
_root.xr1._alpha = 100;
Symbol 785 MovieClip Frame 85
_root.xr1._alpha = 30;
Symbol 785 MovieClip Frame 90
_root.xr1._alpha = 100;
Symbol 785 MovieClip Frame 91
gotoAndStop (1);
Symbol 785 MovieClip Frame 95
_root.xr1._alpha = 30;
Symbol 785 MovieClip Frame 100
_root.xr1._alpha = 100;
Symbol 785 MovieClip Frame 105
_root.xr1._alpha = 30;
Symbol 785 MovieClip Frame 110
_root.xr1._alpha = 100;
Symbol 785 MovieClip Frame 115
_root.xr1._alpha = 30;
Symbol 785 MovieClip Frame 120
_root.xr1._alpha = 100;
Symbol 785 MovieClip Frame 125
_root.xr1._alpha = 30;
Symbol 785 MovieClip Frame 130
_root.xr1._alpha = 100;
Symbol 785 MovieClip Frame 135
_root.xr1._alpha = 30;
Symbol 785 MovieClip Frame 140
_root.xr1._alpha = 100;
Symbol 785 MovieClip Frame 145
_root.xr1._alpha = 30;
Symbol 785 MovieClip Frame 150
_root.xr1._alpha = 100;
_root.gotoAndStop("over");
Symbol 789 MovieClip Frame 1
stop();
Symbol 789 MovieClip Frame 5
_root.xr2._alpha = 30;
_root.sm = _root.sm - 1;
this._x = _root.xr2._x;
this._y = _root.xr2._y - 50;
_root.rw2.jumping = 0;
_root.rw2.anx = 0;
Symbol 789 MovieClip Frame 10
_root.xr2._alpha = 100;
Symbol 789 MovieClip Frame 15
_root.xr2._alpha = 30;
Symbol 789 MovieClip Frame 20
_root.xr2._alpha = 100;
Symbol 789 MovieClip Frame 25
_root.xr2._alpha = 30;
Symbol 789 MovieClip Frame 30
_root.xr2._alpha = 100;
Symbol 789 MovieClip Frame 31
this._x = -100;
Symbol 789 MovieClip Frame 35
_root.xr2._alpha = 30;
Symbol 789 MovieClip Frame 40
_root.xr2._alpha = 100;
Symbol 789 MovieClip Frame 45
_root.xr2._alpha = 30;
Symbol 789 MovieClip Frame 50
_root.xr2._alpha = 100;
Symbol 789 MovieClip Frame 55
_root.xr2._alpha = 30;
Symbol 789 MovieClip Frame 60
_root.xr2._alpha = 100;
Symbol 789 MovieClip Frame 65
_root.xr2._alpha = 30;
Symbol 789 MovieClip Frame 70
_root.xr2._alpha = 100;
Symbol 789 MovieClip Frame 75
_root.xr2._alpha = 30;
Symbol 789 MovieClip Frame 80
_root.xr2._alpha = 100;
Symbol 789 MovieClip Frame 85
_root.xr2._alpha = 30;
Symbol 789 MovieClip Frame 90
_root.xr2._alpha = 100;
Symbol 789 MovieClip Frame 91
gotoAndStop (1);
Symbol 789 MovieClip Frame 95
_root.xr2._alpha = 30;
Symbol 789 MovieClip Frame 100
_root.xr2._alpha = 100;
Symbol 789 MovieClip Frame 105
_root.xr2._alpha = 30;
Symbol 789 MovieClip Frame 110
_root.xr2._alpha = 100;
Symbol 789 MovieClip Frame 115
_root.xr2._alpha = 30;
Symbol 789 MovieClip Frame 120
_root.xr2._alpha = 100;
Symbol 789 MovieClip Frame 125
_root.xr2._alpha = 30;
Symbol 789 MovieClip Frame 130
_root.xr2._alpha = 100;
Symbol 789 MovieClip Frame 135
_root.xr2._alpha = 30;
Symbol 789 MovieClip Frame 140
_root.xr2._alpha = 100;
Symbol 792 Button
on (press) {
sound = new Sound();
sound.setVolume(0);
nextFrame();
}
Symbol 794 Button
on (press) {
prevFrame();
}
Symbol 795 MovieClip Frame 1
stop();
sound = new Sound();
sound.setVolume(100);
Symbol 796 Button
on (press) {
bulletHolder.removeMovieClip();
_root.gotoAndStop("xuang");
}
Symbol 807 MovieClip Frame 1
stop();
Instance of Symbol 647 MovieClip in Symbol 807 MovieClip Frame 1
onClipEvent (load) {
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.xr1) && (hit == false)) && (this._y > (_root.xr1._y + 20))) {
trace("hit");
hit = true;
this.gotoAndPlay(2);
}
}
Instance of Symbol 647 MovieClip in Symbol 807 MovieClip Frame 1
onClipEvent (load) {
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.xr1) && (hit == false)) && (this._y > (_root.xr1._y + 20))) {
trace("hit");
hit = true;
this.gotoAndPlay(2);
}
}
Instance of Symbol 647 MovieClip in Symbol 807 MovieClip Frame 1
onClipEvent (load) {
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.xr1) && (hit == false)) && (this._y > (_root.xr1._y + 20))) {
trace("hit");
hit = true;
this.gotoAndPlay(2);
}
}
Instance of Symbol 603 MovieClip in Symbol 807 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.top.hitTest(_root.rw1)) {
trace("pad");
this.gotoAndPlay(2);
_root.lout = 2;
}
if (this.top.hitTest(_root.rw2)) {
this.gotoAndPlay(2);
_root.lout = 3;
}
}
Instance of Symbol 612 MovieClip in Symbol 807 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((this.hitTest(_root.xr1) && (_root.hummer_on)) && (Math.abs(_root.xr1._y - this._y) <= 120)) {
_root.xr1.bbw.gotoAndStop(3);
this.gotoAndStop(2);
_root.hummer_on = false;
var i = Math.random();
animacija = _root.attachMovie("oblacic", "oblacic" + i, _root.getNextHighestDepth(), {_x:this._x, _y:this._y});
animacija._xscale = 10;
animacija._yscale = 10;
animacija.onEnterFrame = function () {
var _local2 = new Color("animacija");
_local2.setRGB(16777215);
this._xscale = 10;
this._yscale = 10;
if (this._currentframe >= 17) {
this.removeMovieClip();
}
};
}
}
Instance of Symbol 647 MovieClip in Symbol 807 MovieClip Frame 1
onClipEvent (load) {
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.xr1) && (hit == false)) && (this._y > (_root.xr1._y + 20))) {
trace("hit");
hit = true;
this.gotoAndPlay(2);
}
}
Instance of Symbol 807 MovieClip "mm" in Symbol 808 MovieClip Frame 1
onClipEvent (enterFrame) {
for (var cBullet in _root.bulletHolder) {
if (this.hitTest(_root.bulletHolder[cBullet]._x, _root.bulletHolder[cBullet]._y, true)) {
var explosion_sound = new Sound();
explosion_sound.attachSound("explosion");
explosion_sound.start(0, 1);
var i = Math.random();
animacija = _root.attachMovie("oblacic", "oblacic" + i, _root.getNextHighestDepth(), {_x:_root.bulletHolder[cBullet]._x, _y:_root.bulletHolder[cBullet]._y});
animacija._xscale = 10;
animacija._yscale = 10;
animacija.onEnterFrame = function () {
this._xscale = 10;
this._yscale = 10;
if (this._currentframe >= 17) {
this.removeMovieClip();
}
};
if (_root.xr1._xscale >= 0) {
_root.rw1._x = _root.bulletHolder[cBullet]._x - 40;
_root.rw1._y = _root.bulletHolder[cBullet]._y;
}
if (_root.xr1._xscale < 0) {
_root.rw1._x = _root.bulletHolder[cBullet]._x + 40;
_root.rw1._y = _root.bulletHolder[cBullet]._y;
}
_root.bulletHolder[cBullet].removeMovieClip();
_root.xr1._visible = true;
trace("ptica");
}
}
}
Instance of Symbol 655 MovieClip in Symbol 808 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.xr1)) {
this.gotoAndStop(40);
_root.xr1.bbw.gotoAndStop(2);
_root.hummer_on = true;
var i = Math.random();
animacija = _root.attachMovie("oblacic", "oblacic" + i, _root.getNextHighestDepth(), {_x:this._x, _y:this._y});
animacija._xscale = 10;
animacija._yscale = 10;
animacija.onEnterFrame = function () {
var _local2 = new Color("animacija");
_local2.setRGB(16777215);
this._xscale = 10;
this._yscale = 10;
if (this._currentframe >= 17) {
this.removeMovieClip();
}
};
}
}
Symbol 812 MovieClip Frame 1
stop();
Instance of Symbol 647 MovieClip in Symbol 812 MovieClip Frame 1
onClipEvent (load) {
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.xr1) && (hit == false)) && (this._y > (_root.xr1._y + 20))) {
_root.rock = true;
trace("hit");
hit = true;
this.gotoAndPlay(2);
}
}
Instance of Symbol 603 MovieClip in Symbol 812 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.top.hitTest(_root.rw1)) {
trace("pad");
this.gotoAndPlay(2);
_root.lout = 2;
}
if (this.top.hitTest(_root.rw2)) {
this.gotoAndPlay(2);
_root.lout = 3;
}
}
Instance of Symbol 612 MovieClip in Symbol 812 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((this.hitTest(_root.xr1) && (_root.hummer_on)) && (Math.abs(_root.xr1._y - this._y) <= 120)) {
_root.xr1.bbw.gotoAndStop(3);
this.gotoAndStop(2);
_root.hummer_on = false;
var i = Math.random();
animacija = _root.attachMovie("oblacic", "oblacic" + i, _root.getNextHighestDepth(), {_x:this._x, _y:this._y});
animacija._xscale = 10;
animacija._yscale = 10;
animacija.onEnterFrame = function () {
var _local2 = new Color("animacija");
_local2.setRGB(16777215);
this._xscale = 10;
this._yscale = 10;
if (this._currentframe >= 17) {
this.removeMovieClip();
}
};
}
}
Symbol 814 MovieClip Frame 1
stop();
Instance of Symbol 707 MovieClip in Symbol 821 MovieClip Frame 1
onClipEvent (load) {
sjc = 0;
dqx = this._y;
xzx = this._y;
}
onClipEvent (enterFrame) {
if (_root.anniux2 == 0) {
mb = 150;
} else {
mb = 220;
}
if ((_root.anniux2 == 0) && (this._y > mb)) {
this._y = this._y - 2;
}
if ((_root.anniux2 == 1) && (this._y < mb)) {
this._y = this._y + 2;
}
sjc++;
if (sjc < 3) {
dqx = this._y;
} else {
xzx = this._y;
}
if ((dqx - xzx) > 2) {
_root.sy.gotoAndStop(3);
}
if (sjc > 5) {
sjc = 0;
}
}
Instance of Symbol 812 MovieClip "mm" in Symbol 821 MovieClip Frame 1
onClipEvent (enterFrame) {
for (var cBullet in _root.bulletHolder) {
if (this.hitTest(_root.bulletHolder[cBullet]._x, _root.bulletHolder[cBullet]._y, true)) {
var explosion_sound = new Sound();
explosion_sound.attachSound("explosion");
explosion_sound.start(0, 1);
var i = Math.random();
animacija = _root.attachMovie("oblacic", "oblacic" + i, _root.getNextHighestDepth(), {_x:_root.bulletHolder[cBullet]._x, _y:_root.bulletHolder[cBullet]._y});
animacija._xscale = 10;
animacija._yscale = 10;
animacija.onEnterFrame = function () {
this._xscale = 10;
this._yscale = 10;
if (this._currentframe >= 17) {
this.removeMovieClip();
}
};
if (_root.xr1._xscale >= 0) {
_root.rw1._x = _root.bulletHolder[cBullet]._x - 50;
_root.rw1._y = _root.bulletHolder[cBullet]._y;
}
if (_root.xr1._xscale < 0) {
_root.rw1._x = _root.bulletHolder[cBullet]._x + 50;
_root.rw1._y = _root.bulletHolder[cBullet]._y;
}
_root.bulletHolder[cBullet].removeMovieClip();
_root.xr1._visible = true;
trace("ptica");
}
}
}
Instance of Symbol 814 MovieClip "box2" in Symbol 821 MovieClip Frame 1
onClipEvent (load) {
gravity = 1;
yspeed = 0;
xspeed = 4;
jumping = 0;
anx = 0;
sjc = 0;
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
_root.kutija = true;
if (Math.abs(this._y - _root.renw._y) < 16) {
sjc++;
if (sjc < 3) {
dqx = this._x;
} else {
xzx = this._x;
}
if (dqx != xzx) {
_root.sy.gotoAndStop(2);
}
if (sjc > 5) {
sjc = 0;
}
if (this._x > _root.renw._x) {
this._x = this._x + _root.renw.xspeed;
} else {
this._x = this._x - _root.renw.xspeed;
}
}
}
i++;
}
if ((!_root.map.mm.hitTest(_x - (_width / 2), _y + (_height / 4), true)) && (!_root.map.mm.hitTest(_x - (_width / 2), _y - (_height / 4), true))) {
_x = (_x - xspeed);
}
if ((!_root.map.mm.hitTest(_x + (_width / 2), _y + (_height / 4), true)) && (!_root.map.mm.hitTest(_x + (_width / 2), _y - (_height / 4), true))) {
_x = (_x + xspeed);
}
yspeed = yspeed + gravity;
while (_root.map.mm.hitTest(_x, _y + (_height / 2), true)) {
_y = (_y-1);
_y = (_y-1);
yspeed = 0;
jumping = 0;
}
if ((!_root.map.mm.hitTest(_x, (_y + (_height / 2)) + 1, true)) || (yspeed < 0)) {
_y = (_y + yspeed);
} else {
yspeed = 0;
jumping = 0;
}
}
Instance of Symbol 816 MovieClip in Symbol 821 MovieClip Frame 1
onClipEvent (load) {
ysx = this._x;
}
onClipEvent (enterFrame) {
this._x = this._x + sd;
if (_xscale == 100) {
sd = -1;
}
if (_xscale == -100) {
sd = 1;
}
if (this._x < (ysx - 45)) {
_xscale = -100;
}
if (this._x > (ysx + 45)) {
_xscale = 100;
}
if (this.hitTest(_root.xr1) && (_root.xr1._y < this._y)) {
_root.rw1._x = _root.rw1._x + sd;
}
if (this.hitTest(_root.xr2)) {
_root.rw2._x = _root.rw2._x + sd;
}
}
Instance of Symbol 816 MovieClip in Symbol 821 MovieClip Frame 1
onClipEvent (load) {
ysx = this._y;
}
onClipEvent (enterFrame) {
this._y = this._y + sd;
if (_xscale == 100) {
sd = -1;
}
if (_xscale == -100) {
sd = 1;
}
if (this._y < (ysx - 45)) {
_xscale = -100;
}
if (this._y > (ysx + 45)) {
_xscale = 100;
}
if (this.hitTest(_root.xr1)) {
_root.rw1._y = _root.rw1._y + sd;
}
if (this.hitTest(_root.xr2)) {
_root.rw2._x = _root.rw2._x + sd;
}
}
Instance of Symbol 655 MovieClip in Symbol 821 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.xr1)) {
_root.hummer_ins.unloadMovie();
this.gotoAndStop(40);
_root.xr1.bbw.gotoAndStop(2);
_root.hummer_on = true;
var i = Math.random();
animacija = _root.attachMovie("oblacic", "oblacic" + i, _root.getNextHighestDepth(), {_x:this._x, _y:this._y});
animacija._xscale = 10;
animacija._yscale = 10;
animacija.onEnterFrame = function () {
var _local2 = new Color("animacija");
_local2.setRGB(16777215);
this._xscale = 10;
this._yscale = 10;
if (this._currentframe >= 17) {
this.removeMovieClip();
}
};
}
}
Instance of Symbol 814 MovieClip "box3" in Symbol 821 MovieClip Frame 1
onClipEvent (load) {
gravity = 1;
yspeed = 0;
xspeed = 4;
jumping = 0;
anx = 0;
sjc = 0;
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
_root.kutija = true;
if (Math.abs(this._y - _root.renw._y) < 16) {
sjc++;
if (sjc < 3) {
dqx = this._x;
} else {
xzx = this._x;
}
if (dqx != xzx) {
_root.sy.gotoAndStop(2);
}
if (sjc > 5) {
sjc = 0;
}
if (this._x > _root.renw._x) {
this._x = this._x + _root.renw.xspeed;
} else {
this._x = this._x - _root.renw.xspeed;
}
}
}
i++;
}
if ((!_root.map.mm.hitTest(_x - (_width / 2), _y + (_height / 4), true)) && (!_root.map.mm.hitTest(_x - (_width / 2), _y - (_height / 4), true))) {
_x = (_x - xspeed);
}
if ((!_root.map.mm.hitTest(_x + (_width / 2), _y + (_height / 4), true)) && (!_root.map.mm.hitTest(_x + (_width / 2), _y - (_height / 4), true))) {
_x = (_x + xspeed);
}
yspeed = yspeed + gravity;
while (_root.map.mm.hitTest(_x, _y + (_height / 2), true)) {
_y = (_y-1);
_y = (_y-1);
yspeed = 0;
jumping = 0;
}
if ((!_root.map.mm.hitTest(_x, (_y + (_height / 2)) + 1, true)) || (yspeed < 0)) {
_y = (_y + yspeed);
} else {
yspeed = 0;
jumping = 0;
}
}
Symbol 856 MovieClip Frame 1
stop();
Symbol 864 MovieClip Frame 1
stop();
Instance of Symbol 863 MovieClip in Symbol 864 MovieClip Frame 1
onClipEvent (enterFrame) {
if (((Math.abs(this._x - _root.xr1._x) < 30) && ((this._y - _root.xr1._y) < 60)) && (this._y > _root.xr1._y)) {
xr1s = 1;
} else {
xr1s = 0;
}
if (((Math.abs(this._x - _root.xr2._x) < 30) && ((this._y - _root.xr2._y) < 60)) && (this._y > _root.xr2._y)) {
xr2s = 1;
} else {
xr2s = 0;
}
if (((Math.abs(this._x - _root.map.xiangz._x) < 30) && ((this._y - _root.map.xiangz._y) < 25)) && (this._y > _root.map.xiangz._y)) {
xzs = 1;
} else {
xzs = 0;
}
if (((xr1s == 1) || (xr2s == 1)) || (xzs == 1)) {
_root.zuozl = 1;
}
if ((xr1s == 1) && (xr2s == 1)) {
_root.zuozl = 2;
}
if ((xr1s == 1) && (xzs == 1)) {
_root.zuozl = 2;
}
if ((xr2s == 1) && (xzs == 1)) {
_root.zuozl = 2;
}
if (((xr1s == 1) && (xr2s == 1)) && (xzs == 1)) {
_root.zuozl = 3;
}
if (((xr1s == 0) && (xr2s == 0)) && (xzs == 0)) {
_root.zuozl = 0;
}
}
Instance of Symbol 863 MovieClip in Symbol 864 MovieClip Frame 1
onClipEvent (load) {
sjc = 0;
dqx = this._y;
xzx = this._y;
}
onClipEvent (enterFrame) {
if (((Math.abs(this._x - _root.xr1._x) < 30) && ((this._y - _root.xr1._y) < 60)) && (this._y > _root.xr1._y)) {
xr1s = 1;
} else {
xr1s = 0;
}
if (((Math.abs(this._x - _root.xr2._x) < 30) && ((this._y - _root.xr2._y) < 60)) && (this._y > _root.xr2._y)) {
xr2s = 1;
} else {
xr2s = 0;
}
if (((Math.abs(this._x - _root.map.xiangz._x) < 30) && ((this._y - _root.map.xiangz._y) < 25)) && (this._y > _root.map.xiangz._y)) {
xzs = 1;
} else {
xzs = 0;
}
if (((xr1s == 1) || (xr2s == 1)) || (xzs == 1)) {
_root.youzl = 1;
}
if ((xr1s == 1) && (xr2s == 1)) {
_root.youzl = 2;
}
if ((xr1s == 1) && (xzs == 1)) {
_root.youzl = 2;
}
if ((xr2s == 1) && (xzs == 1)) {
_root.youzl = 2;
}
if (((xr1s == 1) && (xr2s == 1)) && (xzs == 1)) {
_root.youzl = 3;
}
if (((xr1s == 0) && (xr2s == 0)) && (xzs == 0)) {
_root.youzl = 0;
}
if (_root.zuozl == _root.youzl) {
_parent.stop();
}
if (_root.zuozl < _root.youzl) {
_parent.nextFrame();
}
if (_root.zuozl > _root.youzl) {
_parent.prevFrame();
}
dqz = _parent._currentframe;
_root.tianp.gotoAndStop(dqz);
sjc++;
if (sjc < 3) {
dqx = this._y;
} else {
xzx = this._y;
}
if ((dqx - xzx) > 2) {
_root.sy.gotoAndStop(5);
}
if (sjc > 5) {
sjc = 0;
}
}
Symbol 864 MovieClip Frame 90
stop();
Instance of Symbol 863 MovieClip in Symbol 864 MovieClip Frame 90
onClipEvent (enterFrame) {
if (((Math.abs(this._x - _root.xr1._x) < 30) && ((this._y - _root.xr1._y) < 60)) && (this._y > _root.xr1._y)) {
xr1s = 1;
} else {
xr1s = 0;
}
if (((Math.abs(this._x - _root.xr2._x) < 30) && ((this._y - _root.xr2._y) < 60)) && (this._y > _root.xr2._y)) {
xr2s = 1;
} else {
xr2s = 0;
}
if (((Math.abs(this._x - _root.map.xiangz._x) < 30) && ((this._y - _root.map.xiangz._y) < 25)) && (this._y > _root.map.xiangz._y)) {
xzs = 1;
} else {
xzs = 0;
}
if (((xr1s == 1) || (xr2s == 1)) || (xzs == 1)) {
_root.youzl = 1;
}
if ((xr1s == 1) && (xr2s == 1)) {
_root.youzl = 2;
}
if ((xr1s == 1) && (xzs == 1)) {
_root.youzl = 2;
}
if ((xr2s == 1) && (xzs == 1)) {
_root.youzl = 2;
}
if (((xr1s == 1) && (xr2s == 1)) && (xzs == 1)) {
_root.youzl = 3;
}
if (((xr1s == 0) && (xr2s == 0)) && (xzs == 0)) {
_root.youzl = 0;
}
if (_root.zuozl == _root.youzl) {
_parent.stop();
}
if (_root.zuozl < _root.youzl) {
_parent.nextFrame();
}
if (_root.zuozl > _root.youzl) {
_parent.prevFrame();
}
dqz = _parent._currentframe;
_root.tianp.gotoAndStop(dqz);
}
Symbol 865 MovieClip Frame 1
stop();
Instance of Symbol 707 MovieClip in Symbol 867 MovieClip Frame 1
onClipEvent (load) {
sjc = 0;
dqx = this._x;
xzx = this._x;
}
onClipEvent (enterFrame) {
if (_root.anniux == 0) {
mb = 378;
} else {
mb = 316;
}
if ((_root.anniux == 1) && (this._x > mb)) {
this._x = this._x - 2;
}
if ((_root.anniux == 0) && (this._x < mb)) {
this._x = this._x + 2;
}
sjc++;
if (sjc < 3) {
dqx = this._x;
} else {
xzx = this._x;
}
if ((dqx - xzx) > 2) {
_root.sy.gotoAndStop(3);
}
if (sjc > 5) {
sjc = 0;
}
}
Instance of Symbol 707 MovieClip in Symbol 867 MovieClip Frame 1
onClipEvent (load) {
sjc = 0;
dqx = this._y;
xzx = this._y;
}
onClipEvent (enterFrame) {
if (_root.anniux2 == 0) {
mb = 250;
} else {
mb = 310;
}
if ((_root.anniux2 == 0) && (this._y > mb)) {
this._y = this._y - 2;
}
if ((_root.anniux2 == 1) && (this._y < mb)) {
this._y = this._y + 2;
}
sjc++;
if (sjc < 3) {
dqx = this._y;
} else {
xzx = this._y;
}
if ((dqx - xzx) > 2) {
_root.sy.gotoAndStop(3);
}
if (sjc > 5) {
sjc = 0;
}
}
Instance of Symbol 707 MovieClip in Symbol 867 MovieClip Frame 1
onClipEvent (load) {
sjc = 0;
dqx = this._y;
xzx = this._y;
}
onClipEvent (enterFrame) {
if (_root.anniux1 == 0) {
mb = 130;
} else {
mb = 190;
}
if ((_root.anniux1 == 0) && (this._y > mb)) {
this._y = this._y - 2;
}
if ((_root.anniux1 == 1) && (this._y < mb)) {
this._y = this._y + 2;
}
sjc++;
if (sjc < 3) {
dqx = this._y;
} else {
xzx = this._y;
}
if ((dqx - xzx) > 2) {
_root.sy.gotoAndStop(3);
}
if (sjc > 5) {
sjc = 0;
}
}
Instance of Symbol 651 MovieClip "xiangz" in Symbol 867 MovieClip Frame 1
onClipEvent (load) {
gravity = 1;
yspeed = 0;
xspeed = 4;
jumping = 0;
anx = 0;
sjc = 0;
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
if (Math.abs(this._y - _root.renw._y) < 16) {
sjc++;
if (sjc < 3) {
dqx = this._x;
} else {
xzx = this._x;
}
if (dqx != xzx) {
_root.sy.gotoAndStop(2);
}
if (sjc > 5) {
sjc = 0;
}
if (this._x > _root.renw._x) {
this._x = this._x + _root.renw.xspeed;
} else {
this._x = this._x - _root.renw.xspeed;
}
}
}
i++;
}
if ((!_root.map.mm.hitTest(_x - (_width / 2), _y + (_height / 4), true)) && (!_root.map.mm.hitTest(_x - (_width / 2), _y - (_height / 4), true))) {
_x = (_x - xspeed);
}
if ((!_root.map.mm.hitTest(_x + (_width / 2), _y + (_height / 4), true)) && (!_root.map.mm.hitTest(_x + (_width / 2), _y - (_height / 4), true))) {
_x = (_x + xspeed);
}
yspeed = yspeed + gravity;
while (_root.map.mm.hitTest(_x, _y + (_height / 2), true)) {
_y = (_y-1);
_y = (_y-1);
yspeed = 0;
jumping = 0;
}
if ((!_root.map.mm.hitTest(_x, (_y + (_height / 2)) + 1, true)) || (yspeed < 0)) {
_y = (_y + yspeed);
} else {
yspeed = 0;
jumping = 0;
}
}
Instance of Symbol 651 MovieClip "xiangz1" in Symbol 867 MovieClip Frame 1
onClipEvent (load) {
gravity = 1;
yspeed = 0;
xspeed = 4;
jumping = 0;
anx = 0;
sjc = 0;
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
if (Math.abs(this._y - _root.renw._y) < 16) {
sjc++;
if (sjc < 3) {
dqx = this._x;
} else {
xzx = this._x;
}
if (dqx != xzx) {
_root.sy.gotoAndStop(2);
}
if (sjc > 5) {
sjc = 0;
}
if (this._x > _root.renw._x) {
this._x = this._x + _root.renw.xspeed;
} else {
this._x = this._x - _root.renw.xspeed;
}
}
}
i++;
}
if ((!_root.map.mm.hitTest(_x - (_width / 2), _y + (_height / 4), true)) && (!_root.map.mm.hitTest(_x - (_width / 2), _y - (_height / 4), true))) {
_x = (_x - xspeed);
}
if ((!_root.map.mm.hitTest(_x + (_width / 2), _y + (_height / 4), true)) && (!_root.map.mm.hitTest(_x + (_width / 2), _y - (_height / 4), true))) {
_x = (_x + xspeed);
}
yspeed = yspeed + gravity;
while (_root.map.mm.hitTest(_x, _y + (_height / 2), true)) {
_y = (_y-1);
_y = (_y-1);
yspeed = 0;
jumping = 0;
}
if ((!_root.map.mm.hitTest(_x, (_y + (_height / 2)) + 1, true)) || (yspeed < 0)) {
_y = (_y + yspeed);
} else {
yspeed = 0;
jumping = 0;
}
}
Symbol 884 MovieClip Frame 1
stop();
Symbol 888 MovieClip Frame 1
stop();
Symbol 890 MovieClip Frame 1
stop();
Symbol 894 MovieClip Frame 1
stop();
Symbol 894 MovieClip Frame 90
stop();
Symbol 896 MovieClip Frame 1
stop();
Instance of Symbol 647 MovieClip in Symbol 896 MovieClip Frame 1
onClipEvent (load) {
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.xr1) && (hit == false)) && (this._y > (_root.xr1._y + 20))) {
trace("hit");
hit = true;
this.gotoAndPlay(2);
}
}
Instance of Symbol 647 MovieClip in Symbol 896 MovieClip Frame 1
onClipEvent (load) {
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.xr1) && (hit == false)) && (this._y > (_root.xr1._y + 20))) {
trace("hit");
hit = true;
this.gotoAndPlay(2);
}
}
Instance of Symbol 603 MovieClip in Symbol 896 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.top.hitTest(_root.rw1)) {
trace("pad");
this.gotoAndPlay(2);
_root.lout = 2;
}
if (this.top.hitTest(_root.rw2)) {
this.gotoAndPlay(2);
_root.lout = 3;
}
}
Instance of Symbol 612 MovieClip in Symbol 896 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((this.hitTest(_root.xr1) && (_root.hummer_on)) && (Math.abs(_root.xr1._y - this._y) <= 60)) {
_root.xr1.bbw.gotoAndStop(3);
this.gotoAndStop(2);
_root.hummer_on = false;
var i = Math.random();
animacija = _root.attachMovie("oblacic", "oblacic" + i, _root.getNextHighestDepth(), {_x:this._x, _y:this._y});
animacija._xscale = 10;
animacija._yscale = 10;
animacija.onEnterFrame = function () {
var _local2 = new Color("animacija");
_local2.setRGB(16777215);
this._xscale = 10;
this._yscale = 10;
if (this._currentframe >= 17) {
this.removeMovieClip();
}
};
}
}
Symbol 902 MovieClip Frame 31
gotoAndPlay (1);
Symbol 903 MovieClip Frame 1
stop();
Instance of Symbol 896 MovieClip "mm" in Symbol 904 MovieClip Frame 1
onClipEvent (enterFrame) {
for (var cBullet in _root.bulletHolder) {
if (this.hitTest(_root.bulletHolder[cBullet]._x, _root.bulletHolder[cBullet]._y, true)) {
var explosion_sound = new Sound();
explosion_sound.attachSound("explosion");
explosion_sound.start(0, 1);
var i = Math.random();
animacija = _root.attachMovie("oblacic", "oblacic" + i, _root.getNextHighestDepth(), {_x:_root.bulletHolder[cBullet]._x, _y:_root.bulletHolder[cBullet]._y});
animacija._xscale = 10;
animacija._yscale = 10;
animacija.onEnterFrame = function () {
this._xscale = 10;
this._yscale = 10;
if (this._currentframe >= 17) {
this.removeMovieClip();
}
};
if (_root.xr1._xscale >= 0) {
_root.rw1._x = _root.bulletHolder[cBullet]._x - 40;
_root.rw1._y = _root.bulletHolder[cBullet]._y;
}
if (_root.xr1._xscale < 0) {
_root.rw1._x = _root.bulletHolder[cBullet]._x + 40;
_root.rw1._y = _root.bulletHolder[cBullet]._y;
}
_root.bulletHolder[cBullet].removeMovieClip();
_root.xr1._visible = true;
trace("ptica");
}
}
}
Instance of Symbol 655 MovieClip in Symbol 904 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.xr1)) {
this.gotoAndStop(40);
_root.xr1.bbw.gotoAndStop(2);
_root.hummer_on = true;
var i = Math.random();
animacija = _root.attachMovie("oblacic", "oblacic" + i, _root.getNextHighestDepth(), {_x:this._x, _y:this._y});
animacija._xscale = 10;
animacija._yscale = 10;
animacija.onEnterFrame = function () {
var _local2 = new Color("animacija");
_local2.setRGB(16777215);
this._xscale = 10;
this._yscale = 10;
if (this._currentframe >= 17) {
this.removeMovieClip();
}
};
}
}
Instance of Symbol 903 MovieClip in Symbol 904 MovieClip Frame 1
onClipEvent (load) {
sd = 2;
ysx = this._x + _root.map._x;
_xscale = 50;
}
onClipEvent (enterFrame) {
for (var cBullet in _root.bulletHolder) {
if ((((this._y <= (_root.bulletHolder[cBullet]._y + 7)) && (this._y >= (_root.bulletHolder[cBullet]._y - 7))) && (this._x <= (_root.bulletHolder[cBullet]._x + 7))) && (this._x >= (_root.bulletHolder[cBullet]._x - 7))) {
var die_snd = new Sound();
die_snd.attachSound("die_sound");
die_snd.start(0, 1);
this.onEnterFrame = function () {
this._alpha = this._alpha - 10;
if (this._alpha <= 0) {
this.swapDepths(0);
this.removeMovieClip();
}
};
_root.bulletHolder[cBullet].removeMovieClip();
trace("ptica");
}
}
if (_xscale == 50) {
this._x = this._x + sd;
}
if (_xscale == -50) {
this._x = this._x - sd;
}
if (this._x < (ysx - 25)) {
_xscale = 50;
}
if (this._x > (ysx + 25)) {
_xscale = -50;
}
xx = this._x + _root.map._x;
if (this.hitTest(_root.rw1)) {
_root.sansa.play();
trace("ye");
}
if (this.quy.hitTest(_root.rw2)) {
_root.sansb.play();
trace("yeaa");
}
}
Symbol 944 MovieClip Frame 12
gotoAndPlay (1);
Symbol 944 MovieClip Frame 13
stop();
Symbol 947 MovieClip Frame 1
stop();
Instance of Symbol 647 MovieClip in Symbol 947 MovieClip Frame 1
onClipEvent (load) {
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.xr1) && (hit == false)) && (this._y > (_root.xr1._y + 20))) {
trace("hit");
hit = true;
this.gotoAndPlay(2);
}
}
Instance of Symbol 612 MovieClip in Symbol 947 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((this.hitTest(_root.xr1) && (_root.hummer_on)) && (Math.abs(_root.xr1._y - this._y) <= 60)) {
_root.xr1.bbw.gotoAndStop(3);
this.gotoAndStop(2);
_root.hummer_on = false;
var i = Math.random();
animacija = _root.attachMovie("oblacic", "oblacic" + i, _root.getNextHighestDepth(), {_x:this._x, _y:this._y});
animacija._xscale = 10;
animacija._yscale = 10;
animacija.onEnterFrame = function () {
var _local2 = new Color("animacija");
_local2.setRGB(16777215);
this._xscale = 10;
this._yscale = 10;
if (this._currentframe >= 17) {
this.removeMovieClip();
}
};
}
}
Instance of Symbol 647 MovieClip in Symbol 947 MovieClip Frame 1
onClipEvent (load) {
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.xr1) && (hit == false)) && (this._y > (_root.xr1._y + 20))) {
trace("hit");
hit = true;
this.gotoAndPlay(2);
}
}
Instance of Symbol 947 MovieClip "mm" in Symbol 948 MovieClip Frame 1
onClipEvent (enterFrame) {
for (var cBullet in _root.bulletHolder) {
if (this.hitTest(_root.bulletHolder[cBullet]._x, _root.bulletHolder[cBullet]._y, true)) {
var explosion_sound = new Sound();
explosion_sound.attachSound("explosion");
explosion_sound.start(0, 1);
var i = Math.random();
animacija = _root.attachMovie("oblacic", "oblacic" + i, _root.getNextHighestDepth(), {_x:_root.bulletHolder[cBullet]._x, _y:_root.bulletHolder[cBullet]._y});
animacija._xscale = 10;
animacija._yscale = 10;
animacija.onEnterFrame = function () {
this._xscale = 10;
this._yscale = 10;
if (this._currentframe >= 17) {
this.removeMovieClip();
}
};
if (_root.xr1._xscale >= 0) {
_root.rw1._x = _root.bulletHolder[cBullet]._x - 40;
_root.rw1._y = _root.bulletHolder[cBullet]._y;
}
if (_root.xr1._xscale < 0) {
_root.rw1._x = _root.bulletHolder[cBullet]._x + 40;
_root.rw1._y = _root.bulletHolder[cBullet]._y;
}
_root.bulletHolder[cBullet].removeMovieClip();
_root.xr1._visible = true;
trace("ptica");
}
}
}
Instance of Symbol 816 MovieClip in Symbol 948 MovieClip Frame 1
onClipEvent (load) {
ysx = this._x;
}
onClipEvent (enterFrame) {
this._x = this._x + sd;
if (_xscale == 100) {
sd = -1;
}
if (_xscale == -100) {
sd = 1;
}
if (this._x < (ysx - 45)) {
_xscale = -100;
}
if (this._x > (ysx + 45)) {
_xscale = 100;
}
if (this.hitTest(_root.xr1)) {
_root.rw1._x = _root.rw1._x + sd;
}
if (this.hitTest(_root.xr2)) {
_root.rw2._x = _root.rw2._x + sd;
}
}
Instance of Symbol 816 MovieClip in Symbol 948 MovieClip Frame 1
onClipEvent (load) {
ysx = this._y;
}
onClipEvent (enterFrame) {
this._y = this._y + sd;
if (_xscale == 100) {
sd = -1;
}
if (_xscale == -100) {
sd = 1;
}
if (this._y < (ysx - 20)) {
_xscale = -100;
}
if (this._y > (ysx + 20)) {
_xscale = 100;
}
if (this.hitTest(_root.xr1) && (this._y > _root.xr1._y)) {
_root.rw1._y = _root.rw1._y + sd;
}
if (this.hitTest(_root.xr2)) {
_root.rw2._x = _root.rw2._x + sd;
}
}
Instance of Symbol 655 MovieClip in Symbol 948 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.xr1)) {
this.gotoAndStop(40);
_root.xr1.bbw.gotoAndStop(2);
_root.hummer_on = true;
var i = Math.random();
animacija = _root.attachMovie("oblacic", "oblacic" + i, _root.getNextHighestDepth(), {_x:this._x, _y:this._y});
animacija._xscale = 10;
animacija._yscale = 10;
animacija.onEnterFrame = function () {
var _local2 = new Color("animacija");
_local2.setRGB(16777215);
this._xscale = 10;
this._yscale = 10;
if (this._currentframe >= 17) {
this.removeMovieClip();
}
};
}
}
Instance of Symbol 816 MovieClip in Symbol 948 MovieClip Frame 1
onClipEvent (load) {
ysx = this._y;
}
onClipEvent (enterFrame) {
this._y = this._y + sd;
if (_xscale == 100) {
sd = -1;
}
if (_xscale == -100) {
sd = 1;
}
if (this._y < (ysx - 20)) {
_xscale = -100;
}
if (this._y > (ysx + 20)) {
_xscale = 100;
}
if (this.hitTest(_root.xr1)) {
_root.rw1._y = _root.rw1._y + sd;
}
if (this.hitTest(_root.xr2)) {
_root.rw2._x = _root.rw2._x + sd;
}
}
Symbol 960 MovieClip Frame 1
stop();
Instance of Symbol 647 MovieClip in Symbol 960 MovieClip Frame 1
onClipEvent (load) {
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.xr1) && (hit == false)) && (this._y > (_root.xr1._y + 20))) {
trace("hit");
hit = true;
this.gotoAndPlay(2);
}
}
Instance of Symbol 647 MovieClip in Symbol 960 MovieClip Frame 1
onClipEvent (load) {
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.xr1) && (hit == false)) && (this._y > (_root.xr1._y + 20))) {
trace("hit");
hit = true;
this.gotoAndPlay(2);
}
}
Instance of Symbol 603 MovieClip in Symbol 960 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.top.hitTest(_root.rw1)) {
trace("pad");
this.gotoAndPlay(2);
_root.lout = 2;
}
if (this.top.hitTest(_root.rw2)) {
this.gotoAndPlay(2);
_root.lout = 3;
}
}
Instance of Symbol 612 MovieClip in Symbol 960 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((this.hitTest(_root.xr1) && (_root.hummer_on)) && (Math.abs(_root.xr1._y - this._y) <= 60)) {
_root.xr1.bbw.gotoAndStop(3);
this.gotoAndStop(2);
_root.hummer_on = false;
var i = Math.random();
animacija = _root.attachMovie("oblacic", "oblacic" + i, _root.getNextHighestDepth(), {_x:this._x, _y:this._y});
animacija._xscale = 10;
animacija._yscale = 10;
animacija.onEnterFrame = function () {
var _local2 = new Color("animacija");
_local2.setRGB(16777215);
this._xscale = 10;
this._yscale = 10;
if (this._currentframe >= 17) {
this.removeMovieClip();
}
};
}
}
Instance of Symbol 960 MovieClip "mm" in Symbol 961 MovieClip Frame 1
onClipEvent (enterFrame) {
for (var cBullet in _root.bulletHolder) {
if (this.hitTest(_root.bulletHolder[cBullet]._x, _root.bulletHolder[cBullet]._y, true)) {
var explosion_sound = new Sound();
explosion_sound.attachSound("explosion");
explosion_sound.start(0, 1);
var i = Math.random();
animacija = _root.attachMovie("oblacic", "oblacic" + i, _root.getNextHighestDepth(), {_x:_root.bulletHolder[cBullet]._x, _y:_root.bulletHolder[cBullet]._y});
animacija._xscale = 10;
animacija._yscale = 10;
animacija.onEnterFrame = function () {
this._xscale = 10;
this._yscale = 10;
if (this._currentframe >= 17) {
this.removeMovieClip();
}
};
if (_root.xr1._xscale >= 0) {
_root.rw1._x = _root.bulletHolder[cBullet]._x - 40;
_root.rw1._y = _root.bulletHolder[cBullet]._y;
}
if (_root.xr1._xscale < 0) {
_root.rw1._x = _root.bulletHolder[cBullet]._x + 40;
_root.rw1._y = _root.bulletHolder[cBullet]._y;
}
_root.bulletHolder[cBullet].removeMovieClip();
_root.xr1._visible = true;
trace("ptica");
}
}
}
Instance of Symbol 655 MovieClip in Symbol 961 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.xr1)) {
this.gotoAndStop(40);
_root.xr1.bbw.gotoAndStop(2);
_root.hummer_on = true;
var i = Math.random();
animacija = _root.attachMovie("oblacic", "oblacic" + i, _root.getNextHighestDepth(), {_x:this._x, _y:this._y});
animacija._xscale = 10;
animacija._yscale = 10;
animacija.onEnterFrame = function () {
var _local2 = new Color("animacija");
_local2.setRGB(16777215);
this._xscale = 10;
this._yscale = 10;
if (this._currentframe >= 17) {
this.removeMovieClip();
}
};
}
}
Symbol 966 MovieClip Frame 1
stop();
Symbol 966 MovieClip Frame 90
stop();
Symbol 969 MovieClip Frame 1
stop();
Instance of Symbol 968 MovieClip in Symbol 969 MovieClip Frame 1
onClipEvent (enterFrame) {
if (((Math.abs(this._x - _root.xr1._x) < 30) && ((this._y - _root.xr1._y) < 30)) && (this._y > _root.xr1._y)) {
xr1s = 1;
} else {
xr1s = 0;
}
if (((Math.abs(this._x - _root.xr2._x) < 30) && ((this._y - _root.xr2._y) < 30)) && (this._y > _root.xr2._y)) {
xr2s = 1;
} else {
xr2s = 0;
}
if (((Math.abs(this._x - _root.map.xiangz1._x) < 30) && ((this._y - _root.map.xiangz1._y) < 25)) && (this._y > _root.map.xiangz1._y)) {
xzs = 1;
} else {
xzs = 0;
}
if (((xr1s == 1) || (xr2s == 1)) || (xzs == 1)) {
_root.zuozl = 1;
}
if ((xr1s == 1) && (xr2s == 1)) {
_root.zuozl = 2;
}
if ((xr1s == 1) && (xzs == 1)) {
_root.zuozl = 2;
}
if ((xr2s == 1) && (xzs == 1)) {
_root.zuozl = 2;
}
if (((xr1s == 1) && (xr2s == 1)) && (xzs == 1)) {
_root.zuozl = 3;
}
if (((xr1s == 0) && (xr2s == 0)) && (xzs == 0)) {
_root.zuozl = 0;
}
}
Instance of Symbol 968 MovieClip in Symbol 969 MovieClip Frame 1
onClipEvent (load) {
sjc = 0;
dqx = this._y;
xzx = this._y;
}
onClipEvent (enterFrame) {
if (((Math.abs(this._x - _root.xr1._x) < 30) && ((this._y - _root.xr1._y) < 30)) && (this._y > _root.xr1._y)) {
xr1s = 1;
} else {
xr1s = 0;
}
if (((Math.abs(this._x - _root.xr2._x) < 30) && ((this._y - _root.xr2._y) < 30)) && (this._y > _root.xr2._y)) {
xr2s = 1;
} else {
xr2s = 0;
}
if (((Math.abs(this._x - _root.map.xiangz._x) < 30) && ((this._y - _root.map.xiangz._y) < 25)) && (this._y > _root.map.xiangz._y)) {
xzs = 1;
} else {
xzs = 0;
}
if (((xr1s == 1) || (xr2s == 1)) || (xzs == 1)) {
_root.youzl = 1;
}
if ((xr1s == 1) && (xr2s == 1)) {
_root.youzl = 2;
}
if ((xr1s == 1) && (xzs == 1)) {
_root.youzl = 2;
}
if ((xr2s == 1) && (xzs == 1)) {
_root.youzl = 2;
}
if (((xr1s == 1) && (xr2s == 1)) && (xzs == 1)) {
_root.youzl = 3;
}
if (((xr1s == 0) && (xr2s == 0)) && (xzs == 0)) {
_root.youzl = 0;
}
if (_root.zuozl == _root.youzl) {
_parent.stop();
}
if (_root.zuozl < _root.youzl) {
_parent.nextFrame();
}
if (_root.zuozl > _root.youzl) {
_parent.prevFrame();
}
dqz = _parent._currentframe;
_root.tianp.gotoAndStop(dqz);
sjc++;
if (sjc < 3) {
dqx = this._y;
} else {
xzx = this._y;
}
if ((dqx - xzx) > 2) {
_root.sy.gotoAndStop(5);
}
if (sjc > 5) {
sjc = 0;
}
}
Symbol 969 MovieClip Frame 90
stop();
Instance of Symbol 968 MovieClip in Symbol 969 MovieClip Frame 90
onClipEvent (enterFrame) {
if (((Math.abs(this._x - _root.xr1._x) < 30) && ((this._y - _root.xr1._y) < 60)) && (this._y > _root.xr1._y)) {
xr1s = 1;
} else {
xr1s = 0;
}
if (((Math.abs(this._x - _root.xr2._x) < 30) && ((this._y - _root.xr2._y) < 60)) && (this._y > _root.xr2._y)) {
xr2s = 1;
} else {
xr2s = 0;
}
if (((Math.abs(this._x - _root.map.xiangz1._x) < 30) && ((this._y - _root.map.xiangz1._y) < 25)) && (this._y > _root.map.xiangz1._y)) {
xzs = 1;
} else {
xzs = 0;
}
if (((xr1s == 1) || (xr2s == 1)) || (xzs == 1)) {
_root.zuozl = 1;
}
if ((xr1s == 1) && (xr2s == 1)) {
_root.zuozl = 2;
}
if ((xr1s == 1) && (xzs == 1)) {
_root.zuozl = 2;
}
if ((xr2s == 1) && (xzs == 1)) {
_root.zuozl = 2;
}
if (((xr1s == 1) && (xr2s == 1)) && (xzs == 1)) {
_root.zuozl = 3;
}
if (((xr1s == 0) && (xr2s == 0)) && (xzs == 0)) {
_root.zuozl = 0;
}
}
Instance of Symbol 968 MovieClip in Symbol 969 MovieClip Frame 90
onClipEvent (load) {
sjc = 0;
dqx = this._y;
xzx = this._y;
}
onClipEvent (enterFrame) {
if (((Math.abs(this._x - _root.xr1._x) < 30) && ((this._y - _root.xr1._y) < 60)) && (this._y > _root.xr1._y)) {
xr1s = 1;
} else {
xr1s = 0;
}
if (((Math.abs(this._x - _root.xr2._x) < 30) && ((this._y - _root.xr2._y) < 60)) && (this._y > _root.xr2._y)) {
xr2s = 1;
} else {
xr2s = 0;
}
if (((Math.abs(this._x - _root.map.xiangz._x) < 30) && ((this._y - _root.map.xiangz._y) < 25)) && (this._y > _root.map.xiangz._y)) {
xzs = 1;
} else {
xzs = 0;
}
if (((xr1s == 1) || (xr2s == 1)) || (xzs == 1)) {
_root.youzl = 1;
}
if ((xr1s == 1) && (xr2s == 1)) {
_root.youzl = 2;
}
if ((xr1s == 1) && (xzs == 1)) {
_root.youzl = 2;
}
if ((xr2s == 1) && (xzs == 1)) {
_root.youzl = 2;
}
if (((xr1s == 1) && (xr2s == 1)) && (xzs == 1)) {
_root.youzl = 3;
}
if (((xr1s == 0) && (xr2s == 0)) && (xzs == 0)) {
_root.youzl = 0;
}
if (_root.zuozl == _root.youzl) {
_parent.stop();
}
if (_root.zuozl < _root.youzl) {
_parent.nextFrame();
}
if (_root.zuozl > _root.youzl) {
_parent.prevFrame();
}
dqz = _parent._currentframe;
_root.tianp.gotoAndStop(dqz);
sjc++;
if (sjc < 3) {
dqx = this._y;
} else {
xzx = this._y;
}
if ((dqx - xzx) > 2) {
_root.sy.gotoAndStop(5);
}
if (sjc > 5) {
sjc = 0;
}
}
Symbol 971 MovieClip Frame 1
stop();
Instance of Symbol 969 MovieClip "tianpt" in Symbol 971 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop(10);
}
Instance of Symbol 707 MovieClip in Symbol 976 MovieClip Frame 1
onClipEvent (load) {
sjc = 0;
dqx = this._x;
xzx = this._x;
}
onClipEvent (enterFrame) {
if (_root.anniux3 == 0) {
mb = 0;
} else {
mb = 60;
}
if ((_root.anniux3 == 0) && (this._x > mb)) {
this._x = this._x - 2;
}
if ((_root.anniux3 == 1) && (this._x < mb)) {
this._x = this._x + 2;
}
sjc++;
if (sjc < 3) {
dqx = this._x;
} else {
xzx = this._x;
}
if ((dqx - xzx) > 2) {
_root.sy.gotoAndStop(3);
}
if (sjc > 5) {
sjc = 0;
}
}
Instance of Symbol 707 MovieClip in Symbol 976 MovieClip Frame 1
onClipEvent (load) {
sjc = 0;
dqx = this._x;
xzx = this._x;
}
onClipEvent (enterFrame) {
if (_root.anniux6 == 0) {
mb = 640;
} else {
mb = 580;
}
if ((_root.anniux6 == 0) && (this._x < mb)) {
this._x = this._x + 2;
}
if ((_root.anniux6 == 1) && (this._x > mb)) {
this._x = this._x - 2;
}
sjc++;
if (sjc < 3) {
dqx = this._x;
} else {
xzx = this._x;
}
if ((dqx - xzx) > 2) {
_root.sy.gotoAndStop(3);
}
if (sjc > 5) {
sjc = 0;
}
}
Instance of Symbol 707 MovieClip in Symbol 976 MovieClip Frame 1
onClipEvent (load) {
sjc = 0;
dqx = this._x;
xzx = this._x;
}
onClipEvent (enterFrame) {
if (_root.anniux1 == 0) {
mb = 0;
} else {
mb = 60;
}
if ((_root.anniux1 == 0) && (this._x > mb)) {
this._x = this._x - 2;
}
if ((_root.anniux1 == 1) && (this._x < mb)) {
this._x = this._x + 2;
}
sjc++;
if (sjc < 3) {
dqx = this._x;
} else {
xzx = this._x;
}
if ((dqx - xzx) > 2) {
_root.sy.gotoAndStop(3);
}
if (sjc > 5) {
sjc = 0;
}
}
Instance of Symbol 707 MovieClip in Symbol 976 MovieClip Frame 1
onClipEvent (load) {
sjc = 0;
dqx = this._x;
xzx = this._x;
}
onClipEvent (enterFrame) {
if (_root.anniux2 == 0) {
mb = 0;
} else {
mb = 60;
}
if ((_root.anniux2 == 0) && (this._x > mb)) {
this._x = this._x - 2;
}
if ((_root.anniux2 == 1) && (this._x < mb)) {
this._x = this._x + 2;
}
sjc++;
if (sjc < 3) {
dqx = this._x;
} else {
xzx = this._x;
}
if ((dqx - xzx) > 2) {
_root.sy.gotoAndStop(3);
}
if (sjc > 5) {
sjc = 0;
}
}
Instance of Symbol 707 MovieClip in Symbol 976 MovieClip Frame 1
onClipEvent (load) {
sjc = 0;
dqx = this._x;
xzx = this._x;
}
onClipEvent (enterFrame) {
if (_root.anniux5 == 0) {
mb = 640;
} else {
mb = 580;
}
if ((_root.anniux5 == 0) && (this._x < mb)) {
this._x = this._x + 2;
}
if ((_root.anniux5 == 1) && (this._x > mb)) {
this._x = this._x - 2;
}
sjc++;
if (sjc < 3) {
dqx = this._x;
} else {
xzx = this._x;
}
if ((dqx - xzx) > 2) {
_root.sy.gotoAndStop(3);
}
if (sjc > 5) {
sjc = 0;
}
}
Instance of Symbol 707 MovieClip in Symbol 976 MovieClip Frame 1
onClipEvent (load) {
sjc = 0;
dqx = this._x;
xzx = this._x;
}
onClipEvent (enterFrame) {
if (_root.anniux4 == 0) {
mb = 640;
} else {
mb = 580;
}
if ((_root.anniux4 == 0) && (this._x < mb)) {
this._x = this._x + 2;
}
if ((_root.anniux4 == 1) && (this._x > mb)) {
this._x = this._x - 2;
}
sjc++;
if (sjc < 3) {
dqx = this._x;
} else {
xzx = this._x;
}
if ((dqx - xzx) > 2) {
_root.sy.gotoAndStop(3);
}
if (sjc > 5) {
sjc = 0;
}
}
Symbol 981 MovieClip Frame 1
stop();
Symbol 983 MovieClip Frame 1
stop();
Symbol 985 MovieClip Frame 1
stop();
Symbol 987 MovieClip Frame 1
stop();
Symbol 989 MovieClip Frame 1
stop();
Instance of Symbol 647 MovieClip in Symbol 989 MovieClip Frame 1
onClipEvent (load) {
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.xr1) && (hit == false)) && (this._y > (_root.xr1._y + 20))) {
trace("hit");
hit = true;
this.gotoAndPlay(2);
}
}
Instance of Symbol 647 MovieClip in Symbol 989 MovieClip Frame 1
onClipEvent (load) {
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.xr1) && (hit == false)) && (this._y > (_root.xr1._y + 20))) {
trace("hit");
hit = true;
this.gotoAndPlay(2);
}
}
Instance of Symbol 603 MovieClip in Symbol 989 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.top.hitTest(_root.rw1)) {
trace("pad");
this.gotoAndPlay(2);
_root.lout = 2;
}
if (this.top.hitTest(_root.rw2)) {
this.gotoAndPlay(2);
_root.lout = 3;
}
}
Instance of Symbol 612 MovieClip in Symbol 989 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((this.hitTest(_root.xr1) && (_root.hummer_on)) && (Math.abs(_root.xr1._y - this._y) <= 60)) {
_root.xr1.bbw.gotoAndStop(3);
this.gotoAndStop(2);
_root.hummer_on = false;
var i = Math.random();
animacija = _root.attachMovie("oblacic", "oblacic" + i, _root.getNextHighestDepth(), {_x:this._x, _y:this._y});
animacija._xscale = 10;
animacija._yscale = 10;
animacija.onEnterFrame = function () {
var _local2 = new Color("animacija");
_local2.setRGB(16777215);
this._xscale = 10;
this._yscale = 10;
if (this._currentframe >= 17) {
this.removeMovieClip();
}
};
}
}
Instance of Symbol 603 MovieClip in Symbol 989 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.top.hitTest(_root.rw1)) {
trace("pad");
this.gotoAndPlay(2);
_root.lout = 2;
}
if (this.top.hitTest(_root.rw2)) {
this.gotoAndPlay(2);
_root.lout = 3;
}
}
Instance of Symbol 989 MovieClip "mm" in Symbol 990 MovieClip Frame 1
onClipEvent (enterFrame) {
for (var cBullet in _root.bulletHolder) {
if (this.hitTest(_root.bulletHolder[cBullet]._x, _root.bulletHolder[cBullet]._y, true)) {
var explosion_sound = new Sound();
explosion_sound.attachSound("explosion");
explosion_sound.start(0, 1);
var i = Math.random();
animacija = _root.attachMovie("oblacic", "oblacic" + i, _root.getNextHighestDepth(), {_x:_root.bulletHolder[cBullet]._x, _y:_root.bulletHolder[cBullet]._y});
animacija._xscale = 10;
animacija._yscale = 10;
animacija.onEnterFrame = function () {
this._xscale = 10;
this._yscale = 10;
if (this._currentframe >= 17) {
this.removeMovieClip();
}
};
if (_root.xr1._xscale >= 0) {
_root.rw1._x = _root.bulletHolder[cBullet]._x - 40;
_root.rw1._y = _root.bulletHolder[cBullet]._y;
}
if (_root.xr1._xscale < 0) {
_root.rw1._x = _root.bulletHolder[cBullet]._x + 40;
_root.rw1._y = _root.bulletHolder[cBullet]._y;
}
_root.bulletHolder[cBullet].removeMovieClip();
_root.xr1._visible = true;
trace("ptica");
}
}
}
Instance of Symbol 655 MovieClip in Symbol 990 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.xr1)) {
this.gotoAndStop(40);
_root.xr1.bbw.gotoAndStop(2);
_root.hummer_on = true;
var i = Math.random();
animacija = _root.attachMovie("oblacic", "oblacic" + i, _root.getNextHighestDepth(), {_x:this._x, _y:this._y});
animacija._xscale = 10;
animacija._yscale = 10;
animacija.onEnterFrame = function () {
var _local2 = new Color("animacija");
_local2.setRGB(16777215);
this._xscale = 10;
this._yscale = 10;
if (this._currentframe >= 17) {
this.removeMovieClip();
}
};
}
}
Symbol 997 MovieClip Frame 1
stop();
Symbol 1026 MovieClip Frame 25
stop();
Symbol 1027 MovieClip Frame 1
stop();
Symbol 1027 MovieClip Frame 2
stop();
Symbol 1030 MovieClip Frame 1
stop();
Instance of Symbol 603 MovieClip in Symbol 1030 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.top.hitTest(_root.rw1)) {
trace("pad");
this.gotoAndPlay(2);
_root.lout = 2;
}
if (this.top.hitTest(_root.rw2)) {
this.gotoAndPlay(2);
_root.lout = 3;
}
}
Instance of Symbol 612 MovieClip in Symbol 1030 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((this.hitTest(_root.xr1) && (_root.hummer_on)) && (Math.abs(_root.xr1._y - this._y) <= 60)) {
_root.xr1.bbw.gotoAndStop(3);
this.gotoAndStop(2);
_root.hummer_on = false;
var i = Math.random();
animacija = _root.attachMovie("oblacic", "oblacic" + i, _root.getNextHighestDepth(), {_x:this._x, _y:this._y});
animacija._xscale = 10;
animacija._yscale = 10;
animacija.onEnterFrame = function () {
var _local2 = new Color("animacija");
_local2.setRGB(16777215);
this._xscale = 10;
this._yscale = 10;
if (this._currentframe >= 17) {
this.removeMovieClip();
}
};
}
}
Instance of Symbol 707 MovieClip in Symbol 1031 MovieClip Frame 1
onClipEvent (load) {
sjc = 0;
dqx = this._y;
xzx = this._y;
}
onClipEvent (enterFrame) {
if (_root.anniux == 0) {
mb = 100;
} else {
mb = 185;
}
if ((_root.anniux == 0) && (this._y > mb)) {
this._y = this._y - 2;
}
if ((_root.anniux == 1) && (this._y < mb)) {
this._y = this._y + 2;
}
sjc++;
if (sjc < 3) {
dqx = this._y;
} else {
xzx = this._y;
}
if ((dqx - xzx) > 2) {
_root.sy.gotoAndStop(3);
}
if (sjc > 5) {
sjc = 0;
}
}
Instance of Symbol 1030 MovieClip "mm" in Symbol 1031 MovieClip Frame 1
onClipEvent (enterFrame) {
for (var cBullet in _root.bulletHolder) {
if (this.hitTest(_root.bulletHolder[cBullet]._x, _root.bulletHolder[cBullet]._y, true)) {
var explosion_sound = new Sound();
explosion_sound.attachSound("explosion");
explosion_sound.start(0, 1);
var i = Math.random();
animacija = _root.attachMovie("oblacic", "oblacic" + i, _root.getNextHighestDepth(), {_x:_root.bulletHolder[cBullet]._x, _y:_root.bulletHolder[cBullet]._y});
animacija._xscale = 10;
animacija._yscale = 10;
animacija.onEnterFrame = function () {
this._xscale = 10;
this._yscale = 10;
if (this._currentframe >= 17) {
this.removeMovieClip();
}
};
if (_root.xr1._xscale >= 0) {
_root.rw1._x = _root.bulletHolder[cBullet]._x - 40;
_root.rw1._y = _root.bulletHolder[cBullet]._y;
}
if (_root.xr1._xscale < 0) {
_root.rw1._x = _root.bulletHolder[cBullet]._x + 40;
_root.rw1._y = _root.bulletHolder[cBullet]._y;
}
_root.bulletHolder[cBullet].removeMovieClip();
_root.xr1._visible = true;
trace("ptica");
}
}
}
Instance of Symbol 651 MovieClip "xiangz1" in Symbol 1031 MovieClip Frame 1
onClipEvent (load) {
gravity = 1;
yspeed = 0;
xspeed = 4;
jumping = 0;
anx = 0;
sjc = 0;
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
if (Math.abs(this._y - _root.renw._y) < 16) {
sjc++;
if (sjc < 3) {
dqx = this._x;
} else {
xzx = this._x;
}
if (dqx != xzx) {
_root.sy.gotoAndStop(2);
}
if (sjc > 5) {
sjc = 0;
}
if (this._x > _root.renw._x) {
this._x = this._x + _root.renw.xspeed;
} else {
this._x = this._x - _root.renw.xspeed;
}
}
}
i++;
}
if ((!_root.map.mm.hitTest(_x - (_width / 2), _y + (_height / 4), true)) && (!_root.map.mm.hitTest(_x - (_width / 2), _y - (_height / 4), true))) {
_x = (_x - xspeed);
}
if ((!_root.map.mm.hitTest(_x + (_width / 2), _y + (_height / 4), true)) && (!_root.map.mm.hitTest(_x + (_width / 2), _y - (_height / 4), true))) {
_x = (_x + xspeed);
}
yspeed = yspeed + gravity;
while (_root.map.mm.hitTest(_x, _y + (_height / 2), true)) {
_y = (_y-1);
_y = (_y-1);
yspeed = 0;
jumping = 0;
}
if ((!_root.map.mm.hitTest(_x, (_y + (_height / 2)) + 1, true)) || (yspeed < 0)) {
_y = (_y + yspeed);
} else {
yspeed = 0;
jumping = 0;
}
}
Instance of Symbol 651 MovieClip "xiangz2" in Symbol 1031 MovieClip Frame 1
onClipEvent (load) {
gravity = 1;
yspeed = 0;
xspeed = 4;
jumping = 0;
anx = 0;
sjc = 0;
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
if (Math.abs(this._y - _root.renw._y) < 16) {
sjc++;
if (sjc < 3) {
dqx = this._x;
} else {
xzx = this._x;
}
if (dqx != xzx) {
_root.sy.gotoAndStop(2);
}
if (sjc > 5) {
sjc = 0;
}
if (this._x > _root.renw._x) {
this._x = this._x + _root.renw.xspeed;
} else {
this._x = this._x - _root.renw.xspeed;
}
}
}
i++;
}
if ((!_root.map.mm.hitTest(_x - (_width / 2), _y + (_height / 4), true)) && (!_root.map.mm.hitTest(_x - (_width / 2), _y - (_height / 4), true))) {
_x = (_x - xspeed);
}
if ((!_root.map.mm.hitTest(_x + (_width / 2), _y + (_height / 4), true)) && (!_root.map.mm.hitTest(_x + (_width / 2), _y - (_height / 4), true))) {
_x = (_x + xspeed);
}
yspeed = yspeed + gravity;
while (_root.map.mm.hitTest(_x, _y + (_height / 2), true)) {
_y = (_y-1);
_y = (_y-1);
yspeed = 0;
jumping = 0;
}
if ((!_root.map.mm.hitTest(_x, (_y + (_height / 2)) + 1, true)) || (yspeed < 0)) {
_y = (_y + yspeed);
} else {
yspeed = 0;
jumping = 0;
}
}
Instance of Symbol 651 MovieClip "xiangz3" in Symbol 1031 MovieClip Frame 1
onClipEvent (load) {
gravity = 1;
yspeed = 0;
xspeed = 4;
jumping = 0;
anx = 0;
sjc = 0;
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
if (Math.abs(this._y - _root.renw._y) < 16) {
sjc++;
if (sjc < 3) {
dqx = this._x;
} else {
xzx = this._x;
}
if (dqx != xzx) {
_root.sy.gotoAndStop(2);
}
if (sjc > 5) {
sjc = 0;
}
if (this._x > _root.renw._x) {
this._x = this._x + _root.renw.xspeed;
} else {
this._x = this._x - _root.renw.xspeed;
}
}
}
i++;
}
if ((!_root.map.mm.hitTest(_x - (_width / 2), _y + (_height / 4), true)) && (!_root.map.mm.hitTest(_x - (_width / 2), _y - (_height / 4), true))) {
_x = (_x - xspeed);
}
if ((!_root.map.mm.hitTest(_x + (_width / 2), _y + (_height / 4), true)) && (!_root.map.mm.hitTest(_x + (_width / 2), _y - (_height / 4), true))) {
_x = (_x + xspeed);
}
yspeed = yspeed + gravity;
while (_root.map.mm.hitTest(_x, _y + (_height / 2), true)) {
_y = (_y-1);
_y = (_y-1);
yspeed = 0;
jumping = 0;
}
if ((!_root.map.mm.hitTest(_x, (_y + (_height / 2)) + 1, true)) || (yspeed < 0)) {
_y = (_y + yspeed);
} else {
yspeed = 0;
jumping = 0;
}
}
Instance of Symbol 655 MovieClip in Symbol 1031 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.xr1)) {
this.gotoAndStop(40);
_root.xr1.bbw.gotoAndStop(2);
_root.hummer_on = true;
var i = Math.random();
animacija = _root.attachMovie("oblacic", "oblacic" + i, _root.getNextHighestDepth(), {_x:this._x, _y:this._y});
animacija._xscale = 10;
animacija._yscale = 10;
animacija.onEnterFrame = function () {
var _local2 = new Color("animacija");
_local2.setRGB(16777215);
this._xscale = 10;
this._yscale = 10;
if (this._currentframe >= 17) {
this.removeMovieClip();
}
};
}
}
Instance of Symbol 816 MovieClip in Symbol 1031 MovieClip Frame 1
onClipEvent (load) {
ysx = this._x;
}
onClipEvent (enterFrame) {
this._x = this._x + sd;
if (_xscale == 100) {
sd = -1;
}
if (_xscale == -100) {
sd = 1;
}
if (this._x < (ysx - 45)) {
_xscale = -100;
}
if (this._x > (ysx + 45)) {
_xscale = 100;
}
if (this.hitTest(_root.xr1)) {
_root.rw1._x = _root.rw1._x + sd;
}
if (this.hitTest(_root.xr2)) {
_root.rw2._x = _root.rw2._x + sd;
}
}
Instance of Symbol 816 MovieClip in Symbol 1031 MovieClip Frame 1
onClipEvent (load) {
ysx = this._y;
}
onClipEvent (enterFrame) {
this._y = this._y + sd;
if (_xscale == 100) {
sd = -1;
}
if (_xscale == -100) {
sd = 1;
}
if (this._y < (ysx - 45)) {
_xscale = -100;
}
if (this._y > (ysx + 45)) {
_xscale = 100;
}
if (this.hitTest(_root.xr1) && (this._y > _root.xr1._y)) {
_root.rw1._y = _root.rw1._y + sd;
}
if (this.hitTest(_root.xr2)) {
_root.rw2._x = _root.rw2._x + sd;
}
}
Symbol 1034 MovieClip Frame 1
stop();
Instance of Symbol 647 MovieClip in Symbol 1034 MovieClip Frame 1
onClipEvent (load) {
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.xr1) && (hit == false)) && (this._y > (_root.xr1._y + 20))) {
trace("hit");
hit = true;
this.gotoAndPlay(2);
}
}
Instance of Symbol 612 MovieClip in Symbol 1034 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((this.hitTest(_root.xr1) && (_root.hummer_on)) && (Math.abs(_root.xr1._y - this._y) <= 60)) {
_root.xr1.bbw.gotoAndStop(3);
this.gotoAndStop(2);
_root.hummer_on = false;
var i = Math.random();
animacija = _root.attachMovie("oblacic", "oblacic" + i, _root.getNextHighestDepth(), {_x:this._x, _y:this._y});
animacija._xscale = 10;
animacija._yscale = 10;
animacija.onEnterFrame = function () {
var _local2 = new Color("animacija");
_local2.setRGB(16777215);
this._xscale = 10;
this._yscale = 10;
if (this._currentframe >= 17) {
this.removeMovieClip();
}
};
}
}
Instance of Symbol 647 MovieClip in Symbol 1034 MovieClip Frame 1
onClipEvent (load) {
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.xr1) && (hit == false)) && (this._y > (_root.xr1._y + 20))) {
trace("hit");
hit = true;
this.gotoAndPlay(2);
}
}
Instance of Symbol 1034 MovieClip "mm" in Symbol 1035 MovieClip Frame 1
onClipEvent (enterFrame) {
for (var cBullet in _root.bulletHolder) {
if (this.hitTest(_root.bulletHolder[cBullet]._x, _root.bulletHolder[cBullet]._y, true)) {
var explosion_sound = new Sound();
explosion_sound.attachSound("explosion");
explosion_sound.start(0, 1);
var i = Math.random();
animacija = _root.attachMovie("oblacic", "oblacic" + i, _root.getNextHighestDepth(), {_x:_root.bulletHolder[cBullet]._x, _y:_root.bulletHolder[cBullet]._y});
animacija._xscale = 10;
animacija._yscale = 10;
animacija.onEnterFrame = function () {
this._xscale = 10;
this._yscale = 10;
if (this._currentframe >= 17) {
this.removeMovieClip();
}
};
if (_root.xr1._xscale >= 0) {
_root.rw1._x = _root.bulletHolder[cBullet]._x - 40;
_root.rw1._y = _root.bulletHolder[cBullet]._y;
}
if (_root.xr1._xscale < 0) {
_root.rw1._x = _root.bulletHolder[cBullet]._x + 40;
_root.rw1._y = _root.bulletHolder[cBullet]._y;
}
_root.bulletHolder[cBullet].removeMovieClip();
_root.xr1._visible = true;
trace("ptica");
}
}
}
Instance of Symbol 655 MovieClip in Symbol 1035 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.xr1)) {
this.gotoAndStop(40);
_root.xr1.bbw.gotoAndStop(2);
_root.hummer_on = true;
var i = Math.random();
animacija = _root.attachMovie("oblacic", "oblacic" + i, _root.getNextHighestDepth(), {_x:this._x, _y:this._y});
animacija._xscale = 10;
animacija._yscale = 10;
animacija.onEnterFrame = function () {
var _local2 = new Color("animacija");
_local2.setRGB(16777215);
this._xscale = 10;
this._yscale = 10;
if (this._currentframe >= 17) {
this.removeMovieClip();
}
};
}
}
Instance of Symbol 816 MovieClip in Symbol 1035 MovieClip Frame 1
onClipEvent (load) {
ysx = this._x;
}
onClipEvent (enterFrame) {
this._x = this._x + sd;
if (_xscale == 100) {
sd = -1;
}
if (_xscale == -100) {
sd = 1;
}
if (this._x < (ysx - 30)) {
_xscale = -100;
}
if (this._x > (ysx + 30)) {
_xscale = 100;
}
if (this.hitTest(_root.xr1) && (this._y > _root.xr1._y)) {
_root.rw1._x = _root.rw1._x + sd;
}
if (this.hitTest(_root.xr2)) {
_root.rw2._x = _root.rw2._x + sd;
}
}
Symbol 1040 MovieClip Frame 1
stop();
Instance of Symbol 612 MovieClip in Symbol 1040 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((this.hitTest(_root.xr1) && (_root.hummer_on)) && (Math.abs(_root.xr1._y - this._y) <= 60)) {
_root.xr1.bbw.gotoAndStop(3);
this.gotoAndStop(2);
_root.hummer_on = false;
var i = Math.random();
animacija = _root.attachMovie("oblacic", "oblacic" + i, _root.getNextHighestDepth(), {_x:this._x, _y:this._y});
animacija._xscale = 10;
animacija._yscale = 10;
animacija.onEnterFrame = function () {
var _local2 = new Color("animacija");
_local2.setRGB(16777215);
this._xscale = 10;
this._yscale = 10;
if (this._currentframe >= 17) {
this.removeMovieClip();
}
};
}
}
Instance of Symbol 707 MovieClip in Symbol 1041 MovieClip Frame 1
onClipEvent (load) {
sjc = 0;
dqx = this._y;
xzx = this._y;
}
onClipEvent (enterFrame) {
if (_root.anniux4 == 0) {
mb = 287;
} else {
mb = 347;
}
if ((_root.anniux4 == 0) && (this._y > mb)) {
this._y = this._y - 2;
}
if ((_root.anniux4 == 1) && (this._y < mb)) {
this._y = this._y + 2;
}
sjc++;
if (sjc < 3) {
dqx = this._y;
} else {
xzx = this._y;
}
if ((dqx - xzx) > 2) {
_root.sy.gotoAndStop(3);
}
if (sjc > 5) {
sjc = 0;
}
}
Instance of Symbol 1040 MovieClip "mm" in Symbol 1041 MovieClip Frame 1
onClipEvent (enterFrame) {
for (var cBullet in _root.bulletHolder) {
if (this.hitTest(_root.bulletHolder[cBullet]._x, _root.bulletHolder[cBullet]._y, true)) {
var explosion_sound = new Sound();
explosion_sound.attachSound("explosion");
explosion_sound.start(0, 1);
var i = Math.random();
animacija = _root.attachMovie("oblacic", "oblacic" + i, _root.getNextHighestDepth(), {_x:_root.bulletHolder[cBullet]._x, _y:_root.bulletHolder[cBullet]._y});
animacija._xscale = 10;
animacija._yscale = 10;
animacija.onEnterFrame = function () {
this._xscale = 10;
this._yscale = 10;
if (this._currentframe >= 17) {
this.removeMovieClip();
}
};
if (_root.xr1._xscale >= 0) {
_root.rw1._x = _root.bulletHolder[cBullet]._x - 40;
_root.rw1._y = _root.bulletHolder[cBullet]._y;
}
if (_root.xr1._xscale < 0) {
_root.rw1._x = _root.bulletHolder[cBullet]._x + 40;
_root.rw1._y = _root.bulletHolder[cBullet]._y;
}
_root.bulletHolder[cBullet].removeMovieClip();
_root.xr1._visible = true;
trace("ptica");
}
}
}
Instance of Symbol 816 MovieClip in Symbol 1041 MovieClip Frame 1
onClipEvent (load) {
_yscale = 100;
ysx = this._y;
}
onClipEvent (enterFrame) {
this._y = this._y + sd;
if (_yscale == 100) {
sd = -1;
}
if (_yscale == -100) {
sd = 1;
}
if (this._y < (ysx - 50)) {
_yscale = -100;
}
if (this._y > (ysx + 50)) {
_yscale = 100;
}
if (this.hitTest(_root.xr1) && (this._y > _root.xr1._y)) {
_root.rw1._y = _root.rw1._y + sd;
}
if (this.hitTest(_root.xr2)) {
_root.rw2._x = _root.rw2._x + sd;
}
}
Instance of Symbol 655 MovieClip in Symbol 1041 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.xr1)) {
this.gotoAndStop(40);
_root.xr1.bbw.gotoAndStop(2);
_root.hummer_on = true;
var i = Math.random();
animacija = _root.attachMovie("oblacic", "oblacic" + i, _root.getNextHighestDepth(), {_x:this._x, _y:this._y});
animacija._xscale = 10;
animacija._yscale = 10;
animacija.onEnterFrame = function () {
var _local2 = new Color("animacija");
_local2.setRGB(16777215);
this._xscale = 10;
this._yscale = 10;
if (this._currentframe >= 17) {
this.removeMovieClip();
}
};
}
}
Instance of Symbol 816 MovieClip in Symbol 1041 MovieClip Frame 1
onClipEvent (load) {
_yscale = 100;
ysx = this._y;
}
onClipEvent (enterFrame) {
this._y = this._y + sd;
if (_yscale == 100) {
sd = -1;
}
if (_yscale == -100) {
sd = 1;
}
if (this._y < (ysx - 55)) {
_yscale = -100;
}
if (this._y > (ysx + 55)) {
_yscale = 100;
}
if (this.hitTest(_root.xr1) && (this._y > _root.xr1._y)) {
_root.rw1._y = _root.rw1._y + sd;
}
if (this.hitTest(_root.xr2)) {
_root.rw2._x = _root.rw2._x + sd;
}
}
Instance of Symbol 816 MovieClip in Symbol 1041 MovieClip Frame 1
onClipEvent (load) {
_yscale = 100;
ysx = this._y;
}
onClipEvent (enterFrame) {
this._y = this._y + sd;
if (_yscale == 100) {
sd = -1;
}
if (_yscale == -100) {
sd = 1;
}
if (this._y < (ysx - 20)) {
_yscale = -100;
}
if (this._y > (ysx + 20)) {
_yscale = 100;
}
if (this.hitTest(_root.xr1) && (this._y > _root.xr1._y)) {
_root.rw1._y = _root.rw1._y + sd;
}
if (this.hitTest(_root.xr2)) {
_root.rw2._x = _root.rw2._x + sd;
}
}
Instance of Symbol 651 MovieClip "xiangz" in Symbol 1041 MovieClip Frame 1
onClipEvent (load) {
gravity = 1;
yspeed = 0;
xspeed = 4;
jumping = 0;
anx = 0;
sjc = 0;
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
if (Math.abs(this._y - _root.renw._y) < 16) {
sjc++;
if (sjc < 3) {
dqx = this._x;
} else {
xzx = this._x;
}
if (dqx != xzx) {
_root.sy.gotoAndStop(2);
}
if (sjc > 5) {
sjc = 0;
}
if (this._x > _root.renw._x) {
this._x = this._x + _root.renw.xspeed;
} else {
this._x = this._x - _root.renw.xspeed;
}
}
}
i++;
}
if ((!_root.map.mm.hitTest(_x - (_width / 2), _y + (_height / 4), true)) && (!_root.map.mm.hitTest(_x - (_width / 2), _y - (_height / 4), true))) {
_x = (_x - xspeed);
}
if ((!_root.map.mm.hitTest(_x + (_width / 2), _y + (_height / 4), true)) && (!_root.map.mm.hitTest(_x + (_width / 2), _y - (_height / 4), true))) {
_x = (_x + xspeed);
}
yspeed = yspeed + gravity;
while (_root.map.mm.hitTest(_x, _y + (_height / 2), true)) {
_y = (_y-1);
_y = (_y-1);
yspeed = 0;
jumping = 0;
}
if ((!_root.map.mm.hitTest(_x, (_y + (_height / 2)) + 1, true)) || (yspeed < 0)) {
_y = (_y + yspeed);
} else {
yspeed = 0;
jumping = 0;
}
}
Symbol 1060 MovieClip Frame 1
stop();
Symbol 1060 MovieClip Frame 17
gotoAndStop (1);
Symbol 1069 MovieClip Frame 1
stop();
Symbol 1069 MovieClip Frame 17
gotoAndStop (1);
Symbol 1223 MovieClip Frame 154
gotoAndPlay (34);
Symbol 1225 MovieClip Frame 1
stop();
Symbol 1227 MovieClip Frame 1
stop();
Instance of Symbol 647 MovieClip in Symbol 1227 MovieClip Frame 1
onClipEvent (load) {
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.xr1) && (hit == false)) && (this._y > (_root.xr1._y + 20))) {
trace("hit");
hit = true;
this.gotoAndPlay(2);
}
}
Instance of Symbol 647 MovieClip in Symbol 1227 MovieClip Frame 1
onClipEvent (load) {
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.xr1) && (hit == false)) && (this._y > (_root.xr1._y + 20))) {
trace("hit");
hit = true;
this.gotoAndPlay(2);
}
}
Instance of Symbol 612 MovieClip in Symbol 1227 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((this.hitTest(_root.xr1) && (_root.hummer_on)) && (Math.abs(_root.xr1._y - this._y) <= 60)) {
_root.xr1.bbw.gotoAndStop(3);
this.gotoAndStop(2);
_root.hummer_on = false;
var i = Math.random();
animacija = _root.attachMovie("oblacic", "oblacic" + i, _root.getNextHighestDepth(), {_x:this._x, _y:this._y});
animacija._xscale = 10;
animacija._yscale = 10;
animacija.onEnterFrame = function () {
var _local2 = new Color("animacija");
_local2.setRGB(16777215);
this._xscale = 10;
this._yscale = 10;
if (this._currentframe >= 17) {
this.removeMovieClip();
}
};
}
}
Instance of Symbol 603 MovieClip in Symbol 1227 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.top.hitTest(_root.rw1)) {
trace("pad");
this.gotoAndPlay(2);
_root.lout = 2;
}
if (this.top.hitTest(_root.rw2)) {
this.gotoAndPlay(2);
_root.lout = 3;
}
}
Instance of Symbol 1227 MovieClip "mm" in Symbol 1228 MovieClip Frame 1
onClipEvent (enterFrame) {
for (var cBullet in _root.bulletHolder) {
if (this.hitTest(_root.bulletHolder[cBullet]._x, _root.bulletHolder[cBullet]._y, true)) {
var explosion_sound = new Sound();
explosion_sound.attachSound("explosion");
explosion_sound.start(0, 1);
var i = Math.random();
animacija = _root.attachMovie("oblacic", "oblacic" + i, _root.getNextHighestDepth(), {_x:_root.bulletHolder[cBullet]._x, _y:_root.bulletHolder[cBullet]._y});
animacija._xscale = 10;
animacija._yscale = 10;
animacija.onEnterFrame = function () {
this._xscale = 10;
this._yscale = 10;
if (this._currentframe >= 17) {
this.removeMovieClip();
}
};
if (_root.xr1._xscale >= 0) {
_root.rw1._x = _root.bulletHolder[cBullet]._x - 40;
_root.rw1._y = _root.bulletHolder[cBullet]._y;
}
if (_root.xr1._xscale < 0) {
_root.rw1._x = _root.bulletHolder[cBullet]._x + 40;
_root.rw1._y = _root.bulletHolder[cBullet]._y;
}
_root.bulletHolder[cBullet].removeMovieClip();
_root.xr1._visible = true;
trace("ptica");
}
}
}
Instance of Symbol 651 MovieClip "xiangz" in Symbol 1228 MovieClip Frame 1
onClipEvent (load) {
gravity = 1;
yspeed = 0;
xspeed = 4;
jumping = 0;
anx = 0;
sjc = 0;
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
if (Math.abs(this._y - _root.renw._y) < 16) {
sjc++;
if (sjc < 3) {
dqx = this._x;
} else {
xzx = this._x;
}
if (dqx != xzx) {
_root.sy.gotoAndStop(2);
}
if (sjc > 5) {
sjc = 0;
}
if (this._x > _root.renw._x) {
this._x = this._x + _root.renw.xspeed;
} else {
this._x = this._x - _root.renw.xspeed;
}
}
}
i++;
}
if ((!_root.map.mm.hitTest(_x - (_width / 2), _y + (_height / 4), true)) && (!_root.map.mm.hitTest(_x - (_width / 2), _y - (_height / 4), true))) {
_x = (_x - xspeed);
}
if ((!_root.map.mm.hitTest(_x + (_width / 2), _y + (_height / 4), true)) && (!_root.map.mm.hitTest(_x + (_width / 2), _y - (_height / 4), true))) {
_x = (_x + xspeed);
}
yspeed = yspeed + gravity;
while (_root.map.mm.hitTest(_x, _y + (_height / 2), true)) {
_y = (_y-1);
_y = (_y-1);
yspeed = 0;
jumping = 0;
}
if ((!_root.map.mm.hitTest(_x, (_y + (_height / 2)) + 1, true)) || (yspeed < 0)) {
_y = (_y + yspeed);
} else {
yspeed = 0;
jumping = 0;
}
}
Instance of Symbol 651 MovieClip "xiangz1" in Symbol 1228 MovieClip Frame 1
onClipEvent (load) {
gravity = 1;
yspeed = 0;
xspeed = 4;
jumping = 0;
anx = 0;
sjc = 0;
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
if (Math.abs(this._y - _root.renw._y) < 16) {
sjc++;
if (sjc < 3) {
dqx = this._x;
} else {
xzx = this._x;
}
if (dqx != xzx) {
_root.sy.gotoAndStop(2);
}
if (sjc > 5) {
sjc = 0;
}
if (this._x > _root.renw._x) {
this._x = this._x + _root.renw.xspeed;
} else {
this._x = this._x - _root.renw.xspeed;
}
}
}
i++;
}
if ((!_root.map.mm.hitTest(_x - (_width / 2), _y + (_height / 4), true)) && (!_root.map.mm.hitTest(_x - (_width / 2), _y - (_height / 4), true))) {
_x = (_x - xspeed);
}
if ((!_root.map.mm.hitTest(_x + (_width / 2), _y + (_height / 4), true)) && (!_root.map.mm.hitTest(_x + (_width / 2), _y - (_height / 4), true))) {
_x = (_x + xspeed);
}
yspeed = yspeed + gravity;
while (_root.map.mm.hitTest(_x, _y + (_height / 2), true)) {
_y = (_y-1);
_y = (_y-1);
yspeed = 0;
jumping = 0;
}
if ((!_root.map.mm.hitTest(_x, (_y + (_height / 2)) + 1, true)) || (yspeed < 0)) {
_y = (_y + yspeed);
} else {
yspeed = 0;
jumping = 0;
}
}
Instance of Symbol 655 MovieClip in Symbol 1228 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.xr1)) {
this.gotoAndStop(40);
_root.xr1.bbw.gotoAndStop(2);
_root.hummer_on = true;
var i = Math.random();
animacija = _root.attachMovie("oblacic", "oblacic" + i, _root.getNextHighestDepth(), {_x:this._x, _y:this._y});
animacija._xscale = 10;
animacija._yscale = 10;
animacija.onEnterFrame = function () {
var _local2 = new Color("animacija");
_local2.setRGB(16777215);
this._xscale = 10;
this._yscale = 10;
if (this._currentframe >= 17) {
this.removeMovieClip();
}
};
}
}
Symbol 1232 MovieClip Frame 1
stop();
Instance of Symbol 647 MovieClip in Symbol 1232 MovieClip Frame 1
onClipEvent (load) {
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.xr1) && (hit == false)) && (this._y > _root.xr1._y)) {
trace("hit");
hit = true;
this.gotoAndPlay(2);
}
}
Instance of Symbol 612 MovieClip in Symbol 1232 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((this.hitTest(_root.xr1) && (_root.hummer_on)) && (Math.abs(_root.xr1._y - this._y) <= 60)) {
_root.xr1.bbw.gotoAndStop(3);
this.gotoAndStop(2);
_root.hummer_on = false;
var i = Math.random();
animacija = _root.attachMovie("oblacic", "oblacic" + i, _root.getNextHighestDepth(), {_x:this._x, _y:this._y});
animacija._xscale = 10;
animacija._yscale = 10;
animacija.onEnterFrame = function () {
var _local2 = new Color("animacija");
_local2.setRGB(16777215);
this._xscale = 10;
this._yscale = 10;
if (this._currentframe >= 17) {
this.removeMovieClip();
}
};
}
}
Instance of Symbol 707 MovieClip in Symbol 1233 MovieClip Frame 1
onClipEvent (load) {
sjc = 0;
dqx = this._y;
xzx = this._y;
}
onClipEvent (enterFrame) {
if (_root.anniux == 0) {
mb = 300;
} else {
mb = 390;
}
if ((_root.anniux == 0) && (this._y > mb)) {
this._y = this._y - 2;
}
if ((_root.anniux == 1) && (this._y < mb)) {
this._y = this._y + 2;
}
sjc++;
if (sjc < 3) {
dqx = this._y;
} else {
xzx = this._y;
}
if ((dqx - xzx) > 2) {
_root.sy.gotoAndStop(3);
}
if (sjc > 5) {
sjc = 0;
}
}
Instance of Symbol 707 MovieClip in Symbol 1233 MovieClip Frame 1
onClipEvent (load) {
sjc = 0;
dqx = this._y;
xzx = this._y;
}
onClipEvent (enterFrame) {
if (_root.anniux4 == 0) {
mb = 130;
} else {
mb = 210;
}
if ((_root.anniux4 == 0) && (this._y > mb)) {
this._y = this._y - 2;
}
if ((_root.anniux4 == 1) && (this._y < mb)) {
this._y = this._y + 2;
}
sjc++;
if (sjc < 3) {
dqx = this._y;
} else {
xzx = this._y;
}
if ((dqx - xzx) > 2) {
_root.sy.gotoAndStop(3);
}
if (sjc > 5) {
sjc = 0;
}
}
Instance of Symbol 1232 MovieClip "mm" in Symbol 1233 MovieClip Frame 1
onClipEvent (enterFrame) {
for (var cBullet in _root.bulletHolder) {
if (this.hitTest(_root.bulletHolder[cBullet]._x, _root.bulletHolder[cBullet]._y, true)) {
var explosion_sound = new Sound();
explosion_sound.attachSound("explosion");
explosion_sound.start(0, 1);
var i = Math.random();
animacija = _root.attachMovie("oblacic", "oblacic" + i, _root.getNextHighestDepth(), {_x:_root.bulletHolder[cBullet]._x, _y:_root.bulletHolder[cBullet]._y});
animacija._xscale = 10;
animacija._yscale = 10;
animacija.onEnterFrame = function () {
this._xscale = 10;
this._yscale = 10;
if (this._currentframe >= 17) {
this.removeMovieClip();
}
};
if (_root.xr1._xscale >= 0) {
_root.rw1._x = _root.bulletHolder[cBullet]._x - 40;
_root.rw1._y = _root.bulletHolder[cBullet]._y;
}
if (_root.xr1._xscale < 0) {
_root.rw1._x = _root.bulletHolder[cBullet]._x + 40;
_root.rw1._y = _root.bulletHolder[cBullet]._y;
}
_root.bulletHolder[cBullet].removeMovieClip();
_root.xr1._visible = true;
trace("ptica");
}
}
}
Instance of Symbol 655 MovieClip in Symbol 1233 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.xr1)) {
this.gotoAndStop(40);
_root.xr1.bbw.gotoAndStop(2);
_root.hummer_on = true;
var i = Math.random();
animacija = _root.attachMovie("oblacic", "oblacic" + i, _root.getNextHighestDepth(), {_x:this._x, _y:this._y});
animacija._xscale = 10;
animacija._yscale = 10;
animacija.onEnterFrame = function () {
var _local2 = new Color("animacija");
_local2.setRGB(16777215);
this._xscale = 10;
this._yscale = 10;
if (this._currentframe >= 17) {
this.removeMovieClip();
}
};
}
}
Instance of Symbol 816 MovieClip in Symbol 1233 MovieClip Frame 1
onClipEvent (load) {
ysx = this._y;
}
onClipEvent (enterFrame) {
this._y = this._y + sd;
if (_xscale == 100) {
sd = -1;
}
if (_xscale == -100) {
sd = 1;
}
if (this._y < (ysx - 45)) {
_xscale = -100;
}
if (this._y > (ysx + 45)) {
_xscale = 100;
}
if (this.hitTest(_root.xr1) && (this._y > _root.xr1._y)) {
_root.rw1._y = _root.rw1._y + sd;
}
if (this.hitTest(_root.xr2)) {
_root.rw2._x = _root.rw2._x + sd;
}
}
Symbol 1235 MovieClip Frame 1
stop();
Instance of Symbol 647 MovieClip in Symbol 1235 MovieClip Frame 1
onClipEvent (load) {
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.xr1) && (hit == false)) && (this._y > (_root.xr1._y + 20))) {
trace("hit");
hit = true;
this.gotoAndPlay(2);
}
}
Instance of Symbol 647 MovieClip in Symbol 1235 MovieClip Frame 1
onClipEvent (load) {
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.xr1) && (hit == false)) && (this._y > (_root.xr1._y + 20))) {
trace("hit");
hit = true;
this.gotoAndPlay(2);
}
}
Instance of Symbol 647 MovieClip in Symbol 1235 MovieClip Frame 1
onClipEvent (load) {
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.xr1) && (hit == false)) && (this._y > (_root.xr1._y + 20))) {
trace("hit");
hit = true;
this.gotoAndPlay(2);
}
}
Instance of Symbol 647 MovieClip in Symbol 1235 MovieClip Frame 1
onClipEvent (load) {
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.xr1) && (hit == false)) && (this._y > (_root.xr1._y + 20))) {
trace("hit");
hit = true;
this.gotoAndPlay(2);
}
}
Instance of Symbol 647 MovieClip in Symbol 1235 MovieClip Frame 1
onClipEvent (load) {
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.xr1) && (hit == false)) && (this._y > (_root.xr1._y + 20))) {
trace("hit");
hit = true;
this.gotoAndPlay(2);
}
}
Instance of Symbol 647 MovieClip in Symbol 1235 MovieClip Frame 1
onClipEvent (load) {
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.xr1) && (hit == false)) && (this._y > (_root.xr1._y + 20))) {
trace("hit");
hit = true;
this.gotoAndPlay(2);
}
}
Instance of Symbol 647 MovieClip in Symbol 1235 MovieClip Frame 1
onClipEvent (load) {
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.xr1) && (hit == false)) && (this._y > (_root.xr1._y + 20))) {
trace("hit");
hit = true;
this.gotoAndPlay(2);
}
}
Instance of Symbol 612 MovieClip in Symbol 1235 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((this.hitTest(_root.xr1) && (_root.hummer_on)) && (Math.abs(_root.xr1._y - this._y) <= 60)) {
_root.xr1.bbw.gotoAndStop(3);
this.gotoAndStop(2);
_root.hummer_on = false;
var i = Math.random();
animacija = _root.attachMovie("oblacic", "oblacic" + i, _root.getNextHighestDepth(), {_x:this._x, _y:this._y});
animacija._xscale = 10;
animacija._yscale = 10;
animacija.onEnterFrame = function () {
var _local2 = new Color("animacija");
_local2.setRGB(16777215);
this._xscale = 10;
this._yscale = 10;
if (this._currentframe >= 17) {
this.removeMovieClip();
}
};
}
}
Instance of Symbol 1235 MovieClip "mm" in Symbol 1236 MovieClip Frame 1
onClipEvent (enterFrame) {
for (var cBullet in _root.bulletHolder) {
if (this.hitTest(_root.bulletHolder[cBullet]._x, _root.bulletHolder[cBullet]._y, true)) {
var explosion_sound = new Sound();
explosion_sound.attachSound("explosion");
explosion_sound.start(0, 1);
var i = Math.random();
animacija = _root.attachMovie("oblacic", "oblacic" + i, _root.getNextHighestDepth(), {_x:_root.bulletHolder[cBullet]._x, _y:_root.bulletHolder[cBullet]._y});
animacija._xscale = 10;
animacija._yscale = 10;
animacija.onEnterFrame = function () {
this._xscale = 10;
this._yscale = 10;
if (this._currentframe >= 17) {
this.removeMovieClip();
}
};
if (_root.xr1._xscale >= 0) {
_root.rw1._x = _root.bulletHolder[cBullet]._x - 40;
_root.rw1._y = _root.bulletHolder[cBullet]._y;
}
if (_root.xr1._xscale < 0) {
_root.rw1._x = _root.bulletHolder[cBullet]._x + 40;
_root.rw1._y = _root.bulletHolder[cBullet]._y;
}
_root.bulletHolder[cBullet].removeMovieClip();
_root.xr1._visible = true;
trace("ptica");
}
}
}
Instance of Symbol 655 MovieClip in Symbol 1236 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.xr1)) {
this.gotoAndStop(40);
_root.xr1.bbw.gotoAndStop(2);
_root.hummer_on = true;
var i = Math.random();
animacija = _root.attachMovie("oblacic", "oblacic" + i, _root.getNextHighestDepth(), {_x:this._x, _y:this._y});
animacija._xscale = 10;
animacija._yscale = 10;
animacija.onEnterFrame = function () {
var _local2 = new Color("animacija");
_local2.setRGB(16777215);
this._xscale = 10;
this._yscale = 10;
if (this._currentframe >= 17) {
this.removeMovieClip();
}
};
}
}
Symbol 1247 MovieClip Frame 1
stop();
Instance of Symbol 707 MovieClip in Symbol 1247 MovieClip Frame 1
onClipEvent (enterFrame) {
this._x = _parent._parent.kg1._x;
}
Instance of Symbol 707 MovieClip in Symbol 1247 MovieClip Frame 1
onClipEvent (enterFrame) {
this._x = _parent._parent.kg2._x;
}
Instance of Symbol 707 MovieClip in Symbol 1247 MovieClip Frame 1
onClipEvent (enterFrame) {
this._x = _parent._parent.kg3._x;
}
Instance of Symbol 707 MovieClip in Symbol 1247 MovieClip Frame 1
onClipEvent (enterFrame) {
this._x = _parent._parent.kg4._x;
}
Instance of Symbol 707 MovieClip in Symbol 1247 MovieClip Frame 1
onClipEvent (enterFrame) {
this._x = _parent._parent.kg5._x;
}
Instance of Symbol 707 MovieClip "kg1" in Symbol 1248 MovieClip Frame 1
onClipEvent (load) {
sjc = 0;
dqx = this._x;
xzx = this._x;
}
onClipEvent (enterFrame) {
if (_root.anniux3 == 0) {
mb = 423;
} else {
mb = 483;
}
if ((_root.anniux3 == 0) && (this._x > mb)) {
this._x = this._x - 2;
}
if ((_root.anniux3 == 1) && (this._x < mb)) {
this._x = this._x + 2;
}
sjc++;
if (sjc < 3) {
dqx = this._x;
} else {
xzx = this._x;
}
if ((dqx - xzx) > 2) {
_root.sy.gotoAndStop(3);
}
if (sjc > 5) {
sjc = 0;
}
}
Instance of Symbol 707 MovieClip "kg2" in Symbol 1248 MovieClip Frame 1
onClipEvent (load) {
sjc = 0;
dqx = this._x;
xzx = this._x;
}
onClipEvent (enterFrame) {
if (_root.anniux4 == 0) {
mb = 402;
} else {
mb = 342;
}
if ((_root.anniux4 == 0) && (this._x < mb)) {
this._x = this._x + 2;
}
if ((_root.anniux4 == 1) && (this._x > mb)) {
this._x = this._x - 2;
}
sjc++;
if (sjc < 3) {
dqx = this._x;
} else {
xzx = this._x;
}
if ((dqx - xzx) > 2) {
_root.sy.gotoAndStop(3);
}
if (sjc > 5) {
sjc = 0;
}
}
Instance of Symbol 707 MovieClip "kg3" in Symbol 1248 MovieClip Frame 1
onClipEvent (load) {
sjc = 0;
dqx = this._x;
xzx = this._x;
}
onClipEvent (enterFrame) {
if (_root.anniux6 == 0) {
mb = 138;
} else {
mb = 78;
}
if ((_root.anniux6 == 0) && (this._x < mb)) {
this._x = this._x + 2;
}
if ((_root.anniux6 == 1) && (this._x > mb)) {
this._x = this._x - 2;
}
sjc++;
if (sjc < 3) {
dqx = this._x;
} else {
xzx = this._x;
}
if ((dqx - xzx) > 2) {
_root.sy.gotoAndStop(3);
}
if (sjc > 5) {
sjc = 0;
}
}
Instance of Symbol 707 MovieClip "kg4" in Symbol 1248 MovieClip Frame 1
onClipEvent (load) {
sjc = 0;
dqx = this._x;
xzx = this._x;
}
onClipEvent (enterFrame) {
if (_root.anniux5 == 0) {
mb = 155;
} else {
mb = 215;
}
if ((_root.anniux5 == 0) && (this._x > mb)) {
this._x = this._x - 2;
}
if ((_root.anniux5 == 1) && (this._x < mb)) {
this._x = this._x + 2;
}
sjc++;
if (sjc < 3) {
dqx = this._x;
} else {
xzx = this._x;
}
if ((dqx - xzx) > 2) {
_root.sy.gotoAndStop(3);
}
if (sjc > 5) {
sjc = 0;
}
}
Instance of Symbol 707 MovieClip "kg5" in Symbol 1248 MovieClip Frame 1
onClipEvent (load) {
sjc = 0;
dqx = this._x;
xzx = this._x;
}
onClipEvent (enterFrame) {
if (_root.anniux1 == 0) {
mb = 0;
} else {
mb = 60;
}
if ((_root.anniux1 == 0) && (this._x > mb)) {
this._x = this._x - 2;
}
if ((_root.anniux1 == 1) && (this._x < mb)) {
this._x = this._x + 2;
}
sjc++;
if (sjc < 3) {
dqx = this._x;
} else {
xzx = this._x;
}
if ((dqx - xzx) > 2) {
_root.sy.gotoAndStop(3);
}
if (sjc > 5) {
sjc = 0;
}
}
Instance of Symbol 651 MovieClip "xiangz1" in Symbol 1248 MovieClip Frame 1
onClipEvent (load) {
gravity = 1;
yspeed = 0;
xspeed = 4;
jumping = 0;
anx = 0;
sjc = 0;
}
onClipEvent (enterFrame) {
if (((!this.hitTest(_parent.xiangz)) && (!this.hitTest(_parent.xiangz2))) && (!this.hitTest(_parent.xiangz3))) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
if (Math.abs(this._y - _root.renw._y) < 16) {
sjc++;
if (sjc < 3) {
dqx = this._x;
} else {
xzx = this._x;
}
if (dqx != xzx) {
_root.sy.gotoAndStop(2);
}
if (sjc > 5) {
sjc = 0;
}
if (this._x > _root.renw._x) {
this._x = this._x + _root.renw.xspeed;
} else {
this._x = this._x - _root.renw.xspeed;
}
}
}
i++;
}
if ((!_root.map.mm.hitTest(_x - (_width / 2), _y + (_height / 4), true)) && (!_root.map.mm.hitTest(_x - (_width / 2), _y - (_height / 4), true))) {
_x = (_x - xspeed);
}
if ((!_root.map.mm.hitTest(_x + (_width / 2), _y + (_height / 4), true)) && (!_root.map.mm.hitTest(_x + (_width / 2), _y - (_height / 4), true))) {
_x = (_x + xspeed);
}
yspeed = yspeed + gravity;
while (_root.map.mm.hitTest(_x, _y + (_height / 2), true)) {
_y = (_y-1);
_y = (_y-1);
yspeed = 0;
jumping = 0;
}
if ((!_root.map.mm.hitTest(_x, (_y + (_height / 2)) + 1, true)) || (yspeed < 0)) {
_y = (_y + yspeed);
} else {
yspeed = 0;
jumping = 0;
}
}
if ((this.hitTest(_parent.xiangz2) && (Math.abs(this._y - _parent.xiangz2._y) > 3)) && (this._y < _parent.xiangz2._y)) {
this._y = _parent.xiangz2._y - 23;
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
if (Math.abs(this._y - _root.renw._y) < 16) {
if (this._x > _root.renw._x) {
this._x = this._x + _root.renw.xspeed;
} else {
this._x = this._x - _root.renw.xspeed;
}
}
}
i++;
}
}
if ((this.hitTest(_parent.xiangz3) && (Math.abs(this._y - _parent.xiangz3._y) > 3)) && (this._y < _parent.xiangz3._y)) {
this._y = _parent.xiangz3._y - 23;
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
if (Math.abs(this._y - _root.renw._y) < 16) {
if (this._x > _root.renw._x) {
this._x = this._x + _root.renw.xspeed;
} else {
this._x = this._x - _root.renw.xspeed;
}
}
}
i++;
}
}
}
Instance of Symbol 651 MovieClip "xiangz" in Symbol 1248 MovieClip Frame 1
onClipEvent (load) {
gravity = 1;
yspeed = 0;
xspeed = 4;
jumping = 0;
anx = 0;
sjc = 0;
}
onClipEvent (enterFrame) {
if (((!this.hitTest(_parent.xiangz1)) && (!this.hitTest(_parent.xiangz2))) && (!this.hitTest(_parent.xiangz3))) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
if (Math.abs(this._y - _root.renw._y) < 16) {
sjc++;
if (sjc < 3) {
dqx = this._x;
} else {
xzx = this._x;
}
if (dqx != xzx) {
_root.sy.gotoAndStop(2);
}
if (sjc > 5) {
sjc = 0;
}
if (this._x > _root.renw._x) {
this._x = this._x + _root.renw.xspeed;
} else {
this._x = this._x - _root.renw.xspeed;
}
}
}
i++;
}
if ((!_root.map.mm.hitTest(_x - (_width / 2), _y + (_height / 4), true)) && (!_root.map.mm.hitTest(_x - (_width / 2), _y - (_height / 4), true))) {
_x = (_x - xspeed);
}
if ((!_root.map.mm.hitTest(_x + (_width / 2), _y + (_height / 4), true)) && (!_root.map.mm.hitTest(_x + (_width / 2), _y - (_height / 4), true))) {
_x = (_x + xspeed);
}
yspeed = yspeed + gravity;
while (_root.map.mm.hitTest(_x, _y + (_height / 2), true)) {
_y = (_y-1);
_y = (_y-1);
yspeed = 0;
jumping = 0;
}
if ((!_root.map.mm.hitTest(_x, (_y + (_height / 2)) + 1, true)) || (yspeed < 0)) {
_y = (_y + yspeed);
} else {
yspeed = 0;
jumping = 0;
}
}
if ((this.hitTest(_parent.xiangz3) && (Math.abs(this._y - _parent.xiangz3._y) > 3)) && (this._y < _parent.xiangz3._y)) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
if (Math.abs(this._y - _root.renw._y) < 16) {
if (this._x > _root.renw._x) {
this._x = this._x + _root.renw.xspeed;
} else {
this._x = this._x - _root.renw.xspeed;
}
}
}
i++;
}
}
}
Instance of Symbol 651 MovieClip "xiangz2" in Symbol 1248 MovieClip Frame 1
onClipEvent (load) {
gravity = 1;
yspeed = 0;
xspeed = 4;
jumping = 0;
anx = 0;
sjc = 0;
}
onClipEvent (enterFrame) {
if (((!this.hitTest(_parent.xiangz1)) && (!this.hitTest(_parent.xiangz))) && (!this.hitTest(_parent.xiangz3))) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
if (Math.abs(this._y - _root.renw._y) < 16) {
sjc++;
if (sjc < 3) {
dqx = this._x;
} else {
xzx = this._x;
}
if (dqx != xzx) {
_root.sy.gotoAndStop(2);
}
if (sjc > 5) {
sjc = 0;
}
if (this._x > _root.renw._x) {
this._x = this._x + _root.renw.xspeed;
} else {
this._x = this._x - _root.renw.xspeed;
}
}
}
i++;
}
if ((!_root.map.mm.hitTest(_x - (_width / 2), _y + (_height / 4), true)) && (!_root.map.mm.hitTest(_x - (_width / 2), _y - (_height / 4), true))) {
_x = (_x - xspeed);
}
if ((!_root.map.mm.hitTest(_x + (_width / 2), _y + (_height / 4), true)) && (!_root.map.mm.hitTest(_x + (_width / 2), _y - (_height / 4), true))) {
_x = (_x + xspeed);
}
yspeed = yspeed + gravity;
while (_root.map.mm.hitTest(_x, _y + (_height / 2), true)) {
_y = (_y-1);
_y = (_y-1);
yspeed = 0;
jumping = 0;
}
if ((!_root.map.mm.hitTest(_x, (_y + (_height / 2)) + 1, true)) || (yspeed < 0)) {
_y = (_y + yspeed);
} else {
yspeed = 0;
jumping = 0;
}
}
if ((this.hitTest(_parent.xiangz1) && (Math.abs(this._y - _parent.xiangz1._y) > 3)) && (this._y < _parent.xiangz1._y)) {
this._y = _parent.xiangz1._y - 23;
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
if (Math.abs(this._y - _root.renw._y) < 16) {
if (this._x > _root.renw._x) {
this._x = this._x + _root.renw.xspeed;
} else {
this._x = this._x - _root.renw.xspeed;
}
}
}
i++;
}
}
if ((this.hitTest(_parent.xiangz3) && (Math.abs(this._y - _parent.xiangz3._y) > 3)) && (this._y < _parent.xiangz3._y)) {
this._y = _parent.xiangz3._y - 23;
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
if (Math.abs(this._y - _root.renw._y) < 16) {
if (this._x > _root.renw._x) {
this._x = this._x + _root.renw.xspeed;
} else {
this._x = this._x - _root.renw.xspeed;
}
}
}
i++;
}
}
}
Instance of Symbol 651 MovieClip "xiangz3" in Symbol 1248 MovieClip Frame 1
onClipEvent (load) {
gravity = 1;
yspeed = 0;
xspeed = 4;
jumping = 0;
anx = 0;
sjc = 0;
}
onClipEvent (enterFrame) {
if (((!this.hitTest(_parent.xiangz1)) && (!this.hitTest(_parent.xiangz2))) && (!this.hitTest(_parent.xiangz))) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
if (Math.abs(this._y - _root.renw._y) < 16) {
sjc++;
if (sjc < 3) {
dqx = this._x;
} else {
xzx = this._x;
}
if (dqx != xzx) {
_root.sy.gotoAndStop(2);
}
if (sjc > 5) {
sjc = 0;
}
if (this._x > _root.renw._x) {
this._x = this._x + _root.renw.xspeed;
} else {
this._x = this._x - _root.renw.xspeed;
}
}
}
i++;
}
if ((!_root.map.mm.hitTest(_x - (_width / 2), _y + (_height / 4), true)) && (!_root.map.mm.hitTest(_x - (_width / 2), _y - (_height / 4), true))) {
_x = (_x - xspeed);
}
if ((!_root.map.mm.hitTest(_x + (_width / 2), _y + (_height / 4), true)) && (!_root.map.mm.hitTest(_x + (_width / 2), _y - (_height / 4), true))) {
_x = (_x + xspeed);
}
yspeed = yspeed + gravity;
while (_root.map.mm.hitTest(_x, _y + (_height / 2), true)) {
_y = (_y-1);
_y = (_y-1);
yspeed = 0;
jumping = 0;
}
if ((!_root.map.mm.hitTest(_x, (_y + (_height / 2)) + 1, true)) || (yspeed < 0)) {
_y = (_y + yspeed);
} else {
yspeed = 0;
jumping = 0;
}
}
if ((this.hitTest(_parent.xiangz2) && (Math.abs(this._y - _parent.xiangz2._y) > 3)) && (this._y < _parent.xiangz2._y)) {
this._y = _parent.xiangz2._y - 23;
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
if (Math.abs(this._y - _root.renw._y) < 16) {
if (this._x > _root.renw._x) {
this._x = this._x + _root.renw.xspeed;
} else {
this._x = this._x - _root.renw.xspeed;
}
}
}
i++;
}
}
if ((this.hitTest(_parent.xiangz1) && (Math.abs(this._y - _parent.xiangz1._y) > 3)) && (this._y < _parent.xiangz1._y)) {
this._y = _parent.xiangz1._y - 23;
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
if (Math.abs(this._y - _root.renw._y) < 16) {
if (this._x > _root.renw._x) {
this._x = this._x + _root.renw.xspeed;
} else {
this._x = this._x - _root.renw.xspeed;
}
}
}
i++;
}
}
}
Instance of Symbol 651 MovieClip in Symbol 1248 MovieClip Frame 1
onClipEvent (load) {
gravity = 1;
yspeed = 0;
xspeed = 4;
jumping = 0;
anx = 0;
sjc = 0;
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
if (Math.abs(this._y - _root.renw._y) < 16) {
sjc++;
if (sjc < 3) {
dqx = this._x;
} else {
xzx = this._x;
}
if (dqx != xzx) {
_root.sy.gotoAndStop(2);
}
if (sjc > 5) {
sjc = 0;
}
if (this._x > _root.renw._x) {
this._x = this._x + _root.renw.xspeed;
} else {
this._x = this._x - _root.renw.xspeed;
}
}
}
i++;
}
if ((!_root.map.mm.hitTest(_x - (_width / 2), _y + (_height / 4), true)) && (!_root.map.mm.hitTest(_x - (_width / 2), _y - (_height / 4), true))) {
_x = (_x - xspeed);
}
if ((!_root.map.mm.hitTest(_x + (_width / 2), _y + (_height / 4), true)) && (!_root.map.mm.hitTest(_x + (_width / 2), _y - (_height / 4), true))) {
_x = (_x + xspeed);
}
yspeed = yspeed + gravity;
while (_root.map.mm.hitTest(_x, _y + (_height / 2), true)) {
_y = (_y-1);
_y = (_y-1);
yspeed = 0;
jumping = 0;
}
if ((!_root.map.mm.hitTest(_x, (_y + (_height / 2)) + 1, true)) || (yspeed < 0)) {
_y = (_y + yspeed);
} else {
yspeed = 0;
jumping = 0;
}
}
Instance of Symbol 707 MovieClip in Symbol 1248 MovieClip Frame 1
onClipEvent (load) {
sjc = 0;
dqx = this._y;
xzx = this._y;
}
onClipEvent (enterFrame) {
if (_root.anniux2 == 0) {
mb = 233;
} else {
mb = 434;
}
if ((_root.anniux2 == 0) && (this._y > mb)) {
this._y = this._y - 4;
}
if ((_root.anniux2 == 1) && (this._y < mb)) {
this._y = this._y + 4;
}
sjc++;
if (sjc < 3) {
dqx = this._y;
} else {
xzx = this._y;
}
if ((dqx - xzx) > 2) {
_root.sy.gotoAndStop(4);
}
if (sjc > 5) {
sjc = 0;
}
}
Instance of Symbol 592 MovieClip in Symbol 1254 MovieClip Frame 1
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["xr" + i];
if (this.fire.hitTest(_root.renw)) {
_root.renw.stop();
_root.sansa.play();
}
i++;
}
}
Instance of Symbol 592 MovieClip in Symbol 1254 MovieClip Frame 30
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["xr" + i];
if (this.hitTest(_root.renw)) {
_root.renw.stop();
_root.sansa.play();
}
i++;
}
}
Instance of Symbol 592 MovieClip in Symbol 1255 MovieClip Frame 1
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["xr" + i];
if (this.hitTest(_root.renw)) {
_root.renw.stop();
_root.sansa.play();
}
i++;
}
}
Instance of Symbol 592 MovieClip in Symbol 1255 MovieClip Frame 30
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["xr" + i];
if (this.fire.hitTest(_root.renw)) {
_root.renw.stop();
_root.sansa.play();
}
i++;
}
}
Symbol 1258 MovieClip Frame 1
stop();
Instance of Symbol 612 MovieClip in Symbol 1258 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((this.hitTest(_root.xr1) && (_root.hummer_on)) && (Math.abs(_root.xr1._y - this._y) <= 60)) {
_root.xr1.bbw.gotoAndStop(3);
this.gotoAndStop(2);
_root.hummer_on = false;
var i = Math.random();
animacija = _root.attachMovie("oblacic", "oblacic" + i, _root.getNextHighestDepth(), {_x:this._x, _y:this._y});
animacija._xscale = 10;
animacija._yscale = 10;
animacija.onEnterFrame = function () {
var _local2 = new Color("animacija");
_local2.setRGB(16777215);
this._xscale = 10;
this._yscale = 10;
if (this._currentframe >= 17) {
this.removeMovieClip();
}
};
}
}
Instance of Symbol 647 MovieClip in Symbol 1258 MovieClip Frame 1
onClipEvent (load) {
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.xr1) && (hit == false)) && (this._y > _root.xr1._y)) {
trace("hit");
hit = true;
this.gotoAndPlay(2);
}
}
Instance of Symbol 647 MovieClip in Symbol 1258 MovieClip Frame 1
onClipEvent (load) {
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.xr1) && (hit == false)) && (this._y > _root.xr1._y)) {
trace("hit");
hit = true;
this.gotoAndPlay(2);
}
}
Instance of Symbol 1258 MovieClip "mm" in Symbol 1259 MovieClip Frame 1
onClipEvent (enterFrame) {
for (var cBullet in _root.bulletHolder) {
if (this.hitTest(_root.bulletHolder[cBullet]._x, _root.bulletHolder[cBullet]._y, true)) {
var explosion_sound = new Sound();
explosion_sound.attachSound("explosion");
explosion_sound.start(0, 1);
var i = Math.random();
animacija = _root.attachMovie("oblacic", "oblacic" + i, _root.getNextHighestDepth(), {_x:_root.bulletHolder[cBullet]._x, _y:_root.bulletHolder[cBullet]._y});
animacija._xscale = 10;
animacija._yscale = 10;
animacija.onEnterFrame = function () {
this._xscale = 10;
this._yscale = 10;
if (this._currentframe >= 17) {
this.removeMovieClip();
}
};
if (_root.xr1._xscale >= 0) {
_root.rw1._x = _root.bulletHolder[cBullet]._x - 40;
_root.rw1._y = _root.bulletHolder[cBullet]._y;
}
if (_root.xr1._xscale < 0) {
_root.rw1._x = _root.bulletHolder[cBullet]._x + 40;
_root.rw1._y = _root.bulletHolder[cBullet]._y;
}
_root.bulletHolder[cBullet].removeMovieClip();
_root.xr1._visible = true;
trace("ptica");
}
}
}
Instance of Symbol 655 MovieClip in Symbol 1259 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.xr1)) {
this.gotoAndStop(40);
_root.xr1.bbw.gotoAndStop(2);
_root.hummer_on = true;
var i = Math.random();
animacija = _root.attachMovie("oblacic", "oblacic" + i, _root.getNextHighestDepth(), {_x:this._x, _y:this._y});
animacija._xscale = 10;
animacija._yscale = 10;
animacija.onEnterFrame = function () {
var _local2 = new Color("animacija");
_local2.setRGB(16777215);
this._xscale = 10;
this._yscale = 10;
if (this._currentframe >= 17) {
this.removeMovieClip();
}
};
}
}
Instance of Symbol 816 MovieClip in Symbol 1259 MovieClip Frame 1
onClipEvent (load) {
ysx = this._y;
}
onClipEvent (enterFrame) {
this._y = this._y + sd;
if (_xscale == 100) {
sd = -1;
}
if (_xscale == -100) {
sd = 1;
}
if (this._y < (ysx - 50)) {
_xscale = -100;
}
if (this._y > (ysx + 50)) {
_xscale = 100;
}
if (this.hitTest(_root.xr1) && (this._y > _root.xr1._y)) {
_root.rw1._y = _root.rw1._y + sd;
}
if (this.hitTest(_root.xr2)) {
_root.rw2._x = _root.rw2._x + sd;
}
}
Instance of Symbol 816 MovieClip in Symbol 1259 MovieClip Frame 1
onClipEvent (load) {
ysx = this._y;
}
onClipEvent (enterFrame) {
this._y = this._y + sd;
if (_xscale == 100) {
sd = -1;
}
if (_xscale == -100) {
sd = 1;
}
if (this._y < (ysx - 30)) {
_xscale = -100;
}
if (this._y > (ysx + 30)) {
_xscale = 100;
}
if (this.hitTest(_root.xr1) && (this._y > _root.xr1._y)) {
_root.rw1._y = _root.rw1._y + sd;
}
if (this.hitTest(_root.xr2)) {
_root.rw2._x = _root.rw2._x + sd;
}
}
Symbol 1261 MovieClip Frame 1
stop();
Instance of Symbol 612 MovieClip in Symbol 1261 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((this.hitTest(_root.xr1) && (_root.hummer_on)) && (Math.abs(_root.xr1._y - this._y) <= 60)) {
_root.xr1.bbw.gotoAndStop(3);
this.gotoAndStop(2);
_root.hummer_on = false;
var i = Math.random();
animacija = _root.attachMovie("oblacic", "oblacic" + i, _root.getNextHighestDepth(), {_x:this._x, _y:this._y});
animacija._xscale = 10;
animacija._yscale = 10;
animacija.onEnterFrame = function () {
var _local2 = new Color("animacija");
_local2.setRGB(16777215);
this._xscale = 10;
this._yscale = 10;
if (this._currentframe >= 17) {
this.removeMovieClip();
}
};
}
}
Instance of Symbol 707 MovieClip in Symbol 1262 MovieClip Frame 1
onClipEvent (load) {
sjc = 0;
dqx = this._y;
xzx = this._y;
}
onClipEvent (enterFrame) {
if (_root.anniux4 == 0) {
mb = 90;
} else {
mb = 170;
}
if ((_root.anniux4 == 0) && (this._y > mb)) {
this._y = this._y - 2;
}
if ((_root.anniux4 == 1) && (this._y < mb)) {
this._y = this._y + 2;
}
sjc++;
if (sjc < 3) {
dqx = this._y;
} else {
xzx = this._y;
}
if ((dqx - xzx) > 2) {
_root.sy.gotoAndStop(3);
}
if (sjc > 5) {
sjc = 0;
}
}
Instance of Symbol 1261 MovieClip "mm" in Symbol 1262 MovieClip Frame 1
onClipEvent (enterFrame) {
for (var cBullet in _root.bulletHolder) {
if (this.hitTest(_root.bulletHolder[cBullet]._x, _root.bulletHolder[cBullet]._y, true)) {
var explosion_sound = new Sound();
explosion_sound.attachSound("explosion");
explosion_sound.start(0, 1);
var i = Math.random();
animacija = _root.attachMovie("oblacic", "oblacic" + i, _root.getNextHighestDepth(), {_x:_root.bulletHolder[cBullet]._x, _y:_root.bulletHolder[cBullet]._y});
animacija._xscale = 10;
animacija._yscale = 10;
animacija.onEnterFrame = function () {
this._xscale = 10;
this._yscale = 10;
if (this._currentframe >= 17) {
this.removeMovieClip();
}
};
if (_root.xr1._xscale >= 0) {
_root.rw1._x = _root.bulletHolder[cBullet]._x - 40;
_root.rw1._y = _root.bulletHolder[cBullet]._y;
}
if (_root.xr1._xscale < 0) {
_root.rw1._x = _root.bulletHolder[cBullet]._x + 40;
_root.rw1._y = _root.bulletHolder[cBullet]._y;
}
_root.bulletHolder[cBullet].removeMovieClip();
_root.xr1._visible = true;
trace("ptica");
}
}
}
Instance of Symbol 816 MovieClip in Symbol 1262 MovieClip Frame 1
onClipEvent (load) {
ysx = this._y;
}
onClipEvent (enterFrame) {
this._y = this._y + sd;
if (_xscale == 100) {
sd = -1;
}
if (_xscale == -100) {
sd = 1;
}
if (this._y < (ysx - 45)) {
_xscale = -100;
}
if (this._y > (ysx + 45)) {
_xscale = 100;
}
if (this.hitTest(_root.xr1)) {
_root.rw1._y = _root.rw1._y + sd;
}
if (this.hitTest(_root.xr2)) {
_root.rw2._x = _root.rw2._x + sd;
}
}
Instance of Symbol 655 MovieClip in Symbol 1262 MovieClip Frame 1
onClipEvent (load) {
_root.hummer_on = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.xr1)) {
this.gotoAndStop(40);
_root.xr1.bbw.gotoAndStop(2);
_root.hummer_on = true;
var i = Math.random();
animacija = _root.attachMovie("oblacic", "oblacic" + i, _root.getNextHighestDepth(), {_x:this._x, _y:this._y});
animacija._xscale = 10;
animacija._yscale = 10;
animacija.onEnterFrame = function () {
var _local2 = new Color("animacija");
_local2.setRGB(16777215);
this._xscale = 10;
this._yscale = 10;
if (this._currentframe >= 17) {
this.removeMovieClip();
}
};
}
}
Symbol 1268 MovieClip Frame 1
stop();
Instance of Symbol 863 MovieClip in Symbol 1268 MovieClip Frame 1
onClipEvent (enterFrame) {
if (((Math.abs(this._x - _root.xr1._x) < 30) && ((this._y - _root.xr1._y) < 60)) && (this._y > _root.xr1._y)) {
xr1s = 1;
} else {
xr1s = 0;
}
if (((Math.abs(this._x - _root.xr2._x) < 30) && ((this._y - _root.xr2._y) < 60)) && (this._y > _root.xr2._y)) {
xr2s = 1;
} else {
xr2s = 0;
}
if (((Math.abs(this._x - _root.map.xiangz1._x) < 30) && ((this._y - _root.map.xiangz1._y) < 25)) && (this._y > _root.map.xiangz1._y)) {
xzs = 1;
} else {
xzs = 0;
}
if (((xr1s == 1) || (xr2s == 1)) || (xzs == 1)) {
_root.zuozl = 1;
}
if ((xr1s == 1) && (xr2s == 1)) {
_root.zuozl = 2;
}
if ((xr1s == 1) && (xzs == 1)) {
_root.zuozl = 2;
}
if ((xr2s == 1) && (xzs == 1)) {
_root.zuozl = 2;
}
if (((xr1s == 1) && (xr2s == 1)) && (xzs == 1)) {
_root.zuozl = 3;
}
if (((xr1s == 0) && (xr2s == 0)) && (xzs == 0)) {
_root.zuozl = 0;
}
}
Instance of Symbol 863 MovieClip in Symbol 1268 MovieClip Frame 1
onClipEvent (load) {
sjc = 0;
dqx = this._y;
xzx = this._y;
}
onClipEvent (enterFrame) {
if (((Math.abs(this._x - _root.xr1._x) < 30) && ((this._y - _root.xr1._y) < 60)) && (this._y > _root.xr1._y)) {
xr1s = 1;
} else {
xr1s = 0;
}
if (((Math.abs(this._x - _root.xr2._x) < 30) && ((this._y - _root.xr2._y) < 60)) && (this._y > _root.xr2._y)) {
xr2s = 1;
} else {
xr2s = 0;
}
if (((Math.abs(this._x - _root.map.xiangz._x) < 30) && ((this._y - _root.map.xiangz._y) < 25)) && (this._y > _root.map.xiangz._y)) {
xzs = 1;
} else {
xzs = 0;
}
if (((xr1s == 1) || (xr2s == 1)) || (xzs == 1)) {
_root.youzl = 1;
}
if ((xr1s == 1) && (xr2s == 1)) {
_root.youzl = 2;
}
if ((xr1s == 1) && (xzs == 1)) {
_root.youzl = 2;
}
if ((xr2s == 1) && (xzs == 1)) {
_root.youzl = 2;
}
if (((xr1s == 1) && (xr2s == 1)) && (xzs == 1)) {
_root.youzl = 3;
}
if (((xr1s == 0) && (xr2s == 0)) && (xzs == 0)) {
_root.youzl = 0;
}
if (_root.zuozl == _root.youzl) {
_parent.stop();
}
if (_root.zuozl > _root.youzl) {
_parent.nextFrame();
}
if (_root.zuozl < _root.youzl) {
_parent.prevFrame();
}
dqz = _parent._currentframe;
_root.tianp.gotoAndStop(dqz);
sjc++;
if (sjc < 3) {
dqx = this._y;
} else {
xzx = this._y;
}
if ((dqx - xzx) > 2) {
_root.sy.gotoAndStop(5);
}
if (sjc > 5) {
sjc = 0;
}
}
Symbol 1268 MovieClip Frame 60
stop();
Symbol 1269 MovieClip Frame 1
stop();
Instance of Symbol 1268 MovieClip "tianpt" in Symbol 1269 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop(1);
}
Instance of Symbol 707 MovieClip in Symbol 1270 MovieClip Frame 1
onClipEvent (load) {
sjc = 0;
dqx = this._y;
xzx = this._y;
}
onClipEvent (enterFrame) {
if (_root.anniux2 == 0) {
mb = 16;
} else {
mb = 76;
}
if ((_root.anniux2 == 0) && (this._y > mb)) {
this._y = this._y - 2;
}
if ((_root.anniux2 == 1) && (this._y < mb)) {
this._y = this._y + 2;
}
sjc++;
if (sjc < 3) {
dqx = this._y;
} else {
xzx = this._y;
}
if ((dqx - xzx) > 2) {
_root.sy.gotoAndStop(3);
}
if (sjc > 5) {
sjc = 0;
}
}
Instance of Symbol 707 MovieClip in Symbol 1270 MovieClip Frame 1
onClipEvent (load) {
sjc = 0;
dqx = this._y;
xzx = this._y;
}
onClipEvent (enterFrame) {
if (_root.anniux1 == 0) {
mb = 205;
} else {
mb = 265;
}
if ((_root.anniux1 == 0) && (this._y > mb)) {
this._y = this._y - 2;
}
if ((_root.anniux1 == 1) && (this._y < mb)) {
this._y = this._y + 2;
}
sjc++;
if (sjc < 3) {
dqx = this._y;
} else {
xzx = this._y;
}
if ((dqx - xzx) > 2) {
_root.sy.gotoAndStop(3);
}
if (sjc > 5) {
sjc = 0;
}
}
Instance of Symbol 968 MovieClip in Symbol 1270 MovieClip Frame 1
onClipEvent (load) {
ysx = this._x;
}
onClipEvent (enterFrame) {
this._x = this._x + sd;
if (_xscale == 100) {
sd = -1;
}
if (_xscale == -100) {
sd = 1;
}
if (this._x < (ysx - 45)) {
_xscale = -100;
}
if (this._x > (ysx + 45)) {
_xscale = 100;
}
if (this.hitTest(_root.xr1) && (this._y > _root.xr1._y)) {
_root.rw1._x = _root.rw1._x + sd;
}
if (this.hitTest(_root.xr2) && (this._y > _root.xr2._y)) {
_root.rw2._x = _root.rw2._x + sd;
}
}
Instance of Symbol 968 MovieClip in Symbol 1270 MovieClip Frame 1
onClipEvent (load) {
ysx = this._x;
}
onClipEvent (enterFrame) {
this._x = this._x + sd;
if (_xscale == 100) {
sd = -1;
}
if (_xscale == -100) {
sd = 1;
}
if (this._x < (ysx - 45)) {
_xscale = -100;
}
if (this._x > (ysx + 45)) {
_xscale = 100;
}
if (this.hitTest(_root.xr1) && (this._y > _root.xr1._y)) {
_root.rw1._x = _root.rw1._x + sd;
}
if (this.hitTest(_root.xr2) && (this._y > _root.xr2._y)) {
_root.rw2._x = _root.rw2._x + sd;
}
}
Instance of Symbol 651 MovieClip "xiangz1" in Symbol 1270 MovieClip Frame 1
onClipEvent (load) {
gravity = 1;
yspeed = 0;
xspeed = 4;
jumping = 0;
anx = 0;
sjc = 0;
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
if (Math.abs(this._y - _root.renw._y) < 16) {
sjc++;
if (sjc < 3) {
dqx = this._x;
} else {
xzx = this._x;
}
if (dqx != xzx) {
_root.sy.gotoAndStop(2);
}
if (sjc > 5) {
sjc = 0;
}
if (this._x > _root.renw._x) {
this._x = this._x + _root.renw.xspeed;
} else {
this._x = this._x - _root.renw.xspeed;
}
}
}
i++;
}
if ((!_root.map.mm.hitTest(_x - (_width / 2), _y + (_height / 4), true)) && (!_root.map.mm.hitTest(_x - (_width / 2), _y - (_height / 4), true))) {
_x = (_x - xspeed);
}
if ((!_root.map.mm.hitTest(_x + (_width / 2), _y + (_height / 4), true)) && (!_root.map.mm.hitTest(_x + (_width / 2), _y - (_height / 4), true))) {
_x = (_x + xspeed);
}
yspeed = yspeed + gravity;
while (_root.map.mm.hitTest(_x, _y + (_height / 2), true)) {
_y = (_y-1);
_y = (_y-1);
yspeed = 0;
jumping = 0;
}
if ((!_root.map.mm.hitTest(_x, (_y + (_height / 2)) + 1, true)) || (yspeed < 0)) {
_y = (_y + yspeed);
} else {
yspeed = 0;
jumping = 0;
}
}
Instance of Symbol 651 MovieClip "xiangz" in Symbol 1270 MovieClip Frame 1
onClipEvent (load) {
gravity = 1;
yspeed = 0;
xspeed = 4;
jumping = 0;
anx = 0;
sjc = 0;
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
if (Math.abs(this._y - _root.renw._y) < 16) {
sjc++;
if (sjc < 3) {
dqx = this._x;
} else {
xzx = this._x;
}
if (dqx != xzx) {
_root.sy.gotoAndStop(2);
}
if (sjc > 5) {
sjc = 0;
}
if (this._x > _root.renw._x) {
this._x = this._x + _root.renw.xspeed;
} else {
this._x = this._x - _root.renw.xspeed;
}
}
}
i++;
}
if ((!_root.map.mm.hitTest(_x - (_width / 2), _y + (_height / 4), true)) && (!_root.map.mm.hitTest(_x - (_width / 2), _y - (_height / 4), true))) {
_x = (_x - xspeed);
}
if ((!_root.map.mm.hitTest(_x + (_width / 2), _y + (_height / 4), true)) && (!_root.map.mm.hitTest(_x + (_width / 2), _y - (_height / 4), true))) {
_x = (_x + xspeed);
}
yspeed = yspeed + gravity;
while (_root.map.mm.hitTest(_x, _y + (_height / 2), true)) {
_y = (_y-1);
_y = (_y-1);
yspeed = 0;
jumping = 0;
}
if ((!_root.map.mm.hitTest(_x, (_y + (_height / 2)) + 1, true)) || (yspeed < 0)) {
_y = (_y + yspeed);
} else {
yspeed = 0;
jumping = 0;
}
}
Symbol 1275 MovieClip Frame 1
stop();
Symbol 1275 MovieClip Frame 60
stop();
Symbol 1277 MovieClip Frame 1
stop();
Instance of Symbol 863 MovieClip in Symbol 1278 MovieClip Frame 1
onClipEvent (load) {
ysx = this._x;
}
onClipEvent (enterFrame) {
this._x = this._x + sd;
if (_xscale == 100) {
sd = -1;
}
if (_xscale == -100) {
sd = 1;
}
if (this._x < (ysx - 100)) {
_xscale = -100;
}
if (this._x > (ysx + 100)) {
_xscale = 100;
}
if (this.hitTest(_root.xr1) && (this._y > _root.xr1._y)) {
_root.rw1._x = _root.rw1._x + sd;
}
if (this.hitTest(_root.xr2) && (this._y > _root.xr2._y)) {
_root.rw2._x = _root.rw2._x + sd;
}
}
Instance of Symbol 863 MovieClip in Symbol 1278 MovieClip Frame 1
onClipEvent (load) {
ysx = this._x;
}
onClipEvent (enterFrame) {
this._x = this._x + sd;
if (_xscale == 100) {
sd = 1;
}
if (_xscale == -100) {
sd = -1;
}
if (this._x < (ysx - 100)) {
_xscale = 100;
}
if (this._x > (ysx + 100)) {
_xscale = -100;
}
if (this.hitTest(_root.xr1) && (this._y > _root.xr1._y)) {
_root.rw1._x = _root.rw1._x + sd;
}
if (this.hitTest(_root.xr2) && (this._y > _root.xr2._y)) {
_root.rw2._x = _root.rw2._x + sd;
}
}
Instance of Symbol 863 MovieClip in Symbol 1278 MovieClip Frame 1
onClipEvent (load) {
ysx = this._x;
}
onClipEvent (enterFrame) {
this._x = this._x + sd;
if (_xscale == 100) {
sd = 1;
}
if (_xscale == -100) {
sd = -1;
}
if (this._x < (ysx - 100)) {
_xscale = 100;
}
if (this._x > (ysx + 100)) {
_xscale = -100;
}
if (this.hitTest(_root.xr1) && (this._y > _root.xr1._y)) {
_root.rw1._x = _root.rw1._x + sd;
}
if (this.hitTest(_root.xr2) && (this._y > _root.xr2._y)) {
_root.rw2._x = _root.rw2._x + sd;
}
}
Instance of Symbol 863 MovieClip in Symbol 1278 MovieClip Frame 1
onClipEvent (load) {
ysx = this._x;
}
onClipEvent (enterFrame) {
this._x = this._x + sd;
if (_xscale == 100) {
sd = -1;
}
if (_xscale == -100) {
sd = 1;
}
if (this._x < (ysx - 100)) {
_xscale = -100;
}
if (this._x > (ysx + 100)) {
_xscale = 100;
}
if (this.hitTest(_root.xr1) && (this._y > _root.xr1._y)) {
_root.rw1._x = _root.rw1._x + sd;
}
if (this.hitTest(_root.xr2) && (this._y > _root.xr2._y)) {
_root.rw2._x = _root.rw2._x + sd;
}
}
Instance of Symbol 863 MovieClip in Symbol 1278 MovieClip Frame 1
onClipEvent (load) {
ysx = this._x;
}
onClipEvent (enterFrame) {
this._x = this._x + sd;
if (_xscale == 100) {
sd = 1;
}
if (_xscale == -100) {
sd = -1;
}
if (this._x < (ysx - 30)) {
_xscale = 100;
}
if (this._x > (ysx + 30)) {
_xscale = -100;
}
if (this.hitTest(_root.xr1) && (this._y > _root.xr1._y)) {
_root.rw1._x = _root.rw1._x + sd;
}
if (this.hitTest(_root.xr2) && (this._y > _root.xr2._y)) {
_root.rw2._x = _root.rw2._x + sd;
}
}
Instance of Symbol 863 MovieClip in Symbol 1278 MovieClip Frame 1
onClipEvent (load) {
ysx = this._x;
}
onClipEvent (enterFrame) {
this._x = this._x + sd;
if (_xscale == 100) {
sd = -1;
}
if (_xscale == -100) {
sd = 1;
}
if (this._x < (ysx - 30)) {
_xscale = -100;
}
if (this._x > (ysx + 30)) {
_xscale = 100;
}
if (this.hitTest(_root.xr1) && (this._y > _root.xr1._y)) {
_root.rw1._x = _root.rw1._x + sd;
}
if (this.hitTest(_root.xr2) && (this._y > _root.xr2._y)) {
_root.rw2._x = _root.rw2._x + sd;
}
}
Symbol 1283 MovieClip Frame 1
stop();
Instance of Symbol 707 MovieClip in Symbol 1284 MovieClip Frame 1
onClipEvent (load) {
sjc = 0;
dqx = this._y;
xzx = this._y;
}
onClipEvent (enterFrame) {
if (_root.anniux2 == 0) {
mb = 263;
} else {
mb = 323;
}
if ((_root.anniux2 == 0) && (this._y > mb)) {
this._y = this._y - 2;
}
if ((_root.anniux2 == 1) && (this._y < mb)) {
this._y = this._y + 2;
}
sjc++;
if (sjc < 3) {
dqx = this._y;
} else {
xzx = this._y;
}
if ((dqx - xzx) > 2) {
_root.sy.gotoAndStop(3);
}
if (sjc > 5) {
sjc = 0;
}
}
Instance of Symbol 707 MovieClip in Symbol 1284 MovieClip Frame 1
onClipEvent (load) {
sjc = 0;
dqx = this._x;
xzx = this._x;
}
onClipEvent (enterFrame) {
if (_root.anniux == 0) {
mb = 317;
} else {
mb = 257;
}
if ((_root.anniux == 1) && (this._x > mb)) {
this._x = this._x - 2;
}
if ((_root.anniux == 0) && (this._x < mb)) {
this._x = this._x + 2;
}
sjc++;
if (sjc < 3) {
dqx = this._x;
} else {
xzx = this._x;
}
if ((dqx - xzx) > 2) {
_root.sy.gotoAndStop(3);
}
if (sjc > 5) {
sjc = 0;
}
}
Symbol 1290 MovieClip Frame 1
stop();
Instance of Symbol 863 MovieClip in Symbol 1290 MovieClip Frame 1
onClipEvent (enterFrame) {
if (((Math.abs(this._x - _root.xr1._x) < 30) && ((this._y - _root.xr1._y) < 60)) && (this._y > _root.xr1._y)) {
xr1s = 1;
} else {
xr1s = 0;
}
if (((Math.abs(this._x - _root.xr2._x) < 30) && ((this._y - _root.xr2._y) < 60)) && (this._y > _root.xr2._y)) {
xr2s = 1;
} else {
xr2s = 0;
}
if (((Math.abs(this._x - _root.map.xiangz1._x) < 30) && ((this._y - _root.map.xiangz1._y) < 25)) && (this._y > _root.map.xiangz1._y)) {
xzs = 1;
} else {
xzs = 0;
}
if (((xr1s == 1) || (xr2s == 1)) || (xzs == 1)) {
_root.zuozl = 1;
}
if ((xr1s == 1) && (xr2s == 1)) {
_root.zuozl = 2;
}
if ((xr1s == 1) && (xzs == 1)) {
_root.zuozl = 2;
}
if ((xr2s == 1) && (xzs == 1)) {
_root.zuozl = 2;
}
if (((xr1s == 1) && (xr2s == 1)) && (xzs == 1)) {
_root.zuozl = 3;
}
if (((xr1s == 0) && (xr2s == 0)) && (xzs == 0)) {
_root.zuozl = 0;
}
}
Instance of Symbol 863 MovieClip in Symbol 1290 MovieClip Frame 1
onClipEvent (load) {
sjc = 0;
dqx = this._y;
xzx = this._y;
}
onClipEvent (enterFrame) {
if (((Math.abs(this._x - _root.xr1._x) < 30) && ((this._y - _root.xr1._y) < 60)) && (this._y > _root.xr1._y)) {
xr1s = 1;
} else {
xr1s = 0;
}
if (((Math.abs(this._x - _root.xr2._x) < 30) && ((this._y - _root.xr2._y) < 60)) && (this._y > _root.xr2._y)) {
xr2s = 1;
} else {
xr2s = 0;
}
if (((Math.abs(this._x - _root.map.xiangz._x) < 30) && ((this._y - _root.map.xiangz._y) < 25)) && (this._y > _root.map.xiangz._y)) {
xzs = 1;
} else {
xzs = 0;
}
if (((xr1s == 1) || (xr2s == 1)) || (xzs == 1)) {
_root.youzl = 1;
}
if ((xr1s == 1) && (xr2s == 1)) {
_root.youzl = 2;
}
if ((xr1s == 1) && (xzs == 1)) {
_root.youzl = 2;
}
if ((xr2s == 1) && (xzs == 1)) {
_root.youzl = 2;
}
if (((xr1s == 1) && (xr2s == 1)) && (xzs == 1)) {
_root.youzl = 3;
}
if (((xr1s == 0) && (xr2s == 0)) && (xzs == 0)) {
_root.youzl = 0;
}
if (_root.zuozl == _root.youzl) {
_parent.stop();
}
if (_root.zuozl > _root.youzl) {
_parent.nextFrame();
}
if (_root.zuozl < _root.youzl) {
_parent.prevFrame();
}
dqz = _parent._currentframe;
_root.tianp.gotoAndStop(dqz);
sjc++;
if (sjc < 3) {
dqx = this._y;
} else {
xzx = this._y;
}
if ((dqx - xzx) > 2) {
_root.sy.gotoAndStop(5);
}
if (sjc > 5) {
sjc = 0;
}
}
Symbol 1290 MovieClip Frame 49
stop();
Symbol 1291 MovieClip Frame 1
stop();
Instance of Symbol 1290 MovieClip "tianpt" in Symbol 1291 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop(25);
}
Instance of Symbol 651 MovieClip "xiangz" in Symbol 1292 MovieClip Frame 1
onClipEvent (load) {
gravity = 1;
yspeed = 0;
xspeed = 4;
jumping = 0;
anx = 0;
sjc = 0;
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
if (Math.abs(this._y - _root.renw._y) < 16) {
sjc++;
if (sjc < 3) {
dqx = this._x;
} else {
xzx = this._x;
}
if (dqx != xzx) {
_root.sy.gotoAndStop(2);
}
if (sjc > 5) {
sjc = 0;
}
if (this._x > _root.renw._x) {
this._x = this._x + _root.renw.xspeed;
} else {
this._x = this._x - _root.renw.xspeed;
}
}
}
i++;
}
if ((!_root.map.mm.hitTest(_x - (_width / 2), _y + (_height / 4), true)) && (!_root.map.mm.hitTest(_x - (_width / 2), _y - (_height / 4), true))) {
_x = (_x - xspeed);
}
if ((!_root.map.mm.hitTest(_x + (_width / 2), _y + (_height / 4), true)) && (!_root.map.mm.hitTest(_x + (_width / 2), _y - (_height / 4), true))) {
_x = (_x + xspeed);
}
yspeed = yspeed + gravity;
while (_root.map.mm.hitTest(_x, _y + (_height / 2), true)) {
_y = (_y-1);
_y = (_y-1);
yspeed = 0;
jumping = 0;
}
if ((!_root.map.mm.hitTest(_x, (_y + (_height / 2)) + 1, true)) || (yspeed < 0)) {
_y = (_y + yspeed);
} else {
yspeed = 0;
jumping = 0;
}
}
Instance of Symbol 651 MovieClip "xiangz1" in Symbol 1292 MovieClip Frame 1
onClipEvent (load) {
gravity = 1;
yspeed = 0;
xspeed = 4;
jumping = 0;
anx = 0;
sjc = 0;
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
if (Math.abs(this._y - _root.renw._y) < 16) {
sjc++;
if (sjc < 3) {
dqx = this._x;
} else {
xzx = this._x;
}
if (dqx != xzx) {
_root.sy.gotoAndStop(2);
}
if (sjc > 5) {
sjc = 0;
}
if (this._x > _root.renw._x) {
this._x = this._x + _root.renw.xspeed;
} else {
this._x = this._x - _root.renw.xspeed;
}
}
}
i++;
}
if ((!_root.map.mm.hitTest(_x - (_width / 2), _y + (_height / 4), true)) && (!_root.map.mm.hitTest(_x - (_width / 2), _y - (_height / 4), true))) {
_x = (_x - xspeed);
}
if ((!_root.map.mm.hitTest(_x + (_width / 2), _y + (_height / 4), true)) && (!_root.map.mm.hitTest(_x + (_width / 2), _y - (_height / 4), true))) {
_x = (_x + xspeed);
}
yspeed = yspeed + gravity;
while (_root.map.mm.hitTest(_x, _y + (_height / 2), true)) {
_y = (_y-1);
_y = (_y-1);
yspeed = 0;
jumping = 0;
}
if ((!_root.map.mm.hitTest(_x, (_y + (_height / 2)) + 1, true)) || (yspeed < 0)) {
_y = (_y + yspeed);
} else {
yspeed = 0;
jumping = 0;
}
}
Symbol 1298 MovieClip Frame 1
stop();
Symbol 1298 MovieClip Frame 49
stop();
Symbol 1300 MovieClip Frame 1
stop();
Symbol 1300 MovieClip Frame 79
stop();
Symbol 1304 MovieClip Frame 1
stop();
Symbol 1305 MovieClip Frame 1
stop();
Instance of Symbol 968 MovieClip in Symbol 1305 MovieClip Frame 1
onClipEvent (enterFrame) {
if (((Math.abs(this._x - _root.xr1._x) < 30) && ((this._y - _root.xr1._y) < 30)) && (this._y > _root.xr1._y)) {
xr1s = 1;
} else {
xr1s = 0;
}
if (((Math.abs(this._x - _root.xr2._x) < 30) && ((this._y - _root.xr2._y) < 30)) && (this._y > _root.xr2._y)) {
xr2s = 1;
} else {
xr2s = 0;
}
if (((Math.abs(this._x - _root.map.xiangz1._x) < 30) && ((this._y - _root.map.xiangz1._y) < 25)) && (this._y > _root.map.xiangz1._y)) {
xzs = 1;
} else {
xzs = 0;
}
if (((xr1s == 1) || (xr2s == 1)) || (xzs == 1)) {
_root.zuozl = 1;
}
if ((xr1s == 1) && (xr2s == 1)) {
_root.zuozl = 2;
}
if ((xr1s == 1) && (xzs == 1)) {
_root.zuozl = 2;
}
if ((xr2s == 1) && (xzs == 1)) {
_root.zuozl = 2;
}
if (((xr1s == 1) && (xr2s == 1)) && (xzs == 1)) {
_root.zuozl = 3;
}
if (((xr1s == 0) && (xr2s == 0)) && (xzs == 0)) {
_root.zuozl = 0;
}
}
Instance of Symbol 968 MovieClip in Symbol 1305 MovieClip Frame 1
onClipEvent (load) {
sjc = 0;
dqx = this._y;
xzx = this._y;
}
onClipEvent (enterFrame) {
if (((Math.abs(this._x - _root.xr1._x) < 30) && ((this._y - _root.xr1._y) < 30)) && (this._y > _root.xr1._y)) {
xr1s = 1;
} else {
xr1s = 0;
}
if (((Math.abs(this._x - _root.xr2._x) < 30) && ((this._y - _root.xr2._y) < 30)) && (this._y > _root.xr2._y)) {
xr2s = 1;
} else {
xr2s = 0;
}
if (((Math.abs(this._x - _root.map.xiangz._x) < 30) && ((this._y - _root.map.xiangz._y) < 25)) && (this._y > _root.map.xiangz._y)) {
xzs = 1;
} else {
xzs = 0;
}
if (((xr1s == 1) || (xr2s == 1)) || (xzs == 1)) {
_root.youzl = 1;
}
if ((xr1s == 1) && (xr2s == 1)) {
_root.youzl = 2;
}
if ((xr1s == 1) && (xzs == 1)) {
_root.youzl = 2;
}
if ((xr2s == 1) && (xzs == 1)) {
_root.youzl = 2;
}
if (((xr1s == 1) && (xr2s == 1)) && (xzs == 1)) {
_root.youzl = 3;
}
if (((xr1s == 0) && (xr2s == 0)) && (xzs == 0)) {
_root.youzl = 0;
}
if (_root.zuozl == _root.youzl) {
_parent.stop();
}
if (_root.zuozl < _root.youzl) {
_parent.nextFrame();
}
if (_root.zuozl > _root.youzl) {
_parent.prevFrame();
}
dqz = _parent._currentframe;
_root.tianp.gotoAndStop(dqz);
sjc++;
if (sjc < 3) {
dqx = this._y;
} else {
xzx = this._y;
}
if ((dqx - xzx) > 2) {
_root.sy.gotoAndStop(5);
}
if (sjc > 5) {
sjc = 0;
}
}
Symbol 1305 MovieClip Frame 79
stop();
Instance of Symbol 968 MovieClip in Symbol 1305 MovieClip Frame 79
onClipEvent (enterFrame) {
if (((Math.abs(this._x - _root.xr1._x) < 30) && ((this._y - _root.xr1._y) < 60)) && (this._y > _root.xr1._y)) {
xr1s = 1;
} else {
xr1s = 0;
}
if (((Math.abs(this._x - _root.xr2._x) < 30) && ((this._y - _root.xr2._y) < 60)) && (this._y > _root.xr2._y)) {
xr2s = 1;
} else {
xr2s = 0;
}
if (((Math.abs(this._x - _root.map.xiangz1._x) < 30) && ((this._y - _root.map.xiangz1._y) < 25)) && (this._y > _root.map.xiangz1._y)) {
xzs = 1;
} else {
xzs = 0;
}
if (((xr1s == 1) || (xr2s == 1)) || (xzs == 1)) {
_root.zuozl = 1;
}
if ((xr1s == 1) && (xr2s == 1)) {
_root.zuozl = 2;
}
if ((xr1s == 1) && (xzs == 1)) {
_root.zuozl = 2;
}
if ((xr2s == 1) && (xzs == 1)) {
_root.zuozl = 2;
}
if (((xr1s == 1) && (xr2s == 1)) && (xzs == 1)) {
_root.zuozl = 3;
}
if (((xr1s == 0) && (xr2s == 0)) && (xzs == 0)) {
_root.zuozl = 0;
}
}
Instance of Symbol 968 MovieClip in Symbol 1305 MovieClip Frame 79
onClipEvent (load) {
sjc = 0;
dqx = this._y;
xzx = this._y;
}
onClipEvent (enterFrame) {
if (((Math.abs(this._x - _root.xr1._x) < 30) && ((this._y - _root.xr1._y) < 60)) && (this._y > _root.xr1._y)) {
xr1s = 1;
} else {
xr1s = 0;
}
if (((Math.abs(this._x - _root.xr2._x) < 30) && ((this._y - _root.xr2._y) < 60)) && (this._y > _root.xr2._y)) {
xr2s = 1;
} else {
xr2s = 0;
}
if (((Math.abs(this._x - _root.map.xiangz._x) < 30) && ((this._y - _root.map.xiangz._y) < 25)) && (this._y > _root.map.xiangz._y)) {
xzs = 1;
} else {
xzs = 0;
}
if (((xr1s == 1) || (xr2s == 1)) || (xzs == 1)) {
_root.youzl = 1;
}
if ((xr1s == 1) && (xr2s == 1)) {
_root.youzl = 2;
}
if ((xr1s == 1) && (xzs == 1)) {
_root.youzl = 2;
}
if ((xr2s == 1) && (xzs == 1)) {
_root.youzl = 2;
}
if (((xr1s == 1) && (xr2s == 1)) && (xzs == 1)) {
_root.youzl = 3;
}
if (((xr1s == 0) && (xr2s == 0)) && (xzs == 0)) {
_root.youzl = 0;
}
if (_root.zuozl == _root.youzl) {
_parent.stop();
}
if (_root.zuozl < _root.youzl) {
_parent.nextFrame();
}
if (_root.zuozl > _root.youzl) {
_parent.prevFrame();
}
dqz = _parent._currentframe;
_root.tianp.gotoAndStop(dqz);
sjc++;
if (sjc < 3) {
dqx = this._y;
} else {
xzx = this._y;
}
if ((dqx - xzx) > 2) {
_root.sy.gotoAndStop(5);
}
if (sjc > 5) {
sjc = 0;
}
}
Symbol 1307 MovieClip Frame 1
stop();
Instance of Symbol 1305 MovieClip "tianpt" in Symbol 1307 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop(70);
}
Instance of Symbol 651 MovieClip "xiangz" in Symbol 1308 MovieClip Frame 1
onClipEvent (load) {
gravity = 1;
yspeed = 0;
xspeed = 4;
jumping = 0;
anx = 0;
sjc = 0;
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
if (Math.abs(this._y - _root.renw._y) < 16) {
sjc++;
if (sjc < 3) {
dqx = this._x;
} else {
xzx = this._x;
}
if (dqx != xzx) {
_root.sy.gotoAndStop(2);
}
if (sjc > 5) {
sjc = 0;
}
if (this._x > _root.renw._x) {
this._x = this._x + _root.renw.xspeed;
} else {
this._x = this._x - _root.renw.xspeed;
}
}
}
i++;
}
if ((!_root.map.mm.hitTest(_x - (_width / 2), _y + (_height / 4), true)) && (!_root.map.mm.hitTest(_x - (_width / 2), _y - (_height / 4), true))) {
_x = (_x - xspeed);
}
if ((!_root.map.mm.hitTest(_x + (_width / 2), _y + (_height / 4), true)) && (!_root.map.mm.hitTest(_x + (_width / 2), _y - (_height / 4), true))) {
_x = (_x + xspeed);
}
yspeed = yspeed + gravity;
while (_root.map.mm.hitTest(_x, _y + (_height / 2), true)) {
_y = (_y-1);
_y = (_y-1);
yspeed = 0;
jumping = 0;
}
if ((!_root.map.mm.hitTest(_x, (_y + (_height / 2)) + 1, true)) || (yspeed < 0)) {
_y = (_y + yspeed);
} else {
yspeed = 0;
jumping = 0;
}
}
Symbol 1314 MovieClip Frame 1
stop();
Instance of Symbol 707 MovieClip in Symbol 1315 MovieClip Frame 1
onClipEvent (load) {
sjc = 0;
dqx = this._y;
xzx = this._y;
}
onClipEvent (enterFrame) {
if (_root.anniux2 == 0) {
mb = 145;
} else {
mb = 205;
}
if ((_root.anniux2 == 0) && (this._y > mb)) {
this._y = this._y - 2;
}
if ((_root.anniux2 == 1) && (this._y < mb)) {
this._y = this._y + 2;
}
sjc++;
if (sjc < 3) {
dqx = this._y;
} else {
xzx = this._y;
}
if ((dqx - xzx) > 2) {
_root.sy.gotoAndStop(3);
}
if (sjc > 5) {
sjc = 0;
}
}
Instance of Symbol 707 MovieClip in Symbol 1315 MovieClip Frame 1
onClipEvent (load) {
sjc = 0;
dqx = this._y;
xzx = this._y;
}
onClipEvent (enterFrame) {
if (_root.anniux3 == 0) {
mb = 220;
} else {
mb = 320;
}
if ((_root.anniux3 == 0) && (this._y > mb)) {
this._y = this._y - 2;
}
if ((_root.anniux3 == 1) && (this._y < mb)) {
this._y = this._y + 2;
}
sjc++;
if (sjc < 3) {
dqx = this._y;
} else {
xzx = this._y;
}
if ((dqx - xzx) > 2) {
_root.sy.gotoAndStop(4);
}
if (sjc > 5) {
sjc = 0;
}
}
Instance of Symbol 863 MovieClip in Symbol 1315 MovieClip Frame 1
onClipEvent (load) {
ysx = this._x;
}
onClipEvent (enterFrame) {
this._x = this._x + sd;
if (_xscale == 100) {
sd = -1;
}
if (_xscale == -100) {
sd = 1;
}
if (this._x < (ysx - 45)) {
_xscale = -100;
}
if (this._x > (ysx + 45)) {
_xscale = 100;
}
if (((Math.abs(this._x - _root.xr1._x) < 24) && ((this._y - _root.xr1._y) < 25)) && (this._y > _root.xr1._y)) {
_root.rw1._x = _root.rw1._x + sd;
}
if (((Math.abs(this._x - _root.xr2._x) < 24) && ((this._y - _root.xr2._y) < 25)) && (this._y > _root.xr2._y)) {
_root.rw2._x = _root.rw2._x + sd;
}
}
Instance of Symbol 863 MovieClip in Symbol 1315 MovieClip Frame 1
onClipEvent (load) {
ysx = this._x;
}
onClipEvent (enterFrame) {
this._x = this._x + sd;
if (_xscale == 100) {
sd = 1;
}
if (_xscale == -100) {
sd = -1;
}
if (this._x < (ysx - 45)) {
_xscale = 100;
}
if (this._x > (ysx + 45)) {
_xscale = -100;
}
if (((Math.abs(this._x - _root.xr1._x) < 24) && ((this._y - _root.xr1._y) < 25)) && (this._y > _root.xr1._y)) {
_root.rw1._x = _root.rw1._x + sd;
}
if (((Math.abs(this._x - _root.xr2._x) < 24) && ((this._y - _root.xr2._y) < 25)) && (this._y > _root.xr2._y)) {
_root.rw2._x = _root.rw2._x + sd;
}
}
Instance of Symbol 707 MovieClip "diant" in Symbol 1315 MovieClip Frame 1
onClipEvent (load) {
sjc = 0;
dqx = this._y;
xzx = this._y;
}
onClipEvent (enterFrame) {
if (_root.anniux1 == 0) {
mb = 50;
} else {
mb = 120;
}
if ((_root.anniux1 == 0) && (this._y > mb)) {
this._y = this._y - 2;
}
if ((_root.anniux1 == 1) && (this._y < mb)) {
this._y = this._y + 2;
}
sjc++;
if (sjc < 3) {
dqx = this._y;
} else {
xzx = this._y;
}
if ((dqx - xzx) > 2) {
_root.sy.gotoAndStop(4);
}
if (sjc > 5) {
sjc = 0;
}
}
Instance of Symbol 707 MovieClip in Symbol 1315 MovieClip Frame 1
onClipEvent (enterFrame) {
this._y = _parent.diant._y + 70;
}
Symbol 1322 MovieClip Frame 1
stop();
Instance of Symbol 707 MovieClip in Symbol 1323 MovieClip Frame 1
onClipEvent (load) {
sjc = 0;
dqx = this._y;
xzx = this._y;
}
onClipEvent (enterFrame) {
if (_root.anniux2 == 0) {
mb = 19;
} else {
mb = 79;
}
if ((_root.anniux2 == 0) && (this._y > mb)) {
this._y = this._y - 2;
}
if ((_root.anniux2 == 1) && (this._y < mb)) {
this._y = this._y + 2;
}
sjc++;
if (sjc < 3) {
dqx = this._y;
} else {
xzx = this._y;
}
if ((dqx - xzx) > 2) {
_root.sy.gotoAndStop(3);
}
if (sjc > 5) {
sjc = 0;
}
}
Instance of Symbol 707 MovieClip in Symbol 1323 MovieClip Frame 1
onClipEvent (load) {
sjc = 0;
dqx = this._y;
xzx = this._y;
}
onClipEvent (enterFrame) {
if (_root.anniux1 == 0) {
mb = 47;
} else {
mb = 107;
}
if ((_root.anniux1 == 0) && (this._y > mb)) {
this._y = this._y - 2;
}
if ((_root.anniux1 == 1) && (this._y < mb)) {
this._y = this._y + 2;
}
sjc++;
if (sjc < 3) {
dqx = this._y;
} else {
xzx = this._y;
}
if ((dqx - xzx) > 2) {
_root.sy.gotoAndStop(3);
}
if (sjc > 5) {
sjc = 0;
}
}
Symbol 1330 MovieClip Frame 1
stop();
Symbol 1332 MovieClip Frame 1
stop();
Symbol 1336 MovieClip Frame 1
stop();
Instance of Symbol 707 MovieClip in Symbol 1337 MovieClip Frame 1
onClipEvent (load) {
sjc = 0;
dqx = this._y;
xzx = this._y;
}
onClipEvent (enterFrame) {
if (_root.anniux4 == 0) {
mb = 384;
} else {
mb = 444;
}
if ((_root.anniux4 == 0) && (this._y > mb)) {
this._y = this._y - 2;
}
if ((_root.anniux4 == 1) && (this._y < mb)) {
this._y = this._y + 2;
}
sjc++;
if (sjc < 3) {
dqx = this._y;
} else {
xzx = this._y;
}
if ((dqx - xzx) > 2) {
_root.sy.gotoAndStop(3);
}
if (sjc > 5) {
sjc = 0;
}
}
Instance of Symbol 707 MovieClip in Symbol 1337 MovieClip Frame 1
onClipEvent (load) {
sjc = 0;
dqx = this._x;
xzx = this._x;
}
onClipEvent (enterFrame) {
if (_root.anniux == 0) {
mb = 550;
} else {
mb = 610;
}
if ((_root.anniux == 0) && (this._x > mb)) {
this._x = this._x - 2;
}
if ((_root.anniux == 1) && (this._x < mb)) {
this._x = this._x + 2;
}
sjc++;
if (sjc < 3) {
dqx = this._x;
} else {
xzx = this._x;
}
if ((dqx - xzx) > 2) {
_root.sy.gotoAndStop(3);
}
if (sjc > 5) {
sjc = 0;
}
}
Instance of Symbol 707 MovieClip in Symbol 1337 MovieClip Frame 1
onClipEvent (load) {
sjc = 0;
dqx = this._x;
xzx = this._x;
}
onClipEvent (enterFrame) {
if (_root.anniux2 == 0) {
mb = 280;
} else {
mb = 340;
}
if ((_root.anniux2 == 0) && (this._x > mb)) {
this._x = this._x - 2;
}
if ((_root.anniux2 == 1) && (this._x < mb)) {
this._x = this._x + 2;
}
sjc++;
if (sjc < 3) {
dqx = this._x;
} else {
xzx = this._x;
}
if ((dqx - xzx) > 2) {
_root.sy.gotoAndStop(3);
}
if (sjc > 5) {
sjc = 0;
}
}
Instance of Symbol 968 MovieClip in Symbol 1337 MovieClip Frame 1
onClipEvent (load) {
ysx = this._x;
}
onClipEvent (enterFrame) {
this._x = this._x + sd;
if (_xscale == 100) {
sd = -1;
}
if (_xscale == -100) {
sd = 1;
}
if (this._x < (ysx - 45)) {
_xscale = -100;
}
if (this._x > (ysx + 45)) {
_xscale = 100;
}
if (((Math.abs(this._x - _root.xr1._x) < 24) && ((this._y - _root.xr1._y) < 25)) && (this._y > _root.xr1._y)) {
_root.rw1._x = _root.rw1._x + sd;
}
if (((Math.abs(this._x - _root.xr2._x) < 24) && ((this._y - _root.xr2._y) < 25)) && (this._y > _root.xr2._y)) {
_root.rw2._x = _root.rw2._x + sd;
}
}
Instance of Symbol 968 MovieClip in Symbol 1337 MovieClip Frame 1
onClipEvent (load) {
ysx = this._x;
}
onClipEvent (enterFrame) {
this._x = this._x + sd;
if (_xscale == 100) {
sd = -1;
}
if (_xscale == -100) {
sd = 1;
}
if (this._x < (ysx - 45)) {
_xscale = -100;
}
if (this._x > (ysx + 45)) {
_xscale = 100;
}
if (((Math.abs(this._x - _root.xr1._x) < 24) && ((this._y - _root.xr1._y) < 25)) && (this._y > _root.xr1._y)) {
_root.rw1._x = _root.rw1._x + sd;
}
if (((Math.abs(this._x - _root.xr2._x) < 24) && ((this._y - _root.xr2._y) < 25)) && (this._y > _root.xr2._y)) {
_root.rw2._x = _root.rw2._x + sd;
}
}
Instance of Symbol 968 MovieClip in Symbol 1337 MovieClip Frame 1
onClipEvent (load) {
ysx = this._x;
}
onClipEvent (enterFrame) {
this._x = this._x + sd;
if (_xscale == 100) {
sd = -1;
}
if (_xscale == -100) {
sd = 1;
}
if (this._x < (ysx - 40)) {
_xscale = -100;
}
if (this._x > (ysx + 40)) {
_xscale = 100;
}
if (((Math.abs(this._x - _root.xr1._x) < 24) && ((this._y - _root.xr1._y) < 25)) && (this._y > _root.xr1._y)) {
_root.rw1._x = _root.rw1._x + sd;
}
if (((Math.abs(this._x - _root.xr2._x) < 24) && ((this._y - _root.xr2._y) < 25)) && (this._y > _root.xr2._y)) {
_root.rw2._x = _root.rw2._x + sd;
}
}
Instance of Symbol 707 MovieClip in Symbol 1337 MovieClip Frame 1
onClipEvent (load) {
sjc = 0;
dqx = this._y;
xzx = this._y;
}
onClipEvent (enterFrame) {
if (_root.anniux3 == 0) {
mb = 351;
} else {
mb = 436;
}
if ((_root.anniux3 == 0) && (this._y > mb)) {
this._y = this._y - 2;
}
if ((_root.anniux3 == 1) && (this._y < mb)) {
this._y = this._y + 2;
}
sjc++;
if (sjc < 3) {
dqx = this._y;
} else {
xzx = this._y;
}
if ((dqx - xzx) > 2) {
_root.sy.gotoAndStop(4);
}
if (sjc > 5) {
sjc = 0;
}
}
Symbol 1344 MovieClip Frame 1
stop();
Instance of Symbol 707 MovieClip in Symbol 1345 MovieClip Frame 1
onClipEvent (load) {
sjc = 0;
dqx = this._y;
xzx = this._y;
}
onClipEvent (enterFrame) {
if (_root.anniux4 == 0) {
mb = 157;
} else {
mb = 217;
}
if ((_root.anniux4 == 0) && (this._y > mb)) {
this._y = this._y - 2;
}
if ((_root.anniux4 == 1) && (this._y < mb)) {
this._y = this._y + 2;
}
sjc++;
if (sjc < 3) {
dqx = this._y;
} else {
xzx = this._y;
}
if ((dqx - xzx) > 2) {
_root.sy.gotoAndStop(3);
}
if (sjc > 5) {
sjc = 0;
}
}
Instance of Symbol 707 MovieClip in Symbol 1345 MovieClip Frame 1
onClipEvent (load) {
sjc = 0;
dqx = this._y;
xzx = this._y;
}
onClipEvent (enterFrame) {
if (_root.anniux1 == 0) {
mb = 156;
} else {
mb = 216;
}
if ((_root.anniux1 == 0) && (this._y > mb)) {
this._y = this._y - 2;
}
if ((_root.anniux1 == 1) && (this._y < mb)) {
this._y = this._y + 2;
}
sjc++;
if (sjc < 3) {
dqx = this._y;
} else {
xzx = this._y;
}
if ((dqx - xzx) > 2) {
_root.sy.gotoAndStop(3);
}
if (sjc > 5) {
sjc = 0;
}
}
Instance of Symbol 707 MovieClip in Symbol 1345 MovieClip Frame 1
onClipEvent (load) {
sjc = 0;
dqx = this._y;
xzx = this._y;
}
onClipEvent (enterFrame) {
if (_root.anniux2 == 0) {
mb = 350;
} else {
mb = 410;
}
if ((_root.anniux2 == 0) && (this._y > mb)) {
this._y = this._y - 2;
}
if ((_root.anniux2 == 1) && (this._y < mb)) {
this._y = this._y + 2;
}
sjc++;
if (sjc < 3) {
dqx = this._y;
} else {
xzx = this._y;
}
if ((dqx - xzx) > 2) {
_root.sy.gotoAndStop(3);
}
if (sjc > 5) {
sjc = 0;
}
}
Instance of Symbol 707 MovieClip in Symbol 1345 MovieClip Frame 1
onClipEvent (load) {
sjc = 0;
dqx = this._y;
xzx = this._y;
}
onClipEvent (enterFrame) {
if (_root.anniux == 0) {
mb = 220;
} else {
mb = 280;
}
if ((_root.anniux == 0) && (this._y > mb)) {
this._y = this._y - 2;
}
if ((_root.anniux == 1) && (this._y < mb)) {
this._y = this._y + 2;
}
sjc++;
if (sjc < 3) {
dqx = this._y;
} else {
xzx = this._y;
}
if ((dqx - xzx) > 2) {
_root.sy.gotoAndStop(3);
}
if (sjc > 5) {
sjc = 0;
}
}
Instance of Symbol 968 MovieClip in Symbol 1345 MovieClip Frame 1
onClipEvent (load) {
ysx = this._x;
}
onClipEvent (enterFrame) {
this._x = this._x + sd;
if (_xscale == 100) {
sd = -1;
}
if (_xscale == -100) {
sd = 1;
}
if (this._x < (ysx - 75)) {
_xscale = -100;
}
if (this._x > (ysx + 75)) {
_xscale = 100;
}
if (((Math.abs(this._x - _root.xr1._x) < 24) && ((this._y - _root.xr1._y) < 25)) && (this._y > _root.xr1._y)) {
_root.rw1._x = _root.rw1._x + sd;
}
if (((Math.abs(this._x - _root.xr2._x) < 24) && ((this._y - _root.xr2._y) < 25)) && (this._y > _root.xr2._y)) {
_root.rw2._x = _root.rw2._x + sd;
}
}
Instance of Symbol 863 MovieClip in Symbol 1345 MovieClip Frame 1
onClipEvent (load) {
ysx = this._x;
}
onClipEvent (enterFrame) {
this._x = this._x + sd;
if (_xscale == 100) {
sd = -1;
}
if (_xscale == -100) {
sd = 1;
}
if (this._x < (ysx - 20)) {
_xscale = -100;
}
if (this._x > (ysx + 20)) {
_xscale = 100;
}
if (((Math.abs(this._x - _root.xr1._x) < 24) && ((this._y - _root.xr1._y) < 25)) && (this._y > _root.xr1._y)) {
_root.rw1._x = _root.rw1._x + sd;
}
if (((Math.abs(this._x - _root.xr2._x) < 24) && ((this._y - _root.xr2._y) < 25)) && (this._y > _root.xr2._y)) {
_root.rw2._x = _root.rw2._x + sd;
}
}
Instance of Symbol 651 MovieClip in Symbol 1345 MovieClip Frame 1
onClipEvent (load) {
gravity = 1;
yspeed = 0;
xspeed = 4;
jumping = 0;
anx = 0;
sjc = 0;
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
if (Math.abs(this._y - _root.renw._y) < 16) {
sjc++;
if (sjc < 3) {
dqx = this._x;
} else {
xzx = this._x;
}
if (dqx != xzx) {
_root.sy.gotoAndStop(2);
}
if (sjc > 5) {
sjc = 0;
}
if (this._x > _root.renw._x) {
this._x = this._x + _root.renw.xspeed;
} else {
this._x = this._x - _root.renw.xspeed;
}
}
}
i++;
}
if ((!_root.map.mm.hitTest(_x - (_width / 2), _y + (_height / 4), true)) && (!_root.map.mm.hitTest(_x - (_width / 2), _y - (_height / 4), true))) {
_x = (_x - xspeed);
}
if ((!_root.map.mm.hitTest(_x + (_width / 2), _y + (_height / 4), true)) && (!_root.map.mm.hitTest(_x + (_width / 2), _y - (_height / 4), true))) {
_x = (_x + xspeed);
}
yspeed = yspeed + gravity;
while (_root.map.mm.hitTest(_x, _y + (_height / 2), true)) {
_y = (_y-1);
_y = (_y-1);
yspeed = 0;
jumping = 0;
}
if ((!_root.map.mm.hitTest(_x, (_y + (_height / 2)) + 1, true)) || (yspeed < 0)) {
_y = (_y + yspeed);
} else {
yspeed = 0;
jumping = 0;
}
}
Symbol 1352 MovieClip Frame 1
stop();
Symbol 1354 MovieClip Frame 1
stop();
Instance of Symbol 707 MovieClip in Symbol 1355 MovieClip Frame 1
onClipEvent (load) {
sjc = 0;
dqx = this._y;
xzx = this._y;
}
onClipEvent (enterFrame) {
if (_root.anniux4 == 0) {
mb = 385;
} else {
mb = 445;
}
if ((_root.anniux4 == 0) && (this._y > mb)) {
this._y = this._y - 2;
}
if ((_root.anniux4 == 1) && (this._y < mb)) {
this._y = this._y + 2;
}
sjc++;
if (sjc < 3) {
dqx = this._y;
} else {
xzx = this._y;
}
if ((dqx - xzx) > 2) {
_root.sy.gotoAndStop(3);
}
if (sjc > 5) {
sjc = 0;
}
}
Instance of Symbol 968 MovieClip in Symbol 1355 MovieClip Frame 1
onClipEvent (load) {
ysx = this._x;
}
onClipEvent (enterFrame) {
this._x = this._x + sd;
if (_xscale == 100) {
sd = -1;
}
if (_xscale == -100) {
sd = 1;
}
if (this._x < (ysx - 35)) {
_xscale = -100;
}
if (this._x > (ysx + 35)) {
_xscale = 100;
}
if (((Math.abs(this._x - _root.xr1._x) < 24) && ((this._y - _root.xr1._y) < 25)) && (this._y > _root.xr1._y)) {
_root.rw1._x = _root.rw1._x + sd;
}
if (((Math.abs(this._x - _root.xr2._x) < 24) && ((this._y - _root.xr2._y) < 25)) && (this._y > _root.xr2._y)) {
_root.rw2._x = _root.rw2._x + sd;
}
}
Instance of Symbol 707 MovieClip "diant2" in Symbol 1355 MovieClip Frame 1
onClipEvent (load) {
sjc = 0;
dqx = this._y;
xzx = this._y;
}
onClipEvent (enterFrame) {
if (_root.anniux3 == 0) {
mb = 60;
}
if ((_root.anniux3 == 0) && (this._y > mb)) {
this._y = this._y - 2;
}
if ((_root.anniux3 == 1) && (this._y < mb)) {
this._y = this._y + 2;
}
sjc++;
if (sjc < 3) {
dqx = this._y;
} else {
xzx = this._y;
}
if ((dqx - xzx) > 2) {
_root.sy.gotoAndStop(4);
}
if (sjc > 5) {
sjc = 0;
}
}
Instance of Symbol 707 MovieClip "diant" in Symbol 1355 MovieClip Frame 1
onClipEvent (load) {
sjc = 0;
dqx = this._y;
xzx = this._y;
}
onClipEvent (enterFrame) {
if (_root.anniux1 == 0) {
mb = 240;
} else {
mb = 300;
}
if ((_root.anniux1 == 0) && (this._y > mb)) {
this._y = this._y - 2;
}
if ((_root.anniux1 == 1) && (this._y < mb)) {
this._y = this._y + 2;
}
sjc++;
if (sjc < 3) {
dqx = this._y;
} else {
xzx = this._y;
}
if ((dqx - xzx) > 2) {
_root.sy.gotoAndStop(4);
}
if (sjc > 5) {
sjc = 0;
}
}
Instance of Symbol 707 MovieClip in Symbol 1355 MovieClip Frame 1
onClipEvent (enterFrame) {
this._y = _parent.diant._y + 60;
}
Instance of Symbol 707 MovieClip "diant2" in Symbol 1355 MovieClip Frame 1
onClipEvent (enterFrame) {
this._y = _parent.diant2._y + 75;
}
Instance of Symbol 651 MovieClip "xiangz1" in Symbol 1355 MovieClip Frame 1
onClipEvent (load) {
gravity = 1;
yspeed = 0;
xspeed = 4;
jumping = 0;
anx = 0;
sjc = 0;
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
if (Math.abs(this._y - _root.renw._y) < 16) {
sjc++;
if (sjc < 3) {
dqx = this._x;
} else {
xzx = this._x;
}
if (dqx != xzx) {
_root.sy.gotoAndStop(2);
}
if (sjc > 5) {
sjc = 0;
}
if (this._x > _root.renw._x) {
this._x = this._x + _root.renw.xspeed;
} else {
this._x = this._x - _root.renw.xspeed;
}
}
}
i++;
}
if ((!_root.map.mm.hitTest(_x - (_width / 2), _y + (_height / 4), true)) && (!_root.map.mm.hitTest(_x - (_width / 2), _y - (_height / 4), true))) {
_x = (_x - xspeed);
}
if ((!_root.map.mm.hitTest(_x + (_width / 2), _y + (_height / 4), true)) && (!_root.map.mm.hitTest(_x + (_width / 2), _y - (_height / 4), true))) {
_x = (_x + xspeed);
}
yspeed = yspeed + gravity;
while (_root.map.mm.hitTest(_x, _y + (_height / 2), true)) {
_y = (_y-1);
_y = (_y-1);
yspeed = 0;
jumping = 0;
}
if ((!_root.map.mm.hitTest(_x, (_y + (_height / 2)) + 1, true)) || (yspeed < 0)) {
_y = (_y + yspeed);
} else {
yspeed = 0;
jumping = 0;
}
}
Instance of Symbol 968 MovieClip in Symbol 1355 MovieClip Frame 1
onClipEvent (load) {
ysx = this._x;
}
onClipEvent (enterFrame) {
this._x = this._x + sd;
if (_xscale == 100) {
sd = -1;
}
if (_xscale == -100) {
sd = 1;
}
if (this._x < (ysx - 35)) {
_xscale = -100;
}
if (this._x > (ysx + 35)) {
_xscale = 100;
}
if (((Math.abs(this._x - _root.xr1._x) < 24) && ((this._y - _root.xr1._y) < 25)) && (this._y > _root.xr1._y)) {
_root.rw1._x = _root.rw1._x + sd;
}
if (((Math.abs(this._x - _root.xr2._x) < 24) && ((this._y - _root.xr2._y) < 25)) && (this._y > _root.xr2._y)) {
_root.rw2._x = _root.rw2._x + sd;
}
}
Instance of Symbol 968 MovieClip in Symbol 1355 MovieClip Frame 1
onClipEvent (load) {
ysx = this._x;
}
onClipEvent (enterFrame) {
this._x = this._x + sd;
if (_xscale == 100) {
sd = -1;
}
if (_xscale == -100) {
sd = 1;
}
if (this._x < (ysx - 35)) {
_xscale = -100;
}
if (this._x > (ysx + 35)) {
_xscale = 100;
}
if (((Math.abs(this._x - _root.xr1._x) < 24) && ((this._y - _root.xr1._y) < 25)) && (this._y > _root.xr1._y)) {
_root.rw1._x = _root.rw1._x + sd;
}
if (((Math.abs(this._x - _root.xr2._x) < 24) && ((this._y - _root.xr2._y) < 25)) && (this._y > _root.xr2._y)) {
_root.rw2._x = _root.rw2._x + sd;
}
}
Instance of Symbol 968 MovieClip in Symbol 1355 MovieClip Frame 1
onClipEvent (load) {
ysx = this._x;
}
onClipEvent (enterFrame) {
this._x = this._x + sd;
if (_xscale == 100) {
sd = -1;
}
if (_xscale == -100) {
sd = 1;
}
if (this._x < (ysx - 35)) {
_xscale = -100;
}
if (this._x > (ysx + 35)) {
_xscale = 100;
}
if (((Math.abs(this._x - _root.xr1._x) < 24) && ((this._y - _root.xr1._y) < 25)) && (this._y > _root.xr1._y)) {
_root.rw1._x = _root.rw1._x + sd;
}
if (((Math.abs(this._x - _root.xr2._x) < 24) && ((this._y - _root.xr2._y) < 25)) && (this._y > _root.xr2._y)) {
_root.rw2._x = _root.rw2._x + sd;
}
}
Instance of Symbol 968 MovieClip in Symbol 1355 MovieClip Frame 1
onClipEvent (load) {
ysx = this._x;
}
onClipEvent (enterFrame) {
this._x = this._x + sd;
if (_xscale == 100) {
sd = -1;
}
if (_xscale == -100) {
sd = 1;
}
if (this._x < (ysx - 40)) {
_xscale = -100;
}
if (this._x > (ysx + 40)) {
_xscale = 100;
}
if (((Math.abs(this._x - _root.xr1._x) < 24) && ((this._y - _root.xr1._y) < 25)) && (this._y > _root.xr1._y)) {
_root.rw1._x = _root.rw1._x + sd;
}
if (((Math.abs(this._x - _root.xr2._x) < 24) && ((this._y - _root.xr2._y) < 25)) && (this._y > _root.xr2._y)) {
_root.rw2._x = _root.rw2._x + sd;
}
}
Symbol 1361 MovieClip Frame 1
stop();
Symbol 1361 MovieClip Frame 39
stop();
Symbol 1363 MovieClip Frame 1
stop();
Instance of Symbol 968 MovieClip in Symbol 1363 MovieClip Frame 1
onClipEvent (enterFrame) {
if (((Math.abs(this._x - _root.xr1._x) < 30) && ((this._y - _root.xr1._y) < 60)) && (this._y > _root.xr1._y)) {
xr1s = 1;
} else {
xr1s = 0;
}
if (((Math.abs(this._x - _root.xr2._x) < 30) && ((this._y - _root.xr2._y) < 60)) && (this._y > _root.xr2._y)) {
xr2s = 1;
} else {
xr2s = 0;
}
if (((Math.abs(this._x - _root.map.xiangz1._x) < 30) && ((this._y - _root.map.xiangz1._y) < 25)) && (this._y > _root.map.xiangz1._y)) {
xzs = 1;
} else {
xzs = 0;
}
if (((xr1s == 1) || (xr2s == 1)) || (xzs == 1)) {
_root.zuozl = 1;
}
if ((xr1s == 1) && (xr2s == 1)) {
_root.zuozl = 2;
}
if ((xr1s == 1) && (xzs == 1)) {
_root.zuozl = 2;
}
if ((xr2s == 1) && (xzs == 1)) {
_root.zuozl = 2;
}
if (((xr1s == 1) && (xr2s == 1)) && (xzs == 1)) {
_root.zuozl = 3;
}
if (((xr1s == 0) && (xr2s == 0)) && (xzs == 0)) {
_root.zuozl = 0;
}
}
Instance of Symbol 968 MovieClip in Symbol 1363 MovieClip Frame 1
onClipEvent (load) {
sjc = 0;
dqx = this._y;
xzx = this._y;
}
onClipEvent (enterFrame) {
if (((Math.abs(this._x - _root.xr1._x) < 30) && ((this._y - _root.xr1._y) < 60)) && (this._y > _root.xr1._y)) {
xr1s = 1;
} else {
xr1s = 0;
}
if (((Math.abs(this._x - _root.xr2._x) < 30) && ((this._y - _root.xr2._y) < 60)) && (this._y > _root.xr2._y)) {
xr2s = 1;
} else {
xr2s = 0;
}
if (((Math.abs(this._x - _root.map.xiangz._x) < 30) && ((this._y - _root.map.xiangz._y) < 25)) && (this._y > _root.map.xiangz._y)) {
xzs = 1;
} else {
xzs = 0;
}
if (((xr1s == 1) || (xr2s == 1)) || (xzs == 1)) {
_root.youzl = 1;
}
if ((xr1s == 1) && (xr2s == 1)) {
_root.youzl = 2;
}
if ((xr1s == 1) && (xzs == 1)) {
_root.youzl = 2;
}
if ((xr2s == 1) && (xzs == 1)) {
_root.youzl = 2;
}
if (((xr1s == 1) && (xr2s == 1)) && (xzs == 1)) {
_root.youzl = 3;
}
if (((xr1s == 0) && (xr2s == 0)) && (xzs == 0)) {
_root.youzl = 0;
}
if (_root.zuozl == _root.youzl) {
_parent.stop();
}
if (_root.zuozl < _root.youzl) {
_parent.prevFrame();
}
if (_root.zuozl > _root.youzl) {
_parent.nextFrame();
}
dqz = _parent._currentframe;
_root.tianp.gotoAndStop(dqz);
sjc++;
if (sjc < 3) {
dqx = this._y;
} else {
xzx = this._y;
}
if ((dqx - xzx) > 2) {
_root.sy.gotoAndStop(5);
}
if (sjc > 5) {
sjc = 0;
}
}
Symbol 1363 MovieClip Frame 39
stop();
Instance of Symbol 968 MovieClip in Symbol 1363 MovieClip Frame 39
onClipEvent (load) {
sjc = 0;
dqx = this._y;
xzx = this._y;
}
onClipEvent (enterFrame) {
if (((Math.abs(this._x - _root.xr1._x) < 30) && ((this._y - _root.xr1._y) < 60)) && (this._y > _root.xr1._y)) {
xr1s = 1;
} else {
xr1s = 0;
}
if (((Math.abs(this._x - _root.xr2._x) < 30) && ((this._y - _root.xr2._y) < 60)) && (this._y > _root.xr2._y)) {
xr2s = 1;
} else {
xr2s = 0;
}
if (((Math.abs(this._x - _root.map.xiangz._x) < 30) && ((this._y - _root.map.xiangz._y) < 25)) && (this._y > _root.map.xiangz._y)) {
xzs = 1;
} else {
xzs = 0;
}
if (((xr1s == 1) || (xr2s == 1)) || (xzs == 1)) {
_root.youzl = 1;
}
if ((xr1s == 1) && (xr2s == 1)) {
_root.youzl = 2;
}
if ((xr1s == 1) && (xzs == 1)) {
_root.youzl = 2;
}
if ((xr2s == 1) && (xzs == 1)) {
_root.youzl = 2;
}
if (((xr1s == 1) && (xr2s == 1)) && (xzs == 1)) {
_root.youzl = 3;
}
if (((xr1s == 0) && (xr2s == 0)) && (xzs == 0)) {
_root.youzl = 0;
}
if (_root.zuozl == _root.youzl) {
_parent.stop();
}
if (_root.zuozl < _root.youzl) {
_parent.nextFrame();
}
if (_root.zuozl > _root.youzl) {
_parent.prevFrame();
}
dqz = _parent._currentframe;
_root.tianp.gotoAndStop(dqz);
sjc++;
if (sjc < 3) {
dqx = this._y;
} else {
xzx = this._y;
}
if ((dqx - xzx) > 2) {
_root.sy.gotoAndStop(5);
}
if (sjc > 5) {
sjc = 0;
}
}
Symbol 1365 MovieClip Frame 1
stop();
Instance of Symbol 1363 MovieClip "tianpt" in Symbol 1365 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop(20);
}
Instance of Symbol 707 MovieClip in Symbol 1366 MovieClip Frame 1
onClipEvent (load) {
sjc = 0;
dqx = this._y;
xzx = this._y;
}
onClipEvent (enterFrame) {
if (_root.anniux4 == 0) {
mb = 275;
} else {
mb = 335;
}
if ((_root.anniux4 == 0) && (this._y > mb)) {
this._y = this._y - 2;
}
if ((_root.anniux4 == 1) && (this._y < mb)) {
this._y = this._y + 2;
}
sjc++;
if (sjc < 3) {
dqx = this._y;
} else {
xzx = this._y;
}
if ((dqx - xzx) > 2) {
_root.sy.gotoAndStop(3);
}
if (sjc > 5) {
sjc = 0;
}
}
Instance of Symbol 707 MovieClip in Symbol 1366 MovieClip Frame 1
onClipEvent (load) {
sjc = 0;
dqx = this._x;
xzx = this._x;
}
onClipEvent (enterFrame) {
if (_root.anniux == 0) {
mb = 446;
} else {
mb = 385;
}
if ((_root.anniux == 1) && (this._x > mb)) {
this._x = this._x - 2;
}
if ((_root.anniux == 0) && (this._x < mb)) {
this._x = this._x + 2;
}
sjc++;
if (sjc < 3) {
dqx = this._x;
} else {
xzx = this._x;
}
if ((dqx - xzx) > 2) {
_root.sy.gotoAndStop(3);
}
if (sjc > 5) {
sjc = 0;
}
}
Instance of Symbol 651 MovieClip "xiangz1" in Symbol 1366 MovieClip Frame 1
onClipEvent (load) {
gravity = 1;
yspeed = 0;
xspeed = 4;
jumping = 0;
anx = 0;
sjc = 0;
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
if (Math.abs(this._y - _root.renw._y) < 16) {
sjc++;
if (sjc < 3) {
dqx = this._x;
} else {
xzx = this._x;
}
if (dqx != xzx) {
_root.sy.gotoAndStop(2);
}
if (sjc > 5) {
sjc = 0;
}
if (this._x > _root.renw._x) {
this._x = this._x + _root.renw.xspeed;
} else {
this._x = this._x - _root.renw.xspeed;
}
}
}
i++;
}
if ((!_root.map.mm.hitTest(_x - (_width / 2), _y + (_height / 4), true)) && (!_root.map.mm.hitTest(_x - (_width / 2), _y - (_height / 4), true))) {
_x = (_x - xspeed);
}
if ((!_root.map.mm.hitTest(_x + (_width / 2), _y + (_height / 4), true)) && (!_root.map.mm.hitTest(_x + (_width / 2), _y - (_height / 4), true))) {
_x = (_x + xspeed);
}
yspeed = yspeed + gravity;
while (_root.map.mm.hitTest(_x, _y + (_height / 2), true)) {
_y = (_y-1);
_y = (_y-1);
yspeed = 0;
jumping = 0;
}
if ((!_root.map.mm.hitTest(_x, (_y + (_height / 2)) + 1, true)) || (yspeed < 0)) {
_y = (_y + yspeed);
} else {
yspeed = 0;
jumping = 0;
}
}
Instance of Symbol 968 MovieClip in Symbol 1366 MovieClip Frame 1
onClipEvent (load) {
ysx = this._x;
}
onClipEvent (enterFrame) {
this._x = this._x + sd;
if (_xscale == 100) {
sd = -1;
}
if (_xscale == -100) {
sd = 1;
}
if (this._x < (ysx - 30)) {
_xscale = -100;
}
if (this._x > (ysx + 30)) {
_xscale = 100;
}
if (((Math.abs(this._x - _root.xr1._x) < 24) && ((this._y - _root.xr1._y) < 25)) && (this._y > _root.xr1._y)) {
_root.rw1._x = _root.rw1._x + sd;
}
if (((Math.abs(this._x - _root.xr2._x) < 24) && ((this._y - _root.xr2._y) < 25)) && (this._y > _root.xr2._y)) {
_root.rw2._x = _root.rw2._x + sd;
}
}
Instance of Symbol 968 MovieClip in Symbol 1366 MovieClip Frame 1
onClipEvent (load) {
ysx = this._x;
}
onClipEvent (enterFrame) {
this._x = this._x + sd;
if (_xscale == 100) {
sd = 1;
}
if (_xscale == -100) {
sd = -1;
}
if (this._x < (ysx - 30)) {
_xscale = 100;
}
if (this._x > (ysx + 30)) {
_xscale = -100;
}
if (((Math.abs(this._x - _root.xr1._x) < 24) && ((this._y - _root.xr1._y) < 25)) && (this._y > _root.xr1._y)) {
_root.rw1._x = _root.rw1._x + sd;
}
if (((Math.abs(this._x - _root.xr2._x) < 24) && ((this._y - _root.xr2._y) < 25)) && (this._y > _root.xr2._y)) {
_root.rw2._x = _root.rw2._x + sd;
}
}
Instance of Symbol 968 MovieClip in Symbol 1366 MovieClip Frame 1
onClipEvent (load) {
ysx = this._x;
}
onClipEvent (enterFrame) {
this._x = this._x + sd;
if (_xscale == 100) {
sd = -1;
}
if (_xscale == -100) {
sd = 1;
}
if (this._x < (ysx - 60)) {
_xscale = -100;
}
if (this._x > (ysx + 60)) {
_xscale = 100;
}
if (((Math.abs(this._x - _root.xr1._x) < 24) && ((this._y - _root.xr1._y) < 25)) && (this._y > _root.xr1._y)) {
_root.rw1._x = _root.rw1._x + sd;
}
if (((Math.abs(this._x - _root.xr2._x) < 24) && ((this._y - _root.xr2._y) < 25)) && (this._y > _root.xr2._y)) {
_root.rw2._x = _root.rw2._x + sd;
}
}
Instance of Symbol 968 MovieClip in Symbol 1366 MovieClip Frame 1
onClipEvent (load) {
ysx = this._x;
}
onClipEvent (enterFrame) {
this._x = this._x + sd;
if (_xscale == 100) {
sd = 1;
}
if (_xscale == -100) {
sd = -1;
}
if (this._x < (ysx - 60)) {
_xscale = 100;
}
if (this._x > (ysx + 60)) {
_xscale = -100;
}
if (((Math.abs(this._x - _root.xr1._x) < 24) && ((this._y - _root.xr1._y) < 25)) && (this._y > _root.xr1._y)) {
_root.rw1._x = _root.rw1._x + sd;
}
if (((Math.abs(this._x - _root.xr2._x) < 24) && ((this._y - _root.xr2._y) < 25)) && (this._y > _root.xr2._y)) {
_root.rw2._x = _root.rw2._x + sd;
}
}
Symbol 1373 MovieClip Frame 1
stop();
Instance of Symbol 707 MovieClip in Symbol 1374 MovieClip Frame 1
onClipEvent (load) {
sjc = 0;
dqx = this._y;
xzx = this._y;
}
onClipEvent (enterFrame) {
if (_root.anniux == 0) {
mb = 193;
} else {
mb = 253;
}
if ((_root.anniux == 0) && (this._y > mb)) {
this._y = this._y - 2;
}
if ((_root.anniux == 1) && (this._y < mb)) {
this._y = this._y + 2;
}
sjc++;
if (sjc < 3) {
dqx = this._y;
} else {
xzx = this._y;
}
if ((dqx - xzx) > 2) {
_root.sy.gotoAndStop(3);
}
if (sjc > 5) {
sjc = 0;
}
}
Instance of Symbol 707 MovieClip "kg5" in Symbol 1374 MovieClip Frame 1
onClipEvent (load) {
sjc = 0;
dqx = this._x;
xzx = this._x;
}
onClipEvent (enterFrame) {
if (_root.anniux3 == 0) {
mb = 245;
} else {
mb = 305;
}
if ((_root.anniux3 == 0) && (this._x > mb)) {
this._x = this._x - 2;
}
if ((_root.anniux3 == 1) && (this._x < mb)) {
this._x = this._x + 2;
}
sjc++;
if (sjc < 3) {
dqx = this._x;
} else {
xzx = this._x;
}
if ((dqx - xzx) > 2) {
_root.sy.gotoAndStop(3);
}
if (sjc > 5) {
sjc = 0;
}
}
Instance of Symbol 707 MovieClip "kg2" in Symbol 1374 MovieClip Frame 1
onClipEvent (load) {
sjc = 0;
dqx = this._x;
xzx = this._x;
}
onClipEvent (enterFrame) {
if (_root.anniux4 == 0) {
mb = 556;
} else {
mb = 496;
}
if ((_root.anniux4 == 0) && (this._x < mb)) {
this._x = this._x + 2;
}
if ((_root.anniux4 == 1) && (this._x > mb)) {
this._x = this._x - 2;
}
sjc++;
if (sjc < 3) {
dqx = this._x;
} else {
xzx = this._x;
}
if ((dqx - xzx) > 2) {
_root.sy.gotoAndStop(3);
}
if (sjc > 5) {
sjc = 0;
}
}
Instance of Symbol 707 MovieClip "kg5" in Symbol 1374 MovieClip Frame 1
onClipEvent (load) {
sjc = 0;
dqx = this._x;
xzx = this._x;
}
onClipEvent (enterFrame) {
if (_root.anniux3 == 0) {
mb = 0;
} else {
mb = 60;
}
if ((_root.anniux3 == 0) && (this._x > mb)) {
this._x = this._x - 2;
}
if ((_root.anniux3 == 1) && (this._x < mb)) {
this._x = this._x + 2;
}
sjc++;
if (sjc < 3) {
dqx = this._x;
} else {
xzx = this._x;
}
if ((dqx - xzx) > 2) {
_root.sy.gotoAndStop(3);
}
if (sjc > 5) {
sjc = 0;
}
}
Instance of Symbol 707 MovieClip in Symbol 1374 MovieClip Frame 1
onClipEvent (load) {
sjc = 0;
dqx = this._y;
xzx = this._y;
}
onClipEvent (enterFrame) {
if (_root.anniux1 == 0) {
mb = 255;
} else {
mb = 315;
}
if ((_root.anniux1 == 0) && (this._y > mb)) {
this._y = this._y - 2;
}
if ((_root.anniux1 == 1) && (this._y < mb)) {
this._y = this._y + 2;
}
sjc++;
if (sjc < 3) {
dqx = this._y;
} else {
xzx = this._y;
}
if ((dqx - xzx) > 2) {
_root.sy.gotoAndStop(3);
}
if (sjc > 5) {
sjc = 0;
}
}
Instance of Symbol 707 MovieClip "diant" in Symbol 1374 MovieClip Frame 1
onClipEvent (load) {
sjc = 0;
dqx = this._x;
xzx = this._x;
yd = 0;
}
onClipEvent (enterFrame) {
if (_root.anniux2 == 0) {
mb = 219;
} else {
mb = 329;
}
if ((_root.anniux2 == 0) && (this._x > mb)) {
this._x = this._x - 2;
yd = -1;
}
if ((_root.anniux2 == 1) && (this._x < mb)) {
this._x = this._x + 2;
yd = 1;
}
sjc++;
if (sjc < 3) {
dqx = this._x;
} else {
xzx = this._x;
}
if ((dqx - xzx) > 2) {
_root.sy.gotoAndStop(7);
}
if ((dqx - xzx) == 0) {
yd = 0;
}
if (sjc > 5) {
sjc = 0;
}
if ((this.hitTest(_root.rw1) && (this._x < _root.rw1._x)) && (yd == -1)) {
_root.rw1._x = _root.rw1._x - 2;
}
if ((this.hitTest(_root.rw1) && (this._x < _root.rw1._x)) && (yd == 1)) {
_root.rw1._x = _root.rw1._x + 2;
}
if ((this.hitTest(_root.rw1) && (this._x > _root.rw1._x)) && (yd == 1)) {
_root.rw1._x = _root.rw1._x + 2;
}
if ((this.hitTest(_root.rw1) && (this._x > _root.rw1._x)) && (yd == -1)) {
_root.rw1._x = _root.rw1._x - 2;
}
if ((this.hitTest(_root.rw2) && (this._x < _root.rw2._x)) && (yd == -1)) {
_root.rw2._x = _root.rw2._x - 2;
}
if ((this.hitTest(_root.rw2) && (this._x < _root.rw2._x)) && (yd == 1)) {
_root.rw2._x = _root.rw2._x + 2;
}
if ((this.hitTest(_root.rw2) && (this._x > _root.rw2._x)) && (yd == 1)) {
_root.rw2._x = _root.rw2._x + 2;
}
if ((this.hitTest(_root.rw2) && (this._x > _root.rw2._x)) && (yd == -1)) {
_root.rw2._x = _root.rw2._x - 2;
}
}
Instance of Symbol 707 MovieClip in Symbol 1374 MovieClip Frame 1
onClipEvent (enterFrame) {
this._x = _parent.diant._x + 110;
if ((this.hitTest(_root.rw1) && (this._x < _root.rw1._x)) && (_parent.diant.yd == -1)) {
_root.rw1._x = _root.rw1._x - 2;
}
if ((this.hitTest(_root.rw1) && (this._x < _root.rw1._x)) && (_parent.diant.yd == 1)) {
_root.rw1._x = _root.rw1._x + 2;
}
if ((this.hitTest(_root.rw1) && (this._x > _root.rw1._x)) && (_parent.diant.yd == 1)) {
_root.rw1._x = _root.rw1._x + 2;
}
if ((this.hitTest(_root.rw1) && (this._x > _root.rw1._x)) && (_parent.diant.yd == -1)) {
_root.rw1._x = _root.rw1._x - 2;
}
if ((this.hitTest(_root.rw2) && (this._x < _root.rw2._x)) && (_parent.diant.yd == -1)) {
_root.rw2._x = _root.rw2._x - 2;
}
if ((this.hitTest(_root.rw2) && (this._x < _root.rw2._x)) && (_parent.diant.yd == 1)) {
_root.rw2._x = _root.rw2._x + 2;
}
if ((this.hitTest(_root.rw2) && (this._x > _root.rw2._x)) && (_parent.diant.yd == 1)) {
_root.rw2._x = _root.rw2._x + 2;
}
if ((this.hitTest(_root.rw2) && (this._x > _root.rw2._x)) && (_parent.diant.yd == -1)) {
_root.rw2._x = _root.rw2._x - 2;
}
}
Instance of Symbol 707 MovieClip "kg3" in Symbol 1374 MovieClip Frame 1
onClipEvent (load) {
sjc = 0;
dqx = this._x;
xzx = this._x;
}
onClipEvent (enterFrame) {
if (_root.anniux6 == 0) {
mb = 556;
} else {
mb = 496;
}
if ((_root.anniux6 == 0) && (this._x < mb)) {
this._x = this._x + 2;
}
if ((_root.anniux6 == 1) && (this._x > mb)) {
this._x = this._x - 2;
}
sjc++;
if (sjc < 3) {
dqx = this._x;
} else {
xzx = this._x;
}
if ((dqx - xzx) > 2) {
_root.sy.gotoAndStop(3);
}
if (sjc > 5) {
sjc = 0;
}
}
Instance of Symbol 707 MovieClip "kg5" in Symbol 1374 MovieClip Frame 1
onClipEvent (load) {
sjc = 0;
dqx = this._x;
xzx = this._x;
}
onClipEvent (enterFrame) {
if (_root.anniux5 == 0) {
mb = 335;
} else {
mb = 395;
}
if ((_root.anniux5 == 0) && (this._x > mb)) {
this._x = this._x - 2;
}
if ((_root.anniux5 == 1) && (this._x < mb)) {
this._x = this._x + 2;
}
sjc++;
if (sjc < 3) {
dqx = this._x;
} else {
xzx = this._x;
}
if ((dqx - xzx) > 2) {
_root.sy.gotoAndStop(3);
}
if (sjc > 5) {
sjc = 0;
}
}
Symbol 1382 MovieClip Frame 1
stop();
Symbol 1384 MovieClip Frame 1
stop();
Instance of Symbol 707 MovieClip in Symbol 1384 MovieClip Frame 1
onClipEvent (enterFrame) {
this._x = _parent._parent.kg._x;
}
Instance of Symbol 707 MovieClip in Symbol 1385 MovieClip Frame 1
onClipEvent (load) {
sjc = 0;
dqx = this._x;
xzx = this._x;
}
onClipEvent (enterFrame) {
if (_root.anniux4 == 0) {
mb = 203;
} else {
mb = 143;
}
if ((_root.anniux4 == 0) && (this._x < mb)) {
this._x = this._x + 2;
}
if ((_root.anniux4 == 1) && (this._x > mb)) {
this._x = this._x - 2;
}
sjc++;
if (sjc < 3) {
dqx = this._x;
} else {
xzx = this._x;
}
if ((dqx - xzx) > 2) {
_root.sy.gotoAndStop(3);
}
if (sjc > 5) {
sjc = 0;
}
}
Instance of Symbol 707 MovieClip in Symbol 1385 MovieClip Frame 1
onClipEvent (load) {
sjc = 0;
dqx = this._x;
xzx = this._x;
}
onClipEvent (enterFrame) {
if (_root.anniux == 0) {
mb = 91;
} else {
mb = 151;
}
if ((_root.anniux == 0) && (this._x > mb)) {
this._x = this._x - 2;
}
if ((_root.anniux == 1) && (this._x < mb)) {
this._x = this._x + 2;
}
sjc++;
if (sjc < 3) {
dqx = this._x;
} else {
xzx = this._x;
}
if ((dqx - xzx) > 2) {
_root.sy.gotoAndStop(3);
}
if (sjc > 5) {
sjc = 0;
}
}
Instance of Symbol 707 MovieClip in Symbol 1385 MovieClip Frame 1
onClipEvent (load) {
sjc = 0;
dqx = this._x;
xzx = this._x;
}
onClipEvent (enterFrame) {
if (_root.anniux6 == 0) {
mb = 203;
} else {
mb = 143;
}
if ((_root.anniux6 == 0) && (this._x < mb)) {
this._x = this._x + 2;
}
if ((_root.anniux6 == 1) && (this._x > mb)) {
this._x = this._x - 2;
}
sjc++;
if (sjc < 3) {
dqx = this._x;
} else {
xzx = this._x;
}
if ((dqx - xzx) > 2) {
_root.sy.gotoAndStop(3);
}
if (sjc > 5) {
sjc = 0;
}
}
Instance of Symbol 707 MovieClip "kg" in Symbol 1385 MovieClip Frame 1
onClipEvent (load) {
sjc = 0;
dqx = this._x;
xzx = this._x;
}
onClipEvent (enterFrame) {
if (_root.anniux3 == 0) {
mb = 67;
} else {
mb = 7;
}
if ((_root.anniux3 == 0) && (this._x < mb)) {
this._x = this._x + 2;
}
if ((_root.anniux3 == 1) && (this._x > mb)) {
this._x = this._x - 2;
}
sjc++;
if (sjc < 3) {
dqx = this._x;
} else {
xzx = this._x;
}
if ((dqx - xzx) > 2) {
_root.sy.gotoAndStop(3);
}
if (sjc > 5) {
sjc = 0;
}
}
Instance of Symbol 863 MovieClip in Symbol 1385 MovieClip Frame 1
onClipEvent (load) {
ysx = this._x;
}
onClipEvent (enterFrame) {
this._x = this._x + sd;
if (_xscale == 100) {
sd = -1;
}
if (_xscale == -100) {
sd = 1;
}
if (this._x < (ysx - 30)) {
_xscale = -100;
}
if (this._x > (ysx + 30)) {
_xscale = 100;
}
if (((Math.abs(this._x - _root.xr1._x) < 24) && ((this._y - _root.xr1._y) < 25)) && (this._y > _root.xr1._y)) {
_root.rw1._x = _root.rw1._x + sd;
}
if (((Math.abs(this._x - _root.xr2._x) < 24) && ((this._y - _root.xr2._y) < 25)) && (this._y > _root.xr2._y)) {
_root.rw2._x = _root.rw2._x + sd;
}
}
Instance of Symbol 651 MovieClip "xiangz2" in Symbol 1385 MovieClip Frame 1
onClipEvent (load) {
gravity = 1;
yspeed = 0;
xspeed = 4;
jumping = 0;
anx = 0;
sjc = 0;
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
if (Math.abs(this._y - _root.renw._y) < 16) {
sjc++;
if (sjc < 3) {
dqx = this._x;
} else {
xzx = this._x;
}
if (dqx != xzx) {
_root.sy.gotoAndStop(2);
}
if (sjc > 5) {
sjc = 0;
}
if (this._x > _root.renw._x) {
this._x = this._x + _root.renw.xspeed;
} else {
this._x = this._x - _root.renw.xspeed;
}
}
}
i++;
}
if ((!_root.map.mm.hitTest(_x - (_width / 2), _y + (_height / 4), true)) && (!_root.map.mm.hitTest(_x - (_width / 2), _y - (_height / 4), true))) {
_x = (_x - xspeed);
}
if ((!_root.map.mm.hitTest(_x + (_width / 2), _y + (_height / 4), true)) && (!_root.map.mm.hitTest(_x + (_width / 2), _y - (_height / 4), true))) {
_x = (_x + xspeed);
}
yspeed = yspeed + gravity;
while (_root.map.mm.hitTest(_x, _y + (_height / 2), true)) {
_y = (_y-1);
_y = (_y-1);
yspeed = 0;
jumping = 0;
}
if ((!_root.map.mm.hitTest(_x, (_y + (_height / 2)) + 1, true)) || (yspeed < 0)) {
_y = (_y + yspeed);
} else {
yspeed = 0;
jumping = 0;
}
}
Instance of Symbol 651 MovieClip "xiangz" in Symbol 1385 MovieClip Frame 1
onClipEvent (load) {
gravity = 1;
yspeed = 0;
xspeed = 4;
jumping = 0;
anx = 0;
sjc = 0;
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
if (Math.abs(this._y - _root.renw._y) < 16) {
sjc++;
if (sjc < 3) {
dqx = this._x;
} else {
xzx = this._x;
}
if (dqx != xzx) {
_root.sy.gotoAndStop(2);
}
if (sjc > 5) {
sjc = 0;
}
if (this._x > _root.renw._x) {
this._x = this._x + _root.renw.xspeed;
} else {
this._x = this._x - _root.renw.xspeed;
}
}
}
i++;
}
if ((!_root.map.mm.hitTest(_x - (_width / 2), _y + (_height / 4), true)) && (!_root.map.mm.hitTest(_x - (_width / 2), _y - (_height / 4), true))) {
_x = (_x - xspeed);
}
if ((!_root.map.mm.hitTest(_x + (_width / 2), _y + (_height / 4), true)) && (!_root.map.mm.hitTest(_x + (_width / 2), _y - (_height / 4), true))) {
_x = (_x + xspeed);
}
yspeed = yspeed + gravity;
while (_root.map.mm.hitTest(_x, _y + (_height / 2), true)) {
_y = (_y-1);
_y = (_y-1);
yspeed = 0;
jumping = 0;
}
if ((!_root.map.mm.hitTest(_x, (_y + (_height / 2)) + 1, true)) || (yspeed < 0)) {
_y = (_y + yspeed);
} else {
yspeed = 0;
jumping = 0;
}
}
Symbol 1391 MovieClip Frame 1
stop();
Symbol 1391 MovieClip Frame 39
stop();
Symbol 1393 MovieClip Frame 1
stop();
Symbol 1393 MovieClip Frame 39
stop();
Symbol 1395 MovieClip Frame 1
stop();
Instance of Symbol 968 MovieClip in Symbol 1395 MovieClip Frame 1
onClipEvent (enterFrame) {
if (((Math.abs(this._x - _root.xr1._x) < 30) && ((this._y - _root.xr1._y) < 60)) && (this._y > _root.xr1._y)) {
xr1s = 1;
} else {
xr1s = 0;
}
if (((Math.abs(this._x - _root.xr2._x) < 30) && ((this._y - _root.xr2._y) < 60)) && (this._y > _root.xr2._y)) {
xr2s = 1;
} else {
xr2s = 0;
}
if (((Math.abs(this._x - _root.map.xiangz1._x) < 30) && ((this._y - _root.map.xiangz1._y) < 25)) && (this._y > _root.map.xiangz1._y)) {
xzs = 1;
} else {
xzs = 0;
}
if (((xr1s == 1) || (xr2s == 1)) || (xzs == 1)) {
_root.zuozl = 1;
}
if ((xr1s == 1) && (xr2s == 1)) {
_root.zuozl = 2;
}
if ((xr1s == 1) && (xzs == 1)) {
_root.zuozl = 2;
}
if ((xr2s == 1) && (xzs == 1)) {
_root.zuozl = 2;
}
if (((xr1s == 1) && (xr2s == 1)) && (xzs == 1)) {
_root.zuozl = 3;
}
if (((xr1s == 0) && (xr2s == 0)) && (xzs == 0)) {
_root.zuozl = 0;
}
}
Instance of Symbol 968 MovieClip in Symbol 1395 MovieClip Frame 1
onClipEvent (load) {
sjc = 0;
dqx = this._y;
xzx = this._y;
}
onClipEvent (enterFrame) {
if (((Math.abs(this._x - _root.xr1._x) < 30) && ((this._y - _root.xr1._y) < 60)) && (this._y > _root.xr1._y)) {
xr1s = 1;
} else {
xr1s = 0;
}
if (((Math.abs(this._x - _root.xr2._x) < 30) && ((this._y - _root.xr2._y) < 60)) && (this._y > _root.xr2._y)) {
xr2s = 1;
} else {
xr2s = 0;
}
if (((Math.abs(this._x - _root.map.xiangz._x) < 30) && ((this._y - _root.map.xiangz._y) < 25)) && (this._y > _root.map.xiangz._y)) {
xzs = 1;
} else {
xzs = 0;
}
if (((xr1s == 1) || (xr2s == 1)) || (xzs == 1)) {
_root.youzl = 1;
}
if ((xr1s == 1) && (xr2s == 1)) {
_root.youzl = 2;
}
if ((xr1s == 1) && (xzs == 1)) {
_root.youzl = 2;
}
if ((xr2s == 1) && (xzs == 1)) {
_root.youzl = 2;
}
if (((xr1s == 1) && (xr2s == 1)) && (xzs == 1)) {
_root.youzl = 3;
}
if (((xr1s == 0) && (xr2s == 0)) && (xzs == 0)) {
_root.youzl = 0;
}
if (_root.zuozl == _root.youzl) {
_parent.stop();
}
if (_root.zuozl < _root.youzl) {
_parent.prevFrame();
}
if (_root.zuozl > _root.youzl) {
_parent.nextFrame();
}
dqz = _parent._currentframe;
_root.tianp.gotoAndStop(dqz);
sjc++;
if (sjc < 3) {
dqx = this._y;
} else {
xzx = this._y;
}
if ((dqx - xzx) > 2) {
_root.sy.gotoAndStop(5);
}
if (sjc > 5) {
sjc = 0;
}
}
Symbol 1395 MovieClip Frame 39
stop();
Symbol 1396 MovieClip Frame 1
stop();
Instance of Symbol 968 MovieClip in Symbol 1396 MovieClip Frame 1
onClipEvent (enterFrame) {
if (((Math.abs(this._x - _root.xr1._x) < 30) && ((this._y - _root.xr1._y) < 60)) && (this._y > _root.xr1._y)) {
xr1s = 1;
} else {
xr1s = 0;
}
if (((Math.abs(this._x - _root.xr2._x) < 30) && ((this._y - _root.xr2._y) < 60)) && (this._y > _root.xr2._y)) {
xr2s = 1;
} else {
xr2s = 0;
}
if (((Math.abs(this._x - _root.map.xiangz1._x) < 30) && ((this._y - _root.map.xiangz1._y) < 25)) && (this._y > _root.map.xiangz1._y)) {
xzs = 1;
} else {
xzs = 0;
}
if (((xr1s == 1) || (xr2s == 1)) || (xzs == 1)) {
_root.zuozlb = 1;
}
if ((xr1s == 1) && (xr2s == 1)) {
_root.zuozlb = 2;
}
if ((xr1s == 1) && (xzs == 1)) {
_root.zuozlb = 2;
}
if ((xr2s == 1) && (xzs == 1)) {
_root.zuozlb = 2;
}
if (((xr1s == 1) && (xr2s == 1)) && (xzs == 1)) {
_root.zuozlb = 3;
}
if (((xr1s == 0) && (xr2s == 0)) && (xzs == 0)) {
_root.zuozlb = 0;
}
}
Instance of Symbol 968 MovieClip in Symbol 1396 MovieClip Frame 1
onClipEvent (load) {
sjc = 0;
dqx = this._y;
xzx = this._y;
}
onClipEvent (enterFrame) {
if (((Math.abs(this._x - _root.xr1._x) < 30) && ((this._y - _root.xr1._y) < 60)) && (this._y > _root.xr1._y)) {
xr1s = 1;
} else {
xr1s = 0;
}
if (((Math.abs(this._x - _root.xr2._x) < 30) && ((this._y - _root.xr2._y) < 60)) && (this._y > _root.xr2._y)) {
xr2s = 1;
} else {
xr2s = 0;
}
if (((Math.abs(this._x - _root.map.xiangz._x) < 30) && ((this._y - _root.map.xiangz._y) < 25)) && (this._y > _root.map.xiangz._y)) {
xzs = 1;
} else {
xzs = 0;
}
if (((xr1s == 1) || (xr2s == 1)) || (xzs == 1)) {
_root.youzlb = 1;
}
if ((xr1s == 1) && (xr2s == 1)) {
_root.youzlb = 2;
}
if ((xr1s == 1) && (xzs == 1)) {
_root.youzlb = 2;
}
if ((xr2s == 1) && (xzs == 1)) {
_root.youzlb = 2;
}
if (((xr1s == 1) && (xr2s == 1)) && (xzs == 1)) {
_root.youzlb = 3;
}
if (((xr1s == 0) && (xr2s == 0)) && (xzs == 0)) {
_root.youzlb = 0;
}
if (_root.zuozlb == _root.youzlb) {
_parent.stop();
}
if (_root.zuozlb < _root.youzlb) {
_parent.prevFrame();
}
if (_root.zuozlb > _root.youzlb) {
_parent.play();
}
dqz = _parent._currentframe;
_root.tianpb.gotoAndStop(dqz);
sjc++;
if (sjc < 3) {
dqx = this._y;
} else {
xzx = this._y;
}
if ((dqx - xzx) > 2) {
_root.sy.gotoAndStop(5);
}
if (sjc > 5) {
sjc = 0;
}
}
Symbol 1396 MovieClip Frame 39
stop();
Symbol 1398 MovieClip Frame 1
stop();
Instance of Symbol 1395 MovieClip "tianpt" in Symbol 1398 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop(20);
}
Instance of Symbol 1396 MovieClip "tianpt" in Symbol 1398 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop(20);
}
Instance of Symbol 707 MovieClip in Symbol 1399 MovieClip Frame 1
onClipEvent (load) {
sjc = 0;
dqx = this._y;
xzx = this._y;
}
onClipEvent (enterFrame) {
if (_root.anniux2 == 0) {
mb = 210;
} else {
mb = 270;
}
if ((_root.anniux2 == 0) && (this._y > mb)) {
this._y = this._y - 2;
}
if ((_root.anniux2 == 1) && (this._y < mb)) {
this._y = this._y + 2;
}
sjc++;
if (sjc < 3) {
dqx = this._y;
} else {
xzx = this._y;
}
if ((dqx - xzx) > 2) {
_root.sy.gotoAndStop(3);
}
if (sjc > 5) {
sjc = 0;
}
}
Instance of Symbol 707 MovieClip in Symbol 1399 MovieClip Frame 1
onClipEvent (load) {
sjc = 0;
dqx = this._y;
xzx = this._y;
}
onClipEvent (enterFrame) {
if (_root.anniux1 == 0) {
mb = 210;
} else {
mb = 270;
}
if ((_root.anniux1 == 0) && (this._y > mb)) {
this._y = this._y - 2;
}
if ((_root.anniux1 == 1) && (this._y < mb)) {
this._y = this._y + 2;
}
sjc++;
if (sjc < 3) {
dqx = this._y;
} else {
xzx = this._y;
}
if ((dqx - xzx) > 2) {
_root.sy.gotoAndStop(3);
}
if (sjc > 5) {
sjc = 0;
}
}
Instance of Symbol 968 MovieClip in Symbol 1399 MovieClip Frame 1
onClipEvent (load) {
ysx = this._x;
}
onClipEvent (enterFrame) {
this._x = this._x + sd;
if (_xscale == 100) {
sd = -1;
}
if (_xscale == -100) {
sd = 1;
}
if (this._x < (ysx - 60)) {
_xscale = -100;
}
if (this._x > (ysx + 60)) {
_xscale = 100;
}
if (((Math.abs(this._x - _root.xr1._x) < 24) && ((this._y - _root.xr1._y) < 25)) && (this._y > _root.xr1._y)) {
_root.rw1._x = _root.rw1._x + sd;
}
if (((Math.abs(this._x - _root.xr2._x) < 24) && ((this._y - _root.xr2._y) < 25)) && (this._y > _root.xr2._y)) {
_root.rw2._x = _root.rw2._x + sd;
}
}
Instance of Symbol 968 MovieClip in Symbol 1399 MovieClip Frame 1
onClipEvent (load) {
ysx = this._x;
}
onClipEvent (enterFrame) {
this._x = this._x + sd;
if (_xscale == 100) {
sd = 1;
}
if (_xscale == -100) {
sd = -1;
}
if (this._x < (ysx - 60)) {
_xscale = 100;
}
if (this._x > (ysx + 60)) {
_xscale = -100;
}
if (((Math.abs(this._x - _root.xr1._x) < 24) && ((this._y - _root.xr1._y) < 25)) && (this._y > _root.xr1._y)) {
_root.rw1._x = _root.rw1._x + sd;
}
if (((Math.abs(this._x - _root.xr2._x) < 24) && ((this._y - _root.xr2._y) < 25)) && (this._y > _root.xr2._y)) {
_root.rw2._x = _root.rw2._x + sd;
}
}
Symbol 1405 MovieClip Frame 1
stop();
Symbol 1405 MovieClip Frame 39
stop();
Symbol 1407 MovieClip Frame 1
stop();
Instance of Symbol 968 MovieClip in Symbol 1407 MovieClip Frame 1
onClipEvent (enterFrame) {
if (((Math.abs(this._x - _root.xr1._x) < 30) && ((this._y - _root.xr1._y) < 60)) && (this._y > _root.xr1._y)) {
xr1s = 1;
} else {
xr1s = 0;
}
if (((Math.abs(this._x - _root.xr2._x) < 30) && ((this._y - _root.xr2._y) < 60)) && (this._y > _root.xr2._y)) {
xr2s = 1;
} else {
xr2s = 0;
}
if (((Math.abs(this._x - _root.map.xiangz1._x) < 30) && ((this._y - _root.map.xiangz1._y) < 25)) && (this._y > _root.map.xiangz1._y)) {
xzs = 1;
} else {
xzs = 0;
}
if (((xr1s == 1) || (xr2s == 1)) || (xzs == 1)) {
_root.zuozlb = 1;
}
if ((xr1s == 1) && (xr2s == 1)) {
_root.zuozlb = 2;
}
if ((xr1s == 1) && (xzs == 1)) {
_root.zuozlb = 2;
}
if ((xr2s == 1) && (xzs == 1)) {
_root.zuozlb = 2;
}
if (((xr1s == 1) && (xr2s == 1)) && (xzs == 1)) {
_root.zuozlb = 3;
}
if (((xr1s == 0) && (xr2s == 0)) && (xzs == 0)) {
_root.zuozlb = 0;
}
}
Instance of Symbol 968 MovieClip in Symbol 1407 MovieClip Frame 1
onClipEvent (load) {
sjc = 0;
dqx = this._y;
xzx = this._y;
}
onClipEvent (enterFrame) {
if (((Math.abs(this._x - _root.xr1._x) < 30) && ((this._y - _root.xr1._y) < 60)) && (this._y > _root.xr1._y)) {
xr1s = 1;
} else {
xr1s = 0;
}
if (((Math.abs(this._x - _root.xr2._x) < 30) && ((this._y - _root.xr2._y) < 60)) && (this._y > _root.xr2._y)) {
xr2s = 1;
} else {
xr2s = 0;
}
if (((Math.abs(this._x - _root.map.xiangz._x) < 30) && ((this._y - _root.map.xiangz._y) < 25)) && (this._y > _root.map.xiangz._y)) {
xzs = 1;
} else {
xzs = 0;
}
if (((xr1s == 1) || (xr2s == 1)) || (xzs == 1)) {
_root.youzlb = 1;
}
if ((xr1s == 1) && (xr2s == 1)) {
_root.youzlb = 2;
}
if ((xr1s == 1) && (xzs == 1)) {
_root.youzlb = 2;
}
if ((xr2s == 1) && (xzs == 1)) {
_root.youzlb = 2;
}
if (((xr1s == 1) && (xr2s == 1)) && (xzs == 1)) {
_root.youzlb = 3;
}
if (((xr1s == 0) && (xr2s == 0)) && (xzs == 0)) {
_root.youzlb = 0;
}
if (_root.zuozlb == _root.youzlb) {
_parent.stop();
}
if (_root.zuozlb < _root.youzlb) {
_parent.prevFrame();
}
if (_root.zuozlb > _root.youzlb) {
_parent.play();
}
dqz = _parent._currentframe;
_root.tianpb.gotoAndStop(dqz);
sjc++;
if (sjc < 3) {
dqx = this._y;
} else {
xzx = this._y;
}
if ((dqx - xzx) > 2) {
_root.sy.gotoAndStop(5);
}
if (sjc > 5) {
sjc = 0;
}
}
Symbol 1407 MovieClip Frame 39
stop();
Symbol 1407 MovieClip Frame 40
prevFrame();
Symbol 1409 MovieClip Frame 1
stop();
Instance of Symbol 1407 MovieClip "tianpt" in Symbol 1409 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop(20);
}
Instance of Symbol 707 MovieClip in Symbol 1410 MovieClip Frame 1
onClipEvent (load) {
sjc = 0;
dqx = this._y;
xzx = this._y;
}
onClipEvent (enterFrame) {
if (_root.anniux2 == 0) {
mb = 250;
} else {
mb = 310;
}
if ((_root.anniux2 == 0) && (this._y > mb)) {
this._y = this._y - 2;
}
if ((_root.anniux2 == 1) && (this._y < mb)) {
this._y = this._y + 2;
}
sjc++;
if (sjc < 3) {
dqx = this._y;
} else {
xzx = this._y;
}
if ((dqx - xzx) > 2) {
_root.sy.gotoAndStop(3);
}
if (sjc > 5) {
sjc = 0;
}
}
Instance of Symbol 707 MovieClip in Symbol 1410 MovieClip Frame 1
onClipEvent (load) {
sjc = 0;
dqx = this._y;
xzx = this._y;
}
onClipEvent (enterFrame) {
if (_root.anniux3 == 0) {
mb = 380;
} else {
mb = 440;
}
if ((_root.anniux3 == 0) && (this._y > mb)) {
this._y = this._y - 2;
}
if ((_root.anniux3 == 1) && (this._y < mb)) {
this._y = this._y + 2;
}
sjc++;
if (sjc < 3) {
dqx = this._y;
} else {
xzx = this._y;
}
if ((dqx - xzx) > 2) {
_root.sy.gotoAndStop(3);
}
if (sjc > 5) {
sjc = 0;
}
}
Instance of Symbol 968 MovieClip in Symbol 1410 MovieClip Frame 1
onClipEvent (load) {
ysx = this._x;
}
onClipEvent (enterFrame) {
this._x = this._x + sd;
if (_xscale == 100) {
sd = -1;
}
if (_xscale == -100) {
sd = 1;
}
if (this._x < (ysx - 40)) {
_xscale = -100;
}
if (this._x > (ysx + 40)) {
_xscale = 100;
}
if (((Math.abs(this._x - _root.xr1._x) < 24) && ((this._y - _root.xr1._y) < 25)) && (this._y > _root.xr1._y)) {
_root.rw1._x = _root.rw1._x + sd;
}
if (((Math.abs(this._x - _root.xr2._x) < 24) && ((this._y - _root.xr2._y) < 25)) && (this._y > _root.xr2._y)) {
_root.rw2._x = _root.rw2._x + sd;
}
}
Instance of Symbol 968 MovieClip in Symbol 1410 MovieClip Frame 1
onClipEvent (load) {
ysx = this._x;
}
onClipEvent (enterFrame) {
this._x = this._x + sd;
if (_xscale == 100) {
sd = 1;
}
if (_xscale == -100) {
sd = -1;
}
if (this._x < (ysx - 40)) {
_xscale = 100;
}
if (this._x > (ysx + 40)) {
_xscale = -100;
}
if (((Math.abs(this._x - _root.xr1._x) < 24) && ((this._y - _root.xr1._y) < 25)) && (this._y > _root.xr1._y)) {
_root.rw1._x = _root.rw1._x + sd;
}
if (((Math.abs(this._x - _root.xr2._x) < 24) && ((this._y - _root.xr2._y) < 25)) && (this._y > _root.xr2._y)) {
_root.rw2._x = _root.rw2._x + sd;
}
}
Instance of Symbol 968 MovieClip in Symbol 1410 MovieClip Frame 1
onClipEvent (load) {
ysx = this._x;
}
onClipEvent (enterFrame) {
this._x = this._x + sd;
if (_xscale == 100) {
sd = -1;
}
if (_xscale == -100) {
sd = 1;
}
if (this._x < (ysx - 40)) {
_xscale = -100;
}
if (this._x > (ysx + 40)) {
_xscale = 100;
}
if (((Math.abs(this._x - _root.xr1._x) < 24) && ((this._y - _root.xr1._y) < 25)) && (this._y > _root.xr1._y)) {
_root.rw1._x = _root.rw1._x + sd;
}
if (((Math.abs(this._x - _root.xr2._x) < 24) && ((this._y - _root.xr2._y) < 25)) && (this._y > _root.xr2._y)) {
_root.rw2._x = _root.rw2._x + sd;
}
}
Instance of Symbol 968 MovieClip in Symbol 1410 MovieClip Frame 1
onClipEvent (load) {
ysx = this._x;
}
onClipEvent (enterFrame) {
this._x = this._x + sd;
if (_xscale == 100) {
sd = 1;
}
if (_xscale == -100) {
sd = -1;
}
if (this._x < (ysx - 40)) {
_xscale = 100;
}
if (this._x > (ysx + 40)) {
_xscale = -100;
}
if (((Math.abs(this._x - _root.xr1._x) < 24) && ((this._y - _root.xr1._y) < 25)) && (this._y > _root.xr1._y)) {
_root.rw1._x = _root.rw1._x + sd;
}
if (((Math.abs(this._x - _root.xr2._x) < 24) && ((this._y - _root.xr2._y) < 25)) && (this._y > _root.xr2._y)) {
_root.rw2._x = _root.rw2._x + sd;
}
}
Symbol 1416 MovieClip Frame 1
stop();
Symbol 1416 MovieClip Frame 39
stop();
Symbol 1418 MovieClip Frame 1
stop();
Instance of Symbol 968 MovieClip in Symbol 1418 MovieClip Frame 1
onClipEvent (enterFrame) {
if (((Math.abs(this._x - _root.xr1._x) < 30) && ((this._y - _root.xr1._y) < 60)) && (this._y > _root.xr1._y)) {
xr1s = 1;
} else {
xr1s = 0;
}
if (((Math.abs(this._x - _root.xr2._x) < 30) && ((this._y - _root.xr2._y) < 60)) && (this._y > _root.xr2._y)) {
xr2s = 1;
} else {
xr2s = 0;
}
if (((Math.abs(this._x - _root.map.xiangz1._x) < 30) && ((this._y - _root.map.xiangz1._y) < 25)) && (this._y > _root.map.xiangz1._y)) {
xzs = 1;
} else {
xzs = 0;
}
if (((xr1s == 1) || (xr2s == 1)) || (xzs == 1)) {
_root.zuozlb = 1;
}
if ((xr1s == 1) && (xr2s == 1)) {
_root.zuozlb = 2;
}
if ((xr1s == 1) && (xzs == 1)) {
_root.zuozlb = 2;
}
if ((xr2s == 1) && (xzs == 1)) {
_root.zuozlb = 2;
}
if (((xr1s == 1) && (xr2s == 1)) && (xzs == 1)) {
_root.zuozlb = 3;
}
if (((xr1s == 0) && (xr2s == 0)) && (xzs == 0)) {
_root.zuozlb = 0;
}
}
Instance of Symbol 968 MovieClip in Symbol 1418 MovieClip Frame 1
onClipEvent (load) {
sjc = 0;
dqx = this._y;
xzx = this._y;
}
onClipEvent (enterFrame) {
if (((Math.abs(this._x - _root.xr1._x) < 30) && ((this._y - _root.xr1._y) < 60)) && (this._y > _root.xr1._y)) {
xr1s = 1;
} else {
xr1s = 0;
}
if (((Math.abs(this._x - _root.xr2._x) < 30) && ((this._y - _root.xr2._y) < 60)) && (this._y > _root.xr2._y)) {
xr2s = 1;
} else {
xr2s = 0;
}
if (((Math.abs(this._x - _root.map.xiangz._x) < 30) && ((this._y - _root.map.xiangz._y) < 25)) && (this._y > _root.map.xiangz._y)) {
xzs = 1;
} else {
xzs = 0;
}
if (((xr1s == 1) || (xr2s == 1)) || (xzs == 1)) {
_root.youzlb = 1;
}
if ((xr1s == 1) && (xr2s == 1)) {
_root.youzlb = 2;
}
if ((xr1s == 1) && (xzs == 1)) {
_root.youzlb = 2;
}
if ((xr2s == 1) && (xzs == 1)) {
_root.youzlb = 2;
}
if (((xr1s == 1) && (xr2s == 1)) && (xzs == 1)) {
_root.youzlb = 3;
}
if (((xr1s == 0) && (xr2s == 0)) && (xzs == 0)) {
_root.youzlb = 0;
}
if (_root.zuozlb == _root.youzlb) {
_parent.stop();
}
if (_root.zuozlb < _root.youzlb) {
_parent.prevFrame();
}
if (_root.zuozlb > _root.youzlb) {
_parent.play();
}
dqz = _parent._currentframe;
_root.tianpb.gotoAndStop(dqz);
sjc++;
if (sjc < 3) {
dqx = this._y;
} else {
xzx = this._y;
}
if ((dqx - xzx) > 2) {
_root.sy.gotoAndStop(5);
}
if (sjc > 5) {
sjc = 0;
}
}
Symbol 1418 MovieClip Frame 39
stop();
Symbol 1418 MovieClip Frame 40
prevFrame();
Symbol 1420 MovieClip Frame 1
stop();
Instance of Symbol 1418 MovieClip "tianpt" in Symbol 1420 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop(1);
}
Instance of Symbol 707 MovieClip in Symbol 1421 MovieClip Frame 1
onClipEvent (load) {
sjc = 0;
dqx = this._y;
xzx = this._y;
}
onClipEvent (enterFrame) {
if (_root.anniux2 == 0) {
mb = 25;
} else {
mb = 85;
}
if ((_root.anniux2 == 0) && (this._y > mb)) {
this._y = this._y - 2;
}
if ((_root.anniux2 == 1) && (this._y < mb)) {
this._y = this._y + 2;
}
sjc++;
if (sjc < 3) {
dqx = this._y;
} else {
xzx = this._y;
}
if ((dqx - xzx) > 2) {
_root.sy.gotoAndStop(3);
}
if (sjc > 5) {
sjc = 0;
}
}
Instance of Symbol 707 MovieClip in Symbol 1421 MovieClip Frame 1
onClipEvent (load) {
sjc = 0;
dqx = this._y;
xzx = this._y;
}
onClipEvent (enterFrame) {
if (_root.anniux3 == 0) {
mb = 182;
} else {
mb = 242;
}
if ((_root.anniux3 == 0) && (this._y > mb)) {
this._y = this._y - 2;
}
if ((_root.anniux3 == 1) && (this._y < mb)) {
this._y = this._y + 2;
}
sjc++;
if (sjc < 3) {
dqx = this._y;
} else {
xzx = this._y;
}
if ((dqx - xzx) > 2) {
_root.sy.gotoAndStop(3);
}
if (sjc > 5) {
sjc = 0;
}
}
Instance of Symbol 707 MovieClip in Symbol 1421 MovieClip Frame 1
onClipEvent (load) {
sjc = 0;
dqx = this._y;
xzx = this._y;
}
onClipEvent (enterFrame) {
if (_root.anniux == 0) {
mb = 182;
} else {
mb = 242;
}
if ((_root.anniux == 0) && (this._y > mb)) {
this._y = this._y - 2;
}
if ((_root.anniux == 1) && (this._y < mb)) {
this._y = this._y + 2;
}
sjc++;
if (sjc < 3) {
dqx = this._y;
} else {
xzx = this._y;
}
if ((dqx - xzx) > 2) {
_root.sy.gotoAndStop(3);
}
if (sjc > 5) {
sjc = 0;
}
}
Instance of Symbol 968 MovieClip in Symbol 1421 MovieClip Frame 1
onClipEvent (load) {
ysx = this._x;
}
onClipEvent (enterFrame) {
this._x = this._x + sd;
if (_xscale == 100) {
sd = -1;
}
if (_xscale == -100) {
sd = 1;
}
if (this._x < (ysx - 40)) {
_xscale = -100;
}
if (this._x > (ysx + 40)) {
_xscale = 100;
}
if (((Math.abs(this._x - _root.xr1._x) < 24) && ((this._y - _root.xr1._y) < 25)) && (this._y > _root.xr1._y)) {
_root.rw1._x = _root.rw1._x + sd;
}
if (((Math.abs(this._x - _root.xr2._x) < 24) && ((this._y - _root.xr2._y) < 25)) && (this._y > _root.xr2._y)) {
_root.rw2._x = _root.rw2._x + sd;
}
}
Instance of Symbol 968 MovieClip in Symbol 1421 MovieClip Frame 1
onClipEvent (load) {
ysx = this._x;
}
onClipEvent (enterFrame) {
this._x = this._x + sd;
if (_xscale == 100) {
sd = 1;
}
if (_xscale == -100) {
sd = -1;
}
if (this._x < (ysx - 40)) {
_xscale = 100;
}
if (this._x > (ysx + 40)) {
_xscale = -100;
}
if (((Math.abs(this._x - _root.xr1._x) < 24) && ((this._y - _root.xr1._y) < 25)) && (this._y > _root.xr1._y)) {
_root.rw1._x = _root.rw1._x + sd;
}
if (((Math.abs(this._x - _root.xr2._x) < 24) && ((this._y - _root.xr2._y) < 25)) && (this._y > _root.xr2._y)) {
_root.rw2._x = _root.rw2._x + sd;
}
}
Instance of Symbol 968 MovieClip in Symbol 1421 MovieClip Frame 1
onClipEvent (load) {
ysx = this._x;
}
onClipEvent (enterFrame) {
this._x = this._x + sd;
if (_xscale == 100) {
sd = -1;
}
if (_xscale == -100) {
sd = 1;
}
if (this._x < (ysx - 30)) {
_xscale = -100;
}
if (this._x > (ysx + 30)) {
_xscale = 100;
}
if (((Math.abs(this._x - _root.xr1._x) < 24) && ((this._y - _root.xr1._y) < 25)) && (this._y > _root.xr1._y)) {
_root.rw1._x = _root.rw1._x + sd;
}
if (((Math.abs(this._x - _root.xr2._x) < 24) && ((this._y - _root.xr2._y) < 25)) && (this._y > _root.xr2._y)) {
_root.rw2._x = _root.rw2._x + sd;
}
}
Instance of Symbol 651 MovieClip "ltt" in Symbol 1421 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((((_root.rw1._y - this._y) < 25) && (Math.abs(_root.rw1._x - this._x) < 15)) && (this._y > 100)) {
_root.lout = 1;
} else {
_root.lout = 0;
this._y = 215;
}
}
Instance of Symbol 651 MovieClip "lttt" in Symbol 1421 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.rw2._x < 320) {
this._x = 15;
} else {
this._x = 625;
}
if ((((_root.rw2._y - this._y) < 25) && (Math.abs(_root.rw2._x - this._x) < 15)) && (this._y > 100)) {
_root.lout2 = 1;
} else {
_root.lout2 = 0;
this._y = 215;
}
}
Symbol 1427 MovieClip Frame 1
stop();
Symbol 1427 MovieClip Frame 39
stop();
Symbol 1429 MovieClip Frame 1
stop();
Instance of Symbol 968 MovieClip in Symbol 1429 MovieClip Frame 1
onClipEvent (enterFrame) {
if (((Math.abs(this._x - _root.xr1._x) < 30) && ((this._y - _root.xr1._y) < 60)) && (this._y > _root.xr1._y)) {
xr1s = 1;
} else {
xr1s = 0;
}
if (((Math.abs(this._x - _root.xr2._x) < 30) && ((this._y - _root.xr2._y) < 60)) && (this._y > _root.xr2._y)) {
xr2s = 1;
} else {
xr2s = 0;
}
if (((Math.abs(this._x - _root.map.xiangz1._x) < 30) && ((this._y - _root.map.xiangz1._y) < 25)) && (this._y > _root.map.xiangz1._y)) {
xzs = 1;
} else {
xzs = 0;
}
if (((xr1s == 1) || (xr2s == 1)) || (xzs == 1)) {
_root.zuozlb = 1;
}
if ((xr1s == 1) && (xr2s == 1)) {
_root.zuozlb = 2;
}
if ((xr1s == 1) && (xzs == 1)) {
_root.zuozlb = 2;
}
if ((xr2s == 1) && (xzs == 1)) {
_root.zuozlb = 2;
}
if (((xr1s == 1) && (xr2s == 1)) && (xzs == 1)) {
_root.zuozlb = 3;
}
if (((xr1s == 0) && (xr2s == 0)) && (xzs == 0)) {
_root.zuozlb = 0;
}
}
Instance of Symbol 968 MovieClip in Symbol 1429 MovieClip Frame 1
onClipEvent (load) {
sjc = 0;
dqx = this._y;
xzx = this._y;
}
onClipEvent (enterFrame) {
if (((Math.abs(this._x - _root.xr1._x) < 30) && ((this._y - _root.xr1._y) < 60)) && (this._y > _root.xr1._y)) {
xr1s = 1;
} else {
xr1s = 0;
}
if (((Math.abs(this._x - _root.xr2._x) < 30) && ((this._y - _root.xr2._y) < 60)) && (this._y > _root.xr2._y)) {
xr2s = 1;
} else {
xr2s = 0;
}
if (((Math.abs(this._x - _root.map.xiangz._x) < 30) && ((this._y - _root.map.xiangz._y) < 25)) && (this._y > _root.map.xiangz._y)) {
xzs = 1;
} else {
xzs = 0;
}
if (((xr1s == 1) || (xr2s == 1)) || (xzs == 1)) {
_root.youzlb = 1;
}
if ((xr1s == 1) && (xr2s == 1)) {
_root.youzlb = 2;
}
if ((xr1s == 1) && (xzs == 1)) {
_root.youzlb = 2;
}
if ((xr2s == 1) && (xzs == 1)) {
_root.youzlb = 2;
}
if (((xr1s == 1) && (xr2s == 1)) && (xzs == 1)) {
_root.youzlb = 3;
}
if (((xr1s == 0) && (xr2s == 0)) && (xzs == 0)) {
_root.youzlb = 0;
}
if (_root.zuozlb == _root.youzlb) {
_parent.stop();
}
if (_root.zuozlb < _root.youzlb) {
_parent.prevFrame();
}
if (_root.zuozlb > _root.youzlb) {
_parent.play();
}
dqz = _parent._currentframe;
_root.tianpb.gotoAndStop(dqz);
sjc++;
if (sjc < 3) {
dqx = this._y;
} else {
xzx = this._y;
}
if ((dqx - xzx) > 2) {
_root.sy.gotoAndStop(5);
}
if (sjc > 5) {
sjc = 0;
}
}
Symbol 1429 MovieClip Frame 39
stop();
Symbol 1429 MovieClip Frame 40
prevFrame();
Symbol 1431 MovieClip Frame 1
stop();
Instance of Symbol 1429 MovieClip "tianpt" in Symbol 1431 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop(9);
}
Instance of Symbol 707 MovieClip in Symbol 1431 MovieClip Frame 1
onClipEvent (enterFrame) {
this._y = _parent._parent.kg1._y;
}
Instance of Symbol 707 MovieClip in Symbol 1431 MovieClip Frame 1
onClipEvent (enterFrame) {
this._y = _parent._parent.kg2._y;
}
Instance of Symbol 707 MovieClip in Symbol 1432 MovieClip Frame 1
onClipEvent (load) {
sjc = 0;
dqx = this._y;
xzx = this._y;
}
onClipEvent (enterFrame) {
if (_root.anniux2 == 0) {
mb = 380;
} else {
mb = 440;
}
if ((_root.anniux2 == 0) && (this._y > mb)) {
this._y = this._y - 2;
}
if ((_root.anniux2 == 1) && (this._y < mb)) {
this._y = this._y + 2;
}
sjc++;
if (sjc < 3) {
dqx = this._y;
} else {
xzx = this._y;
}
if ((dqx - xzx) > 2) {
_root.sy.gotoAndStop(3);
}
if (sjc > 5) {
sjc = 0;
}
}
Instance of Symbol 707 MovieClip in Symbol 1432 MovieClip Frame 1
onClipEvent (load) {
sjc = 0;
dqx = this._y;
xzx = this._y;
}
onClipEvent (enterFrame) {
if (_root.anniux3 == 0) {
mb = 118;
} else {
mb = 178;
}
if ((_root.anniux3 == 0) && (this._y > mb)) {
this._y = this._y - 2;
}
if ((_root.anniux3 == 1) && (this._y < mb)) {
this._y = this._y + 2;
}
sjc++;
if (sjc < 3) {
dqx = this._y;
} else {
xzx = this._y;
}
if ((dqx - xzx) > 2) {
_root.sy.gotoAndStop(3);
}
if (sjc > 5) {
sjc = 0;
}
}
Instance of Symbol 707 MovieClip "kg2" in Symbol 1432 MovieClip Frame 1
onClipEvent (load) {
sjc = 0;
dqx = this._y;
xzx = this._y;
}
onClipEvent (enterFrame) {
if (_root.anniux == 0) {
mb = 15;
} else {
mb = 77;
}
if ((_root.anniux == 0) && (this._y > mb)) {
this._y = this._y - 2;
}
if ((_root.anniux == 1) && (this._y < mb)) {
this._y = this._y + 2;
}
sjc++;
if (sjc < 3) {
dqx = this._y;
} else {
xzx = this._y;
}
if ((dqx - xzx) > 2) {
_root.sy.gotoAndStop(3);
}
if (sjc > 5) {
sjc = 0;
}
}
Instance of Symbol 707 MovieClip "kg1" in Symbol 1432 MovieClip Frame 1
onClipEvent (load) {
sjc = 0;
dqx = this._y;
xzx = this._y;
}
onClipEvent (enterFrame) {
if (_root.anniux1 == 0) {
mb = 15;
} else {
mb = 77;
}
if ((_root.anniux1 == 0) && (this._y > mb)) {
this._y = this._y - 2;
}
if ((_root.anniux1 == 1) && (this._y < mb)) {
this._y = this._y + 2;
}
sjc++;
if (sjc < 3) {
dqx = this._y;
} else {
xzx = this._y;
}
if ((dqx - xzx) > 2) {
_root.sy.gotoAndStop(3);
}
if (sjc > 5) {
sjc = 0;
}
}
Instance of Symbol 651 MovieClip "xiangz" in Symbol 1432 MovieClip Frame 1
onClipEvent (load) {
gravity = 1;
yspeed = 0;
xspeed = 4;
jumping = 0;
anx = 0;
sjc = 0;
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
if (Math.abs(this._y - _root.renw._y) < 16) {
sjc++;
if (sjc < 3) {
dqx = this._x;
} else {
xzx = this._x;
}
if (dqx != xzx) {
_root.sy.gotoAndStop(2);
}
if (sjc > 5) {
sjc = 0;
}
if (this._x > _root.renw._x) {
this._x = this._x + _root.renw.xspeed;
} else {
this._x = this._x - _root.renw.xspeed;
}
}
}
i++;
}
if ((!_root.map.mm.hitTest(_x - (_width / 2), _y + (_height / 4), true)) && (!_root.map.mm.hitTest(_x - (_width / 2), _y - (_height / 4), true))) {
_x = (_x - xspeed);
}
if ((!_root.map.mm.hitTest(_x + (_width / 2), _y + (_height / 4), true)) && (!_root.map.mm.hitTest(_x + (_width / 2), _y - (_height / 4), true))) {
_x = (_x + xspeed);
}
yspeed = yspeed + gravity;
while (_root.map.mm.hitTest(_x, _y + (_height / 2), true)) {
_y = (_y-1);
_y = (_y-1);
yspeed = 0;
jumping = 0;
}
if ((!_root.map.mm.hitTest(_x, (_y + (_height / 2)) + 1, true)) || (yspeed < 0)) {
if (this.hitTest(_root.tt)) {
this._x = this._x + 3;
}
_y = (_y + yspeed);
} else {
yspeed = 0;
jumping = 0;
}
}
Instance of Symbol 651 MovieClip "xiangz1" in Symbol 1432 MovieClip Frame 1
onClipEvent (load) {
gravity = 1;
yspeed = 0;
xspeed = 4;
jumping = 0;
anx = 0;
sjc = 0;
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
if (Math.abs(this._y - _root.renw._y) < 16) {
sjc++;
if (sjc < 3) {
dqx = this._x;
} else {
xzx = this._x;
}
if (dqx != xzx) {
_root.sy.gotoAndStop(2);
}
if (sjc > 5) {
sjc = 0;
}
if (this._x > _root.renw._x) {
this._x = this._x + _root.renw.xspeed;
} else {
this._x = this._x - _root.renw.xspeed;
}
}
}
i++;
}
if ((!_root.map.mm.hitTest(_x - (_width / 2), _y + (_height / 4), true)) && (!_root.map.mm.hitTest(_x - (_width / 2), _y - (_height / 4), true))) {
_x = (_x - xspeed);
}
if ((!_root.map.mm.hitTest(_x + (_width / 2), _y + (_height / 4), true)) && (!_root.map.mm.hitTest(_x + (_width / 2), _y - (_height / 4), true))) {
_x = (_x + xspeed);
}
yspeed = yspeed + gravity;
while (_root.map.mm.hitTest(_x, _y + (_height / 2), true)) {
_y = (_y-1);
_y = (_y-1);
yspeed = 0;
jumping = 0;
}
if ((!_root.map.mm.hitTest(_x, (_y + (_height / 2)) + 1, true)) || (yspeed < 0)) {
_y = (_y + yspeed);
} else {
yspeed = 0;
jumping = 0;
}
}
Symbol 1440 MovieClip Frame 1
stop();
Instance of Symbol 707 MovieClip in Symbol 1441 MovieClip Frame 1
onClipEvent (load) {
sjc = 0;
dqx = this._y;
xzx = this._y;
}
onClipEvent (enterFrame) {
if (_root.anniux4 == 0) {
mb = 2;
} else {
mb = 62;
}
if ((_root.anniux4 == 0) && (this._y > mb)) {
this._y = this._y - 2;
}
if ((_root.anniux4 == 1) && (this._y < mb)) {
this._y = this._y + 2;
}
sjc++;
if (sjc < 3) {
dqx = this._y;
} else {
xzx = this._y;
}
if ((dqx - xzx) > 2) {
_root.sy.gotoAndStop(3);
}
if (sjc > 5) {
sjc = 0;
}
}
Instance of Symbol 707 MovieClip in Symbol 1441 MovieClip Frame 1
onClipEvent (load) {
sjc = 0;
dqx = this._y;
xzx = this._y;
}
onClipEvent (enterFrame) {
if (_root.anniux2 == 0) {
mb = 180;
} else {
mb = 240;
}
if ((_root.anniux2 == 0) && (this._y > mb)) {
this._y = this._y - 2;
}
if ((_root.anniux2 == 1) && (this._y < mb)) {
this._y = this._y + 2;
}
sjc++;
if (sjc < 3) {
dqx = this._y;
} else {
xzx = this._y;
}
if ((dqx - xzx) > 2) {
_root.sy.gotoAndStop(3);
}
if (sjc > 5) {
sjc = 0;
}
}
Instance of Symbol 707 MovieClip in Symbol 1441 MovieClip Frame 1
onClipEvent (load) {
sjc = 0;
dqx = this._x;
xzx = this._x;
}
onClipEvent (enterFrame) {
if (_root.anniux == 0) {
mb = 478;
} else {
mb = 538;
}
if ((_root.anniux == 0) && (this._x > mb)) {
this._x = this._x - 2;
}
if ((_root.anniux == 1) && (this._x < mb)) {
this._x = this._x + 2;
}
sjc++;
if (sjc < 3) {
dqx = this._x;
} else {
xzx = this._x;
}
if ((dqx - xzx) > 2) {
_root.sy.gotoAndStop(3);
}
if (sjc > 5) {
sjc = 0;
}
}
Instance of Symbol 651 MovieClip "xiangz" in Symbol 1441 MovieClip Frame 1
onClipEvent (load) {
gravity = 1;
yspeed = 0;
xspeed = 4;
jumping = 0;
anx = 0;
sjc = 0;
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
if (Math.abs(this._y - _root.renw._y) < 16) {
sjc++;
if (sjc < 3) {
dqx = this._x;
} else {
xzx = this._x;
}
if (dqx != xzx) {
_root.sy.gotoAndStop(2);
}
if (sjc > 5) {
sjc = 0;
}
if (this._x > _root.renw._x) {
this._x = this._x + _root.renw.xspeed;
} else {
this._x = this._x - _root.renw.xspeed;
}
}
}
i++;
}
if ((!_root.map.mm.hitTest(_x - (_width / 2), _y + (_height / 4), true)) && (!_root.map.mm.hitTest(_x - (_width / 2), _y - (_height / 4), true))) {
_x = (_x - xspeed);
}
if ((!_root.map.mm.hitTest(_x + (_width / 2), _y + (_height / 4), true)) && (!_root.map.mm.hitTest(_x + (_width / 2), _y - (_height / 4), true))) {
_x = (_x + xspeed);
}
yspeed = yspeed + gravity;
while (_root.map.mm.hitTest(_x, _y + (_height / 2), true)) {
_y = (_y-1);
_y = (_y-1);
yspeed = 0;
jumping = 0;
}
if ((!_root.map.mm.hitTest(_x, (_y + (_height / 2)) + 1, true)) || (yspeed < 0)) {
_y = (_y + yspeed);
} else {
yspeed = 0;
jumping = 0;
}
}
Instance of Symbol 968 MovieClip in Symbol 1441 MovieClip Frame 1
onClipEvent (load) {
ysx = this._x;
}
onClipEvent (enterFrame) {
this._x = this._x + sd;
if (_xscale == 100) {
sd = -1;
}
if (_xscale == -100) {
sd = 1;
}
if (this._x < (ysx - 40)) {
_xscale = -100;
}
if (this._x > (ysx + 40)) {
_xscale = 100;
}
if (((Math.abs(this._x - _root.xr1._x) < 24) && ((this._y - _root.xr1._y) < 25)) && (this._y > _root.xr1._y)) {
_root.rw1._x = _root.rw1._x + sd;
}
if (((Math.abs(this._x - _root.xr2._x) < 24) && ((this._y - _root.xr2._y) < 25)) && (this._y > _root.xr2._y)) {
_root.rw2._x = _root.rw2._x + sd;
}
}
Instance of Symbol 968 MovieClip in Symbol 1441 MovieClip Frame 1
onClipEvent (load) {
ysx = this._x;
}
onClipEvent (enterFrame) {
this._x = this._x + sd;
if (_xscale == 100) {
sd = 1;
}
if (_xscale == -100) {
sd = -1;
}
if (this._x < (ysx - 30)) {
_xscale = 100;
}
if (this._x > (ysx + 30)) {
_xscale = -100;
}
if (((Math.abs(this._x - _root.xr1._x) < 24) && ((this._y - _root.xr1._y) < 25)) && (this._y > _root.xr1._y)) {
_root.rw1._x = _root.rw1._x + sd;
}
if (((Math.abs(this._x - _root.xr2._x) < 24) && ((this._y - _root.xr2._y) < 25)) && (this._y > _root.xr2._y)) {
_root.rw2._x = _root.rw2._x + sd;
}
}
Instance of Symbol 968 MovieClip in Symbol 1441 MovieClip Frame 1
onClipEvent (load) {
ysx = this._x;
}
onClipEvent (enterFrame) {
this._x = this._x + sd;
if (_xscale == 100) {
sd = 1;
}
if (_xscale == -100) {
sd = -1;
}
if (this._x < (ysx - 30)) {
_xscale = 100;
}
if (this._x > (ysx + 30)) {
_xscale = -100;
}
if (((Math.abs(this._x - _root.xr1._x) < 24) && ((this._y - _root.xr1._y) < 25)) && (this._y > _root.xr1._y)) {
_root.rw1._x = _root.rw1._x + sd;
}
if (((Math.abs(this._x - _root.xr2._x) < 24) && ((this._y - _root.xr2._y) < 25)) && (this._y > _root.xr2._y)) {
_root.rw2._x = _root.rw2._x + sd;
}
}
Instance of Symbol 968 MovieClip in Symbol 1441 MovieClip Frame 1
onClipEvent (load) {
ysx = this._x;
}
onClipEvent (enterFrame) {
this._x = this._x + sd;
if (_xscale == 100) {
sd = 1;
}
if (_xscale == -100) {
sd = -1;
}
if (this._x < (ysx - 40)) {
_xscale = 100;
}
if (this._x > (ysx + 40)) {
_xscale = -100;
}
if (((Math.abs(this._x - _root.xr1._x) < 24) && ((this._y - _root.xr1._y) < 25)) && (this._y > _root.xr1._y)) {
_root.rw1._x = _root.rw1._x + sd;
}
if (((Math.abs(this._x - _root.xr2._x) < 24) && ((this._y - _root.xr2._y) < 25)) && (this._y > _root.xr2._y)) {
_root.rw2._x = _root.rw2._x + sd;
}
}
Instance of Symbol 968 MovieClip in Symbol 1441 MovieClip Frame 1
onClipEvent (load) {
ysx = this._x;
}
onClipEvent (enterFrame) {
this._x = this._x + sd;
if (_xscale == 100) {
sd = -1;
}
if (_xscale == -100) {
sd = 1;
}
if (this._x < (ysx - 40)) {
_xscale = -100;
}
if (this._x > (ysx + 40)) {
_xscale = 100;
}
if (((Math.abs(this._x - _root.xr1._x) < 24) && ((this._y - _root.xr1._y) < 25)) && (this._y > _root.xr1._y)) {
_root.rw1._x = _root.rw1._x + sd;
}
if (((Math.abs(this._x - _root.xr2._x) < 24) && ((this._y - _root.xr2._y) < 25)) && (this._y > _root.xr2._y)) {
_root.rw2._x = _root.rw2._x + sd;
}
}
Symbol 1448 MovieClip Frame 1
stop();
Instance of Symbol 707 MovieClip in Symbol 1449 MovieClip Frame 1
onClipEvent (load) {
sjc = 0;
dqx = this._y;
xzx = this._y;
}
onClipEvent (enterFrame) {
if (_root.anniux4 == 0) {
mb = 200;
} else {
mb = 260;
}
if ((_root.anniux4 == 0) && (this._y > mb)) {
this._y = this._y - 2;
}
if ((_root.anniux4 == 1) && (this._y < mb)) {
this._y = this._y + 2;
}
sjc++;
if (sjc < 3) {
dqx = this._y;
} else {
xzx = this._y;
}
if ((dqx - xzx) > 2) {
_root.sy.gotoAndStop(3);
}
if (sjc > 5) {
sjc = 0;
}
}
Instance of Symbol 707 MovieClip in Symbol 1449 MovieClip Frame 1
onClipEvent (load) {
sjc = 0;
dqx = this._x;
xzx = this._x;
}
onClipEvent (enterFrame) {
if (_root.anniux3 == 0) {
mb = 639;
} else {
mb = 579;
}
if ((_root.anniux3 == 0) && (this._x < mb)) {
this._x = this._x + 2;
}
if ((_root.anniux3 == 1) && (this._x > mb)) {
this._x = this._x - 2;
}
sjc++;
if (sjc < 3) {
dqx = this._x;
} else {
xzx = this._x;
}
if ((dqx - xzx) > 2) {
_root.sy.gotoAndStop(3);
}
if (sjc > 5) {
sjc = 0;
}
}
Instance of Symbol 707 MovieClip "kg1" in Symbol 1449 MovieClip Frame 1
onClipEvent (load) {
sjc = 0;
dqx = this._y;
xzx = this._y;
}
onClipEvent (enterFrame) {
if (_root.anniux2 == 0) {
mb = 315;
} else {
mb = 375;
}
if ((_root.anniux2 == 0) && (this._y > mb)) {
this._y = this._y - 2;
}
if ((_root.anniux2 == 1) && (this._y < mb)) {
this._y = this._y + 2;
}
sjc++;
if (sjc < 3) {
dqx = this._y;
} else {
xzx = this._y;
}
if ((dqx - xzx) > 2) {
_root.sy.gotoAndStop(3);
}
if (sjc > 5) {
sjc = 0;
}
}
Instance of Symbol 968 MovieClip in Symbol 1449 MovieClip Frame 1
onClipEvent (load) {
ysx = this._x;
}
onClipEvent (enterFrame) {
this._x = this._x + sd;
if (_xscale == 100) {
sd = -1;
}
if (_xscale == -100) {
sd = 1;
}
if (this._x < (ysx - 45)) {
_xscale = -100;
}
if (this._x > (ysx + 45)) {
_xscale = 100;
}
if (((Math.abs(this._x - _root.xr1._x) < 24) && ((this._y - _root.xr1._y) < 25)) && (this._y > _root.xr1._y)) {
_root.rw1._x = _root.rw1._x + sd;
}
if (((Math.abs(this._x - _root.xr2._x) < 24) && ((this._y - _root.xr2._y) < 25)) && (this._y > _root.xr2._y)) {
_root.rw2._x = _root.rw2._x + sd;
}
}
Instance of Symbol 968 MovieClip in Symbol 1449 MovieClip Frame 1
onClipEvent (load) {
ysx = this._x;
}
onClipEvent (enterFrame) {
this._x = this._x + sd;
if (_xscale == 100) {
sd = -1;
}
if (_xscale == -100) {
sd = 1;
}
if (this._x < (ysx - 30)) {
_xscale = -100;
}
if (this._x > (ysx + 30)) {
_xscale = 100;
}
if (((Math.abs(this._x - _root.xr1._x) < 24) && ((this._y - _root.xr1._y) < 25)) && (this._y > _root.xr1._y)) {
_root.rw1._x = _root.rw1._x + sd;
}
if (((Math.abs(this._x - _root.xr2._x) < 24) && ((this._y - _root.xr2._y) < 25)) && (this._y > _root.xr2._y)) {
_root.rw2._x = _root.rw2._x + sd;
}
}
Instance of Symbol 968 MovieClip in Symbol 1449 MovieClip Frame 1
onClipEvent (load) {
ysx = this._x;
}
onClipEvent (enterFrame) {
this._x = this._x + sd;
if (_xscale == 100) {
sd = 1;
}
if (_xscale == -100) {
sd = -1;
}
if (this._x < (ysx - 30)) {
_xscale = 100;
}
if (this._x > (ysx + 30)) {
_xscale = -100;
}
if (((Math.abs(this._x - _root.xr1._x) < 24) && ((this._y - _root.xr1._y) < 25)) && (this._y > _root.xr1._y)) {
_root.rw1._x = _root.rw1._x + sd;
}
if (((Math.abs(this._x - _root.xr2._x) < 24) && ((this._y - _root.xr2._y) < 25)) && (this._y > _root.xr2._y)) {
_root.rw2._x = _root.rw2._x + sd;
}
}
Symbol 1456 MovieClip Frame 1
stop();
Instance of Symbol 707 MovieClip in Symbol 1457 MovieClip Frame 1
onClipEvent (load) {
sjc = 0;
dqx = this._y;
xzx = this._y;
}
onClipEvent (enterFrame) {
if (_root.anniux2 == 0) {
mb = 5;
} else {
mb = 65;
}
if ((_root.anniux2 == 0) && (this._y > mb)) {
this._y = this._y - 2;
}
if ((_root.anniux2 == 1) && (this._y < mb)) {
this._y = this._y + 2;
}
sjc++;
if (sjc < 3) {
dqx = this._y;
} else {
xzx = this._y;
}
if ((dqx - xzx) > 2) {
_root.sy.gotoAndStop(3);
}
if (sjc > 5) {
sjc = 0;
}
}
Instance of Symbol 707 MovieClip in Symbol 1457 MovieClip Frame 1
onClipEvent (load) {
sjc = 0;
dqx = this._y;
xzx = this._y;
}
onClipEvent (enterFrame) {
if (_root.anniux3 == 0) {
mb = 141;
} else {
mb = 201;
}
if ((_root.anniux3 == 0) && (this._y > mb)) {
this._y = this._y - 2;
}
if ((_root.anniux3 == 1) && (this._y < mb)) {
this._y = this._y + 2;
}
sjc++;
if (sjc < 3) {
dqx = this._y;
} else {
xzx = this._y;
}
if ((dqx - xzx) > 2) {
_root.sy.gotoAndStop(3);
}
if (sjc > 5) {
sjc = 0;
}
}
Instance of Symbol 707 MovieClip in Symbol 1457 MovieClip Frame 1
onClipEvent (load) {
sjc = 0;
dqx = this._y;
xzx = this._y;
}
onClipEvent (enterFrame) {
if (_root.anniux == 0) {
mb = 141;
} else {
mb = 201;
}
if ((_root.anniux == 0) && (this._y > mb)) {
this._y = this._y - 2;
}
if ((_root.anniux == 1) && (this._y < mb)) {
this._y = this._y + 2;
}
sjc++;
if (sjc < 3) {
dqx = this._y;
} else {
xzx = this._y;
}
if ((dqx - xzx) > 2) {
_root.sy.gotoAndStop(3);
}
if (sjc > 5) {
sjc = 0;
}
}
Instance of Symbol 863 MovieClip in Symbol 1457 MovieClip Frame 1
onClipEvent (load) {
ysx = this._x;
}
onClipEvent (enterFrame) {
this._x = this._x + sd;
if (_xscale == 100) {
sd = -1;
}
if (_xscale == -100) {
sd = 1;
}
if (this._x < (ysx - 40)) {
_xscale = -100;
}
if (this._x > (ysx + 40)) {
_xscale = 100;
}
if (((Math.abs(this._x - _root.xr1._x) < 24) && ((this._y - _root.xr1._y) < 25)) && (this._y > _root.xr1._y)) {
_root.rw1._x = _root.rw1._x + sd;
}
if (((Math.abs(this._x - _root.xr2._x) < 24) && ((this._y - _root.xr2._y) < 25)) && (this._y > _root.xr2._y)) {
_root.rw2._x = _root.rw2._x + sd;
}
}
Instance of Symbol 968 MovieClip in Symbol 1457 MovieClip Frame 1
onClipEvent (load) {
ysx = this._x;
}
onClipEvent (enterFrame) {
this._x = this._x + sd;
if (_xscale == 100) {
sd = 1;
}
if (_xscale == -100) {
sd = -1;
}
if (this._x < (ysx - 40)) {
_xscale = 100;
}
if (this._x > (ysx + 40)) {
_xscale = -100;
}
if (((Math.abs(this._x - _root.xr1._x) < 24) && ((this._y - _root.xr1._y) < 25)) && (this._y > _root.xr1._y)) {
_root.rw1._x = _root.rw1._x + sd;
}
if (((Math.abs(this._x - _root.xr2._x) < 24) && ((this._y - _root.xr2._y) < 25)) && (this._y > _root.xr2._y)) {
_root.rw2._x = _root.rw2._x + sd;
}
}
Instance of Symbol 968 MovieClip in Symbol 1457 MovieClip Frame 1
onClipEvent (load) {
ysx = this._x;
}
onClipEvent (enterFrame) {
this._x = this._x + sd;
if (_xscale == 100) {
sd = -1;
}
if (_xscale == -100) {
sd = 1;
}
if (this._x < (ysx - 30)) {
_xscale = -100;
}
if (this._x > (ysx + 30)) {
_xscale = 100;
}
if (((Math.abs(this._x - _root.xr1._x) < 24) && ((this._y - _root.xr1._y) < 25)) && (this._y > _root.xr1._y)) {
_root.rw1._x = _root.rw1._x + sd;
}
if (((Math.abs(this._x - _root.xr2._x) < 24) && ((this._y - _root.xr2._y) < 25)) && (this._y > _root.xr2._y)) {
_root.rw2._x = _root.rw2._x + sd;
}
}
Instance of Symbol 863 MovieClip in Symbol 1457 MovieClip Frame 1
onClipEvent (load) {
ysx = this._x;
}
onClipEvent (enterFrame) {
this._x = this._x + sd;
if (_xscale == 100) {
sd = 1;
}
if (_xscale == -100) {
sd = -1;
}
if (this._x < (ysx - 40)) {
_xscale = 100;
}
if (this._x > (ysx + 40)) {
_xscale = -100;
}
if (((Math.abs(this._x - _root.xr1._x) < 24) && ((this._y - _root.xr1._y) < 25)) && (this._y > _root.xr1._y)) {
_root.rw1._x = _root.rw1._x + sd;
}
if (((Math.abs(this._x - _root.xr2._x) < 24) && ((this._y - _root.xr2._y) < 25)) && (this._y > _root.xr2._y)) {
_root.rw2._x = _root.rw2._x + sd;
}
}
Instance of Symbol 863 MovieClip in Symbol 1457 MovieClip Frame 1
onClipEvent (load) {
ysx = this._x;
}
onClipEvent (enterFrame) {
this._x = this._x + sd;
if (_xscale == 100) {
sd = -1;
}
if (_xscale == -100) {
sd = 1;
}
if (this._x < (ysx - 40)) {
_xscale = -100;
}
if (this._x > (ysx + 40)) {
_xscale = 100;
}
if (((Math.abs(this._x - _root.xr1._x) < 24) && ((this._y - _root.xr1._y) < 25)) && (this._y > _root.xr1._y)) {
_root.rw1._x = _root.rw1._x + sd;
}
if (((Math.abs(this._x - _root.xr2._x) < 24) && ((this._y - _root.xr2._y) < 25)) && (this._y > _root.xr2._y)) {
_root.rw2._x = _root.rw2._x + sd;
}
}
Instance of Symbol 863 MovieClip in Symbol 1457 MovieClip Frame 1
onClipEvent (load) {
ysx = this._x;
}
onClipEvent (enterFrame) {
this._x = this._x + sd;
if (_xscale == 100) {
sd = -1;
}
if (_xscale == -100) {
sd = 1;
}
if (this._x < (ysx - 40)) {
_xscale = -100;
}
if (this._x > (ysx + 40)) {
_xscale = 100;
}
if (((Math.abs(this._x - _root.xr1._x) < 24) && ((this._y - _root.xr1._y) < 25)) && (this._y > _root.xr1._y)) {
_root.rw1._x = _root.rw1._x + sd;
}
if (((Math.abs(this._x - _root.xr2._x) < 24) && ((this._y - _root.xr2._y) < 25)) && (this._y > _root.xr2._y)) {
_root.rw2._x = _root.rw2._x + sd;
}
}
Instance of Symbol 968 MovieClip in Symbol 1457 MovieClip Frame 1
onClipEvent (load) {
ysx = this._x;
}
onClipEvent (enterFrame) {
this._x = this._x + sd;
if (_xscale == 100) {
sd = -1;
}
if (_xscale == -100) {
sd = 1;
}
if (this._x < (ysx - 30)) {
_xscale = -100;
}
if (this._x > (ysx + 30)) {
_xscale = 100;
}
if (((Math.abs(this._x - _root.xr1._x) < 24) && ((this._y - _root.xr1._y) < 25)) && (this._y > _root.xr1._y)) {
_root.rw1._x = _root.rw1._x + sd;
}
if (((Math.abs(this._x - _root.xr2._x) < 24) && ((this._y - _root.xr2._y) < 25)) && (this._y > _root.xr2._y)) {
_root.rw2._x = _root.rw2._x + sd;
}
}
Instance of Symbol 651 MovieClip "xiangz" in Symbol 1457 MovieClip Frame 1
onClipEvent (load) {
gravity = 1;
yspeed = 0;
xspeed = 4;
jumping = 0;
anx = 0;
sjc = 0;
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
if (Math.abs(this._y - _root.renw._y) < 16) {
sjc++;
if (sjc < 3) {
dqx = this._x;
} else {
xzx = this._x;
}
if (dqx != xzx) {
_root.sy.gotoAndStop(2);
}
if (sjc > 5) {
sjc = 0;
}
if (this._x > _root.renw._x) {
this._x = this._x + _root.renw.xspeed;
} else {
this._x = this._x - _root.renw.xspeed;
}
}
}
i++;
}
if ((!_root.map.mm.hitTest(_x - (_width / 2), _y + (_height / 4), true)) && (!_root.map.mm.hitTest(_x - (_width / 2), _y - (_height / 4), true))) {
_x = (_x - xspeed);
}
if ((!_root.map.mm.hitTest(_x + (_width / 2), _y + (_height / 4), true)) && (!_root.map.mm.hitTest(_x + (_width / 2), _y - (_height / 4), true))) {
_x = (_x + xspeed);
}
yspeed = yspeed + gravity;
while (_root.map.mm.hitTest(_x, _y + (_height / 2), true)) {
_y = (_y-1);
_y = (_y-1);
yspeed = 0;
jumping = 0;
}
if ((!_root.map.mm.hitTest(_x, (_y + (_height / 2)) + 1, true)) || (yspeed < 0)) {
if (this.hitTest(_root.tt)) {
this._x = this._x + 3;
}
_y = (_y + yspeed);
} else {
yspeed = 0;
jumping = 0;
}
}
Instance of Symbol 651 MovieClip in Symbol 1457 MovieClip Frame 1
onClipEvent (load) {
gravity = 1;
yspeed = 0;
xspeed = 4;
jumping = 0;
anx = 0;
sjc = 0;
}
onClipEvent (enterFrame) {
i = 1;
while (i < 3) {
_root.renw = _root["rw" + i];
if (this.hitTest(_root.renw)) {
if (Math.abs(this._y - _root.renw._y) < 16) {
sjc++;
if (sjc < 3) {
dqx = this._x;
} else {
xzx = this._x;
}
if (dqx != xzx) {
_root.sy.gotoAndStop(2);
}
if (sjc > 5) {
sjc = 0;
}
if (this._x > _root.renw._x) {
this._x = this._x + _root.renw.xspeed;
} else {
this._x = this._x - _root.renw.xspeed;
}
}
}
i++;
}
if ((!_root.map.mm.hitTest(_x - (_width / 2), _y + (_height / 4), true)) && (!_root.map.mm.hitTest(_x - (_width / 2), _y - (_height / 4), true))) {
_x = (_x - xspeed);
}
if ((!_root.map.mm.hitTest(_x + (_width / 2), _y + (_height / 4), true)) && (!_root.map.mm.hitTest(_x + (_width / 2), _y - (_height / 4), true))) {
_x = (_x + xspeed);
}
yspeed = yspeed + gravity;
while (_root.map.mm.hitTest(_x, _y + (_height / 2), true)) {
_y = (_y-1);
_y = (_y-1);
yspeed = 0;
jumping = 0;
}
if ((!_root.map.mm.hitTest(_x, (_y + (_height / 2)) + 1, true)) || (yspeed < 0)) {
if (this.hitTest(_root.tt)) {
this._x = this._x + 3;
}
_y = (_y + yspeed);
} else {
yspeed = 0;
jumping = 0;
}
}
Symbol 1464 MovieClip Frame 1
stop();
Instance of Symbol 707 MovieClip in Symbol 1465 MovieClip Frame 1
onClipEvent (load) {
sjc = 0;
dqx = this._y;
xzx = this._y;
}
onClipEvent (enterFrame) {
if (_root.anniux2 == 0) {
mb = 22;
} else {
mb = 82;
}
if ((_root.anniux2 == 0) && (this._y > mb)) {
this._y = this._y - 2;
}
if ((_root.anniux2 == 1) && (this._y < mb)) {
this._y = this._y + 2;
}
sjc++;
if (sjc < 3) {
dqx = this._y;
} else {
xzx = this._y;
}
if ((dqx - xzx) > 2) {
_root.sy.gotoAndStop(3);
}
if (sjc > 5) {
sjc = 0;
}
}
Instance of Symbol 707 MovieClip in Symbol 1465 MovieClip Frame 1
onClipEvent (load) {
sjc = 0;
dqx = this._y;
xzx = this._y;
}
onClipEvent (enterFrame) {
if (_root.anniux == 0) {
mb = 187;
} else {
mb = 247;
}
if ((_root.anniux == 0) && (this._y > mb)) {
this._y = this._y - 2;
}
if ((_root.anniux == 1) && (this._y < mb)) {
this._y = this._y + 2;
}
sjc++;
if (sjc < 3) {
dqx = this._y;
} else {
xzx = this._y;
}
if ((dqx - xzx) > 2) {
_root.sy.gotoAndStop(3);
}
if (sjc > 5) {
sjc = 0;
}
}
Instance of Symbol 707 MovieClip in Symbol 1465 MovieClip Frame 1
onClipEvent (load) {
sjc = 0;
dqx = this._x;
xzx = this._x;
}
onClipEvent (enterFrame) {
if (_root.anniux1 == 0) {
mb = 460;
} else {
mb = 520;
}
if ((_root.anniux1 == 0) && (this._x > mb)) {
this._x = this._x - 2;
}
if ((_root.anniux1 == 1) && (this._x < mb)) {
this._x = this._x + 2;
}
sjc++;
if (sjc < 3) {
dqx = this._x;
} else {
xzx = this._x;
}
if ((dqx - xzx) > 2) {
_root.sy.gotoAndStop(3);
}
if (sjc > 5) {
sjc = 0;
}
}
Instance of Symbol 707 MovieClip in Symbol 1465 MovieClip Frame 1
onClipEvent (load) {
sjc = 0;
dqx = this._x;
xzx = this._x;
}
onClipEvent (enterFrame) {
if (_root.anniux5 == 0) {
mb = 640;
} else {
mb = 580;
}
if ((_root.anniux5 == 0) && (this._x < mb)) {
this._x = this._x + 2;
}
if ((_root.anniux5 == 1) && (this._x > mb)) {
this._x = this._x - 2;
}
sjc++;
if (sjc < 3) {
dqx = this._x;
} else {
xzx = this._x;
}
if ((dqx - xzx) > 2) {
_root.sy.gotoAndStop(3);
}
if (sjc > 5) {
sjc = 0;
}
}
Instance of Symbol 968 MovieClip in Symbol 1465 MovieClip Frame 1
onClipEvent (load) {
ysx = this._x;
}
onClipEvent (enterFrame) {
this._x = this._x + sd;
if (_xscale == 100) {
sd = -1;
}
if (_xscale == -100) {
sd = 1;
}
if (this._x < (ysx - 40)) {
_xscale = -100;
}
if (this._x > (ysx + 40)) {
_xscale = 100;
}
if (((Math.abs(this._x - _root.xr1._x) < 24) && ((this._y - _root.xr1._y) < 25)) && (this._y > _root.xr1._y)) {
_root.rw1._x = _root.rw1._x + sd;
}
if (((Math.abs(this._x - _root.xr2._x) < 24) && ((this._y - _root.xr2._y) < 25)) && (this._y > _root.xr2._y)) {
_root.rw2._x = _root.rw2._x + sd;
}
}
Instance of Symbol 968 MovieClip in Symbol 1465 MovieClip Frame 1
onClipEvent (load) {
ysx = this._x;
}
onClipEvent (enterFrame) {
this._x = this._x + sd;
if (_xscale == 100) {
sd = 1;
}
if (_xscale == -100) {
sd = -1;
}
if (this._x < (ysx - 30)) {
_xscale = 100;
}
if (this._x > (ysx + 30)) {
_xscale = -100;
}
if (((Math.abs(this._x - _root.xr1._x) < 24) && ((this._y - _root.xr1._y) < 25)) && (this._y > _root.xr1._y)) {
_root.rw1._x = _root.rw1._x + sd;
}
if (((Math.abs(this._x - _root.xr2._x) < 24) && ((this._y - _root.xr2._y) < 25)) && (this._y > _root.xr2._y)) {
_root.rw2._x = _root.rw2._x + sd;
}
}
Instance of Symbol 968 MovieClip in Symbol 1465 MovieClip Frame 1
onClipEvent (load) {
ysx = this._x;
}
onClipEvent (enterFrame) {
this._x = this._x + sd;
if (_xscale == 100) {
sd = -1;
}
if (_xscale == -100) {
sd = 1;
}
if (this._x < (ysx - 40)) {
_xscale = -100;
}
if (this._x > (ysx + 40)) {
_xscale = 100;
}
if (((Math.abs(this._x - _root.xr1._x) < 24) && ((this._y - _root.xr1._y) < 25)) && (this._y > _root.xr1._y)) {
_root.rw1._x = _root.rw1._x + sd;
}
if (((Math.abs(this._x - _root.xr2._x) < 24) && ((this._y - _root.xr2._y) < 25)) && (this._y > _root.xr2._y)) {
_root.rw2._x = _root.rw2._x + sd;
}
}
Instance of Symbol 651 MovieClip "ltt" in Symbol 1465 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.rw1._x < 160) {
this._x = 84;
gd = 145;
} else {
this._x = 240;
gd = 60;
}
if ((((_root.rw1._y - this._y) < 25) && (Math.abs(_root.rw1._x - this._x) < 15)) && (this._y > gd)) {
_root.lout = 1;
} else {
_root.lout = 0;
if (_root.rw1._x < 160) {
this._y = 231;
} else {
this._y = 148;
}
}
}
Instance of Symbol 651 MovieClip "lttt" in Symbol 1465 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.rw2._x < 160) {
this._x = 84;
gd = 145;
} else {
this._x = 240;
gd = 60;
}
if ((((_root.rw2._y - this._y) < 25) && (Math.abs(_root.rw2._x - this._x) < 15)) && (this._y > gd)) {
_root.lout2 = 1;
} else {
_root.lout2 = 0;
if (_root.rw2._x < 160) {
this._y = 231;
} else {
this._y = 148;
}
}
}
Symbol 1471 MovieClip Frame 1
stop();
Symbol 1471 MovieClip Frame 79
stop();
Symbol 1473 MovieClip Frame 1
stop();
Symbol 1473 MovieClip Frame 79
stop();
Symbol 1475 MovieClip Frame 1
stop();
Symbol 1475 MovieClip Frame 79
stop();
Symbol 1476 MovieClip Frame 1
stop();
Instance of Symbol 968 MovieClip in Symbol 1476 MovieClip Frame 1
onClipEvent (enterFrame) {
if (((Math.abs(this._x - _root.xr1._x) < 30) && ((this._y - _root.xr1._y) < 30)) && (this._y > _root.xr1._y)) {
xr1s = 1;
} else {
xr1s = 0;
}
if (((Math.abs(this._x - _root.xr2._x) < 30) && ((this._y - _root.xr2._y) < 30)) && (this._y > _root.xr2._y)) {
xr2s = 1;
} else {
xr2s = 0;
}
if (((Math.abs(this._x - _root.map.xiangz1._x) < 30) && ((this._y - _root.map.xiangz1._y) < 25)) && (this._y > _root.map.xiangz1._y)) {
xzs = 1;
} else {
xzs = 0;
}
if (((xr1s == 1) || (xr2s == 1)) || (xzs == 1)) {
_root.zuozl = 1;
}
if ((xr1s == 1) && (xr2s == 1)) {
_root.zuozl = 2;
}
if ((xr1s == 1) && (xzs == 1)) {
_root.zuozl = 2;
}
if ((xr2s == 1) && (xzs == 1)) {
_root.zuozl = 2;
}
if (((xr1s == 1) && (xr2s == 1)) && (xzs == 1)) {
_root.zuozl = 3;
}
if (((xr1s == 0) && (xr2s == 0)) && (xzs == 0)) {
_root.zuozl = 0;
}
}
Instance of Symbol 968 MovieClip in Symbol 1476 MovieClip Frame 1
onClipEvent (load) {
sjc = 0;
dqx = this._y;
xzx = this._y;
}
onClipEvent (enterFrame) {
if (((Math.abs(this._x - _root.xr1._x) < 30) && ((this._y - _root.xr1._y) < 30)) && (this._y > _root.xr1._y)) {
xr1s = 1;
} else {
xr1s = 0;
}
if (((Math.abs(this._x - _root.xr2._x) < 30) && ((this._y - _root.xr2._y) < 30)) && (this._y > _root.xr2._y)) {
xr2s = 1;
} else {
xr2s = 0;
}
if (((Math.abs(this._x - _root.map.xiangz._x) < 30) && ((this._y - _root.map.xiangz._y) < 25)) && (this._y > _root.map.xiangz._y)) {
xzs = 1;
} else {
xzs = 0;
}
if (((xr1s == 1) || (xr2s == 1)) || (xzs == 1)) {
_root.youzl = 1;
}
if ((xr1s == 1) && (xr2s == 1)) {
_root.youzl = 2;
}
if ((xr1s == 1) && (xzs == 1)) {
_root.youzl = 2;
}
if ((xr2s == 1) && (xzs == 1)) {
_root.youzl = 2;
}
if (((xr1s == 1) && (xr2s == 1)) && (xzs == 1)) {
_root.youzl = 3;
}
if (((xr1s == 0) && (xr2s == 0)) && (xzs == 0)) {
_root.youzl = 0;
}
if (_root.zuozl == _root.youzl) {
_parent.stop();
}
if (_root.zuozl < _root.youzl) {
_parent.prevFrame();
}
if (_root.zuozl > _root.youzl) {
_parent.nextFrame();
}
dqz = _parent._currentframe;
_root.tianp.gotoAndStop(dqz);
sjc++;
if (sjc < 3) {
dqx = this._y;
} else {
xzx = this._y;
}
if ((dqx - xzx) > 2) {
_root.sy.gotoAndStop(5);
}
if (sjc > 5) {
sjc = 0;
}
}
Symbol 1476 MovieClip Frame 79
stop();
Instance of Symbol 968 MovieClip in Symbol 1476 MovieClip Frame 79
onClipEvent (load) {
sjc = 0;
dqx = this._y;
xzx = this._y;
}
onClipEvent (enterFrame) {
if (((Math.abs(this._x - _root.xr1._x) < 30) && ((this._y - _root.xr1._y) < 30)) && (this._y > _root.xr1._y)) {
xr1s = 1;
} else {
xr1s = 0;
}
if (((Math.abs(this._x - _root.xr2._x) < 30) && ((this._y - _root.xr2._y) < 30)) && (this._y > _root.xr2._y)) {
xr2s = 1;
} else {
xr2s = 0;
}
if (((Math.abs(this._x - _root.map.xiangz._x) < 30) && ((this._y - _root.map.xiangz._y) < 25)) && (this._y > _root.map.xiangz._y)) {
xzs = 1;
} else {
xzs = 0;
}
if (((xr1s == 1) || (xr2s == 1)) || (xzs == 1)) {
_root.youzl = 1;
}
if ((xr1s == 1) && (xr2s == 1)) {
_root.youzl = 2;
}
if ((xr1s == 1) && (xzs == 1)) {
_root.youzl = 2;
}
if ((xr2s == 1) && (xzs == 1)) {
_root.youzl = 2;
}
if (((xr1s == 1) && (xr2s == 1)) && (xzs == 1)) {
_root.youzl = 3;
}
if (((xr1s == 0) && (xr2s == 0)) && (xzs == 0)) {
_root.youzl = 0;
}
if (_root.zuozl == _root.youzl) {
_parent.stop();
}
if (_root.zuozl < _root.youzl) {
_parent.nextFrame();
}
if (_root.zuozl > _root.youzl) {
_parent.prevFrame();
}
dqz = _parent._currentframe;
_root.tianp.gotoAndStop(dqz);
sjc++;
if (sjc < 3) {
dqx = this._y;
} else {
xzx = this._y;
}
if ((dqx - xzx) > 2) {
_root.sy.gotoAndStop(5);
}
if (sjc > 5) {
sjc = 0;
}
}
Symbol 1477 MovieClip Frame 1
stop();
Instance of Symbol 968 MovieClip in Symbol 1477 MovieClip Frame 1
onClipEvent (enterFrame) {
if (((Math.abs(this._x - _root.xr1._x) < 30) && ((this._y - _root.xr1._y) < 30)) && (this._y > _root.xr1._y)) {
xr1s = 1;
} else {
xr1s = 0;
}
if (((Math.abs(this._x - _root.xr2._x) < 30) && ((this._y - _root.xr2._y) < 30)) && (this._y > _root.xr2._y)) {
xr2s = 1;
} else {
xr2s = 0;
}
if (((Math.abs(this._x - _root.map.xiangz1._x) < 30) && ((this._y - _root.map.xiangz1._y) < 25)) && (this._y > _root.map.xiangz1._y)) {
xzs = 1;
} else {
xzs = 0;
}
if (((xr1s == 1) || (xr2s == 1)) || (xzs == 1)) {
_root.zuozlb = 1;
}
if ((xr1s == 1) && (xr2s == 1)) {
_root.zuozlb = 2;
}
if ((xr1s == 1) && (xzs == 1)) {
_root.zuozlb = 2;
}
if ((xr2s == 1) && (xzs == 1)) {
_root.zuozlb = 2;
}
if (((xr1s == 1) && (xr2s == 1)) && (xzs == 1)) {
_root.zuozlb = 3;
}
if (((xr1s == 0) && (xr2s == 0)) && (xzs == 0)) {
_root.zuozlb = 0;
}
}
Instance of Symbol 968 MovieClip in Symbol 1477 MovieClip Frame 1
onClipEvent (load) {
sjc = 0;
dqx = this._y;
xzx = this._y;
}
onClipEvent (enterFrame) {
if (((Math.abs(this._x - _root.xr1._x) < 30) && ((this._y - _root.xr1._y) < 30)) && (this._y > _root.xr1._y)) {
xr1s = 1;
} else {
xr1s = 0;
}
if (((Math.abs(this._x - _root.xr2._x) < 30) && ((this._y - _root.xr2._y) < 30)) && (this._y > _root.xr2._y)) {
xr2s = 1;
} else {
xr2s = 0;
}
if (((Math.abs(this._x - _root.map.xiangz._x) < 30) && ((this._y - _root.map.xiangz._y) < 25)) && (this._y > _root.map.xiangz._y)) {
xzs = 1;
} else {
xzs = 0;
}
if (((xr1s == 1) || (xr2s == 1)) || (xzs == 1)) {
_root.youzlb = 1;
}
if ((xr1s == 1) && (xr2s == 1)) {
_root.youzlb = 2;
}
if ((xr1s == 1) && (xzs == 1)) {
_root.youzlb = 2;
}
if ((xr2s == 1) && (xzs == 1)) {
_root.youzlb = 2;
}
if (((xr1s == 1) && (xr2s == 1)) && (xzs == 1)) {
_root.youzlb = 3;
}
if (((xr1s == 0) && (xr2s == 0)) && (xzs == 0)) {
_root.youzlb = 0;
}
if (_root.zuozlb == _root.youzlb) {
_parent.stop();
}
if (_root.zuozlb < _root.youzlb) {
_parent.prevFrame();
}
if (_root.zuozlb > _root.youzlb) {
_parent.play();
}
dqz = _parent._currentframe;
_root.tianpb.gotoAndStop(dqz);
sjc++;
if (sjc < 3) {
dqx = this._y;
} else {
xzx = this._y;
}
if ((dqx - xzx) > 2) {
_root.sy.gotoAndStop(5);
}
if (sjc > 5) {
sjc = 0;
}
}
Symbol 1477 MovieClip Frame 79
stop();
Instance of Symbol 968 MovieClip in Symbol 1477 MovieClip Frame 79
onClipEvent (enterFrame) {
if (((Math.abs(this._x - _root.xr1._x) < 30) && ((this._y - _root.xr1._y) < 60)) && (this._y > _root.xr1._y)) {
xr1s = 1;
} else {
xr1s = 0;
}
if (((Math.abs(this._x - _root.xr2._x) < 30) && ((this._y - _root.xr2._y) < 60)) && (this._y > _root.xr2._y)) {
xr2s = 1;
} else {
xr2s = 0;
}
if (((Math.abs(this._x - _root.map.xiangz1._x) < 30) && ((this._y - _root.map.xiangz1._y) < 25)) && (this._y > _root.map.xiangz1._y)) {
xzs = 1;
} else {
xzs = 0;
}
if (((xr1s == 1) || (xr2s == 1)) || (xzs == 1)) {
_root.zuozlb = 1;
}
if ((xr1s == 1) && (xr2s == 1)) {
_root.zuozlb = 2;
}
if ((xr1s == 1) && (xzs == 1)) {
_root.zuozlb = 2;
}
if ((xr2s == 1) && (xzs == 1)) {
_root.zuozlb = 2;
}
if (((xr1s == 1) && (xr2s == 1)) && (xzs == 1)) {
_root.zuozlb = 3;
}
if (((xr1s == 0) && (xr2s == 0)) && (xzs == 0)) {
_root.zuozlb = 0;
}
}
Instance of Symbol 968 MovieClip in Symbol 1477 MovieClip Frame 79
onClipEvent (load) {
sjc = 0;
dqx = this._y;
xzx = this._y;
}
onClipEvent (enterFrame) {
if (((Math.abs(this._x - _root.xr1._x) < 30) && ((this._y - _root.xr1._y) < 60)) && (this._y > _root.xr1._y)) {
xr1s = 1;
} else {
xr1s = 0;
}
if (((Math.abs(this._x - _root.xr2._x) < 30) && ((this._y - _root.xr2._y) < 60)) && (this._y > _root.xr2._y)) {
xr2s = 1;
} else {
xr2s = 0;
}
if (((Math.abs(this._x - _root.map.xiangz._x) < 30) && ((this._y - _root.map.xiangz._y) < 25)) && (this._y > _root.map.xiangz._y)) {
xzs = 1;
} else {
xzs = 0;
}
if (((xr1s == 1) || (xr2s == 1)) || (xzs == 1)) {
_root.youzlb = 1;
}
if ((xr1s == 1) && (xr2s == 1)) {
_root.youzlb = 2;
}
if ((xr1s == 1) && (xzs == 1)) {
_root.youzlb = 2;
}
if ((xr2s == 1) && (xzs == 1)) {
_root.youzlb = 2;
}
if (((xr1s == 1) && (xr2s == 1)) && (xzs == 1)) {
_root.youzlb = 3;
}
if (((xr1s == 0) && (xr2s == 0)) && (xzs == 0)) {
_root.youzlb = 0;
}
if (_root.zuozlb == _root.youzlb) {
_parent.stop();
}
if (_root.zuozlb < _root.youzlb) {
_parent.prevFrame();
}
if (_root.zuozlb > _root.youzlb) {
_parent.play();
}
dqz = _parent._currentframe;
_root.tianpb.gotoAndStop(dqz);
sjc++;
if (sjc < 3) {
dqx = this._y;
} else {
xzx = this._y;
}
if ((dqx - xzx) > 2) {
_root.sy.gotoAndStop(5);
}
if (sjc > 5) {
sjc = 0;
}
}
Symbol 1478 MovieClip Frame 1
stop();
Instance of Symbol 968 MovieClip in Symbol 1478 MovieClip Frame 1
onClipEvent (enterFrame) {
if (((Math.abs(this._x - _root.xr1._x) < 30) && ((this._y - _root.xr1._y) < 30)) && (this._y > _root.xr1._y)) {
xr1s = 1;
} else {
xr1s = 0;
}
if (((Math.abs(this._x - _root.xr2._x) < 30) && ((this._y - _root.xr2._y) < 30)) && (this._y > _root.xr2._y)) {
xr2s = 1;
} else {
xr2s = 0;
}
if (((Math.abs(this._x - _root.map.xiangz1._x) < 30) && ((this._y - _root.map.xiangz1._y) < 25)) && (this._y > _root.map.xiangz1._y)) {
xzs = 1;
} else {
xzs = 0;
}
if (((xr1s == 1) || (xr2s == 1)) || (xzs == 1)) {
_root.zuozlc = 1;
}
if ((xr1s == 1) && (xr2s == 1)) {
_root.zuozlc = 2;
}
if ((xr1s == 1) && (xzs == 1)) {
_root.zuozlc = 2;
}
if ((xr2s == 1) && (xzs == 1)) {
_root.zuozlc = 2;
}
if (((xr1s == 1) && (xr2s == 1)) && (xzs == 1)) {
_root.zuozlc = 3;
}
if (((xr1s == 0) && (xr2s == 0)) && (xzs == 0)) {
_root.zuozlc = 0;
}
}
Instance of Symbol 968 MovieClip in Symbol 1478 MovieClip Frame 1
onClipEvent (load) {
sjc = 0;
dqx = this._y;
xzx = this._y;
}
onClipEvent (enterFrame) {
if (((Math.abs(this._x - _root.xr1._x) < 30) && ((this._y - _root.xr1._y) < 30)) && (this._y > _root.xr1._y)) {
xr1s = 1;
} else {
xr1s = 0;
}
if (((Math.abs(this._x - _root.xr2._x) < 30) && ((this._y - _root.xr2._y) < 30)) && (this._y > _root.xr2._y)) {
xr2s = 1;
} else {
xr2s = 0;
}
if (((Math.abs(this._x - _root.map.xiangz._x) < 30) && ((this._y - _root.map.xiangz._y) < 25)) && (this._y > _root.map.xiangz._y)) {
xzs = 1;
} else {
xzs = 0;
}
if (((xr1s == 1) || (xr2s == 1)) || (xzs == 1)) {
_root.youzlc = 1;
}
if ((xr1s == 1) && (xr2s == 1)) {
_root.youzlc = 2;
}
if ((xr1s == 1) && (xzs == 1)) {
_root.youzlc = 2;
}
if ((xr2s == 1) && (xzs == 1)) {
_root.youzlc = 2;
}
if (((xr1s == 1) && (xr2s == 1)) && (xzs == 1)) {
_root.youzlc = 3;
}
if (((xr1s == 0) && (xr2s == 0)) && (xzs == 0)) {
_root.youzlc = 0;
}
if (_root.zuozlc == _root.youzlc) {
_parent.stop();
}
if (_root.zuozlc < _root.youzlc) {
_parent.prevFrame();
}
if (_root.zuozlc > _root.youzlc) {
_parent.play();
}
dqz = _parent._currentframe;
_root.tianpc.gotoAndStop(dqz);
sjc++;
if (sjc < 3) {
dqx = this._y;
} else {
xzx = this._y;
}
if ((dqx - xzx) > 2) {
_root.sy.gotoAndStop(5);
}
if (sjc > 5) {
sjc = 0;
}
}
Symbol 1478 MovieClip Frame 79
stop();
Instance of Symbol 968 MovieClip in Symbol 1478 MovieClip Frame 79
onClipEvent (enterFrame) {
if (((Math.abs(this._x - _root.xr1._x) < 30) && ((this._y - _root.xr1._y) < 60)) && (this._y > _root.xr1._y)) {
xr1s = 1;
} else {
xr1s = 0;
}
if (((Math.abs(this._x - _root.xr2._x) < 30) && ((this._y - _root.xr2._y) < 60)) && (this._y > _root.xr2._y)) {
xr2s = 1;
} else {
xr2s = 0;
}
if (((Math.abs(this._x - _root.map.xiangz1._x) < 30) && ((this._y - _root.map.xiangz1._y) < 25)) && (this._y > _root.map.xiangz1._y)) {
xzs = 1;
} else {
xzs = 0;
}
if (((xr1s == 1) || (xr2s == 1)) || (xzs == 1)) {
_root.zuozlb = 1;
}
if ((xr1s == 1) && (xr2s == 1)) {
_root.zuozlb = 2;
}
if ((xr1s == 1) && (xzs == 1)) {
_root.zuozlb = 2;
}
if ((xr2s == 1) && (xzs == 1)) {
_root.zuozlb = 2;
}
if (((xr1s == 1) && (xr2s == 1)) && (xzs == 1)) {
_root.zuozlb = 3;
}
if (((xr1s == 0) && (xr2s == 0)) && (xzs == 0)) {
_root.zuozlb = 0;
}
}
Instance of Symbol 968 MovieClip in Symbol 1478 MovieClip Frame 79
onClipEvent (load) {
sjc = 0;
dqx = this._y;
xzx = this._y;
}
onClipEvent (enterFrame) {
if (((Math.abs(this._x - _root.xr1._x) < 30) && ((this._y - _root.xr1._y) < 60)) && (this._y > _root.xr1._y)) {
xr1s = 1;
} else {
xr1s = 0;
}
if (((Math.abs(this._x - _root.xr2._x) < 30) && ((this._y - _root.xr2._y) < 60)) && (this._y > _root.xr2._y)) {
xr2s = 1;
} else {
xr2s = 0;
}
if (((Math.abs(this._x - _root.map.xiangz._x) < 30) && ((this._y - _root.map.xiangz._y) < 25)) && (this._y > _root.map.xiangz._y)) {
xzs = 1;
} else {
xzs = 0;
}
if (((xr1s == 1) || (xr2s == 1)) || (xzs == 1)) {
_root.youzlb = 1;
}
if ((xr1s == 1) && (xr2s == 1)) {
_root.youzlb = 2;
}
if ((xr1s == 1) && (xzs == 1)) {
_root.youzlb = 2;
}
if ((xr2s == 1) && (xzs == 1)) {
_root.youzlb = 2;
}
if (((xr1s == 1) && (xr2s == 1)) && (xzs == 1)) {
_root.youzlb = 3;
}
if (((xr1s == 0) && (xr2s == 0)) && (xzs == 0)) {
_root.youzlb = 0;
}
if (_root.zuozlb == _root.youzlb) {
_parent.stop();
}
if (_root.zuozlb < _root.youzlb) {
_parent.prevFrame();
}
if (_root.zuozlb > _root.youzlb) {
_parent.play();
}
dqz = _parent._currentframe;
_root.tianpb.gotoAndStop(dqz);
sjc++;
if (sjc < 3) {
dqx = this._y;
} else {
xzx = this._y;
}
if ((dqx - xzx) > 2) {
_root.sy.gotoAndStop(5);
}
if (sjc > 5) {
sjc = 0;
}
}
Symbol 1480 MovieClip Frame 1
stop();
Instance of Symbol 1476 MovieClip "tianpt" in Symbol 1480 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop(40);
}
Instance of Symbol 1477 MovieClip "tianpt" in Symbol 1480 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop(40);
}
Instance of Symbol 1478 MovieClip "tianpt" in Symbol 1480 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop(40);
}
Symbol 1486 Button
on (release) {
getURL ("http://www.4463.com/?shuangmao-m2", "_blank");
}
Symbol 1491 Button
on (press) {
_root.gotoAndStop("xuang");
}