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 808 MovieClip "loader" in Frame 3
onClipEvent (enterFrame) {
dqz = _root.tttt._currentframe;
this.gotoAndStop(dqz);
}
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 670 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 942 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 = 14;
_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 1025 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 1053 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 1053 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 1053 MovieClip in Frame 13
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 1053 MovieClip in Frame 13
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 1053 MovieClip in Frame 13
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 1062 MovieClip "door" in Frame 13
onClipEvent (enterFrame) {
if (_root.finish_level) {
this.gotoAndStop(1);
}
}
Instance of Symbol 1064 MovieClip in Frame 13
onClipEvent (load) {
_root.rescue = 0;
}
onClipEvent (enterFrame) {
if (_root.rescue == 5) {
_root.finish_level = false;
_root.door.gotoAndStop(2);
}
}
Instance of Symbol 844 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 844 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 844 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 844 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 1072 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 1075 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 844 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 844 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 844 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 844 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 1080 MovieClip "sy" in Frame 13
onClipEvent (enterFrame) {
if (this._currentframe > 1) {
this.gotoAndStop(1);
}
}
Instance of Symbol 1082 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 1148 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 1150 MovieClip "mc_level" in Frame 13
onClipEvent (load) {
_root.createEmptyMovieClip("bulletHolder", _root.getNextHighestDepth());
}
Instance of Symbol 1171 MovieClip "sansa" in Frame 13
onClipEvent (enterFrame) {
this._y = this._y - 2;
}
Instance of Symbol 1175 MovieClip "sansb" in Frame 13
onClipEvent (enterFrame) {
this._y = this._y - 2;
}
Instance of Symbol 1192 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 = 8;
_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 1053 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 1053 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 1064 MovieClip in Frame 14
onClipEvent (load) {
_root.rescue = 0;
}
onClipEvent (enterFrame) {
if (_root.rescue == 4) {
_root.finish_level = false;
_root.door.gotoAndStop(2);
}
}
Instance of Symbol 844 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 844 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 844 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 844 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 844 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 844 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 844 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 1072 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 1075 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 844 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 = 130;
_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 1208 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 1210 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 1212 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 1216 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 1219 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 1223 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 1226 MovieClip "get_key" in Frame 15
/* no clip actions */
Instance of Symbol 1229 MovieClip in Frame 15
onClipEvent (load) {
this._alpha = 100;
}
onClipEvent (enterFrame) {
if (_root.rock) {
this.unloadMovie();
}
}
Instance of Symbol 1231 MovieClip in Frame 15
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (_root.space_ins == true) {
this._visible = true;
}
}
Instance of Symbol 1235 MovieClip in Frame 15
/* no clip actions */
Instance of Symbol 1064 MovieClip in Frame 15
onClipEvent (load) {
_root.rescue = 0;
}
onClipEvent (enterFrame) {
if (_root.rescue == 2) {
_root.finish_level = false;
_root.door.gotoAndStop(2);
}
}
Instance of Symbol 1025 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 1080 MovieClip "sy" in Frame 15
onClipEvent (enterFrame) {
if (this._currentframe > 1) {
this.gotoAndStop(1);
}
}
Instance of Symbol 844 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 1075 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 1062 MovieClip "door" in Frame 15
onClipEvent (enterFrame) {
if (_root.finish_level) {
this.gotoAndStop(1);
}
}
Instance of Symbol 844 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 844 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 844 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 844 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)) {
_root.pumpkin1 = true;
this.gotoAndStop(2);
}
i++;
}
}
Instance of Symbol 1240 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 844 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 1064 MovieClip in Frame 16
onClipEvent (enterFrame) {
if (this.hitTest(_root.rw1) && (_root.mbgs == _root.yjgs)) {
_root.guo.play();
}
}
Instance of Symbol 1064 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 1064 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 1274 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 844 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 844 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 844 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 844 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 844 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 844 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 1278 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 1280 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 844 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 844 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 844 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 = 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 = 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 1294 MovieClip "map" in Frame 17
/* no clip actions */
Instance of Symbol 1053 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 1053 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 1311 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 = -15;
this._x = this._x + sd;
}
if (smer == -1) {
this._xscale = 15;
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 1311 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 = -15;
this._x = this._x + sd;
}
if (smer == -1) {
this._xscale = 15;
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 1062 MovieClip "door" in Frame 17
onClipEvent (enterFrame) {
if (_root.finish_level) {
this.gotoAndStop(1);
}
}
Instance of Symbol 1064 MovieClip in Frame 17
onClipEvent (load) {
_root.rescue = 0;
}
onClipEvent (enterFrame) {
if (_root.rescue == 6) {
_root.finish_level = false;
_root.door.gotoAndStop(2);
}
}
Instance of Symbol 1072 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 1075 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 1324 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 1053 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 1053 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 1053 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 1053 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 1064 MovieClip in Frame 18
onClipEvent (load) {
_root.rescue = 0;
}
onClipEvent (enterFrame) {
if (_root.rescue == 5) {
_root.finish_level = false;
_root.door.gotoAndStop(2);
}
}
Instance of Symbol 844 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 844 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 1072 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 1075 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 = 6;
_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 1053 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 1064 MovieClip in Frame 19
onClipEvent (load) {
_root.rescue = 0;
}
onClipEvent (enterFrame) {
if (_root.rescue == 3) {
_root.finish_level = false;
_root.door.gotoAndStop(2);
}
}
Instance of Symbol 844 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 844 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 1072 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 1075 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 1064 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.rw1) && (_root.mbgs == _root.yjgs)) {
_root.guo.play();
}
}
Instance of Symbol 1064 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 1274 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 844 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 1349 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 1351 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 1353 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 1355 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 1357 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 = 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 = 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 1367 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 1370 MovieClip in Frame 21
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 1278 MovieClip "kg" in Frame 21
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 1053 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 1053 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 1311 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 = -15;
this._x = this._x + sd;
}
if (smer == -1) {
this._xscale = 15;
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 1311 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 = -15;
this._x = this._x + sd;
}
if (smer == -1) {
this._xscale = 15;
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 1062 MovieClip "door" in Frame 21
onClipEvent (enterFrame) {
if (_root.finish_level) {
this.gotoAndStop(1);
}
}
Instance of Symbol 1064 MovieClip in Frame 21
onClipEvent (load) {
_root.rescue = 0;
}
onClipEvent (enterFrame) {
if (_root.rescue == 5) {
_root.finish_level = false;
_root.door.gotoAndStop(2);
}
}
Instance of Symbol 1072 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 1075 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 = 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 = 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 1349 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 1053 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 1053 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 1064 MovieClip in Frame 22
onClipEvent (load) {
_root.rescue = 0;
}
onClipEvent (enterFrame) {
if (_root.rescue == 2) {
_root.finish_level = false;
_root.door.gotoAndStop(2);
}
}
Instance of Symbol 844 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 1072 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 1075 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 = 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 = 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 1324 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 1053 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 1053 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 1053 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 1062 MovieClip "door" in Frame 23
onClipEvent (enterFrame) {
if (_root.finish_level) {
this.gotoAndStop(1);
}
}
Instance of Symbol 1064 MovieClip in Frame 23
onClipEvent (load) {
_root.rescue = 0;
}
onClipEvent (enterFrame) {
if (_root.rescue == 6) {
_root.finish_level = false;
_root.door.gotoAndStop(2);
}
}
Instance of Symbol 844 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 844 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 1072 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 1075 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 844 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 1025 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;
}
}
Instance of Symbol 1223 MovieClip "hummer_ins" in Frame 23
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
if (_root.pumpkin == true) {
this._alpha = this._alpha + 10;
if (this._alpha >= 100) {
this._alpha = 100;
}
}
}
Frame 24
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 = 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 1349 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 1053 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 1053 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 1053 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 1062 MovieClip "door" in Frame 24
onClipEvent (enterFrame) {
if (_root.finish_level) {
this.gotoAndStop(1);
}
}
Instance of Symbol 1064 MovieClip in Frame 24
onClipEvent (load) {
_root.rescue = 0;
}
onClipEvent (enterFrame) {
if (_root.rescue == 6) {
_root.finish_level = false;
_root.door.gotoAndStop(2);
}
}
Instance of Symbol 844 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 = 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 = 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 1349 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 1025 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 1274 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 1568 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 1025 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 1064 MovieClip in Frame 25
onClipEvent (load) {
_root.rescue = 0;
}
onClipEvent (enterFrame) {
if (_root.rescue == 3) {
_root.finish_level = false;
_root.door.gotoAndStop(2);
}
}
Instance of Symbol 1062 MovieClip "door" in Frame 25
onClipEvent (enterFrame) {
if (_root.finish_level) {
this.gotoAndStop(1);
}
}
Instance of Symbol 1324 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 1324 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 1324 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 1324 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 844 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 1231 MovieClip in Frame 25
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (_root.space_ins == true) {
this._visible = true;
}
}
Instance of Symbol 844 MovieClip "zs1" 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++;
}
}
Frame 26
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 = 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 1053 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 1606 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 1606 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 1053 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 1053 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 1053 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 1311 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 = -15;
this._x = this._x + sd;
}
if (smer == -1) {
this._xscale = 15;
this._x = this._x - sd;
}
if (this._x < (ysx - 20)) {
smer = 1;
}
if (this._x > (ysx + 20)) {
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 1062 MovieClip "door" in Frame 26
onClipEvent (enterFrame) {
if (_root.finish_level) {
this.gotoAndStop(1);
}
}
Instance of Symbol 1064 MovieClip in Frame 26
onClipEvent (load) {
_root.rescue = 0;
}
onClipEvent (enterFrame) {
if (_root.rescue == 6) {
_root.finish_level = false;
_root.door.gotoAndStop(2);
}
}
Instance of Symbol 1080 MovieClip "sy" in Frame 26
onClipEvent (enterFrame) {
if (this._currentframe > 1) {
this.gotoAndStop(1);
}
}
Instance of Symbol 844 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 844 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 1072 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 1075 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 844 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 844 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 844 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 844 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 844 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 844 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 1278 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;
}
}
Frame 27
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 = 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 1053 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 1053 MovieClip in Frame 27
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 1053 MovieClip in Frame 27
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 1053 MovieClip in Frame 27
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 1053 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 1053 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 1311 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 = -15;
this._x = this._x + sd;
}
if (smer == -1) {
this._xscale = 15;
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 1311 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 = -15;
this._x = this._x + sd;
}
if (smer == -1) {
this._xscale = 15;
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 1064 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 1064 MovieClip in Frame 27
onClipEvent (load) {
_root.rescue = 0;
}
onClipEvent (enterFrame) {
if (_root.rescue == 4) {
_root.finish_level = false;
_root.door.gotoAndStop(2);
}
}
Instance of Symbol 1080 MovieClip "sy" in Frame 27
onClipEvent (enterFrame) {
if (this._currentframe > 1) {
this.gotoAndStop(1);
}
}
Instance of Symbol 844 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 844 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 844 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 844 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 844 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 844 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 1072 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 1075 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 844 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 844 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 844 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 1349 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 1274 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 1349 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 1353 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 1351 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 1355 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 1357 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 1064 MovieClip in Frame 28
onClipEvent (enterFrame) {
if (this.hitTest(_root.rw1) && (_root.mbgs == _root.yjgs)) {
_root.guo.play();
}
}
Instance of Symbol 1064 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 = 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 = 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 1278 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 1025 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 1053 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 1053 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 - 100)) {
_xscale = 100;
}
if (this._x > (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 1311 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 = -15;
this._x = this._x + sd;
}
if (smer == -1) {
this._xscale = 15;
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 1311 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 = -15;
this._x = this._x + sd;
}
if (smer == -1) {
this._xscale = 15;
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 1062 MovieClip "door" in Frame 29
onClipEvent (enterFrame) {
if (_root.finish_level) {
this.gotoAndStop(1);
}
}
Instance of Symbol 1064 MovieClip in Frame 29
onClipEvent (load) {
_root.rescue = 0;
}
onClipEvent (enterFrame) {
if (_root.rescue == 3) {
_root.finish_level = false;
_root.door.gotoAndStop(2);
}
}
Instance of Symbol 1072 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 1075 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 = 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 = 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 1053 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 1062 MovieClip "door" in Frame 30
onClipEvent (enterFrame) {
if (_root.finish_level) {
this.gotoAndStop(1);
}
}
Instance of Symbol 1064 MovieClip in Frame 30
onClipEvent (load) {
_root.rescue = 0;
}
onClipEvent (enterFrame) {
if (_root.rescue == 5) {
_root.finish_level = false;
_root.door.gotoAndStop(2);
}
}
Instance of Symbol 1072 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 1075 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 1278 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;
}
}
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 1274 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 1064 MovieClip in Frame 31
onClipEvent (enterFrame) {
if (this.hitTest(_root.rw1) && (_root.mbgs == _root.yjgs)) {
_root.guo.play();
}
}
Instance of Symbol 1064 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 1280 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 1064 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 1064 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 1064 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 1064 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 1025 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 1025 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 1349 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 1274 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 1064 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 1064 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 1064 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 1064 MovieClip in Frame 32
onClipEvent (enterFrame) {
if (this.hitTest(_root.rw1) && (_root.mbgs == _root.yjgs)) {
_root.guo.play();
}
}
Instance of Symbol 1025 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 1349 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 1274 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 1064 MovieClip in Frame 33
onClipEvent (enterFrame) {
if (this.hitTest(_root.rw1) && (_root.mbgs == _root.yjgs)) {
_root.guo.play();
}
}
Instance of Symbol 1064 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 1064 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 1080 MovieClip "sy" in Frame 33
onClipEvent (enterFrame) {
if (this._currentframe > 1) {
this.gotoAndStop(1);
}
}
Instance of Symbol 844 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 844 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 844 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 844 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 844 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 844 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 844 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 844 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 844 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 1568 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 1280 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 1064 MovieClip in Frame 34
onClipEvent (enterFrame) {
if (this.hitTest(_root.rw1) && (_root.mbgs == _root.yjgs)) {
_root.guo.play();
}
}
Instance of Symbol 1080 MovieClip "sy" in Frame 34
onClipEvent (enterFrame) {
if (this._currentframe > 1) {
this.gotoAndStop(1);
}
}
Instance of Symbol 844 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 844 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 844 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 844 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 844 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 844 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 844 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 844 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 844 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 1568 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 1677 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 1064 MovieClip in Frame 35
onClipEvent (enterFrame) {
if (this.hitTest(_root.rw1) && (_root.mbgs == _root.yjgs)) {
_root.guo.play();
}
}
Instance of Symbol 1274 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 1568 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 1353 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 1568 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 1278 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 1349 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 1353 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 1064 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 1064 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 1064 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 1080 MovieClip "sy" in Frame 36
onClipEvent (enterFrame) {
if (this._currentframe > 1) {
this.gotoAndStop(1);
}
}
Instance of Symbol 844 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 844 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 844 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 844 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 844 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 844 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 844 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 844 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 844 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 1568 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 1568 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 1280 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 1274 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 1351 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 1064 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 1349 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 1677 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 1568 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 1568 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 1351 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 1568 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 1703 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 1705 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 1355 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 1703 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 1064 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 1064 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 1064 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 1351 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 1349 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 1355 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 1064 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 1064 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 1064 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 1064 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 1064 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 1353 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 1725 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 1355 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 1064 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 1080 MovieClip "sy" in Frame 40
onClipEvent (enterFrame) {
if (this._currentframe > 1) {
this.gotoAndStop(1);
}
}
Instance of Symbol 844 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 844 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 844 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 844 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 844 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 844 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 844 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 844 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 844 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 1064 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 1353 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 1351 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 1064 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 1355 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 1349 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 1349 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 1064 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 1080 MovieClip "sy" in Frame 41
onClipEvent (enterFrame) {
if (this._currentframe > 1) {
this.gotoAndStop(1);
}
}
Instance of Symbol 844 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 844 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 844 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 844 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 844 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 844 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 844 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 844 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 844 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 1274 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 1357 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 1351 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 1349 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 1274 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 1080 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 1280 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 1703 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 1755 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 1349 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 1355 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 1357 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 1064 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 1064 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 1025 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 1064 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 1080 MovieClip "sy" in Frame 43
onClipEvent (enterFrame) {
if (this._currentframe > 1) {
this.gotoAndStop(1);
}
}
Instance of Symbol 1353 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 1353 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 1355 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 1357 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 1064 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 1080 MovieClip "sy" in Frame 44
onClipEvent (enterFrame) {
if (this._currentframe > 1) {
this.gotoAndStop(1);
}
}
Instance of Symbol 844 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 844 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 844 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 844 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 844 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 844 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 844 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 844 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 844 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 1064 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 1280 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 1703 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 1568 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 1349 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 1025 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 1064 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 1064 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 1064 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 1064 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 1353 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 1353 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 1064 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 1064 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 1278 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 1274 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 1349 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 1274 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 1355 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 1064 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 1064 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 1568 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 1353 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 1278 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 1025 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 1080 MovieClip "sy" in Frame 49
onClipEvent (enterFrame) {
if (this._currentframe > 1) {
this.gotoAndStop(1);
}
}
Instance of Symbol 844 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 844 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 844 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 844 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 844 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 844 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 844 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 844 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 844 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 1064 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 1064 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 1064 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 1064 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 1064 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 1353 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 1349 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 1280 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 1725 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 1349 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 1353 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 1280 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 1064 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 1064 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 1353 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 1278 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 1064 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 1355 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 1274 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 1064 MovieClip in Frame 52
onClipEvent (enterFrame) {
if (this.hitTest(_root.rw1) && (_root.mbgs == _root.yjgs)) {
_root.gotoAndStop("win");
}
}
Instance of Symbol 1080 MovieClip "sy" in Frame 52
onClipEvent (enterFrame) {
if (this._currentframe > 1) {
this.gotoAndStop(1);
}
}
Instance of Symbol 844 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 844 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 844 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 844 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 844 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 844 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 844 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 844 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 844 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 844 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 277 MovieClip [oblacic] Frame 1
Symbol 277 MovieClip [oblacic] Frame 17
Symbol 537 MovieClip [robot] Frame 1
stop();
Symbol 588 MovieClip [Bullet] Frame 1
Symbol 599 MovieClip [star_shine] Frame 22
stop();
Symbol 628 MovieClip [razbija] Frame 1
this._xscale = 70;
this._yscale = 70;
Symbol 628 MovieClip [razbija] Frame 28
_root.rescue = _root.rescue + 1;
Symbol 628 MovieClip [razbija] Frame 43
Symbol 628 MovieClip [razbija] Frame 45
stop();
Symbol 650 MovieClip Frame 40
stop();
Symbol 661 Button
on (press) {
_root.gotoAndStop("ks");
_root.play_button.unloadMovie();
_root.logo.unloadMovie();
}
Instance of Symbol 640 MovieClip in Symbol 662 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 662 MovieClip Frame 101
play();
Symbol 662 MovieClip Frame 165
stop();
Symbol 667 Button
on (release) {
getURL ("http://www.4463.com/?shuangmao", "_blank");
}
Symbol 745 MovieClip Frame 1
Symbol 784 MovieClip Frame 1
Symbol 813 Button
on (press) {
_root.gotoAndStop("xuang");
}
Symbol 816 Button
on (press) {
_root.gotoAndStop("sm");
}
Symbol 818 Button
on (release) {
getURL ("http://www.gamezastar.com", "_blank");
}
Symbol 820 Button
on (release) {
getURL ("http://www.bestplayfree.com", "_blank");
}
Symbol 826 Button
on (press) {
_root.gotoAndStop("ks");
}
Instance of Symbol 841 MovieClip "moneda1" in Symbol 842 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 844 MovieClip Frame 1
stop();
Symbol 844 MovieClip Frame 2
_root.yjgs = _root.yjgs + 1;
Symbol 846 MovieClip Frame 1
stop();
Instance of Symbol 844 MovieClip "zs7" in Symbol 846 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 844 MovieClip "zs7" in Symbol 846 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 844 MovieClip "zs7" in Symbol 846 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 844 MovieClip "zs7" in Symbol 846 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 844 MovieClip "zs7" in Symbol 846 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 844 MovieClip "zs7" in Symbol 846 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 844 MovieClip "zs7" in Symbol 846 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 844 MovieClip "zs7" in Symbol 846 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 844 MovieClip "zs7" in Symbol 846 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 846 MovieClip Frame 19
gotoAndPlay (1);
Instance of Symbol 844 MovieClip "zs7" in Symbol 846 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 844 MovieClip "zs7" in Symbol 846 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 846 MovieClip Frame 24
_visible = false;
Symbol 846 MovieClip Frame 34
stop();
Symbol 847 Button
on (press) {
_root.zhonggs = 1;
_root.gotoAndStop("gs1");
}
Symbol 849 Button
on (press) {
_root.zhonggs = 2;
_root.gotoAndStop("gs2");
}
Symbol 850 Button
on (press) {
_root.zhonggs = 2;
_root.gotoAndStop("gs2");
}
Symbol 851 Button
on (press) {
_root.zhonggs = 3;
_root.gotoAndStop("gs3");
}
Symbol 852 Button
on (press) {
_root.zhonggs = 4;
_root.gotoAndStop("gs4");
}
Symbol 853 Button
on (press) {
_root.zhonggs = 4;
_root.gotoAndStop("gs4");
}
Symbol 854 Button
on (press) {
_root.zhonggs = 5;
_root.gotoAndStop("gs5");
}
Symbol 855 Button
on (press) {
_root.zhonggs = 6;
_root.gotoAndStop("gs6");
}
Symbol 856 Button
on (press) {
_root.zhonggs = 7;
_root.gotoAndStop("gs7");
}
Symbol 857 Button
on (press) {
_root.zhonggs = 8;
_root.gotoAndStop("gs8");
}
Symbol 858 Button
on (press) {
_root.zhonggs = 9;
_root.gotoAndStop("gs9");
}
Symbol 859 Button
on (press) {
_root.zhonggs = 10;
_root.gotoAndStop("gs10");
}
Symbol 860 Button
on (press) {
_root.zhonggs = 11;
_root.gotoAndStop("gs11");
}
Symbol 861 Button
on (press) {
_root.zhonggs = 12;
_root.gotoAndStop("gs12");
}
Symbol 862 Button
on (press) {
_root.zhonggs = 13;
_root.gotoAndStop("gs13");
}
Symbol 863 Button
on (press) {
_root.zhonggs = 14;
_root.gotoAndStop("gs14");
}
Symbol 864 Button
on (press) {
_root.zhonggs = 15;
_root.gotoAndStop("gs15");
}
Symbol 867 Button
on (press) {
_root.zhonggs = 16;
_root.gotoAndStop("gs16");
}
Symbol 869 Button
on (press) {
_root.zhonggs = 17;
_root.gotoAndStop("gs17");
}
Symbol 870 Button
on (press) {
_root.zhonggs = 18;
_root.gotoAndStop("gs18");
}
Symbol 871 Button
on (press) {
_root.zhonggs = 19;
_root.gotoAndStop("gs19");
}
Symbol 872 Button
on (press) {
_root.zhonggs = 20;
_root.gotoAndStop("gs20");
}
Symbol 873 Button
on (press) {
_root.zhonggs = 13;
_root.gotoAndStop("gs13");
}
Symbol 874 Button
on (press) {
_root.zhonggs = 14;
_root.gotoAndStop("gs14");
}
Symbol 875 Button
on (press) {
_root.zhonggs = 15;
_root.gotoAndStop("gs15");
}
Symbol 876 Button
on (press) {
_root.zhonggs = 21;
_root.gotoAndStop("gs21");
}
Symbol 877 Button
on (press) {
_root.zhonggs = 22;
_root.gotoAndStop("gs22");
}
Symbol 878 Button
on (press) {
_root.zhonggs = 23;
_root.gotoAndStop("gs23");
}
Symbol 879 Button
on (press) {
_root.zhonggs = 24;
_root.gotoAndStop("gs24");
}
Symbol 880 Button
on (press) {
_root.zhonggs = 25;
_root.gotoAndStop("gs25");
}
Symbol 881 Button
on (press) {
_root.zhonggs = 26;
_root.gotoAndStop("gs26");
}
Symbol 882 Button
on (press) {
_root.zhonggs = 27;
_root.gotoAndStop("gs27");
}
Symbol 883 Button
on (press) {
_root.zhonggs = 28;
_root.gotoAndStop("gs28");
}
Symbol 884 Button
on (press) {
_root.zhonggs = 29;
_root.gotoAndStop("gs29");
}
Symbol 885 Button
on (press) {
_root.zhonggs = 30;
_root.gotoAndStop("gs30");
}
Symbol 886 Button
on (press) {
_root.zhonggs = 31;
_root.gotoAndStop("gs31");
}
Symbol 887 Button
on (press) {
_root.zhonggs = 32;
_root.gotoAndStop("gs32");
}
Symbol 888 Button
on (press) {
_root.zhonggs = 33;
_root.gotoAndStop("gs33");
}
Symbol 889 Button
on (press) {
_root.zhonggs = 34;
_root.gotoAndStop("gs34");
}
Symbol 890 Button
on (press) {
_root.zhonggs = 35;
_root.gotoAndStop("gs35");
}
Symbol 891 Button
on (press) {
_root.zhonggs = 36;
_root.gotoAndStop("gs36");
}
Symbol 892 Button
on (press) {
_root.zhonggs = 37;
_root.gotoAndStop("gs37");
}
Symbol 893 Button
on (press) {
_root.zhonggs = 38;
_root.gotoAndStop("gs38");
}
Symbol 894 Button
on (press) {
_root.zhonggs = 39;
_root.gotoAndStop("gs39");
}
Symbol 895 Button
on (press) {
_root.zhonggs = 40;
_root.gotoAndStop("gs40");
}
Symbol 896 Button
on (press) {
_root.zhonggs = 8;
_root.gotoAndStop("gs8");
}
Symbol 897 Button
on (press) {
_root.zhonggs = 2;
_root.gotoAndStop("gs2");
}
Symbol 898 Button
on (press) {
_root.zhonggs = 3;
_root.gotoAndStop("gs3");
}
Symbol 899 Button
on (press) {
_root.zhonggs = 4;
_root.gotoAndStop("gs4");
}
Symbol 900 Button
on (press) {
_root.zhonggs = 5;
_root.gotoAndStop("gs5");
}
Symbol 901 Button
on (press) {
_root.zhonggs = 6;
_root.gotoAndStop("gs6");
}
Symbol 902 Button
on (press) {
_root.zhonggs = 7;
_root.gotoAndStop("gs7");
}
Symbol 903 Button
on (press) {
_root.zhonggs = 9;
_root.gotoAndStop("gs9");
}
Symbol 904 Button
on (press) {
_root.zhonggs = 10;
_root.gotoAndStop("gs10");
}
Symbol 905 Button
on (press) {
_root.zhonggs = 11;
_root.gotoAndStop("gs11");
}
Symbol 906 Button
on (press) {
_root.zhonggs = 12;
_root.gotoAndStop("gs12");
}
Symbol 907 Button
on (press) {
_root.zhonggs = 1;
_root.gotoAndStop("gs1");
}
Symbol 908 Button
on (press) {
_root.zhonggs = 2;
_root.gotoAndStop("gs2");
}
Symbol 909 Button
on (press) {
_root.zhonggs = 3;
_root.gotoAndStop("gs3");
}
Symbol 910 Button
on (press) {
_root.zhonggs = 4;
_root.gotoAndStop("gs4");
}
Symbol 911 Button
on (press) {
_root.zhonggs = 5;
_root.gotoAndStop("gs5");
}
Symbol 912 Button
on (press) {
_root.zhonggs = 6;
_root.gotoAndStop("gs6");
}
Symbol 913 Button
on (press) {
_root.zhonggs = 7;
_root.gotoAndStop("gs7");
}
Symbol 914 Button
on (press) {
_root.zhonggs = 9;
_root.gotoAndStop("gs9");
}
Symbol 915 Button
on (press) {
_root.zhonggs = 10;
_root.gotoAndStop("gs10");
}
Symbol 916 Button
on (press) {
_root.zhonggs = 11;
_root.gotoAndStop("gs11");
}
Symbol 917 Button
on (press) {
_root.zhonggs = 12;
_root.gotoAndStop("gs12");
}
Symbol 918 Button
on (press) {
_root.zhonggs = 13;
_root.gotoAndStop("gs13");
}
Symbol 919 Button
on (press) {
_root.zhonggs = 14;
_root.gotoAndStop("gs14");
}
Symbol 920 Button
on (press) {
_root.zhonggs = 15;
_root.gotoAndStop("gs15");
}
Symbol 921 Button
on (press) {
_root.zhonggs = 17;
_root.gotoAndStop("gs17");
}
Symbol 922 Button
on (press) {
_root.zhonggs = 18;
_root.gotoAndStop("gs18");
}
Symbol 923 Button
on (press) {
_root.zhonggs = 19;
_root.gotoAndStop("gs19");
}
Symbol 924 Button
on (press) {
_root.zhonggs = 20;
_root.gotoAndStop("gs20");
}
Symbol 925 Button
on (press) {
_root.zhonggs = 21;
_root.gotoAndStop("gs21");
}
Symbol 926 Button
on (press) {
_root.zhonggs = 22;
_root.gotoAndStop("gs22");
}
Symbol 927 Button
on (press) {
_root.zhonggs = 23;
_root.gotoAndStop("gs23");
}
Symbol 928 Button
on (press) {
_root.zhonggs = 25;
_root.gotoAndStop("gs25");
}
Symbol 929 Button
on (press) {
_root.zhonggs = 26;
_root.gotoAndStop("gs26");
}
Symbol 930 Button
on (press) {
_root.zhonggs = 27;
_root.gotoAndStop("gs27");
}
Symbol 931 Button
on (press) {
_root.zhonggs = 28;
_root.gotoAndStop("gs28");
}
Symbol 932 Button
on (press) {
_root.zhonggs = 29;
_root.gotoAndStop("gs29");
}
Symbol 933 Button
on (press) {
_root.zhonggs = 30;
_root.gotoAndStop("gs30");
}
Symbol 934 Button
on (press) {
_root.zhonggs = 31;
_root.gotoAndStop("gs31");
}
Symbol 935 Button
on (press) {
_root.zhonggs = 33;
_root.gotoAndStop("gs33");
}
Symbol 936 Button
on (press) {
_root.zhonggs = 34;
_root.gotoAndStop("gs34");
}
Symbol 937 Button
on (press) {
_root.zhonggs = 35;
_root.gotoAndStop("gs35");
}
Symbol 938 Button
on (press) {
_root.zhonggs = 36;
_root.gotoAndStop("gs36");
}
Symbol 939 Button
on (press) {
_root.zhonggs = 37;
_root.gotoAndStop("gs37");
}
Symbol 940 Button
on (press) {
_root.zhonggs = 38;
_root.gotoAndStop("gs38");
}
Symbol 941 Button
on (press) {
_root.zhonggs = 39;
_root.gotoAndStop("gs39");
}
Symbol 942 MovieClip Frame 44
stop();
Symbol 948 MovieClip Frame 1
stop();
Instance of Symbol 948 MovieClip in Symbol 954 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 948 MovieClip in Symbol 954 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 951 MovieClip in Symbol 954 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 953 MovieClip in Symbol 954 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 965 MovieClip Frame 1
stop();
Symbol 965 MovieClip Frame 15
_parent.gotoAndStop(1);
stop();
Symbol 973 MovieClip Frame 1
stop();
Symbol 973 MovieClip Frame 2
play();
Symbol 973 MovieClip Frame 23
stop();
_root.hummer_on = false;
Symbol 1007 MovieClip Frame 1
stop();
Symbol 1007 MovieClip Frame 2
play();
Symbol 1007 MovieClip Frame 28
Symbol 1007 MovieClip Frame 49
Symbol 1007 MovieClip Frame 100
gotoAndStop (1);
this.hit = false;
Symbol 1010 MovieClip Frame 1
stop();
Symbol 1011 MovieClip Frame 1
stop();
Instance of Symbol 965 MovieClip in Symbol 1011 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 973 MovieClip in Symbol 1011 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 1007 MovieClip in Symbol 1011 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 1007 MovieClip in Symbol 1011 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 1007 MovieClip in Symbol 1011 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 1014 MovieClip Frame 39
gotoAndPlay (1);
Symbol 1014 MovieClip Frame 40
stop();
Symbol 1018 MovieClip Frame 1
stop();
Instance of Symbol 1011 MovieClip "mm" in Symbol 1019 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 1014 MovieClip in Symbol 1019 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 1018 MovieClip in Symbol 1019 MovieClip Frame 1
onClipEvent (load) {
udarac = false;
visina = this._y;
gravity = 1;
yspeed = 0;
xspeed = 4;
jumping = 0;
anx = 0;
sjc = 0;
}
onClipEvent (enterFrame) {
if (Math.abs(this._y - visina) > 20) {
udarac = true;
}
if (_root.map.mm.hitTest(_x, _y + (_height / 2), true) && (udarac == true)) {
var i = Math.random();
razbijen = _root.map.attachMovie("razbija", "razbija" + i, _root.map.getNextHighestDepth(), {_x:this._x, _y:this._y});
this.unloadMovie();
}
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) && (udarac == false)) {
_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 if (udarac == false) {
yspeed = 0;
jumping = 0;
}
}
Instance of Symbol 1018 MovieClip in Symbol 1019 MovieClip Frame 1
onClipEvent (load) {
udarac = false;
visina = this._y;
gravity = 1;
yspeed = 0;
xspeed = 4;
jumping = 0;
anx = 0;
sjc = 0;
}
onClipEvent (enterFrame) {
if (Math.abs(this._y - visina) > 20) {
udarac = true;
}
if (_root.map.mm.hitTest(_x, _y + (_height / 2), true) && (udarac == true)) {
var i = Math.random();
razbijen = _root.map.attachMovie("razbija", "razbija" + i, _root.map.getNextHighestDepth(), {_x:this._x, _y:this._y});
this.unloadMovie();
}
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) && (udarac == false)) {
_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 if (udarac == false) {
yspeed = 0;
jumping = 0;
}
}
Instance of Symbol 1018 MovieClip in Symbol 1019 MovieClip Frame 1
onClipEvent (load) {
udarac = false;
visina = this._y;
gravity = 1;
yspeed = 0;
xspeed = 4;
jumping = 0;
anx = 0;
sjc = 0;
}
onClipEvent (enterFrame) {
if (Math.abs(this._y - visina) > 20) {
udarac = true;
}
if (_root.map.mm.hitTest(_x, _y + (_height / 2), true) && (udarac == true)) {
var i = Math.random();
razbijen = _root.map.attachMovie("razbija", "razbija" + i, _root.map.getNextHighestDepth(), {_x:this._x, _y:this._y});
this.unloadMovie();
}
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) && (udarac == false)) {
_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 if (udarac == false) {
yspeed = 0;
jumping = 0;
}
}
Instance of Symbol 1018 MovieClip in Symbol 1019 MovieClip Frame 1
onClipEvent (load) {
udarac = false;
visina = this._y;
gravity = 1;
yspeed = 0;
xspeed = 4;
jumping = 0;
anx = 0;
sjc = 0;
}
onClipEvent (enterFrame) {
if (Math.abs(this._y - visina) > 20) {
udarac = true;
}
if (_root.map.mm.hitTest(_x, _y + (_height / 2), true) && (udarac == true)) {
var i = Math.random();
razbijen = _root.map.attachMovie("razbija", "razbija" + i, _root.map.getNextHighestDepth(), {_x:this._x, _y:this._y});
this.unloadMovie();
}
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) && (udarac == false)) {
_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 if (udarac == false) {
yspeed = 0;
jumping = 0;
}
}
Instance of Symbol 1018 MovieClip in Symbol 1019 MovieClip Frame 1
onClipEvent (load) {
udarac = false;
visina = this._y;
gravity = 1;
yspeed = 0;
xspeed = 4;
jumping = 0;
anx = 0;
sjc = 0;
}
onClipEvent (enterFrame) {
if (Math.abs(this._y - visina) > 20) {
udarac = true;
}
if (_root.map.mm.hitTest(_x, _y + (_height / 2), true) && (udarac == true)) {
var i = Math.random();
razbijen = _root.map.attachMovie("razbija", "razbija" + i, _root.map.getNextHighestDepth(), {_x:this._x, _y:this._y});
this.unloadMovie();
}
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) && (udarac == false)) {
_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 if (udarac == false) {
yspeed = 0;
jumping = 0;
}
}
Symbol 1025 MovieClip Frame 1
stop();
Symbol 1049 MovieClip Frame 24
stop();
Symbol 1050 MovieClip Frame 1
stop();
Symbol 1050 MovieClip Frame 2
stop();
_root.numEnemy = _root.numEnemy - 1;
if (_root.numEnemy == 0) {
_root.ac = _root.ac + 1;
}
Symbol 1053 MovieClip Frame 1
stop();
Symbol 1053 MovieClip Frame 2
stop();
Symbol 1062 MovieClip Frame 1
stop();
Symbol 1062 MovieClip Frame 2
stop();
_root.guo.play();
Symbol 1072 MovieClip Frame 39
gotoAndPlay (1);
Symbol 1072 MovieClip Frame 40
stop();
Symbol 1075 MovieClip Frame 39
gotoAndPlay (1);
Symbol 1075 MovieClip Frame 40
stop();
Symbol 1080 MovieClip Frame 1
stop();
Symbol 1085 MovieClip Frame 15
stop();
Symbol 1086 MovieClip Frame 1
stop();
Symbol 1108 MovieClip Frame 14
_parent.gotoAndStop(1);
Symbol 1117 MovieClip Frame 1
Symbol 1148 MovieClip Frame 1
stop();
Instance of Symbol 1117 MovieClip in Symbol 1148 MovieClip Frame 3
/* no clip actions */
Symbol 1150 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 1162 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 1163 Button
on (release) {
getURL ("http://www.gamezastar.com", "_blank");
}
Symbol 1167 MovieClip Frame 1
ttt = _root.zhonggs;
Symbol 1169 MovieClip Frame 1
stop();
_root.kongz = 1;
Symbol 1169 MovieClip Frame 2
_root.kongz = 0;
if (_root.zhonggs == 15) {
_root.gotoAndStop("win");
this.gotoAndStop(1);
}
Symbol 1169 MovieClip Frame 26
stop();
for (var cBullet in _root.bulletHolder) {
_root.bulletHolder[cBullet].removeMovieClip();
}
Symbol 1169 MovieClip Frame 27
prevFrame();
Symbol 1171 MovieClip Frame 1
stop();
Symbol 1171 MovieClip Frame 5
_root.xr1._alpha = 30;
_root.sm = _root.sm - 1;
_root.rw1.jumping = 0;
_root.rw1.anx = 0;
Symbol 1171 MovieClip Frame 10
_root.xr1._alpha = 100;
Symbol 1171 MovieClip Frame 15
_root.xr1._alpha = 30;
Symbol 1171 MovieClip Frame 20
_root.xr1._alpha = 70;
Symbol 1171 MovieClip Frame 25
_root.xr1._alpha = 30;
Symbol 1171 MovieClip Frame 30
_root.xr1._alpha = 10;
this._x = -100;
this._x = -100;
Symbol 1171 MovieClip Frame 35
_root.xr1._alpha = 30;
Symbol 1171 MovieClip Frame 40
_root.xr1._alpha = 100;
if (_root.sm == 0) {
_root.gotoAndStop("over");
}
stop();
gotoAndStop (1);
Symbol 1171 MovieClip Frame 45
_root.xr1._alpha = 30;
Symbol 1171 MovieClip Frame 50
_root.xr1._alpha = 100;
Symbol 1171 MovieClip Frame 55
_root.xr1._alpha = 30;
Symbol 1171 MovieClip Frame 60
_root.xr1._alpha = 100;
Symbol 1171 MovieClip Frame 65
_root.xr1._alpha = 30;
Symbol 1171 MovieClip Frame 70
_root.xr1._alpha = 100;
Symbol 1171 MovieClip Frame 75
_root.xr1._alpha = 30;
Symbol 1171 MovieClip Frame 80
_root.xr1._alpha = 100;
Symbol 1171 MovieClip Frame 85
_root.xr1._alpha = 30;
Symbol 1171 MovieClip Frame 90
_root.xr1._alpha = 100;
Symbol 1171 MovieClip Frame 91
gotoAndStop (1);
Symbol 1171 MovieClip Frame 95
_root.xr1._alpha = 30;
Symbol 1171 MovieClip Frame 100
_root.xr1._alpha = 100;
Symbol 1171 MovieClip Frame 105
_root.xr1._alpha = 30;
Symbol 1171 MovieClip Frame 110
_root.xr1._alpha = 100;
Symbol 1171 MovieClip Frame 115
_root.xr1._alpha = 30;
Symbol 1171 MovieClip Frame 120
_root.xr1._alpha = 100;
Symbol 1171 MovieClip Frame 125
_root.xr1._alpha = 30;
Symbol 1171 MovieClip Frame 130
_root.xr1._alpha = 100;
Symbol 1171 MovieClip Frame 135
_root.xr1._alpha = 30;
Symbol 1171 MovieClip Frame 140
_root.xr1._alpha = 100;
Symbol 1171 MovieClip Frame 145
_root.xr1._alpha = 30;
Symbol 1171 MovieClip Frame 150
_root.xr1._alpha = 100;
_root.gotoAndStop("over");
Symbol 1175 MovieClip Frame 1
stop();
Symbol 1175 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 1175 MovieClip Frame 10
_root.xr2._alpha = 100;
Symbol 1175 MovieClip Frame 15
_root.xr2._alpha = 30;
Symbol 1175 MovieClip Frame 20
_root.xr2._alpha = 100;
Symbol 1175 MovieClip Frame 25
_root.xr2._alpha = 30;
Symbol 1175 MovieClip Frame 30
_root.xr2._alpha = 100;
Symbol 1175 MovieClip Frame 31
this._x = -100;
Symbol 1175 MovieClip Frame 35
_root.xr2._alpha = 30;
Symbol 1175 MovieClip Frame 40
_root.xr2._alpha = 100;
Symbol 1175 MovieClip Frame 45
_root.xr2._alpha = 30;
Symbol 1175 MovieClip Frame 50
_root.xr2._alpha = 100;
Symbol 1175 MovieClip Frame 55
_root.xr2._alpha = 30;
Symbol 1175 MovieClip Frame 60
_root.xr2._alpha = 100;
Symbol 1175 MovieClip Frame 65
_root.xr2._alpha = 30;
Symbol 1175 MovieClip Frame 70
_root.xr2._alpha = 100;
Symbol 1175 MovieClip Frame 75
_root.xr2._alpha = 30;
Symbol 1175 MovieClip Frame 80
_root.xr2._alpha = 100;
Symbol 1175 MovieClip Frame 85
_root.xr2._alpha = 30;
Symbol 1175 MovieClip Frame 90
_root.xr2._alpha = 100;
Symbol 1175 MovieClip Frame 91
gotoAndStop (1);
Symbol 1175 MovieClip Frame 95
_root.xr2._alpha = 30;
Symbol 1175 MovieClip Frame 100
_root.xr2._alpha = 100;
Symbol 1175 MovieClip Frame 105
_root.xr2._alpha = 30;
Symbol 1175 MovieClip Frame 110
_root.xr2._alpha = 100;
Symbol 1175 MovieClip Frame 115
_root.xr2._alpha = 30;
Symbol 1175 MovieClip Frame 120
_root.xr2._alpha = 100;
Symbol 1175 MovieClip Frame 125
_root.xr2._alpha = 30;
Symbol 1175 MovieClip Frame 130
_root.xr2._alpha = 100;
Symbol 1175 MovieClip Frame 135
_root.xr2._alpha = 30;
Symbol 1175 MovieClip Frame 140
_root.xr2._alpha = 100;
Symbol 1178 Button
on (press) {
sound = new Sound();
sound.setVolume(0);
nextFrame();
}
Symbol 1180 Button
on (press) {
prevFrame();
}
Symbol 1181 MovieClip Frame 1
stop();
sound = new Sound();
sound.setVolume(100);
Symbol 1182 Button
on (press) {
bulletHolder.removeMovieClip();
_root.gotoAndStop("xuang");
}
Symbol 1194 MovieClip Frame 1
stop();
Instance of Symbol 1007 MovieClip in Symbol 1194 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 965 MovieClip in Symbol 1194 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 973 MovieClip in Symbol 1194 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 1007 MovieClip in Symbol 1194 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 965 MovieClip in Symbol 1194 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 965 MovieClip in Symbol 1194 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 1194 MovieClip "mm" in Symbol 1195 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 1014 MovieClip in Symbol 1195 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 1018 MovieClip in Symbol 1195 MovieClip Frame 1
onClipEvent (load) {
udarac = false;
visina = this._y;
gravity = 1;
yspeed = 0;
xspeed = 4;
jumping = 0;
anx = 0;
sjc = 0;
}
onClipEvent (enterFrame) {
if (Math.abs(this._y - visina) > 40) {
udarac = true;
}
if (_root.map.mm.hitTest(_x, _y + (_height / 2), true) && (udarac == true)) {
var i = Math.random();
razbijen = _root.map.attachMovie("razbija", "razbija" + i, _root.map.getNextHighestDepth(), {_x:this._x, _y:this._y});
this.unloadMovie();
}
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) && (udarac == false)) {
_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 if (udarac == false) {
yspeed = 0;
jumping = 0;
}
}
Instance of Symbol 1018 MovieClip in Symbol 1195 MovieClip Frame 1
onClipEvent (load) {
udarac = false;
visina = this._y;
gravity = 1;
yspeed = 0;
xspeed = 4;
jumping = 0;
anx = 0;
sjc = 0;
}
onClipEvent (enterFrame) {
if (Math.abs(this._y - visina) > 40) {
udarac = true;
}
if (_root.map.mm.hitTest(_x, _y + (_height / 2), true) && (udarac == true)) {
var i = Math.random();
razbijen = _root.map.attachMovie("razbija", "razbija" + i, _root.map.getNextHighestDepth(), {_x:this._x, _y:this._y});
this.unloadMovie();
}
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) && (udarac == false)) {
_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 if (udarac == false) {
yspeed = 0;
jumping = 0;
}
}
Instance of Symbol 1018 MovieClip in Symbol 1195 MovieClip Frame 1
onClipEvent (load) {
udarac = false;
visina = this._y;
gravity = 1;
yspeed = 0;
xspeed = 4;
jumping = 0;
anx = 0;
sjc = 0;
}
onClipEvent (enterFrame) {
if (Math.abs(this._y - visina) > 40) {
udarac = true;
}
if (_root.map.mm.hitTest(_x, _y + (_height / 2), true) && (udarac == true)) {
var i = Math.random();
razbijen = _root.map.attachMovie("razbija", "razbija" + i, _root.map.getNextHighestDepth(), {_x:this._x, _y:this._y});
this.unloadMovie();
}
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) && (udarac == false)) {
_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 if (udarac == false) {
yspeed = 0;
jumping = 0;
}
}
Instance of Symbol 1018 MovieClip in Symbol 1195 MovieClip Frame 1
onClipEvent (load) {
udarac = false;
visina = this._y;
gravity = 1;
yspeed = 0;
xspeed = 4;
jumping = 0;
anx = 0;
sjc = 0;
}
onClipEvent (enterFrame) {
if (Math.abs(this._y - visina) > 40) {
udarac = true;
}
if (_root.map.mm.hitTest(_x, _y + (_height / 2), true) && (udarac == true)) {
var i = Math.random();
razbijen = _root.map.attachMovie("razbija", "razbija" + i, _root.map.getNextHighestDepth(), {_x:this._x, _y:this._y});
this.unloadMovie();
}
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) && (udarac == false)) {
_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 if (udarac == false) {
yspeed = 0;
jumping = 0;
}
}
Instance of Symbol 1196 MovieClip in Symbol 1197 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++;
}
}
Symbol 1203 MovieClip Frame 1
stop();
Instance of Symbol 1007 MovieClip in Symbol 1203 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 965 MovieClip in Symbol 1203 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 973 MovieClip in Symbol 1203 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 965 MovieClip in Symbol 1203 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 965 MovieClip in Symbol 1203 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 965 MovieClip in Symbol 1203 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 965 MovieClip in Symbol 1203 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 1203 MovieClip "mm" in Symbol 1206 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 1018 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
udarac = false;
visina = this._y;
gravity = 1;
yspeed = 0;
xspeed = 4;
jumping = 0;
anx = 0;
sjc = 0;
}
onClipEvent (enterFrame) {
if (Math.abs(this._y - visina) > 40) {
udarac = true;
}
if (_root.map.mm.hitTest(_x, _y + (_height / 2), true) && (udarac == true)) {
var i = Math.random();
razbijen = _root.map.attachMovie("razbija", "razbija" + i, _root.map.getNextHighestDepth(), {_x:this._x, _y:this._y});
this.unloadMovie();
}
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) && (udarac == false)) {
_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 if (udarac == false) {
yspeed = 0;
jumping = 0;
}
}
Instance of Symbol 1205 MovieClip in Symbol 1206 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 1205 MovieClip in Symbol 1206 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 1014 MovieClip in Symbol 1206 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 1018 MovieClip in Symbol 1206 MovieClip Frame 1
onClipEvent (load) {
udarac = false;
visina = this._y;
gravity = 1;
yspeed = 0;
xspeed = 4;
jumping = 0;
anx = 0;
sjc = 0;
}
onClipEvent (enterFrame) {
if (Math.abs(this._y - visina) > 40) {
udarac = true;
}
if (_root.map.mm.hitTest(_x, _y + (_height / 2), true) && (udarac == true)) {
var i = Math.random();
razbijen = _root.map.attachMovie("razbija", "razbija" + i, _root.map.getNextHighestDepth(), {_x:this._x, _y:this._y});
this.unloadMovie();
}
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) && (udarac == false)) {
_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 if (udarac == false) {
yspeed = 0;
jumping = 0;
}
}
Symbol 1248 MovieClip Frame 1
stop();
Instance of Symbol 1247 MovieClip in Symbol 1248 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 1247 MovieClip in Symbol 1248 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 1248 MovieClip Frame 90
stop();
Instance of Symbol 1247 MovieClip in Symbol 1248 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 1249 MovieClip Frame 1
stop();
Instance of Symbol 1064 MovieClip in Symbol 1255 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 1064 MovieClip in Symbol 1255 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 1064 MovieClip in Symbol 1255 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 1010 MovieClip "xiangz" in Symbol 1255 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 1010 MovieClip "xiangz1" in Symbol 1255 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 1274 MovieClip Frame 1
stop();
Symbol 1278 MovieClip Frame 1
stop();
Symbol 1280 MovieClip Frame 1
stop();
Symbol 1284 MovieClip Frame 1
stop();
Symbol 1284 MovieClip Frame 90
stop();
Symbol 1286 MovieClip Frame 1
stop();
Instance of Symbol 1007 MovieClip in Symbol 1286 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 1007 MovieClip in Symbol 1286 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 973 MovieClip in Symbol 1286 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 1007 MovieClip in Symbol 1286 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 1007 MovieClip in Symbol 1286 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 1007 MovieClip in Symbol 1286 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 948 MovieClip in Symbol 1286 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 948 MovieClip in Symbol 1286 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 951 MovieClip in Symbol 1286 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 953 MovieClip in Symbol 1286 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 965 MovieClip in Symbol 1286 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 965 MovieClip in Symbol 1286 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;
}
}
Symbol 1292 MovieClip Frame 31
gotoAndPlay (1);
Symbol 1293 MovieClip Frame 1
stop();
Instance of Symbol 1286 MovieClip "mm" in Symbol 1294 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 1014 MovieClip in Symbol 1294 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 1018 MovieClip in Symbol 1294 MovieClip Frame 1
onClipEvent (load) {
udarac = false;
visina = this._y;
gravity = 1;
yspeed = 0;
xspeed = 4;
jumping = 0;
anx = 0;
sjc = 0;
}
onClipEvent (enterFrame) {
if (Math.abs(this._y - visina) > 40) {
udarac = true;
}
if (_root.map.mm.hitTest(_x, _y + (_height / 2), true) && (udarac == true)) {
var i = Math.random();
razbijen = _root.map.attachMovie("razbija", "razbija" + i, _root.map.getNextHighestDepth(), {_x:this._x, _y:this._y});
this.unloadMovie();
}
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) && (udarac == false)) {
_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 if (udarac == false) {
yspeed = 0;
jumping = 0;
}
}
Instance of Symbol 1018 MovieClip in Symbol 1294 MovieClip Frame 1
onClipEvent (load) {
udarac = false;
visina = this._y;
gravity = 1;
yspeed = 0;
xspeed = 4;
jumping = 0;
anx = 0;
sjc = 0;
}
onClipEvent (enterFrame) {
if (Math.abs(this._y - visina) > 40) {
udarac = true;
}
if (_root.map.mm.hitTest(_x, _y + (_height / 2), true) && (udarac == true)) {
var i = Math.random();
razbijen = _root.map.attachMovie("razbija", "razbija" + i, _root.map.getNextHighestDepth(), {_x:this._x, _y:this._y});
this.unloadMovie();
}
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) && (udarac == false)) {
_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 if (udarac == false) {
yspeed = 0;
jumping = 0;
}
}
Instance of Symbol 1018 MovieClip in Symbol 1294 MovieClip Frame 1
onClipEvent (load) {
udarac = false;
visina = this._y;
gravity = 1;
yspeed = 0;
xspeed = 4;
jumping = 0;
anx = 0;
sjc = 0;
}
onClipEvent (enterFrame) {
if (Math.abs(this._y - visina) > 40) {
udarac = true;
}
if (_root.map.mm.hitTest(_x, _y + (_height / 2), true) && (udarac == true)) {
var i = Math.random();
razbijen = _root.map.attachMovie("razbija", "razbija" + i, _root.map.getNextHighestDepth(), {_x:this._x, _y:this._y});
this.unloadMovie();
}
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) && (udarac == false)) {
_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 if (udarac == false) {
yspeed = 0;
jumping = 0;
}
}
Instance of Symbol 1018 MovieClip in Symbol 1294 MovieClip Frame 1
onClipEvent (load) {
udarac = false;
visina = this._y;
gravity = 1;
yspeed = 0;
xspeed = 4;
jumping = 0;
anx = 0;
sjc = 0;
}
onClipEvent (enterFrame) {
if (Math.abs(this._y - visina) > 40) {
udarac = true;
}
if (_root.map.mm.hitTest(_x, _y + (_height / 2), true) && (udarac == true)) {
var i = Math.random();
razbijen = _root.map.attachMovie("razbija", "razbija" + i, _root.map.getNextHighestDepth(), {_x:this._x, _y:this._y});
this.unloadMovie();
}
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) && (udarac == false)) {
_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 if (udarac == false) {
yspeed = 0;
jumping = 0;
}
}
Instance of Symbol 1018 MovieClip in Symbol 1294 MovieClip Frame 1
onClipEvent (load) {
udarac = false;
visina = this._y;
gravity = 1;
yspeed = 0;
xspeed = 4;
jumping = 0;
anx = 0;
sjc = 0;
}
onClipEvent (enterFrame) {
if (Math.abs(this._y - visina) > 40) {
udarac = true;
}
if (_root.map.mm.hitTest(_x, _y + (_height / 2), true) && (udarac == true)) {
var i = Math.random();
razbijen = _root.map.attachMovie("razbija", "razbija" + i, _root.map.getNextHighestDepth(), {_x:this._x, _y:this._y});
this.unloadMovie();
}
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) && (udarac == false)) {
_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 if (udarac == false) {
yspeed = 0;
jumping = 0;
}
}
Instance of Symbol 1018 MovieClip in Symbol 1294 MovieClip Frame 1
onClipEvent (load) {
udarac = false;
visina = this._y;
gravity = 1;
yspeed = 0;
xspeed = 4;
jumping = 0;
anx = 0;
sjc = 0;
}
onClipEvent (enterFrame) {
if (Math.abs(this._y - visina) > 40) {
udarac = true;
}
if (_root.map.mm.hitTest(_x, _y + (_height / 2), true) && (udarac == true)) {
var i = Math.random();
razbijen = _root.map.attachMovie("razbija", "razbija" + i, _root.map.getNextHighestDepth(), {_x:this._x, _y:this._y});
this.unloadMovie();
}
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) && (udarac == false)) {
_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 if (udarac == false) {
yspeed = 0;
jumping = 0;
}
}
Instance of Symbol 1293 MovieClip in Symbol 1294 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 1311 MovieClip Frame 12
gotoAndPlay (1);
Symbol 1311 MovieClip Frame 13
stop();
Symbol 1315 MovieClip Frame 1
stop();
Instance of Symbol 1007 MovieClip in Symbol 1315 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 973 MovieClip in Symbol 1315 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 1007 MovieClip in Symbol 1315 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 1315 MovieClip "mm" in Symbol 1316 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 1205 MovieClip in Symbol 1316 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 1205 MovieClip in Symbol 1316 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 1014 MovieClip in Symbol 1316 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 1205 MovieClip in Symbol 1316 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;
}
}
Instance of Symbol 1018 MovieClip in Symbol 1316 MovieClip Frame 1
onClipEvent (load) {
udarac = false;
visina = this._y;
gravity = 1;
yspeed = 0;
xspeed = 4;
jumping = 0;
anx = 0;
sjc = 0;
}
onClipEvent (enterFrame) {
if (Math.abs(this._y - visina) > 40) {
udarac = true;
}
if (_root.map.mm.hitTest(_x, _y + (_height / 2), true) && (udarac == true)) {
var i = Math.random();
razbijen = _root.map.attachMovie("razbija", "razbija" + i, _root.map.getNextHighestDepth(), {_x:this._x, _y:this._y});
this.unloadMovie();
}
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) && (udarac == false)) {
_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 if (udarac == false) {
yspeed = 0;
jumping = 0;
}
}
Instance of Symbol 1018 MovieClip in Symbol 1316 MovieClip Frame 1
onClipEvent (load) {
udarac = false;
visina = this._y;
gravity = 1;
yspeed = 0;
xspeed = 4;
jumping = 0;
anx = 0;
sjc = 0;
}
onClipEvent (enterFrame) {
if (Math.abs(this._y - visina) > 40) {
udarac = true;
}
if (_root.map.mm.hitTest(_x, _y + (_height / 2), true) && (udarac == true)) {
var i = Math.random();
razbijen = _root.map.attachMovie("razbija", "razbija" + i, _root.map.getNextHighestDepth(), {_x:this._x, _y:this._y});
this.unloadMovie();
}
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) && (udarac == false)) {
_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 if (udarac == false) {
yspeed = 0;
jumping = 0;
}
}
Instance of Symbol 1205 MovieClip in Symbol 1316 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 1018 MovieClip in Symbol 1316 MovieClip Frame 1
onClipEvent (load) {
udarac = false;
visina = this._y;
gravity = 1;
yspeed = 0;
xspeed = 4;
jumping = 0;
anx = 0;
sjc = 0;
}
onClipEvent (enterFrame) {
if (Math.abs(this._y - visina) > 40) {
udarac = true;
}
if (_root.map.mm.hitTest(_x, _y + (_height / 2), true) && (udarac == true)) {
var i = Math.random();
razbijen = _root.map.attachMovie("razbija", "razbija" + i, _root.map.getNextHighestDepth(), {_x:this._x, _y:this._y});
this.unloadMovie();
}
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) && (udarac == false)) {
_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 if (udarac == false) {
yspeed = 0;
jumping = 0;
}
}
Instance of Symbol 1018 MovieClip in Symbol 1316 MovieClip Frame 1
onClipEvent (load) {
udarac = false;
visina = this._y;
gravity = 1;
yspeed = 0;
xspeed = 4;
jumping = 0;
anx = 0;
sjc = 0;
}
onClipEvent (enterFrame) {
if (Math.abs(this._y - visina) > 40) {
udarac = true;
}
if (_root.map.mm.hitTest(_x, _y + (_height / 2), true) && (udarac == true)) {
var i = Math.random();
razbijen = _root.map.attachMovie("razbija", "razbija" + i, _root.map.getNextHighestDepth(), {_x:this._x, _y:this._y});
this.unloadMovie();
}
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) && (udarac == false)) {
_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 if (udarac == false) {
yspeed = 0;
jumping = 0;
}
}
Instance of Symbol 1018 MovieClip in Symbol 1316 MovieClip Frame 1
onClipEvent (load) {
udarac = false;
visina = this._y;
gravity = 1;
yspeed = 0;
xspeed = 4;
jumping = 0;
anx = 0;
sjc = 0;
}
onClipEvent (enterFrame) {
if (Math.abs(this._y - visina) > 40) {
udarac = true;
}
if (_root.map.mm.hitTest(_x, _y + (_height / 2), true) && (udarac == true)) {
var i = Math.random();
razbijen = _root.map.attachMovie("razbija", "razbija" + i, _root.map.getNextHighestDepth(), {_x:this._x, _y:this._y});
this.unloadMovie();
}
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) && (udarac == false)) {
_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 if (udarac == false) {
yspeed = 0;
jumping = 0;
}
}
Symbol 1328 MovieClip Frame 1
stop();
Instance of Symbol 1007 MovieClip in Symbol 1328 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 1007 MovieClip in Symbol 1328 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 965 MovieClip in Symbol 1328 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 973 MovieClip in Symbol 1328 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 965 MovieClip in Symbol 1328 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 1328 MovieClip "mm" in Symbol 1329 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 1014 MovieClip in Symbol 1329 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 1018 MovieClip in Symbol 1329 MovieClip Frame 1
onClipEvent (load) {
udarac = false;
visina = this._y;
gravity = 1;
yspeed = 0;
xspeed = 4;
jumping = 0;
anx = 0;
sjc = 0;
}
onClipEvent (enterFrame) {
if (Math.abs(this._y - visina) > 40) {
udarac = true;
}
if (_root.map.mm.hitTest(_x, _y + (_height / 2), true) && (udarac == true)) {
var i = Math.random();
razbijen = _root.map.attachMovie("razbija", "razbija" + i, _root.map.getNextHighestDepth(), {_x:this._x, _y:this._y});
this.unloadMovie();
}
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) && (udarac == false)) {
_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 if (udarac == false) {
yspeed = 0;
jumping = 0;
}
}
Instance of Symbol 1018 MovieClip in Symbol 1329 MovieClip Frame 1
onClipEvent (load) {
udarac = false;
visina = this._y;
gravity = 1;
yspeed = 0;
xspeed = 4;
jumping = 0;
anx = 0;
sjc = 0;
}
onClipEvent (enterFrame) {
if (Math.abs(this._y - visina) > 40) {
udarac = true;
}
if (_root.map.mm.hitTest(_x, _y + (_height / 2), true) && (udarac == true)) {
var i = Math.random();
razbijen = _root.map.attachMovie("razbija", "razbija" + i, _root.map.getNextHighestDepth(), {_x:this._x, _y:this._y});
this.unloadMovie();
}
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) && (udarac == false)) {
_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 if (udarac == false) {
yspeed = 0;
jumping = 0;
}
}
Instance of Symbol 1018 MovieClip in Symbol 1329 MovieClip Frame 1
onClipEvent (load) {
udarac = false;
visina = this._y;
gravity = 1;
yspeed = 0;
xspeed = 4;
jumping = 0;
anx = 0;
sjc = 0;
}
onClipEvent (enterFrame) {
if (Math.abs(this._y - visina) > 40) {
udarac = true;
}
if (_root.map.mm.hitTest(_x, _y + (_height / 2), true) && (udarac == true)) {
var i = Math.random();
razbijen = _root.map.attachMovie("razbija", "razbija" + i, _root.map.getNextHighestDepth(), {_x:this._x, _y:this._y});
this.unloadMovie();
}
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) && (udarac == false)) {
_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 if (udarac == false) {
yspeed = 0;
jumping = 0;
}
}
Symbol 1334 MovieClip Frame 1
stop();
Symbol 1334 MovieClip Frame 90
stop();
Symbol 1337 MovieClip Frame 1
stop();
Instance of Symbol 1336 MovieClip in Symbol 1337 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 1336 MovieClip in Symbol 1337 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 1337 MovieClip Frame 90
stop();
Instance of Symbol 1336 MovieClip in Symbol 1337 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 1336 MovieClip in Symbol 1337 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 1339 MovieClip Frame 1
stop();
Instance of Symbol 1337 MovieClip "tianpt" in Symbol 1339 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop(10);
}
Instance of Symbol 1064 MovieClip in Symbol 1344 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 1064 MovieClip in Symbol 1344 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 1064 MovieClip in Symbol 1344 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 1064 MovieClip in Symbol 1344 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 1064 MovieClip in Symbol 1344 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 1064 MovieClip in Symbol 1344 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 1349 MovieClip Frame 1
stop();
Symbol 1351 MovieClip Frame 1
stop();
Symbol 1353 MovieClip Frame 1
stop();
Symbol 1355 MovieClip Frame 1
stop();
Symbol 1357 MovieClip Frame 1
stop();
Symbol 1359 MovieClip Frame 1
stop();
Instance of Symbol 1007 MovieClip in Symbol 1359 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 965 MovieClip in Symbol 1359 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 973 MovieClip in Symbol 1359 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 965 MovieClip in Symbol 1359 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 1007 MovieClip in Symbol 1359 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 1359 MovieClip "mm" in Symbol 1360 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 1014 MovieClip in Symbol 1360 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 1018 MovieClip in Symbol 1360 MovieClip Frame 1
onClipEvent (load) {
udarac = false;
visina = this._y;
gravity = 1;
yspeed = 0;
xspeed = 4;
jumping = 0;
anx = 0;
sjc = 0;
}
onClipEvent (enterFrame) {
if (Math.abs(this._y - visina) > 40) {
udarac = true;
}
if (_root.map.mm.hitTest(_x, _y + (_height / 2), true) && (udarac == true)) {
var i = Math.random();
razbijen = _root.map.attachMovie("razbija", "razbija" + i, _root.map.getNextHighestDepth(), {_x:this._x, _y:this._y});
this.unloadMovie();
}
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) && (udarac == false)) {
_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 if (udarac == false) {
yspeed = 0;
jumping = 0;
}
}
Instance of Symbol 1018 MovieClip in Symbol 1360 MovieClip Frame 1
onClipEvent (load) {
udarac = false;
visina = this._y;
gravity = 1;
yspeed = 0;
xspeed = 4;
jumping = 0;
anx = 0;
sjc = 0;
}
onClipEvent (enterFrame) {
if (Math.abs(this._y - visina) > 40) {
udarac = true;
}
if (_root.map.mm.hitTest(_x, _y + (_height / 2), true) && (udarac == true)) {
var i = Math.random();
razbijen = _root.map.attachMovie("razbija", "razbija" + i, _root.map.getNextHighestDepth(), {_x:this._x, _y:this._y});
this.unloadMovie();
}
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) && (udarac == false)) {
_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 if (udarac == false) {
yspeed = 0;
jumping = 0;
}
}
Instance of Symbol 1018 MovieClip in Symbol 1360 MovieClip Frame 1
onClipEvent (load) {
udarac = false;
visina = this._y;
gravity = 1;
yspeed = 0;
xspeed = 4;
jumping = 0;
anx = 0;
sjc = 0;
}
onClipEvent (enterFrame) {
if (Math.abs(this._y - visina) > 40) {
udarac = true;
}
if (_root.map.mm.hitTest(_x, _y + (_height / 2), true) && (udarac == true)) {
var i = Math.random();
razbijen = _root.map.attachMovie("razbija", "razbija" + i, _root.map.getNextHighestDepth(), {_x:this._x, _y:this._y});
this.unloadMovie();
}
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) && (udarac == false)) {
_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 if (udarac == false) {
yspeed = 0;
jumping = 0;
}
}
Instance of Symbol 1018 MovieClip in Symbol 1360 MovieClip Frame 1
onClipEvent (load) {
udarac = false;
visina = this._y;
gravity = 1;
yspeed = 0;
xspeed = 4;
jumping = 0;
anx = 0;
sjc = 0;
}
onClipEvent (enterFrame) {
if (Math.abs(this._y - visina) > 40) {
udarac = true;
}
if (_root.map.mm.hitTest(_x, _y + (_height / 2), true) && (udarac == true)) {
var i = Math.random();
razbijen = _root.map.attachMovie("razbija", "razbija" + i, _root.map.getNextHighestDepth(), {_x:this._x, _y:this._y});
this.unloadMovie();
}
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) && (udarac == false)) {
_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 if (udarac == false) {
yspeed = 0;
jumping = 0;
}
}
Instance of Symbol 1018 MovieClip in Symbol 1360 MovieClip Frame 1
onClipEvent (load) {
udarac = false;
visina = this._y;
gravity = 1;
yspeed = 0;
xspeed = 4;
jumping = 0;
anx = 0;
sjc = 0;
}
onClipEvent (enterFrame) {
if (Math.abs(this._y - visina) > 40) {
udarac = true;
}
if (_root.map.mm.hitTest(_x, _y + (_height / 2), true) && (udarac == true)) {
var i = Math.random();
razbijen = _root.map.attachMovie("razbija", "razbija" + i, _root.map.getNextHighestDepth(), {_x:this._x, _y:this._y});
this.unloadMovie();
}
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) && (udarac == false)) {
_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 if (udarac == false) {
yspeed = 0;
jumping = 0;
}
}
Symbol 1367 MovieClip Frame 1
stop();
Symbol 1370 MovieClip Frame 1
stop();
Symbol 1373 MovieClip Frame 1
stop();
Instance of Symbol 965 MovieClip in Symbol 1373 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 973 MovieClip in Symbol 1373 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 965 MovieClip in Symbol 1373 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 965 MovieClip in Symbol 1373 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 1373 MovieClip "mm" in Symbol 1374 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 1010 MovieClip "xiangz1" in Symbol 1374 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 1014 MovieClip in Symbol 1374 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 1205 MovieClip in Symbol 1374 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 1205 MovieClip in Symbol 1374 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;
}
}
Instance of Symbol 1018 MovieClip in Symbol 1374 MovieClip Frame 1
onClipEvent (load) {
udarac = false;
visina = this._y;
gravity = 1;
yspeed = 0;
xspeed = 4;
jumping = 0;
anx = 0;
sjc = 0;
}
onClipEvent (enterFrame) {
if (Math.abs(this._y - visina) > 40) {
udarac = true;
}
if (_root.map.mm.hitTest(_x, _y + (_height / 2), true) && (udarac == true)) {
var i = Math.random();
razbijen = _root.map.attachMovie("razbija", "razbija" + i, _root.map.getNextHighestDepth(), {_x:this._x, _y:this._y});
this.unloadMovie();
}
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) && (udarac == false)) {
_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 if (udarac == false) {
yspeed = 0;
jumping = 0;
}
}
Instance of Symbol 1018 MovieClip in Symbol 1374 MovieClip Frame 1
onClipEvent (load) {
udarac = false;
visina = this._y;
gravity = 1;
yspeed = 0;
xspeed = 4;
jumping = 0;
anx = 0;
sjc = 0;
}
onClipEvent (enterFrame) {
if (Math.abs(this._y - visina) > 40) {
udarac = true;
}
if (_root.map.mm.hitTest(_x, _y + (_height / 2), true) && (udarac == true)) {
var i = Math.random();
razbijen = _root.map.attachMovie("razbija", "razbija" + i, _root.map.getNextHighestDepth(), {_x:this._x, _y:this._y});
this.unloadMovie();
}
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) && (udarac == false)) {
_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 if (udarac == false) {
yspeed = 0;
jumping = 0;
}
}
Symbol 1377 MovieClip Frame 1
stop();
Instance of Symbol 973 MovieClip in Symbol 1377 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 965 MovieClip in Symbol 1377 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 965 MovieClip in Symbol 1377 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 1377 MovieClip "mm" in Symbol 1378 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 1014 MovieClip in Symbol 1378 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.xr1)) {
this.gotoAndStop(40);
_root.xr1.bbw.gotoAndStop(2);
_root.hummer_on = true;
_root.hummer_ins.unloadMovie();
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 1018 MovieClip in Symbol 1378 MovieClip Frame 1
onClipEvent (load) {
udarac = false;
visina = this._y;
gravity = 1;
yspeed = 0;
xspeed = 4;
jumping = 0;
anx = 0;
sjc = 0;
}
onClipEvent (enterFrame) {
if (Math.abs(this._y - visina) > 40) {
udarac = true;
}
if (_root.map.mm.hitTest(_x, _y + (_height / 2), true) && (udarac == true)) {
var i = Math.random();
razbijen = _root.map.attachMovie("razbija", "razbija" + i, _root.map.getNextHighestDepth(), {_x:this._x, _y:this._y});
this.unloadMovie();
}
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) && (udarac == false)) {
_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 if (udarac == false) {
yspeed = 0;
jumping = 0;
}
}
Instance of Symbol 1018 MovieClip in Symbol 1378 MovieClip Frame 1
onClipEvent (load) {
udarac = false;
visina = this._y;
gravity = 1;
yspeed = 0;
xspeed = 4;
jumping = 0;
anx = 0;
sjc = 0;
}
onClipEvent (enterFrame) {
if (Math.abs(this._y - visina) > 40) {
udarac = true;
}
if (_root.map.mm.hitTest(_x, _y + (_height / 2), true) && (udarac == true)) {
var i = Math.random();
razbijen = _root.map.attachMovie("razbija", "razbija" + i, _root.map.getNextHighestDepth(), {_x:this._x, _y:this._y});
this.unloadMovie();
}
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) && (udarac == false)) {
_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 if (udarac == false) {
yspeed = 0;
jumping = 0;
}
}
Instance of Symbol 1018 MovieClip in Symbol 1378 MovieClip Frame 1
onClipEvent (load) {
udarac = false;
visina = this._y;
gravity = 1;
yspeed = 0;
xspeed = 4;
jumping = 0;
anx = 0;
sjc = 0;
}
onClipEvent (enterFrame) {
if (Math.abs(this._y - visina) > 40) {
udarac = true;
}
if (_root.map.mm.hitTest(_x, _y + (_height / 2), true) && (udarac == true)) {
var i = Math.random();
razbijen = _root.map.attachMovie("razbija", "razbija" + i, _root.map.getNextHighestDepth(), {_x:this._x, _y:this._y});
this.unloadMovie();
}
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) && (udarac == false)) {
_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 if (udarac == false) {
yspeed = 0;
jumping = 0;
}
}
Instance of Symbol 1018 MovieClip in Symbol 1378 MovieClip Frame 1
onClipEvent (load) {
udarac = false;
visina = this._y;
gravity = 1;
yspeed = 0;
xspeed = 4;
jumping = 0;
anx = 0;
sjc = 0;
}
onClipEvent (enterFrame) {
if (Math.abs(this._y - visina) > 40) {
udarac = true;
}
if (_root.map.mm.hitTest(_x, _y + (_height / 2), true) && (udarac == true)) {
var i = Math.random();
razbijen = _root.map.attachMovie("razbija", "razbija" + i, _root.map.getNextHighestDepth(), {_x:this._x, _y:this._y});
this.unloadMovie();
}
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) && (udarac == false)) {
_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 if (udarac == false) {
yspeed = 0;
jumping = 0;
}
}
Instance of Symbol 1018 MovieClip in Symbol 1378 MovieClip Frame 1
onClipEvent (load) {
udarac = false;
visina = this._y;
gravity = 1;
yspeed = 0;
xspeed = 4;
jumping = 0;
anx = 0;
sjc = 0;
}
onClipEvent (enterFrame) {
if (Math.abs(this._y - visina) > 40) {
udarac = true;
}
if (_root.map.mm.hitTest(_x, _y + (_height / 2), true) && (udarac == true)) {
var i = Math.random();
razbijen = _root.map.attachMovie("razbija", "razbija" + i, _root.map.getNextHighestDepth(), {_x:this._x, _y:this._y});
this.unloadMovie();
}
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) && (udarac == false)) {
_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 if (udarac == false) {
yspeed = 0;
jumping = 0;
}
}
Instance of Symbol 1018 MovieClip in Symbol 1378 MovieClip Frame 1
onClipEvent (load) {
udarac = false;
visina = this._y;
gravity = 1;
yspeed = 0;
xspeed = 4;
jumping = 0;
anx = 0;
sjc = 0;
}
onClipEvent (enterFrame) {
if (Math.abs(this._y - visina) > 40) {
udarac = true;
}
if (_root.map.mm.hitTest(_x, _y + (_height / 2), true) && (udarac == true)) {
var i = Math.random();
razbijen = _root.map.attachMovie("razbija", "razbija" + i, _root.map.getNextHighestDepth(), {_x:this._x, _y:this._y});
this.unloadMovie();
}
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) && (udarac == false)) {
_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 if (udarac == false) {
yspeed = 0;
jumping = 0;
}
}
Instance of Symbol 1205 MovieClip in Symbol 1378 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 1205 MovieClip in Symbol 1378 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 1383 MovieClip Frame 1
stop();
Instance of Symbol 973 MovieClip in Symbol 1383 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 1064 MovieClip in Symbol 1384 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 1383 MovieClip "mm" in Symbol 1384 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 1205 MovieClip in Symbol 1384 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 - 30)) {
_yscale = -100;
}
if (this._y > (ysx + 30)) {
_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 1014 MovieClip in Symbol 1384 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 1018 MovieClip in Symbol 1384 MovieClip Frame 1
onClipEvent (load) {
udarac = false;
visina = this._y;
gravity = 1;
yspeed = 0;
xspeed = 4;
jumping = 0;
anx = 0;
sjc = 0;
}
onClipEvent (enterFrame) {
if (Math.abs(this._y - visina) > 40) {
udarac = true;
}
if (_root.map.mm.hitTest(_x, _y + (_height / 2), true) && (udarac == true)) {
var i = Math.random();
razbijen = _root.map.attachMovie("razbija", "razbija" + i, _root.map.getNextHighestDepth(), {_x:this._x, _y:this._y});
this.unloadMovie();
}
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) && (udarac == false)) {
_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 if (udarac == false) {
yspeed = 0;
jumping = 0;
}
}
Instance of Symbol 1018 MovieClip in Symbol 1384 MovieClip Frame 1
onClipEvent (load) {
udarac = false;
visina = this._y;
gravity = 1;
yspeed = 0;
xspeed = 4;
jumping = 0;
anx = 0;
sjc = 0;
}
onClipEvent (enterFrame) {
if (Math.abs(this._y - visina) > 20) {
udarac = true;
}
if (_root.map.mm.hitTest(_x, _y + (_height / 2), true) && (udarac == true)) {
var i = Math.random();
razbijen = _root.map.attachMovie("razbija", "razbija" + i, _root.map.getNextHighestDepth(), {_x:this._x, _y:this._y});
this.unloadMovie();
}
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) && (udarac == false)) {
_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 if (udarac == false) {
yspeed = 0;
jumping = 0;
}
}
Instance of Symbol 1205 MovieClip in Symbol 1384 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 - 30)) {
_yscale = -100;
}
if (this._y > (ysx + 30)) {
_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 1018 MovieClip in Symbol 1384 MovieClip Frame 1
onClipEvent (load) {
udarac = false;
visina = this._y;
gravity = 1;
yspeed = 0;
xspeed = 4;
jumping = 0;
anx = 0;
sjc = 0;
}
onClipEvent (enterFrame) {
if (Math.abs(this._y - visina) > 20) {
udarac = true;
}
if (_root.map.mm.hitTest(_x, _y + (_height / 2), true) && (udarac == true)) {
var i = Math.random();
razbijen = _root.map.attachMovie("razbija", "razbija" + i, _root.map.getNextHighestDepth(), {_x:this._x, _y:this._y});
this.unloadMovie();
}
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) && (udarac == false)) {
_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 if (udarac == false) {
yspeed = 0;
jumping = 0;
}
}
Instance of Symbol 1018 MovieClip in Symbol 1384 MovieClip Frame 1
onClipEvent (load) {
udarac = false;
visina = this._y;
gravity = 1;
yspeed = 0;
xspeed = 4;
jumping = 0;
anx = 0;
sjc = 0;
}
onClipEvent (enterFrame) {
if (Math.abs(this._y - visina) > 20) {
udarac = true;
}
if (_root.map.mm.hitTest(_x, _y + (_height / 2), true) && (udarac == true)) {
var i = Math.random();
razbijen = _root.map.attachMovie("razbija", "razbija" + i, _root.map.getNextHighestDepth(), {_x:this._x, _y:this._y});
this.unloadMovie();
}
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) && (udarac == false)) {
_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 if (udarac == false) {
yspeed = 0;
jumping = 0;
}
}
Instance of Symbol 1018 MovieClip in Symbol 1384 MovieClip Frame 1
onClipEvent (load) {
udarac = false;
visina = this._y;
gravity = 1;
yspeed = 0;
xspeed = 4;
jumping = 0;
anx = 0;
sjc = 0;
}
onClipEvent (enterFrame) {
if (Math.abs(this._y - visina) > 20) {
udarac = true;
}
if (_root.map.mm.hitTest(_x, _y + (_height / 2), true) && (udarac == true)) {
var i = Math.random();
razbijen = _root.map.attachMovie("razbija", "razbija" + i, _root.map.getNextHighestDepth(), {_x:this._x, _y:this._y});
this.unloadMovie();
}
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) && (udarac == false)) {
_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 if (udarac == false) {
yspeed = 0;
jumping = 0;
}
}
Instance of Symbol 1018 MovieClip in Symbol 1384 MovieClip Frame 1
onClipEvent (load) {
udarac = false;
visina = this._y;
gravity = 1;
yspeed = 0;
xspeed = 4;
jumping = 0;
anx = 0;
sjc = 0;
}
onClipEvent (enterFrame) {
if (Math.abs(this._y - visina) > 20) {
udarac = true;
}
if (_root.map.mm.hitTest(_x, _y + (_height / 2), true) && (udarac == true)) {
var i = Math.random();
razbijen = _root.map.attachMovie("razbija", "razbija" + i, _root.map.getNextHighestDepth(), {_x:this._x, _y:this._y});
this.unloadMovie();
}
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) && (udarac == false)) {
_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 if (udarac == false) {
yspeed = 0;
jumping = 0;
}
}
Instance of Symbol 1010 MovieClip "xiangz" in Symbol 1384 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 1403 MovieClip Frame 1
stop();
Symbol 1403 MovieClip Frame 17
gotoAndStop (1);
Symbol 1412 MovieClip Frame 1
stop();
Symbol 1412 MovieClip Frame 17
gotoAndStop (1);
Symbol 1566 MovieClip Frame 154
gotoAndPlay (34);
Symbol 1568 MovieClip Frame 1
stop();
Symbol 1570 MovieClip Frame 1
stop();
Instance of Symbol 1007 MovieClip in Symbol 1570 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 973 MovieClip in Symbol 1570 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 1007 MovieClip in Symbol 1570 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 965 MovieClip in Symbol 1570 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 965 MovieClip in Symbol 1570 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 965 MovieClip in Symbol 1570 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 965 MovieClip in Symbol 1570 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 1570 MovieClip "mm" in Symbol 1571 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 1010 MovieClip "xiangz" in Symbol 1571 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 1010 MovieClip "xiangz1" in Symbol 1571 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 1014 MovieClip in Symbol 1571 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 1018 MovieClip in Symbol 1571 MovieClip Frame 1
onClipEvent (load) {
udarac = false;
visina = this._y;
gravity = 1;
yspeed = 0;
xspeed = 4;
jumping = 0;
anx = 0;
sjc = 0;
}
onClipEvent (enterFrame) {
if (Math.abs(this._y - visina) > 40) {
udarac = true;
}
if (_root.map.mm.hitTest(_x, _y + (_height / 2), true) && (udarac == true)) {
var i = Math.random();
razbijen = _root.map.attachMovie("razbija", "razbija" + i, _root.map.getNextHighestDepth(), {_x:this._x, _y:this._y});
this.unloadMovie();
}
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) && (udarac == false)) {
_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 if (udarac == false) {
yspeed = 0;
jumping = 0;
}
}
Instance of Symbol 1018 MovieClip in Symbol 1571 MovieClip Frame 1
onClipEvent (load) {
udarac = false;
visina = this._y;
gravity = 1;
yspeed = 0;
xspeed = 4;
jumping = 0;
anx = 0;
sjc = 0;
}
onClipEvent (enterFrame) {
if (Math.abs(this._y - visina) > 40) {
udarac = true;
}
if (_root.map.mm.hitTest(_x, _y + (_height / 2), true) && (udarac == true)) {
var i = Math.random();
razbijen = _root.map.attachMovie("razbija", "razbija" + i, _root.map.getNextHighestDepth(), {_x:this._x, _y:this._y});
this.unloadMovie();
}
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) && (udarac == false)) {
_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 if (udarac == false) {
yspeed = 0;
jumping = 0;
}
}
Instance of Symbol 1018 MovieClip in Symbol 1571 MovieClip Frame 1
onClipEvent (load) {
udarac = false;
visina = this._y;
gravity = 1;
yspeed = 0;
xspeed = 4;
jumping = 0;
anx = 0;
sjc = 0;
}
onClipEvent (enterFrame) {
if (Math.abs(this._y - visina) > 40) {
udarac = true;
}
if (_root.map.mm.hitTest(_x, _y + (_height / 2), true) && (udarac == true)) {
var i = Math.random();
razbijen = _root.map.attachMovie("razbija", "razbija" + i, _root.map.getNextHighestDepth(), {_x:this._x, _y:this._y});
this.unloadMovie();
}
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) && (udarac == false)) {
_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 if (udarac == false) {
yspeed = 0;
jumping = 0;
}
}
Symbol 1575 MovieClip Frame 1
stop();
Instance of Symbol 973 MovieClip in Symbol 1575 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 1064 MovieClip in Symbol 1576 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 1575 MovieClip "mm" in Symbol 1576 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 1014 MovieClip in Symbol 1576 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 1205 MovieClip in Symbol 1576 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;
}
}
Instance of Symbol 1018 MovieClip in Symbol 1576 MovieClip Frame 1
onClipEvent (load) {
udarac = false;
visina = this._y;
gravity = 1;
yspeed = 0;
xspeed = 4;
jumping = 0;
anx = 0;
sjc = 0;
}
onClipEvent (enterFrame) {
if (Math.abs(this._y - visina) > 40) {
udarac = true;
}
if (_root.map.mm.hitTest(_x, _y + (_height / 2), true) && (udarac == true)) {
var i = Math.random();
razbijen = _root.map.attachMovie("razbija", "razbija" + i, _root.map.getNextHighestDepth(), {_x:this._x, _y:this._y});
this.unloadMovie();
}
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) && (udarac == false)) {
_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 if (udarac == false) {
yspeed = 0;
jumping = 0;
}
}
Instance of Symbol 1018 MovieClip in Symbol 1576 MovieClip Frame 1
onClipEvent (load) {
udarac = false;
visina = this._y;
gravity = 1;
yspeed = 0;
xspeed = 4;
jumping = 0;
anx = 0;
sjc = 0;
}
onClipEvent (enterFrame) {
if (Math.abs(this._y - visina) > 40) {
udarac = true;
}
if (_root.map.mm.hitTest(_x, _y + (_height / 2), true) && (udarac == true)) {
var i = Math.random();
razbijen = _root.map.attachMovie("razbija", "razbija" + i, _root.map.getNextHighestDepth(), {_x:this._x, _y:this._y});
this.unloadMovie();
}
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) && (udarac == false)) {
_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 if (udarac == false) {
yspeed = 0;
jumping = 0;
}
}
Instance of Symbol 1018 MovieClip in Symbol 1576 MovieClip Frame 1
onClipEvent (load) {
udarac = false;
visina = this._y;
gravity = 1;
yspeed = 0;
xspeed = 4;
jumping = 0;
anx = 0;
sjc = 0;
}
onClipEvent (enterFrame) {
if (Math.abs(this._y - visina) > 40) {
udarac = true;
}
if (_root.map.mm.hitTest(_x, _y + (_height / 2), true) && (udarac == true)) {
var i = Math.random();
razbijen = _root.map.attachMovie("razbija", "razbija" + i, _root.map.getNextHighestDepth(), {_x:this._x, _y:this._y});
this.unloadMovie();
}
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) && (udarac == false)) {
_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 if (udarac == false) {
yspeed = 0;
jumping = 0;
}
}
Instance of Symbol 1018 MovieClip in Symbol 1576 MovieClip Frame 1
onClipEvent (load) {
udarac = false;
visina = this._y;
gravity = 1;
yspeed = 0;
xspeed = 4;
jumping = 0;
anx = 0;
sjc = 0;
}
onClipEvent (enterFrame) {
if (Math.abs(this._y - visina) > 40) {
udarac = true;
}
if (_root.map.mm.hitTest(_x, _y + (_height / 2), true) && (udarac == true)) {
var i = Math.random();
razbijen = _root.map.attachMovie("razbija", "razbija" + i, _root.map.getNextHighestDepth(), {_x:this._x, _y:this._y});
this.unloadMovie();
}
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) && (udarac == false)) {
_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 if (udarac == false) {
yspeed = 0;
jumping = 0;
}
}
Instance of Symbol 1018 MovieClip in Symbol 1576 MovieClip Frame 1
onClipEvent (load) {
udarac = false;
visina = this._y;
gravity = 1;
yspeed = 0;
xspeed = 4;
jumping = 0;
anx = 0;
sjc = 0;
}
onClipEvent (enterFrame) {
if (Math.abs(this._y - visina) > 40) {
udarac = true;
}
if (_root.map.mm.hitTest(_x, _y + (_height / 2), true) && (udarac == true)) {
var i = Math.random();
razbijen = _root.map.attachMovie("razbija", "razbija" + i, _root.map.getNextHighestDepth(), {_x:this._x, _y:this._y});
this.unloadMovie();
}
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) && (udarac == false)) {
_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 if (udarac == false) {
yspeed = 0;
jumping = 0;
}
}
Instance of Symbol 1205 MovieClip in Symbol 1576 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;
}
}
Instance of Symbol 1018 MovieClip in Symbol 1576 MovieClip Frame 1
onClipEvent (load) {
udarac = false;
visina = this._y;
gravity = 1;
yspeed = 0;
xspeed = 4;
jumping = 0;
anx = 0;
sjc = 0;
}
onClipEvent (enterFrame) {
if (Math.abs(this._y - visina) > 40) {
udarac = true;
}
if (_root.map.mm.hitTest(_x, _y + (_height / 2), true) && (udarac == true)) {
var i = Math.random();
razbijen = _root.map.attachMovie("razbija", "razbija" + i, _root.map.getNextHighestDepth(), {_x:this._x, _y:this._y});
this.unloadMovie();
}
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) && (udarac == false)) {
_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 if (udarac == false) {
yspeed = 0;
jumping = 0;
}
}
Symbol 1605 MovieClip Frame 25
stop();
Symbol 1606 MovieClip Frame 1
stop();
Symbol 1606 MovieClip Frame 2
stop();
Symbol 1608 MovieClip Frame 1
stop();
Instance of Symbol 1007 MovieClip in Symbol 1608 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 1007 MovieClip in Symbol 1608 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 1007 MovieClip in Symbol 1608 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 1007 MovieClip in Symbol 1608 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 1007 MovieClip in Symbol 1608 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 1007 MovieClip in Symbol 1608 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 1007 MovieClip in Symbol 1608 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 973 MovieClip in Symbol 1608 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 1608 MovieClip "mm" in Symbol 1609 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 1014 MovieClip in Symbol 1609 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 1018 MovieClip in Symbol 1609 MovieClip Frame 1
onClipEvent (load) {
udarac = false;
visina = this._y;
gravity = 1;
yspeed = 0;
xspeed = 4;
jumping = 0;
anx = 0;
sjc = 0;
}
onClipEvent (enterFrame) {
if (Math.abs(this._y - visina) > 40) {
udarac = true;
}
if (_root.map.mm.hitTest(_x, _y + (_height / 2), true) && (udarac == true)) {
var i = Math.random();
razbijen = _root.map.attachMovie("razbija", "razbija" + i, _root.map.getNextHighestDepth(), {_x:this._x, _y:this._y});
this.unloadMovie();
}
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) && (udarac == false)) {
_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 if (udarac == false) {
yspeed = 0;
jumping = 0;
}
}
Instance of Symbol 1018 MovieClip in Symbol 1609 MovieClip Frame 1
onClipEvent (load) {
udarac = false;
visina = this._y;
gravity = 1;
yspeed = 0;
xspeed = 4;
jumping = 0;
anx = 0;
sjc = 0;
}
onClipEvent (enterFrame) {
if (Math.abs(this._y - visina) > 40) {
udarac = true;
}
if (_root.map.mm.hitTest(_x, _y + (_height / 2), true) && (udarac == true)) {
var i = Math.random();
razbijen = _root.map.attachMovie("razbija", "razbija" + i, _root.map.getNextHighestDepth(), {_x:this._x, _y:this._y});
this.unloadMovie();
}
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) && (udarac == false)) {
_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 if (udarac == false) {
yspeed = 0;
jumping = 0;
}
}
Instance of Symbol 1018 MovieClip in Symbol 1609 MovieClip Frame 1
onClipEvent (load) {
udarac = false;
visina = this._y;
gravity = 1;
yspeed = 0;
xspeed = 4;
jumping = 0;
anx = 0;
sjc = 0;
}
onClipEvent (enterFrame) {
if (Math.abs(this._y - visina) > 40) {
udarac = true;
}
if (_root.map.mm.hitTest(_x, _y + (_height / 2), true) && (udarac == true)) {
var i = Math.random();
razbijen = _root.map.attachMovie("razbija", "razbija" + i, _root.map.getNextHighestDepth(), {_x:this._x, _y:this._y});
this.unloadMovie();
}
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) && (udarac == false)) {
_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 if (udarac == false) {
yspeed = 0;
jumping = 0;
}
}
Instance of Symbol 1018 MovieClip in Symbol 1609 MovieClip Frame 1
onClipEvent (load) {
udarac = false;
visina = this._y;
gravity = 1;
yspeed = 0;
xspeed = 4;
jumping = 0;
anx = 0;
sjc = 0;
}
onClipEvent (enterFrame) {
if (Math.abs(this._y - visina) > 40) {
udarac = true;
}
if (_root.map.mm.hitTest(_x, _y + (_height / 2), true) && (udarac == true)) {
var i = Math.random();
razbijen = _root.map.attachMovie("razbija", "razbija" + i, _root.map.getNextHighestDepth(), {_x:this._x, _y:this._y});
this.unloadMovie();
}
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) && (udarac == false)) {
_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 if (udarac == false) {
yspeed = 0;
jumping = 0;
}
}
Symbol 1620 MovieClip Frame 1
stop();
Instance of Symbol 1064 MovieClip in Symbol 1620 MovieClip Frame 1
onClipEvent (enterFrame) {
this._x = _parent._parent.kg1._x;
}
Instance of Symbol 1064 MovieClip in Symbol 1620 MovieClip Frame 1
onClipEvent (enterFrame) {
this._x = _parent._parent.kg2._x;
}
Instance of Symbol 1064 MovieClip in Symbol 1620 MovieClip Frame 1
onClipEvent (enterFrame) {
this._x = _parent._parent.kg3._x;
}
Instance of Symbol 1064 MovieClip in Symbol 1620 MovieClip Frame 1
onClipEvent (enterFrame) {
this._x = _parent._parent.kg4._x;
}
Instance of Symbol 1064 MovieClip in Symbol 1620 MovieClip Frame 1
onClipEvent (enterFrame) {
this._x = _parent._parent.kg5._x;
}
Instance of Symbol 1064 MovieClip "kg1" in Symbol 1621 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 1064 MovieClip "kg2" in Symbol 1621 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 1064 MovieClip "kg3" in Symbol 1621 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 1064 MovieClip "kg4" in Symbol 1621 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 1064 MovieClip "kg5" in Symbol 1621 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 1010 MovieClip "xiangz1" in Symbol 1621 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 1010 MovieClip "xiangz" in Symbol 1621 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 1010 MovieClip "xiangz2" in Symbol 1621 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 1010 MovieClip "xiangz3" in Symbol 1621 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 1010 MovieClip in Symbol 1621 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 1064 MovieClip in Symbol 1621 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 953 MovieClip in Symbol 1627 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 953 MovieClip in Symbol 1627 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 953 MovieClip in Symbol 1628 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 953 MovieClip in Symbol 1628 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 1631 MovieClip Frame 1
stop();
Instance of Symbol 973 MovieClip in Symbol 1631 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 1007 MovieClip in Symbol 1631 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 1007 MovieClip in Symbol 1631 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 965 MovieClip in Symbol 1631 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 1007 MovieClip in Symbol 1631 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 1631 MovieClip "mm" in Symbol 1632 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 1014 MovieClip in Symbol 1632 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 1018 MovieClip in Symbol 1632 MovieClip Frame 1
onClipEvent (load) {
udarac = false;
visina = this._y;
gravity = 1;
yspeed = 0;
xspeed = 4;
jumping = 0;
anx = 0;
sjc = 0;
}
onClipEvent (enterFrame) {
if (Math.abs(this._y - visina) > 40) {
udarac = true;
}
if (_root.map.mm.hitTest(_x, _y + (_height / 2), true) && (udarac == true)) {
var i = Math.random();
razbijen = _root.map.attachMovie("razbija", "razbija" + i, _root.map.getNextHighestDepth(), {_x:this._x, _y:this._y});
this.unloadMovie();
}
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) && (udarac == false)) {
_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 if (udarac == false) {
yspeed = 0;
jumping = 0;
}
}
Instance of Symbol 1018 MovieClip in Symbol 1632 MovieClip Frame 1
onClipEvent (load) {
udarac = false;
visina = this._y;
gravity = 1;
yspeed = 0;
xspeed = 4;
jumping = 0;
anx = 0;
sjc = 0;
}
onClipEvent (enterFrame) {
if (Math.abs(this._y - visina) > 40) {
udarac = true;
}
if (_root.map.mm.hitTest(_x, _y + (_height / 2), true) && (udarac == true)) {
var i = Math.random();
razbijen = _root.map.attachMovie("razbija", "razbija" + i, _root.map.getNextHighestDepth(), {_x:this._x, _y:this._y});
this.unloadMovie();
}
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) && (udarac == false)) {
_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 if (udarac == false) {
yspeed = 0;
jumping = 0;
}
}
Instance of Symbol 1205 MovieClip in Symbol 1632 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 1018 MovieClip in Symbol 1632 MovieClip Frame 1
onClipEvent (load) {
udarac = false;
visina = this._y;
gravity = 1;
yspeed = 0;
xspeed = 4;
jumping = 0;
anx = 0;
sjc = 0;
}
onClipEvent (enterFrame) {
if (Math.abs(this._y - visina) > 40) {
udarac = true;
}
if (_root.map.mm.hitTest(_x, _y + (_height / 2), true) && (udarac == true)) {
var i = Math.random();
razbijen = _root.map.attachMovie("razbija", "razbija" + i, _root.map.getNextHighestDepth(), {_x:this._x, _y:this._y});
this.unloadMovie();
}
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) && (udarac == false)) {
_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 if (udarac == false) {
yspeed = 0;
jumping = 0;
}
}
Symbol 1634 MovieClip Frame 1
stop();
Instance of Symbol 973 MovieClip in Symbol 1634 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 1634 MovieClip "mm" in Symbol 1635 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 1205 MovieClip in Symbol 1635 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 1014 MovieClip in Symbol 1635 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();
}
};
}
}
Instance of Symbol 1018 MovieClip in Symbol 1635 MovieClip Frame 1
onClipEvent (load) {
udarac = false;
visina = this._y;
gravity = 1;
yspeed = 0;
xspeed = 4;
jumping = 0;
anx = 0;
sjc = 0;
}
onClipEvent (enterFrame) {
if (Math.abs(this._y - visina) > 40) {
udarac = true;
}
if (_root.map.mm.hitTest(_x, _y + (_height / 2), true) && (udarac == true)) {
var i = Math.random();
razbijen = _root.map.attachMovie("razbija", "razbija" + i, _root.map.getNextHighestDepth(), {_x:this._x, _y:this._y});
this.unloadMovie();
}
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) && (udarac == false)) {
_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 if (udarac == false) {
yspeed = 0;
jumping = 0;
}
}
Instance of Symbol 1018 MovieClip in Symbol 1635 MovieClip Frame 1
onClipEvent (load) {
udarac = false;
visina = this._y;
gravity = 1;
yspeed = 0;
xspeed = 4;
jumping = 0;
anx = 0;
sjc = 0;
}
onClipEvent (enterFrame) {
if (Math.abs(this._y - visina) > 40) {
udarac = true;
}
if (_root.map.mm.hitTest(_x, _y + (_height / 2), true) && (udarac == true)) {
var i = Math.random();
razbijen = _root.map.attachMovie("razbija", "razbija" + i, _root.map.getNextHighestDepth(), {_x:this._x, _y:this._y});
this.unloadMovie();
}
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) && (udarac == false)) {
_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 if (udarac == false) {
yspeed = 0;
jumping = 0;
}
}
Instance of Symbol 1018 MovieClip in Symbol 1635 MovieClip Frame 1
onClipEvent (load) {
udarac = false;
visina = this._y;
gravity = 1;
yspeed = 0;
xspeed = 4;
jumping = 0;
anx = 0;
sjc = 0;
}
onClipEvent (enterFrame) {
if (Math.abs(this._y - visina) > 40) {
udarac = true;
}
if (_root.map.mm.hitTest(_x, _y + (_height / 2), true) && (udarac == true)) {
var i = Math.random();
razbijen = _root.map.attachMovie("razbija", "razbija" + i, _root.map.getNextHighestDepth(), {_x:this._x, _y:this._y});
this.unloadMovie();
}
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) && (udarac == false)) {
_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 if (udarac == false) {
yspeed = 0;
jumping = 0;
}
}
Instance of Symbol 1018 MovieClip in Symbol 1635 MovieClip Frame 1
onClipEvent (load) {
udarac = false;
visina = this._y;
gravity = 1;
yspeed = 0;
xspeed = 4;
jumping = 0;
anx = 0;
sjc = 0;
}
onClipEvent (enterFrame) {
if (Math.abs(this._y - visina) > 40) {
udarac = true;
}
if (_root.map.mm.hitTest(_x, _y + (_height / 2), true) && (udarac == true)) {
var i = Math.random();
razbijen = _root.map.attachMovie("razbija", "razbija" + i, _root.map.getNextHighestDepth(), {_x:this._x, _y:this._y});
this.unloadMovie();
}
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) && (udarac == false)) {
_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 if (udarac == false) {
yspeed = 0;
jumping = 0;
}
}
Instance of Symbol 1018 MovieClip in Symbol 1635 MovieClip Frame 1
onClipEvent (load) {
udarac = false;
visina = this._y;
gravity = 1;
yspeed = 0;
xspeed = 4;
jumping = 0;
anx = 0;
sjc = 0;
}
onClipEvent (enterFrame) {
if (Math.abs(this._y - visina) > 40) {
udarac = true;
}
if (_root.map.mm.hitTest(_x, _y + (_height / 2), true) && (udarac == true)) {
var i = Math.random();
razbijen = _root.map.attachMovie("razbija", "razbija" + i, _root.map.getNextHighestDepth(), {_x:this._x, _y:this._y});
this.unloadMovie();
}
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) && (udarac == false)) {
_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 if (udarac == false) {
yspeed = 0;
jumping = 0;
}
}
Symbol 1641 MovieClip Frame 1
stop();
Instance of Symbol 1247 MovieClip in Symbol 1641 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 1247 MovieClip in Symbol 1641 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 1641 MovieClip Frame 60
stop();
Symbol 1642 MovieClip Frame 1
stop();
Instance of Symbol 1641 MovieClip "tianpt" in Symbol 1642 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop(1);
}
Instance of Symbol 1064 MovieClip in Symbol 1643 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 1064 MovieClip in Symbol 1643 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 1336 MovieClip in Symbol 1643 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 1336 MovieClip in Symbol 1643 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 1010 MovieClip "xiangz1" in Symbol 1643 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 1010 MovieClip "xiangz" in Symbol 1643 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 1648 MovieClip Frame 1
stop();
Symbol 1648 MovieClip Frame 60
stop();
Symbol 1650 MovieClip Frame 1
stop();
Instance of Symbol 1247 MovieClip in Symbol 1651 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 1247 MovieClip in Symbol 1651 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 1247 MovieClip in Symbol 1651 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 1247 MovieClip in Symbol 1651 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 1247 MovieClip in Symbol 1651 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 1247 MovieClip in Symbol 1651 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 1656 MovieClip Frame 1
stop();
Instance of Symbol 1064 MovieClip in Symbol 1657 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 1064 MovieClip in Symbol 1657 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 1663 MovieClip Frame 1
stop();
Instance of Symbol 1247 MovieClip in Symbol 1663 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 1247 MovieClip in Symbol 1663 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 1663 MovieClip Frame 49
stop();
Symbol 1664 MovieClip Frame 1
stop();
Instance of Symbol 1663 MovieClip "tianpt" in Symbol 1664 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop(25);
}
Instance of Symbol 1010 MovieClip "xiangz" in Symbol 1665 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 1010 MovieClip "xiangz1" in Symbol 1665 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 1671 MovieClip Frame 1
stop();
Symbol 1671 MovieClip Frame 49
stop();
Symbol 1673 MovieClip Frame 1
stop();
Symbol 1673 MovieClip Frame 79
stop();
Symbol 1677 MovieClip Frame 1
stop();
Symbol 1678 MovieClip Frame 1
stop();
Instance of Symbol 1336 MovieClip in Symbol 1678 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 1336 MovieClip in Symbol 1678 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 1678 MovieClip Frame 79
stop();
Instance of Symbol 1336 MovieClip in Symbol 1678 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 1336 MovieClip in Symbol 1678 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 1680 MovieClip Frame 1
stop();
Instance of Symbol 1678 MovieClip "tianpt" in Symbol 1680 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop(70);
}
Instance of Symbol 1010 MovieClip "xiangz" in Symbol 1681 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 1687 MovieClip Frame 1
stop();
Instance of Symbol 1064 MovieClip in Symbol 1688 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 1064 MovieClip in Symbol 1688 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 1247 MovieClip in Symbol 1688 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 1247 MovieClip in Symbol 1688 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 1064 MovieClip "diant" in Symbol 1688 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 1064 MovieClip in Symbol 1688 MovieClip Frame 1
onClipEvent (enterFrame) {
this._y = _parent.diant._y + 70;
}
Symbol 1695 MovieClip Frame 1
stop();
Instance of Symbol 1064 MovieClip in Symbol 1696 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 1064 MovieClip in Symbol 1696 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 1703 MovieClip Frame 1
stop();
Symbol 1705 MovieClip Frame 1
stop();
Symbol 1709 MovieClip Frame 1
stop();
Instance of Symbol 1064 MovieClip in Symbol 1710 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 1064 MovieClip in Symbol 1710 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 1064 MovieClip in Symbol 1710 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 1336 MovieClip in Symbol 1710 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 1336 MovieClip in Symbol 1710 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 1336 MovieClip in Symbol 1710 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 1064 MovieClip in Symbol 1710 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 1717 MovieClip Frame 1
stop();
Instance of Symbol 1064 MovieClip in Symbol 1718 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 1064 MovieClip in Symbol 1718 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 1064 MovieClip in Symbol 1718 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 1064 MovieClip in Symbol 1718 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 1336 MovieClip in Symbol 1718 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 1247 MovieClip in Symbol 1718 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 1010 MovieClip in Symbol 1718 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 1725 MovieClip Frame 1
stop();
Symbol 1727 MovieClip Frame 1
stop();
Instance of Symbol 1064 MovieClip in Symbol 1728 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 1336 MovieClip in Symbol 1728 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 1064 MovieClip "diant2" in Symbol 1728 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 1064 MovieClip "diant" in Symbol 1728 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 1064 MovieClip in Symbol 1728 MovieClip Frame 1
onClipEvent (enterFrame) {
this._y = _parent.diant._y + 60;
}
Instance of Symbol 1064 MovieClip "diant2" in Symbol 1728 MovieClip Frame 1
onClipEvent (enterFrame) {
this._y = _parent.diant2._y + 75;
}
Instance of Symbol 1010 MovieClip "xiangz1" in Symbol 1728 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 1336 MovieClip in Symbol 1728 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 1336 MovieClip in Symbol 1728 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 1336 MovieClip in Symbol 1728 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 1336 MovieClip in Symbol 1728 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 1734 MovieClip Frame 1
stop();
Symbol 1734 MovieClip Frame 39
stop();
Symbol 1736 MovieClip Frame 1
stop();
Instance of Symbol 1336 MovieClip in Symbol 1736 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 1336 MovieClip in Symbol 1736 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 1736 MovieClip Frame 39
stop();
Instance of Symbol 1336 MovieClip in Symbol 1736 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 1738 MovieClip Frame 1
stop();
Instance of Symbol 1736 MovieClip "tianpt" in Symbol 1738 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop(20);
}
Instance of Symbol 1064 MovieClip in Symbol 1739 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 1064 MovieClip in Symbol 1739 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 1010 MovieClip "xiangz1" in Symbol 1739 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 1336 MovieClip in Symbol 1739 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 1336 MovieClip in Symbol 1739 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 1336 MovieClip in Symbol 1739 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 1336 MovieClip in Symbol 1739 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 1746 MovieClip Frame 1
stop();
Instance of Symbol 1064 MovieClip in Symbol 1747 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 1064 MovieClip "kg5" in Symbol 1747 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 1064 MovieClip "kg2" in Symbol 1747 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 1064 MovieClip "kg5" in Symbol 1747 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 1064 MovieClip in Symbol 1747 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 1064 MovieClip "diant" in Symbol 1747 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 1064 MovieClip in Symbol 1747 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 1064 MovieClip "kg3" in Symbol 1747 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 1064 MovieClip "kg5" in Symbol 1747 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 1755 MovieClip Frame 1
stop();
Symbol 1757 MovieClip Frame 1
stop();
Instance of Symbol 1064 MovieClip in Symbol 1757 MovieClip Frame 1
onClipEvent (enterFrame) {
this._x = _parent._parent.kg._x;
}
Instance of Symbol 1064 MovieClip in Symbol 1758 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 1064 MovieClip in Symbol 1758 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 1064 MovieClip in Symbol 1758 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 1064 MovieClip "kg" in Symbol 1758 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 1247 MovieClip in Symbol 1758 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 1010 MovieClip "xiangz2" in Symbol 1758 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 1010 MovieClip "xiangz" in Symbol 1758 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 1764 MovieClip Frame 1
stop();
Symbol 1764 MovieClip Frame 39
stop();
Symbol 1766 MovieClip Frame 1
stop();
Symbol 1766 MovieClip Frame 39
stop();
Symbol 1768 MovieClip Frame 1
stop();
Instance of Symbol 1336 MovieClip in Symbol 1768 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 1336 MovieClip in Symbol 1768 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 1768 MovieClip Frame 39
stop();
Symbol 1769 MovieClip Frame 1
stop();
Instance of Symbol 1336 MovieClip in Symbol 1769 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 1336 MovieClip in Symbol 1769 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 1769 MovieClip Frame 39
stop();
Symbol 1771 MovieClip Frame 1
stop();
Instance of Symbol 1768 MovieClip "tianpt" in Symbol 1771 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop(20);
}
Instance of Symbol 1769 MovieClip "tianpt" in Symbol 1771 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop(20);
}
Instance of Symbol 1064 MovieClip in Symbol 1772 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 1064 MovieClip in Symbol 1772 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 1336 MovieClip in Symbol 1772 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 1336 MovieClip in Symbol 1772 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 1778 MovieClip Frame 1
stop();
Symbol 1778 MovieClip Frame 39
stop();
Symbol 1780 MovieClip Frame 1
stop();
Instance of Symbol 1336 MovieClip in Symbol 1780 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 1336 MovieClip in Symbol 1780 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 1780 MovieClip Frame 39
stop();
Symbol 1780 MovieClip Frame 40
prevFrame();
Symbol 1782 MovieClip Frame 1
stop();
Instance of Symbol 1780 MovieClip "tianpt" in Symbol 1782 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop(20);
}
Instance of Symbol 1064 MovieClip in Symbol 1783 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 1064 MovieClip in Symbol 1783 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 1336 MovieClip in Symbol 1783 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 1336 MovieClip in Symbol 1783 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 1336 MovieClip in Symbol 1783 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 1336 MovieClip in Symbol 1783 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 1789 MovieClip Frame 1
stop();
Symbol 1789 MovieClip Frame 39
stop();
Symbol 1791 MovieClip Frame 1
stop();
Instance of Symbol 1336 MovieClip in Symbol 1791 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 1336 MovieClip in Symbol 1791 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 1791 MovieClip Frame 39
stop();
Symbol 1791 MovieClip Frame 40
prevFrame();
Symbol 1793 MovieClip Frame 1
stop();
Instance of Symbol 1791 MovieClip "tianpt" in Symbol 1793 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop(1);
}
Instance of Symbol 1064 MovieClip in Symbol 1794 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 1064 MovieClip in Symbol 1794 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 1064 MovieClip in Symbol 1794 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 1336 MovieClip in Symbol 1794 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 1336 MovieClip in Symbol 1794 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 1336 MovieClip in Symbol 1794 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 1010 MovieClip "ltt" in Symbol 1794 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 1010 MovieClip "lttt" in Symbol 1794 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 1800 MovieClip Frame 1
stop();
Symbol 1800 MovieClip Frame 39
stop();
Symbol 1802 MovieClip Frame 1
stop();
Instance of Symbol 1336 MovieClip in Symbol 1802 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 1336 MovieClip in Symbol 1802 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 1802 MovieClip Frame 39
stop();
Symbol 1802 MovieClip Frame 40
prevFrame();
Symbol 1804 MovieClip Frame 1
stop();
Instance of Symbol 1802 MovieClip "tianpt" in Symbol 1804 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop(9);
}
Instance of Symbol 1064 MovieClip in Symbol 1804 MovieClip Frame 1
onClipEvent (enterFrame) {
this._y = _parent._parent.kg1._y;
}
Instance of Symbol 1064 MovieClip in Symbol 1804 MovieClip Frame 1
onClipEvent (enterFrame) {
this._y = _parent._parent.kg2._y;
}
Instance of Symbol 1064 MovieClip in Symbol 1805 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 1064 MovieClip in Symbol 1805 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 1064 MovieClip "kg2" in Symbol 1805 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 1064 MovieClip "kg1" in Symbol 1805 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 1010 MovieClip "xiangz" in Symbol 1805 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 1010 MovieClip "xiangz1" in Symbol 1805 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 1813 MovieClip Frame 1
stop();
Instance of Symbol 1064 MovieClip in Symbol 1814 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 1064 MovieClip in Symbol 1814 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 1064 MovieClip in Symbol 1814 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 1010 MovieClip "xiangz" in Symbol 1814 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 1336 MovieClip in Symbol 1814 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 1336 MovieClip in Symbol 1814 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 1336 MovieClip in Symbol 1814 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 1336 MovieClip in Symbol 1814 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 1336 MovieClip in Symbol 1814 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 1821 MovieClip Frame 1
stop();
Instance of Symbol 1064 MovieClip in Symbol 1822 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 1064 MovieClip in Symbol 1822 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 1064 MovieClip "kg1" in Symbol 1822 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 1336 MovieClip in Symbol 1822 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 1336 MovieClip in Symbol 1822 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 1336 MovieClip in Symbol 1822 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 1829 MovieClip Frame 1
stop();
Instance of Symbol 1064 MovieClip in Symbol 1830 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 1064 MovieClip in Symbol 1830 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 1064 MovieClip in Symbol 1830 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 1247 MovieClip in Symbol 1830 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 1336 MovieClip in Symbol 1830 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 1336 MovieClip in Symbol 1830 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 1247 MovieClip in Symbol 1830 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 1247 MovieClip in Symbol 1830 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 1247 MovieClip in Symbol 1830 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 1336 MovieClip in Symbol 1830 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 1010 MovieClip "xiangz" in Symbol 1830 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 1010 MovieClip in Symbol 1830 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 1837 MovieClip Frame 1
stop();
Instance of Symbol 1064 MovieClip in Symbol 1838 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 1064 MovieClip in Symbol 1838 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 1064 MovieClip in Symbol 1838 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 1064 MovieClip in Symbol 1838 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 1336 MovieClip in Symbol 1838 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 1336 MovieClip in Symbol 1838 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 1336 MovieClip in Symbol 1838 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 1010 MovieClip "ltt" in Symbol 1838 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 1010 MovieClip "lttt" in Symbol 1838 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 1844 MovieClip Frame 1
stop();
Symbol 1844 MovieClip Frame 79
stop();
Symbol 1846 MovieClip Frame 1
stop();
Symbol 1846 MovieClip Frame 79
stop();
Symbol 1848 MovieClip Frame 1
stop();
Symbol 1848 MovieClip Frame 79
stop();
Symbol 1849 MovieClip Frame 1
stop();
Instance of Symbol 1336 MovieClip in Symbol 1849 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 1336 MovieClip in Symbol 1849 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 1849 MovieClip Frame 79
stop();
Instance of Symbol 1336 MovieClip in Symbol 1849 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 1850 MovieClip Frame 1
stop();
Instance of Symbol 1336 MovieClip in Symbol 1850 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 1336 MovieClip in Symbol 1850 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 1850 MovieClip Frame 79
stop();
Instance of Symbol 1336 MovieClip in Symbol 1850 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 1336 MovieClip in Symbol 1850 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 1851 MovieClip Frame 1
stop();
Instance of Symbol 1336 MovieClip in Symbol 1851 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 1336 MovieClip in Symbol 1851 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 1851 MovieClip Frame 79
stop();
Instance of Symbol 1336 MovieClip in Symbol 1851 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 1336 MovieClip in Symbol 1851 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 1853 MovieClip Frame 1
stop();
Instance of Symbol 1849 MovieClip "tianpt" in Symbol 1853 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop(40);
}
Instance of Symbol 1850 MovieClip "tianpt" in Symbol 1853 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop(40);
}
Instance of Symbol 1851 MovieClip "tianpt" in Symbol 1853 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop(40);
}
Symbol 1859 Button
on (release) {
getURL ("http://www.4463.com/?shuangmao-m2", "_blank");
}
Symbol 1863 Button
on (press) {
_root.gotoAndStop("xuang");
}