Frame 1
fscommand ("fullscreen", "false");
fscommand ("allowscale", "false");
fscommand ("showmenu", "false");
Frame 2
if (loaded eq 1) {
play();
} else {
gotoAndPlay (1);
}
Frame 4
_quality = "high";
_root.cheat = 0;
Frame 116
stop();
Frame 166
_root.forcenocursor = 0;
_root.zvezdo4ka = 0;
Frame 167
difficulty = 1;
global_quality = 3;
music_on = 1;
Frame 172
stop();
Frame 192
_root.zvezdo4ka = 0;
Frame 325
stop();
Frame 326
if (start eq 1) {
timer_rough = timer_rough + 0.046454545;
timer = Math.floor(timer_rough);
timescore = timescore + (0.046454545 * timescore_k);
timescore_rounded = Math.floor(timescore);
if (timer < 160) {
timescore_k = 1;
} else if ((timer > 110) and (timer < 210)) {
timescore_k = 1.5;
} else if ((timer > 210) and (timer < 240)) {
timescore_k = 3;
} else if ((timer > 240) and (timer < 300)) {
timescore_k = 5;
} else if ((timer > 300) and (timer < 330)) {
timescore_k = 6;
} else if (timer > 330) {
timescore_k = 10;
}
if (timer < 20) {
respawn_rate = 400;
respawn_rate2 = 0;
respawn_rate3 = 0;
} else if ((timer > 20) and (timer < 40)) {
respawn_rate = 300;
respawn_rate2 = 0;
respawn_rate3 = 0;
} else if ((timer > 40) and (timer < 60)) {
respawn_rate = 240;
respawn_rate2 = 0;
respawn_rate3 = 0;
} else if ((timer > 60) and (timer < 80)) {
respawn_rate = 600;
respawn_rate2 = 0;
respawn_rate3 = 0;
} else if ((timer > 80) and (timer < 110)) {
respawn_rate = 350;
respawn_rate2 = 0;
respawn_rate3 = 0;
} else if ((timer > 110) and (timer < 120)) {
respawn_rate = 200;
respawn_rate2 = 400;
respawn_rate3 = 0;
} else if ((timer > 120) and (timer < 130)) {
respawn_rate = 200;
respawn_rate2 = 300;
respawn_rate3 = 0;
} else if ((timer > 130) and (timer < 150)) {
respawn_rate = 250;
respawn_rate2 = 400;
respawn_rate3 = 400;
} else if ((timer > 150) and (timer < 160)) {
respawn_rate = 150;
respawn_rate2 = 0;
respawn_rate3 = 200;
} else if ((timer > 160) and (timer < 190)) {
respawn_rate = 300;
respawn_rate2 = 200;
respawn_rate3 = 0;
} else if ((timer > 190) and (timer < 200)) {
respawn_rate = 200;
respawn_rate2 = 100;
respawn_rate3 = 100;
} else if ((timer > 200) and (timer < 210)) {
respawn_rate = 300;
respawn_rate2 = 200;
respawn_rate3 = 200;
} else if ((timer > 210) and (timer < 250)) {
respawn_rate = 200;
respawn_rate2 = 200;
respawn_rate3 = 200;
} else if ((timer > 250) and (timer < 260)) {
respawn_rate = 150;
respawn_rate2 = 100;
respawn_rate3 = 100;
} else if ((timer > 260) and (timer < 280)) {
respawn_rate = 150;
respawn_rate2 = 100;
respawn_rate3 = 100;
} else if ((timer > 280) and (timer < 300)) {
respawn_rate = 100;
respawn_rate2 = 20;
respawn_rate3 = 20;
} else if ((timer > 300) and (timer < 330)) {
respawn_rate = 10;
respawn_rate2 = 10;
respawn_rate3 = 10;
} else if (timer > 330) {
respawn_rate = 10;
respawn_rate2 = 10;
respawn_rate3 = 10;
}
}
if (difficulty eq 2) {
fullscore = 0;
score = 0;
timescore_rounded = 0;
} else {
fullscore = score + timescore_rounded;
}
if ((difficulty eq 2) and (cheat eq 1)) {
tank_hp = 1000;
cash = 1000;
}
if (difficulty eq 1) {
regeneration = 0.15;
} else if (difficulty eq 2) {
regeneration = 0.5;
}
if (tank_hp < 1000) {
tank_hp = tank_hp + regeneration;
}
startDrag ("pricel", true);
Mouse.hide();
if (restore_defaults != 665) {
restore_defaults = 665;
_root.disable_menu_naxui = 0;
lalala = 6.66788888888889E17;
SELF_DESTRUCTION_ACTIVATED = 6.66788888888889E17;
respawn_rate = 0;
respawn_rate2 = 0;
respawn_rate3 = 0;
name = 0;
force_cursor = 0;
start = 0;
napravlenie = 1;
shotstop = 0;
explosion_inprogress_1 = 0;
explosion_inprogress_2 = 0;
tank_reloading = 0;
score = 0;
timescore = 0;
fullscore = 0;
shells = 18;
cash = 0;
mine1_installed = 0;
mine2_installed = 0;
mine3_installed = 0;
deploying_mine = 0;
timer = 0;
timer_rough = 0;
timescore_k = 1;
killallnahblya = 0;
explosion1.number = "1";
explosion2.number = "2";
tank_hp = 1000;
}
buggy_dmg = 200 + random(100);
buggy_score = 10 + random(5);
buggy_cash = 4;
tank_score = 40 + random(10);
tank_dmg = 300 + random(200);
tank_cash = 50;
pikachu_score = 80 + random(20);
pikachu_dmg = 500 + random(200);
pikachu_cash = 100;
mine_price = 100;
shot_self1 = zone_buggy_blow.hitTest(explosion1.damage_zone);
shot_self2 = zone_buggy_blow.hitTest(explosion2.damage_zone);
if ((shot_self1 eq "true") or (shot_self2 eq "true")) {
tank_hp = tank_hp - random(30);
}
shot_self3 = zone_buggy_blow.hitTest(_root.mina_1.damage_zone);
shot_self4 = zone_buggy_blow.hitTest(_root.mina_2.damage_zone);
shot_self5 = zone_buggy_blow.hitTest(_root.mina_3.damage_zone);
if (((shot_self3 eq "true") or (shot_self4 eq "true")) or (shot_self5 eq "true")) {
tank_hp = tank_hp - random(40);
}
if (_root.force_cursor eq 1) {
tellTarget ("pricel") {
gotoAndStop (3);
};
}
if (killallnahblya eq 1) {
tank_hp = -10000;
}
if ((SELF_DESTRUCTION_ACTIVATED != 1) and (killallnahblya eq 1)) {
SELF_DESTRUCTION_ACTIVATED = 1;
score = score * 2;
timescore_rounded = timescore_rounded * 2;
start = 0;
tellTarget ("_root.music") {
gotoAndStop (6);
};
tellTarget ("_root.pricel") {
gotoAndStop (3);
};
_root.enemy_infested_terran.infested_terran_1.go = 0;
_root.enemy_infested_terran.infested_terran_2.go = 0;
_root.enemy_infested_terran.infested_terran_3.go = 0;
_root.enemy_infested_terran.infested_terran_4.go = 0;
_root.enemy_infested_terran.infested_terran_5.go = 0;
_root.enemy_infested_terran.infested_terran_6.go = 0;
_root.enemy_infested_terran.infested_terran_7.go = 0;
_root.enemy_infested_terran.infested_terran_8.go = 0;
_root.enemy_infested_terran.infested_terran_9.go = 0;
_root.enemy_infested_terran.infested_terran_10.go = 0;
_root.enemy_infested_terran.infested_terran_11.go = 0;
_root.enemy_infested_terran.infested_terran_12.go = 0;
_root.enemy_infested_terran.infested_terran_13.go = 0;
_root.enemy_infested_terran.infested_terran_14.go = 0;
_root.enemy_infested_terran.infested_terran_15.go = 0;
_root.enemy_infested_terran.infested_terran_16.go = 0;
_root.enemy_infested_tank.infested_tank_2.go = 0;
_root.enemy_infested_tank.infested_tank_1.go = 0;
_root.enemy_infested_pikachu.pikachu_1.go = 0;
_root.enemy_infested_pikachu.pikachu_2.go = 0;
tellTarget ("TANK") {
gotoAndStop (2);
};
if (_root.mine3_installed eq 1) {
tellTarget ("_root.mina_3") {
play();
};
}
if (_root.mine2_installed eq 1) {
tellTarget ("_root.mina_2") {
play();
};
}
if (_root.mine1_installed eq 1) {
tellTarget ("_root.mina_1") {
play();
};
}
}
if ((tank_hp <= 0) and (killallnahblya != 1)) {
start = 0;
tellTarget ("_root.music") {
gotoAndStop (6);
};
tellTarget ("_root.pricel") {
gotoAndStop (3);
};
tellTarget ("_root.TANK") {
gotoAndStop (3);
};
_root.enemy_infested_terran.infested_terran_1.go = 0;
_root.enemy_infested_terran.infested_terran_2.go = 0;
_root.enemy_infested_terran.infested_terran_3.go = 0;
_root.enemy_infested_terran.infested_terran_4.go = 0;
_root.enemy_infested_terran.infested_terran_5.go = 0;
_root.enemy_infested_terran.infested_terran_6.go = 0;
_root.enemy_infested_terran.infested_terran_7.go = 0;
_root.enemy_infested_terran.infested_terran_8.go = 0;
_root.enemy_infested_terran.infested_terran_9.go = 0;
_root.enemy_infested_terran.infested_terran_10.go = 0;
_root.enemy_infested_terran.infested_terran_11.go = 0;
_root.enemy_infested_terran.infested_terran_12.go = 0;
_root.enemy_infested_terran.infested_terran_13.go = 0;
_root.enemy_infested_terran.infested_terran_14.go = 0;
_root.enemy_infested_terran.infested_terran_15.go = 0;
_root.enemy_infested_terran.infested_terran_16.go = 0;
_root.enemy_infested_tank.infested_tank_2.go = 0;
_root.enemy_infested_tank.infested_tank_1.go = 0;
_root.enemy_infested_pikachu.pikachu_1.go = 0;
_root.enemy_infested_pikachu.pikachu_2.go = 0;
}
Frame 327
_root.forcenocursor = 0;
if (goto3 != 1) {
gotoAndPlay (326);
}
if (poexali eq 1) {
poexali = 0;
start = 1;
_root.enemy_infested_terran.infested_terran_1.go = 1;
_root.enemy_infested_terran.infested_terran_2.go = 1;
_root.enemy_infested_terran.infested_terran_3.go = 1;
_root.enemy_infested_terran.infested_terran_4.go = 1;
_root.enemy_infested_terran.infested_terran_5.go = 1;
_root.enemy_infested_terran.infested_terran_6.go = 1;
_root.enemy_infested_terran.infested_terran_7.go = 1;
_root.enemy_infested_terran.infested_terran_8.go = 1;
_root.enemy_infested_terran.infested_terran_9.go = 1;
_root.enemy_infested_terran.infested_terran_10.go = 1;
_root.enemy_infested_terran.infested_terran_11.go = 1;
_root.enemy_infested_terran.infested_terran_12.go = 1;
_root.enemy_infested_terran.infested_terran_13.go = 1;
_root.enemy_infested_terran.infested_terran_14.go = 1;
_root.enemy_infested_terran.infested_terran_15.go = 1;
_root.enemy_infested_terran.infested_terran_16.go = 1;
_root.enemy_infested_tank.infested_tank_2.go = 1;
_root.enemy_infested_tank.infested_tank_1.go = 1;
_root.enemy_infested_pikachu.pikachu_2.go = 1;
_root.enemy_infested_pikachu.pikachu_1.go = 1;
}
setProperty("_root.mina_zaritaya_1", _x , _root.mina_1._x);
setProperty("_root.mina_zaritaya_1", _y , _root.mina_1._y);
setProperty("_root.mina_zaritaya_2", _x , _root.mina_2._x);
setProperty("_root.mina_zaritaya_2", _y , _root.mina_2._y);
setProperty("_root.mina_zaritaya_3", _x , _root.mina_3._x);
setProperty("_root.mina_zaritaya_3", _y , _root.mina_3._y);
if (lalala != 6667) {
lalala = 6667;
tellTarget ("_root.enemy_infested_terran.infested_terran_1.zerg_source") {
gotoAndStop (3);
};
tellTarget ("_root.enemy_infested_terran.infested_terran_2.zerg_source") {
gotoAndStop (3);
};
tellTarget ("_root.enemy_infested_terran.infested_terran_3.zerg_source") {
gotoAndStop (3);
};
tellTarget ("_root.enemy_infested_terran.infested_terran_4.zerg_source") {
gotoAndStop (3);
};
tellTarget ("_root.enemy_infested_terran.infested_terran_5.zerg_source") {
gotoAndStop (3);
};
tellTarget ("_root.enemy_infested_terran.infested_terran_6.zerg_source") {
gotoAndStop (3);
};
tellTarget ("_root.enemy_infested_terran.infested_terran_7.zerg_source") {
gotoAndStop (3);
};
tellTarget ("_root.enemy_infested_terran.infested_terran_8.zerg_source") {
gotoAndStop (3);
};
tellTarget ("_root.enemy_infested_terran.infested_terran_9.zerg_source") {
gotoAndStop (3);
};
tellTarget ("_root.enemy_infested_terran.infested_terran_10.zerg_source") {
gotoAndStop (3);
};
tellTarget ("_root.enemy_infested_terran.infested_terran_11.zerg_source") {
gotoAndStop (3);
};
tellTarget ("_root.enemy_infested_terran.infested_terran_12.zerg_source") {
gotoAndStop (3);
};
tellTarget ("_root.enemy_infested_terran.infested_terran_13.zerg_source") {
gotoAndStop (3);
};
tellTarget ("_root.enemy_infested_terran.infested_terran_14.zerg_source") {
gotoAndStop (3);
};
tellTarget ("_root.enemy_infested_terran.infested_terran_15.zerg_source") {
gotoAndStop (3);
};
tellTarget ("_root.enemy_infested_terran.infested_terran_16.zerg_source") {
gotoAndStop (3);
};
tellTarget ("_root.enemy_infested_tank.infested_tank_1.zerg_source") {
gotoAndStop (3);
};
tellTarget ("_root.enemy_infested_tank.infested_tank_2.zerg_source") {
gotoAndStop (3);
};
tellTarget ("_root.enemy_infested_pikachu.pikachu_1.zerg_source") {
gotoAndStop (3);
};
tellTarget ("_root.enemy_infested_pikachu.pikachu_2.zerg_source") {
gotoAndStop (3);
};
}
Frame 329
goto3 = 0;
poexali = 1;
restore_defaults = 1;
gotoAndPlay (326);
Frame 330
stop();
_root.zvezdo4ka = 0;
Symbol 8 MovieClip Frame 2
if (_root.forcenocursor eq 1) {
startDrag ("");
gotoAndPlay (3);
} else {
Mouse.hide();
startDrag ("strelka", true);
gotoAndPlay (1);
}
Symbol 8 MovieClip Frame 4
if (_root.forcenocursor eq 1) {
gotoAndPlay (3);
Mouse.show();
} else {
gotoAndPlay (1);
}
Symbol 60 MovieClip Frame 1
setProperty("krutilka", _rotation , krutilka._rotation + a);
if (maka4a4a != 1) {
a = 0;
maka4a4a = 1;
}
Symbol 60 MovieClip Frame 2
setProperty("krutilka", _rotation , krutilka._rotation + a);
if (maka4a4a != 1) {
a = 0;
maka4a4a = 1;
}
Symbol 61 MovieClip Frame 1
tellTarget ("krutilka1.migalka") {
play();
};
if (sfaslasdghasgh != "alfdghkdfhgkdfhdfhg") {
sfaslasdghasgh = "alfdghkdfhgkdfhdfhg";
a = 0;
b = 0;
}
if (krutilka2.a > -20) {
b = b + 1;
krutilka1.a = a - b;
krutilka2.a = a - b;
} else {
krutilka2.a = -21;
krutilka1.a = -21;
}
Symbol 61 MovieClip Frame 2
tellTarget ("krutilka1.migalka") {
play();
};
if (sfaslasdghasgh != "alfdghkdfhgkdfhdfhg") {
sfaslasdghasgh = "alfdghkdfhgkdfhdfhg";
a = 0;
b = 0;
}
if (krutilka2.a > -20) {
b = b + 1;
krutilka1.a = a - b;
krutilka2.a = a - b;
} else {
krutilka2.a = -21;
krutilka1.a = -21;
}
Symbol 71 MovieClip Frame 1
PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
if (PercentLoaded != 100) {
setProperty(bar, _xscale , PercentLoaded);
} else {
_root.loaded = 1;
}
zagrujeno = _root.getBytesLoaded();
total = _root.getBytesTotal();
Symbol 71 MovieClip Frame 2
percent = Math.floor((zagrujeno / total) * 100);
gotoAndPlay (1);
Symbol 83 MovieClip Frame 15
stop();
Symbol 85 Button
on (release) {
getURL ("http://www.armorgames.com/", "_blank");
}
Symbol 89 MovieClip Frame 7
stop();
Symbol 95 Button
on (release) {
_root._quality = "best";
}
Symbol 100 Button
on (release) {
_root._quality = "high";
}
Symbol 105 Button
on (release) {
_root._quality = "medium";
}
Symbol 110 Button
on (release) {
_root._quality = "low";
}
Symbol 117 MovieClip Frame 2
hittest = omg.hitTest(_root._xmouse, _root._ymouse, true);
if (hittest eq "true") {
alpha = alpha + 10;
} else {
alpha = alpha - 10;
}
if (alpha >= 100) {
alpha = 100;
} else if (alpha <= 20) {
alpha = 20;
}
setProperty("menushka", _alpha , alpha);
Symbol 121 Button
on (release) {
gotoAndPlay ("SkipDzIntro");
stopAllSounds();
}
Symbol 187 MovieClip Frame 32
stop();
Symbol 241 MovieClip Frame 124
stop();
Symbol 246 Button
on (release) {
getURL ("http://www.armorgames.com", "blank");
}
Symbol 250 MovieClip Frame 49
stop();
Symbol 253 MovieClip Frame 81
stop();
tellTarget ("_root") {
play();
};
Symbol 254 Button
on (release) {
gotoAndPlay ("SkipToMenu");
stopAllSounds();
}
Symbol 306 MovieClip Frame 2
if (_root.global_quality eq 1) {
_quality = "low";
} else if (_root.global_quality eq 2) {
_quality = "medium";
} else if (_root.global_quality eq 3) {
_quality = "high";
} else if (_root.global_quality eq 4) {
_quality = "best";
}
Symbol 319 Button
on (release) {
getURL ("http://www.freegb.net/gbook.cgi?67856", "_blank");
}
Symbol 323 Button
on (release) {
getURL ("http://dimonzerg.narod.ru/", "_blank");
}
Symbol 327 Button
on (release) {
play();
tellTarget ("_root") {
play();
};
}
Symbol 331 Button
on (release) {
play();
}
Symbol 341 Button
on (release) {
kuda = 3;
play();
}
Symbol 345 Button
on (release) {
kuda = 2;
play();
}
Symbol 349 Button
on (release) {
kuda = 1;
play();
}
Symbol 356 Button
on (release) {
play();
}
Symbol 360 Button
on (release) {
_root.difficulty = 2;
}
Symbol 364 Button
on (release) {
_root.difficulty = 1;
}
Symbol 365 MovieClip Frame 2
if (_root.difficulty eq 1) {
gotoAndPlay (1);
} else {
gotoAndPlay (3);
}
Symbol 365 MovieClip Frame 4
if (_root.difficulty eq 1) {
gotoAndPlay (1);
} else {
gotoAndPlay (3);
}
Symbol 370 Button
on (release) {
_root.global_quality = 4;
}
Symbol 374 Button
on (release) {
_root.global_quality = 3;
}
Symbol 378 Button
on (release) {
_root.global_quality = 2;
}
Symbol 383 Button
on (release) {
_root.global_quality = 1;
}
Symbol 386 MovieClip Frame 2
if (_root.global_quality eq 1) {
gotoAndPlay (1);
} else if (_root.global_quality eq 2) {
gotoAndPlay (3);
} else if (_root.global_quality eq 3) {
gotoAndPlay (5);
} else if (_root.global_quality eq 4) {
gotoAndPlay (7);
}
Symbol 386 MovieClip Frame 4
if (_root.global_quality eq 1) {
gotoAndPlay (1);
} else if (_root.global_quality eq 2) {
gotoAndPlay (3);
} else if (_root.global_quality eq 3) {
gotoAndPlay (5);
} else if (_root.global_quality eq 4) {
gotoAndPlay (7);
}
Symbol 386 MovieClip Frame 6
if (_root.global_quality eq 1) {
gotoAndPlay (1);
} else if (_root.global_quality eq 2) {
gotoAndPlay (3);
} else if (_root.global_quality eq 3) {
gotoAndPlay (5);
} else if (_root.global_quality eq 4) {
gotoAndPlay (7);
}
Symbol 386 MovieClip Frame 8
if (_root.global_quality eq 1) {
gotoAndPlay (1);
} else if (_root.global_quality eq 2) {
gotoAndPlay (3);
} else if (_root.global_quality eq 3) {
gotoAndPlay (5);
} else if (_root.global_quality eq 4) {
gotoAndPlay (7);
}
Symbol 391 Button
on (release) {
_root.music_on = 0;
}
Symbol 395 Button
on (release) {
_root.music_on = 1;
}
Symbol 396 MovieClip Frame 2
if (_root.music_on eq 1) {
gotoAndPlay (1);
} else {
gotoAndPlay (3);
}
Symbol 396 MovieClip Frame 4
if (_root.music_on eq 1) {
gotoAndPlay (1);
} else {
gotoAndPlay (3);
}
Symbol 397 MovieClip Frame 1
stop();
Symbol 397 MovieClip Frame 16
stop();
stop();
Symbol 397 MovieClip Frame 26
if (kuda eq 1) {
gotoAndPlay ("1");
} else if (kuda eq 2) {
gotoAndPlay ("2");
} else if (kuda eq 3) {
gotoAndPlay ("3");
}
Symbol 397 MovieClip Frame 44
stop();
Symbol 397 MovieClip Frame 54
gotoAndPlay (2);
Symbol 397 MovieClip Frame 74
stop();
Symbol 397 MovieClip Frame 84
gotoAndPlay (2);
Symbol 397 MovieClip Frame 104
stop();
Symbol 397 MovieClip Frame 114
gotoAndPlay (2);
Symbol 398 MovieClip Frame 12
stop();
Symbol 398 MovieClip Frame 28
stop();
Symbol 407 MovieClip Frame 15
stop();
Symbol 419 MovieClip Frame 48
stop();
_root.lolololooloololloolollool = 1;
Symbol 420 MovieClip Frame 2
hittest = zvezdo4ka.hitTest(_root._xmouse, _root._ymouse, true);
if (hittest eq "true") {
gotoAndPlay (3);
} else {
gotoAndPlay (1);
}
Symbol 420 MovieClip Frame 4
hittest = zvezdo4ka.hitTest(_root._xmouse, _root._ymouse, true);
if (_root.lolololooloololloolollool eq 1) {
gotoAndStop (5);
} else if (hittest eq "true") {
gotoAndPlay (3);
} else {
gotoAndPlay (1);
}
Symbol 420 MovieClip Frame 5
_root.lolololooloololloolollool = 0;
_root.zvezdo4ka = _root.zvezdo4ka + 1;
Mouse.show();
stop();
Symbol 423 MovieClip Frame 1
x_raznica = filter._x - _xmouse;
y_raznica = filter._y - _ymouse;
if (x_raznica < 0) {
filter._x = filter._x + po_iksy;
} else if (x_raznica > 0) {
filter._x = filter._x - po_iksy;
}
if (y_raznica < 0) {
filter._y = filter._y + po_igriky;
} else if (y_raznica > 0) {
filter._y = filter._y - po_igriky;
}
if ((x_raznica > 500) or (x_raznica < -500)) {
po_iksy = 50;
} else if (((x_raznica < 500) and (x_raznica > 300)) or ((x_raznica > -500) and (x_raznica < -300))) {
po_iksy = 20;
} else if (((x_raznica < 300) and (x_raznica > 100)) or ((x_raznica > -300) and (x_raznica < -100))) {
po_iksy = 15;
} else if (((x_raznica < 100) and (x_raznica > 50)) or ((x_raznica > -100) and (x_raznica < -50))) {
po_iksy = 10;
} else if (((x_raznica < 50) and (x_raznica > 20)) or ((x_raznica > -50) and (x_raznica < -20))) {
po_iksy = 5;
} else if (((x_raznica < 20) and (x_raznica > 3)) or ((x_raznica > -20) and (x_raznica < -3))) {
po_iksy = 1;
} else if (((x_raznica < 3) and (x_raznica > 0)) or ((x_raznica > -3) and (x_raznica < 0))) {
po_iksy = 0.1;
}
if ((y_raznica > 500) or (y_raznica < -500)) {
po_igriky = 50;
} else if (((y_raznica < 500) and (y_raznica > 300)) or ((y_raznica > -500) and (y_raznica < -300))) {
po_igriky = 20;
} else if (((y_raznica < 300) and (y_raznica > 100)) or ((y_raznica > -300) and (y_raznica < -100))) {
po_igriky = 15;
} else if (((y_raznica < 100) and (y_raznica > 50)) or ((y_raznica > -100) and (y_raznica < -50))) {
po_igriky = 10;
} else if (((y_raznica < 50) and (y_raznica > 20)) or ((y_raznica > -50) and (y_raznica < -20))) {
po_igriky = 5;
} else if (((y_raznica < 20) and (y_raznica > 3)) or ((y_raznica > -20) and (y_raznica < -3))) {
po_igriky = 1;
} else if (((y_raznica < 3) and (y_raznica > 0)) or ((y_raznica > -3) and (y_raznica < 0))) {
po_igriky = 0.1;
}
if (((y_raznica < 100) and (y_raznica > -100)) and ((x_raznica < 100) and (x_raznica > -100))) {
tellTarget ("filter.reshetka") {
play();
};
} else {
tellTarget ("filter.reshetka") {
gotoAndStop (1);
};
}
Symbol 423 MovieClip Frame 2
gotoAndPlay (1);
if (_root.zvezdo4ka eq 3) {
_root.openseal = 1;
tellTarget ("_root") {
gotoAndStop ("z");
};
}
Symbol 428 MovieClip Frame 10
stop();
Symbol 431 MovieClip Frame 11
stop();
Symbol 433 MovieClip Frame 10
stop();
Symbol 435 Button
on (release) {
getURL ("http://www.armorgames.com/", "_blank");
}
Symbol 438 Button
on (release) {
gotoAndPlay ("stop");
stopAllSounds();
}
Symbol 485 Button
on (release) {
_root.poexali = 1;
_root.restore_defaults = 1;
tellTarget ("_root") {
gotoAndPlay ("1");
};
}
Symbol 491 Button
on (release) {
nextFrame();
}
Symbol 507 Button
on (release) {
prevFrame();
}
Symbol 525 MovieClip Frame 1
stop();
Symbol 529 Button
on (release) {
if (_root.tank_reloading != 1) {
if (((_root.explosion_inprogress_1 eq 0) and (_root.explosion_inprogress_2 eq 1)) or ((_root.explosion_inprogress_1 eq 0) and (_root.explosion_inprogress_2 eq 0))) {
_root.shotstop = 1;
setProperty("_root.explosion1", _x , _root.pricel._x);
setProperty("_root.explosion1", _y , _root.pricel._y);
_root.explosion1.go = 1;
} else if ((_root.explosion_inprogress_1 eq 1) and (_root.explosion_inprogress_2 eq 0)) {
_root.shotstop = 1;
setProperty("_root.explosion2", _x , _root.pricel._x);
setProperty("_root.explosion2", _y , _root.pricel._y);
_root.explosion2.go = 1;
}
}
}
Symbol 540 Button
on (keyPress "c") {
_root.deploying_mine = 0;
}
on (keyPress "C") {
_root.deploying_mine = 0;
}
on (release) {
if (cant_deploy eq "true") {
_root.deploying_mine = 0;
_root.message_cantdeployhere.play = 1;
} else if (_root.mine1_installed != 1) {
setProperty("_root.mina_1", _x , _root.pricel._x);
setProperty("_root.mina_1", _y , _root.pricel._y);
tellTarget ("_root.mina_1") {
gotoAndPlay (2);
};
_root.deploying_mine = 0;
_root.cash = _root.cash - _root.mine_price;
} else if ((_root.mine1_installed eq 1) and (_root.mine2_installed != 1)) {
setProperty("_root.mina_2", _x , _root.pricel._x);
setProperty("_root.mina_2", _y , _root.pricel._y);
tellTarget ("_root.mina_2") {
gotoAndPlay (2);
};
_root.deploying_mine = 0;
_root.cash = _root.cash - _root.mine_price;
} else if (_root.mine3_installed != 1) {
setProperty("_root.mina_3", _x , _root.pricel._x);
setProperty("_root.mina_3", _y , _root.pricel._y);
tellTarget ("_root.mina_3") {
gotoAndPlay (2);
};
_root.deploying_mine = 0;
_root.cash = _root.cash - _root.mine_price;
}
}
Symbol 546 MovieClip Frame 2
if (_root.pricel.cant_deploy eq "true") {
gotoAndPlay (3);
} else {
gotoAndPlay (1);
}
Symbol 546 MovieClip Frame 4
if (_root.pricel.cant_deploy eq "true") {
gotoAndPlay (3);
} else {
gotoAndPlay (1);
}
Symbol 550 MovieClip Frame 1
_root.menu_hints.go = 0;
Symbol 550 MovieClip Frame 2
cant_shoot = shadow.hitTest(_root.zone_cantshoothere);
menuhittest1 = shadow.hitTest(_root.zone_menu);
menuhittest2 = shadow.hitTest(_root.zone_otrubanie_musiki);
if ((menuhittest2 eq "true") or (menuhittest1 eq "true")) {
menuhittest = "true";
} else {
menuhittest = "false";
}
if (_root.deploying_mine eq 1) {
gotoAndPlay (9);
} else if (menuhittest eq "true") {
gotoAndPlay (7);
} else if ((cant_shoot eq "true") and (_root.reloading != 1)) {
gotoAndPlay (3);
} else if (_root.reloading eq 1) {
gotoAndPlay (5);
} else {
gotoAndPlay (1);
}
Symbol 550 MovieClip Frame 4
cant_shoot = shadow.hitTest(_root.zone_cantshoothere);
menuhittest1 = shadow.hitTest(_root.zone_menu);
menuhittest2 = shadow.hitTest(_root.zone_otrubanie_musiki);
if ((menuhittest2 eq "true") or (menuhittest1 eq "true")) {
menuhittest = "true";
} else {
menuhittest = "false";
}
if (_root.deploying_mine eq 1) {
gotoAndPlay (9);
} else if (menuhittest eq "true") {
gotoAndPlay (7);
} else if (cant_shoot eq "true") {
gotoAndPlay (3);
} else {
gotoAndPlay (1);
}
Symbol 550 MovieClip Frame 6
menuhittest1 = shadow.hitTest(_root.zone_menu);
menuhittest2 = shadow.hitTest(_root.zone_otrubanie_musiki);
if ((menuhittest2 eq "true") or (menuhittest1 eq "true")) {
menuhittest = "true";
} else {
menuhittest = "false";
}
if (_root.deploying_mine eq 1) {
gotoAndPlay (9);
} else if (menuhittest eq "true") {
gotoAndPlay (7);
} else if (_root.reloading eq 1) {
gotoAndPlay (5);
} else {
gotoAndPlay (1);
}
Symbol 550 MovieClip Frame 8
menuhittest1 = shadow.hitTest(_root.zone_menu);
menuhittest2 = shadow.hitTest(_root.zone_otrubanie_musiki);
if ((menuhittest2 eq "true") or (menuhittest1 eq "true")) {
menuhittest = "true";
} else {
menuhittest = "false";
}
if (_root.deploying_mine eq 1) {
gotoAndPlay (9);
} else if (menuhittest eq "true") {
gotoAndPlay (7);
} else {
gotoAndPlay (1);
}
Symbol 550 MovieClip Frame 10
cant_deploy1 = shadow.hitTest(_root.zone_no_mines_here);
cant_deploy2 = shadow.hitTest(_root.zone_menu);
if ((cant_deploy1 eq "true") or (cant_deploy2 eq "true")) {
cant_deploy = "true";
} else {
cant_deploy = "false blya";
}
if (_root.deploying_mine eq 1) {
gotoAndPlay (9);
} else {
gotoAndPlay (1);
}
Symbol 555 Button
on (press, keyPress "Q") {
if (_root.global_quality < 4) {
_root.global_quality = _root.global_quality + 1;
} else if (_root.global_quality eq 4) {
_root.global_quality = 1;
}
}
on (keyPress "q") {
if (_root.global_quality < 4) {
_root.global_quality = _root.global_quality + 1;
} else if (_root.global_quality eq 4) {
_root.global_quality = 1;
}
}
Symbol 556 MovieClip Frame 2
if (_root.disable_menu_naxui eq 1) {
gotoAndPlay (3);
} else {
gotoAndPlay (1);
}
Symbol 556 MovieClip Frame 4
if (_root.disable_menu_naxui eq 1) {
gotoAndPlay (3);
} else {
gotoAndPlay (1);
}
Symbol 561 Button
on (release) {
gotoAndStop (6);
}
Symbol 563 Button
on (release) {
play();
}
Symbol 564 MovieClip Frame 2
if ((_root.start eq 1) and (_root.music_on eq 1)) {
gotoAndPlay (3);
} else {
gotoAndPlay (1);
}
Symbol 564 MovieClip Frame 5
gotoAndPlay (3);
Symbol 564 MovieClip Frame 6
stop();
Symbol 607 MovieClip Frame 1
stop();
Symbol 607 MovieClip Frame 4
tellTarget ("_root.background") {
play();
};
Symbol 607 MovieClip Frame 108
stop();
tellTarget ("_root.The_End") {
gotoAndPlay (2);
};
Symbol 615 MovieClip Frame 2
if (play != 1) {
gotoAndPlay (1);
}
Symbol 615 MovieClip Frame 18
play = 0;
Symbol 621 MovieClip Frame 2
if (play != 1) {
gotoAndPlay (1);
}
Symbol 621 MovieClip Frame 18
play = 0;
Symbol 632 MovieClip Frame 2
if (go eq 1) {
gotoAndPlay (3);
} else if (go eq 2) {
gotoAndPlay (5);
} else if (go eq 3) {
gotoAndPlay (7);
} else {
gotoAndPlay (1);
}
Symbol 632 MovieClip Frame 4
if (go eq 1) {
gotoAndPlay (3);
} else if (go eq 2) {
gotoAndPlay (5);
} else if (go eq 3) {
gotoAndPlay (7);
} else {
gotoAndPlay (1);
}
Symbol 632 MovieClip Frame 6
if (go eq 1) {
gotoAndPlay (3);
} else if (go eq 2) {
gotoAndPlay (5);
} else if (go eq 3) {
gotoAndPlay (7);
} else {
gotoAndPlay (1);
}
Symbol 632 MovieClip Frame 8
if (go eq 1) {
gotoAndPlay (3);
} else if (go eq 2) {
gotoAndPlay (5);
} else if (go eq 3) {
gotoAndPlay (7);
} else {
gotoAndPlay (1);
}
Symbol 657 MovieClip Frame 8
stop();
Symbol 669 Button
on (release) {
getURL ("http://dimonzerg.narod.ru/", "_blank");
}
Symbol 672 Button
on (release) {
_root.disable_menu_naxui = 1;
tellTarget ("_root") {
gotoAndPlay ("SkipToMenu");
};
}
Symbol 675 Button
on (release) {
_root.goto3 = 1;
_root.disable_menu_naxui = 1;
}
Symbol 683 MovieClip Frame 1
hittest = omg.hitTest(_root._xmouse, _root._ymouse, true);
if (hittest eq "true") {
tellTarget ("krutilka2.migalka") {
play();
};
stop = 0;
tellTarget ("polosanah") {
play();
};
if (krutilka1._x > -128.3) {
setProperty("krutilka1", _x , krutilka1._x - 1.2625);
}
if (krutilka2._x < 128.3) {
setProperty("krutilka2", _x , krutilka2._x + 1.2625);
}
if (polosanah._width < 252) {
setProperty("polosanah", _width , polosanah._width + 2.525);
}
faslasdghasgh = "77777";
tellTarget ("krutilka1.migalka") {
play();
};
if (sfaslasdghasgh != "alfdghkdfhgkdfhdfhg") {
sfaslasdghasgh = "alfdghkdfhgkdfhdfhg";
a = 0;
b = 0;
}
if (krutilka2.a > -20) {
b = b + 0.5;
krutilka1.a = a - b;
krutilka2.a = a - b;
} else {
krutilka2.a = -21;
krutilka1.a = -21;
}
} else {
tellTarget ("krutilka2.migalka") {
gotoAndStop (1);
};
tellTarget ("krutilka1.migalka") {
gotoAndStop (1);
};
tellTarget ("polosanah") {
gotoAndStop (1);
};
if (krutilka1._x < -77.8) {
setProperty("krutilka1", _x , krutilka1._x + 1.2625);
}
if (krutilka2._x > 77.8) {
setProperty("krutilka2", _x , krutilka2._x - 1.2625);
}
if (polosanah._width > 151) {
setProperty("polosanah", _width , polosanah._width - 2.525);
} else {
stop = 1;
}
sfaslasdghasgh = "8888";
if (faslasdghasgh != "alfdghkdfhgkdfhdfhg") {
faslasdghasgh = "alfdghkdfhgkdfhdfhg";
a = krutilka1.a;
b = 0;
}
if (krutilka2.a < -1) {
b = b + 0.5;
krutilka1.a = a + b;
krutilka2.a = a + b;
} else {
krutilka1.a = 0;
krutilka2.a = 0;
}
}
Symbol 683 MovieClip Frame 2
hittest = omg.hitTest(_root._xmouse, _root._ymouse, true);
if (hittest eq "true") {
tellTarget ("krutilka2.migalka") {
play();
};
tellTarget ("krutilka1.migalka") {
play();
};
stop = 0;
tellTarget ("polosanah") {
play();
};
if (krutilka1._x > -128.3) {
setProperty("krutilka1", _x , krutilka1._x - 1.2625);
}
if (krutilka2._x < 128.3) {
setProperty("krutilka2", _x , krutilka2._x + 1.2625);
}
if (polosanah._width < 252) {
setProperty("polosanah", _width , polosanah._width + 2.525);
}
faslasdghasgh = "77777";
if (sfaslasdghasgh != "alfdghkdfhgkdfhdfhg") {
sfaslasdghasgh = "alfdghkdfhgkdfhdfhg";
a = 0;
b = 0;
}
if (krutilka2.a > -20) {
b = b + 0.5;
krutilka1.a = a - b;
krutilka2.a = a - b;
} else {
krutilka2.a = -21;
krutilka1.a = -21;
}
} else {
tellTarget ("krutilka2.migalka") {
gotoAndStop (1);
};
tellTarget ("krutilka1.migalka") {
gotoAndStop (1);
};
tellTarget ("polosanah") {
gotoAndStop (1);
};
if (krutilka1._x < -77.8) {
setProperty("krutilka1", _x , krutilka1._x + 1.2625);
}
if (krutilka2._x > 77.8) {
setProperty("krutilka2", _x , krutilka2._x - 1.2625);
}
if (polosanah._width > 151) {
setProperty("polosanah", _width , polosanah._width - 2.525);
} else {
stop = 1;
}
sfaslasdghasgh = "8888";
if (faslasdghasgh != "alfdghkdfhgkdfhdfhg") {
faslasdghasgh = "alfdghkdfhgkdfhdfhg";
a = krutilka1.a;
b = 0;
}
if (krutilka2.a < -1) {
b = b + 0.5;
krutilka1.a = a + b;
krutilka2.a = a + b;
} else {
krutilka1.a = 0;
krutilka2.a = 0;
}
}
Symbol 684 MovieClip Frame 1
hittest = omg.hitTest(_root._xmouse, _root._ymouse, true);
Symbol 684 MovieClip Frame 2
if (hittest eq "true") {
gotoAndPlay (3);
} else {
gotoAndPlay (1);
}
hittest = omg.hitTest(_root._xmouse, _root._ymouse, true);
Symbol 684 MovieClip Frame 3
hittest = omg.hitTest(_root._xmouse, _root._ymouse, true);
Symbol 684 MovieClip Frame 4
if (lalala.stop != 1) {
gotoAndPlay (3);
} else {
gotoAndPlay (1);
}
hittest = omg.hitTest(_root._xmouse, _root._ymouse, true);
Symbol 685 MovieClip Frame 37
stop();
Symbol 697 MovieClip Frame 1
score = _root.fullscore;
Symbol 705 MovieClip Frame 1
_root.name = name;
Symbol 709 MovieClip Frame 1
stop();
Symbol 713 Button
on (release) {
getURL ("http://www.armorgames.com/highscores/viewScores.php?game=StarCraft%20FA%204", "_blank");
}
Symbol 717 Button
on (release) {
if (((((_root.name eq "name") or (_root.name eq "")) or (_root.name eq " ")) or (_root.name eq " ")) or (_root.name eq "0")) {
tellTarget ("message_enter_name") {
play();
};
} else {
play();
}
}
Symbol 719 MovieClip Frame 1
name = _root.name;
Symbol 721 MovieClip Frame 10
stop();
Symbol 723 MovieClip Frame 10
stop();
Symbol 729 MovieClip Frame 96
stop();
Symbol 729 MovieClip Frame 106
if (_root.difficulty eq 2) {
gotoAndPlay ("easy");
} else if (_root.fullscore < 500) {
gotoAndPlay ("lmesnhe1000");
} else {
gotoAndPlay ("done");
}
Symbol 729 MovieClip Frame 110
stop();
Symbol 729 MovieClip Frame 125
stop();
Symbol 729 MovieClip Frame 145
name = _root.name;
score = _root.fullscore;
game = "StarCraft FA 4";
loadVariables ("http://www.armorgames.com/highscores/postScore.php", this, "POST");
getURL ("http://www.armorgames.com/highscores/viewScores.php?game=" + game, "_blank");
Symbol 729 MovieClip Frame 189
stop();
Symbol 731 MovieClip Frame 1
stop();
Symbol 731 MovieClip Frame 49
stop();
_root.disable_menu_naxui = 1;
Symbol 741 MovieClip Frame 2
if (_root.debug_mode eq 1) {
gotoAndPlay (3);
} else {
gotoAndPlay (1);
}
Symbol 741 MovieClip Frame 3
timer = _root.timer;
fullscore = _root.fullscore;
timescore_rounded = _root.timescore_rounded;
respawn_rate = _root.respawn_rate;
respawn_rate2 = _root.respawn_rate2;
respawn_rate3 = _root.respawn_rate3;
tank_hp = _root.tank_hp;
Symbol 741 MovieClip Frame 4
if (_root.debug_mode eq 1) {
gotoAndPlay (3);
} else {
gotoAndPlay (1);
}
Symbol 743 MovieClip Frame 1
cash = _root.cash;
Symbol 745 MovieClip Frame 1
if (aaaa66 != 666) {
score = _root.fullscore;
aaaa66 = 666;
a = 1;
}
if (score > _root.fullscore) {
score = _root.fullscore;
}
Symbol 745 MovieClip Frame 2
if (aaaa66 != 666) {
score = _root.fullscore;
aaaa66 = 666;
}
if (score > _root.fullscore) {
score = _root.fullscore;
} else if (score < _root.fullscore) {
score = score + a;
}
raznica = _root.fullscore - score;
if (raznica >= 500) {
a = 100;
} else if ((raznica >= 300) and (raznica < 500)) {
a = 50;
} else if ((raznica >= 100) and (raznica < 300)) {
a = 25;
} else if ((raznica >= 50) and (raznica < 100)) {
a = 5;
} else if ((raznica >= 10) and (raznica < 50)) {
a = 2;
} else if ((raznica >= 1) and (raznica < 10)) {
a = 1;
} else if ((raznica > 0) and (raznica < 1)) {
a = 0;
}
Symbol 751 MovieClip Frame 2
if (play != 1) {
gotoAndPlay (1);
}
Symbol 751 MovieClip Frame 18
play = 0;
Symbol 779 Button
on (rollOver, dragOver) {
_root.menu_hints.go = 3;
}
on (rollOut, dragOut) {
_root.menu_hints.go = 0;
}
on (release) {
if (((_root.mine1_installed + _root.mine3_installed) + _root.mine2_installed) < 3) {
if (_root.cash >= _root.mine_price) {
_root.deploying_mine = 1;
} else {
_root.message_not_enough_cash.play = 1;
}
} else {
_root.message_cantmorethan3mines.play = 1;
}
}
on (keyPress "s") {
if (((_root.mine1_installed + _root.mine3_installed) + _root.mine2_installed) < 3) {
if (_root.cash >= _root.mine_price) {
_root.deploying_mine = 1;
} else {
_root.message_not_enough_cash.play = 1;
}
} else {
_root.message_cantmorethan3mines.play = 1;
}
}
on (keyPress "S") {
if (((_root.mine1_installed + _root.mine3_installed) + _root.mine2_installed) < 3) {
if (_root.cash >= _root.mine_price) {
_root.deploying_mine = 1;
} else {
_root.message_not_enough_cash.play = 1;
}
} else {
_root.message_cantmorethan3mines.play = 1;
}
}
Symbol 784 Button
on (rollOver, dragOver) {
_root.menu_hints.go = 2;
}
on (rollOut, dragOut) {
_root.menu_hints.go = 0;
}
on (release) {
if (_root.tank_hp > 0) {
_root.killallnahblya = 1;
}
}
on (keyPress "d") {
if (_root.tank_hp > 0) {
_root.killallnahblya = 1;
}
}
on (keyPress "D") {
if (_root.tank_hp > 0) {
_root.killallnahblya = 1;
}
}
Symbol 786 MovieClip Frame 1
tellTarget ("krutilka1.migalka") {
play();
};
if (sfaslasdghasgh != "alfdghkdfhgkdfhdfhg") {
sfaslasdghasgh = "alfdghkdfhgkdfhdfhg";
a = 0;
b = 0;
}
if (krutilka2.a > -20) {
b = b + 1;
krutilka1.a = a - b;
krutilka2.a = a - b;
} else {
krutilka2.a = -21;
krutilka1.a = -21;
}
Symbol 786 MovieClip Frame 2
tellTarget ("krutilka1.migalka") {
play();
};
if (sfaslasdghasgh != "alfdghkdfhgkdfhdfhg") {
sfaslasdghasgh = "alfdghkdfhgkdfhdfhg";
a = 0;
b = 0;
}
if (krutilka2.a > -20) {
b = b + 1;
krutilka1.a = a - b;
krutilka2.a = a - b;
} else {
krutilka2.a = -21;
krutilka1.a = -21;
}
Symbol 789 Button
on (rollOver, dragOver) {
_root.menu_hints.go = 1;
}
on (rollOut, dragOut) {
_root.menu_hints.go = 0;
}
on (release) {
tellTarget ("_root") {
gotoAndPlay ("SkipToMenu");
stopAllSounds();
};
}
Symbol 792 MovieClip Frame 2
if (_root.shells eq 0) {
gotoAndPlay ("0");
} else if (_root.shells eq 1) {
gotoAndPlay ("1");
} else if (_root.shells eq 2) {
gotoAndPlay ("2");
} else if (_root.shells eq 3) {
gotoAndPlay ("3");
} else if (_root.shells eq 4) {
gotoAndPlay ("4");
} else if (_root.shells eq 5) {
gotoAndPlay ("5");
} else if (_root.shells eq 6) {
gotoAndPlay ("6");
} else if (_root.shells eq 7) {
gotoAndPlay ("7");
} else if (_root.shells eq 8) {
gotoAndPlay ("8");
} else if (_root.shells eq 9) {
gotoAndPlay ("9");
} else if (_root.shells eq 10) {
gotoAndPlay ("10");
} else if (_root.shells eq 11) {
gotoAndPlay ("11");
} else if (_root.shells eq 12) {
gotoAndPlay ("12");
} else if (_root.shells eq 13) {
gotoAndPlay ("13");
} else if (_root.shells eq 14) {
gotoAndPlay ("14");
} else if (_root.shells eq 15) {
gotoAndPlay ("15");
} else if (_root.shells eq 16) {
gotoAndPlay ("16");
} else if (_root.shells eq 17) {
gotoAndPlay ("17");
} else if (_root.shells eq 18) {
gotoAndPlay ("18");
}
Symbol 792 MovieClip Frame 4
if (_root.shells eq 0) {
gotoAndPlay ("0");
} else if (_root.shells eq 1) {
gotoAndPlay ("1");
} else if (_root.shells eq 2) {
gotoAndPlay ("2");
} else if (_root.shells eq 3) {
gotoAndPlay ("3");
} else if (_root.shells eq 4) {
gotoAndPlay ("4");
} else if (_root.shells eq 5) {
gotoAndPlay ("5");
} else if (_root.shells eq 6) {
gotoAndPlay ("6");
} else if (_root.shells eq 7) {
gotoAndPlay ("7");
} else if (_root.shells eq 8) {
gotoAndPlay ("8");
} else if (_root.shells eq 9) {
gotoAndPlay ("9");
} else if (_root.shells eq 10) {
gotoAndPlay ("10");
} else if (_root.shells eq 11) {
gotoAndPlay ("11");
} else if (_root.shells eq 12) {
gotoAndPlay ("12");
} else if (_root.shells eq 13) {
gotoAndPlay ("13");
} else if (_root.shells eq 14) {
gotoAndPlay ("14");
} else if (_root.shells eq 15) {
gotoAndPlay ("15");
} else if (_root.shells eq 16) {
gotoAndPlay ("16");
} else if (_root.shells eq 17) {
gotoAndPlay ("17");
} else if (_root.shells eq 18) {
gotoAndPlay ("18");
}
Symbol 792 MovieClip Frame 6
if (_root.shells eq 0) {
gotoAndPlay ("0");
} else if (_root.shells eq 1) {
gotoAndPlay ("1");
} else if (_root.shells eq 2) {
gotoAndPlay ("2");
} else if (_root.shells eq 3) {
gotoAndPlay ("3");
} else if (_root.shells eq 4) {
gotoAndPlay ("4");
} else if (_root.shells eq 5) {
gotoAndPlay ("5");
} else if (_root.shells eq 6) {
gotoAndPlay ("6");
} else if (_root.shells eq 7) {
gotoAndPlay ("7");
} else if (_root.shells eq 8) {
gotoAndPlay ("8");
} else if (_root.shells eq 9) {
gotoAndPlay ("9");
} else if (_root.shells eq 10) {
gotoAndPlay ("10");
} else if (_root.shells eq 11) {
gotoAndPlay ("11");
} else if (_root.shells eq 12) {
gotoAndPlay ("12");
} else if (_root.shells eq 13) {
gotoAndPlay ("13");
} else if (_root.shells eq 14) {
gotoAndPlay ("14");
} else if (_root.shells eq 15) {
gotoAndPlay ("15");
} else if (_root.shells eq 16) {
gotoAndPlay ("16");
} else if (_root.shells eq 17) {
gotoAndPlay ("17");
} else if (_root.shells eq 18) {
gotoAndPlay ("18");
}
Symbol 792 MovieClip Frame 8
if (_root.shells eq 0) {
gotoAndPlay ("0");
} else if (_root.shells eq 1) {
gotoAndPlay ("1");
} else if (_root.shells eq 2) {
gotoAndPlay ("2");
} else if (_root.shells eq 3) {
gotoAndPlay ("3");
} else if (_root.shells eq 4) {
gotoAndPlay ("4");
} else if (_root.shells eq 5) {
gotoAndPlay ("5");
} else if (_root.shells eq 6) {
gotoAndPlay ("6");
} else if (_root.shells eq 7) {
gotoAndPlay ("7");
} else if (_root.shells eq 8) {
gotoAndPlay ("8");
} else if (_root.shells eq 9) {
gotoAndPlay ("9");
} else if (_root.shells eq 10) {
gotoAndPlay ("10");
} else if (_root.shells eq 11) {
gotoAndPlay ("11");
} else if (_root.shells eq 12) {
gotoAndPlay ("12");
} else if (_root.shells eq 13) {
gotoAndPlay ("13");
} else if (_root.shells eq 14) {
gotoAndPlay ("14");
} else if (_root.shells eq 15) {
gotoAndPlay ("15");
} else if (_root.shells eq 16) {
gotoAndPlay ("16");
} else if (_root.shells eq 17) {
gotoAndPlay ("17");
} else if (_root.shells eq 18) {
gotoAndPlay ("18");
}
Symbol 792 MovieClip Frame 10
if (_root.shells eq 0) {
gotoAndPlay ("0");
} else if (_root.shells eq 1) {
gotoAndPlay ("1");
} else if (_root.shells eq 2) {
gotoAndPlay ("2");
} else if (_root.shells eq 3) {
gotoAndPlay ("3");
} else if (_root.shells eq 4) {
gotoAndPlay ("4");
} else if (_root.shells eq 5) {
gotoAndPlay ("5");
} else if (_root.shells eq 6) {
gotoAndPlay ("6");
} else if (_root.shells eq 7) {
gotoAndPlay ("7");
} else if (_root.shells eq 8) {
gotoAndPlay ("8");
} else if (_root.shells eq 9) {
gotoAndPlay ("9");
} else if (_root.shells eq 10) {
gotoAndPlay ("10");
} else if (_root.shells eq 11) {
gotoAndPlay ("11");
} else if (_root.shells eq 12) {
gotoAndPlay ("12");
} else if (_root.shells eq 13) {
gotoAndPlay ("13");
} else if (_root.shells eq 14) {
gotoAndPlay ("14");
} else if (_root.shells eq 15) {
gotoAndPlay ("15");
} else if (_root.shells eq 16) {
gotoAndPlay ("16");
} else if (_root.shells eq 17) {
gotoAndPlay ("17");
} else if (_root.shells eq 18) {
gotoAndPlay ("18");
}
Symbol 792 MovieClip Frame 12
if (_root.shells eq 0) {
gotoAndPlay ("0");
} else if (_root.shells eq 1) {
gotoAndPlay ("1");
} else if (_root.shells eq 2) {
gotoAndPlay ("2");
} else if (_root.shells eq 3) {
gotoAndPlay ("3");
} else if (_root.shells eq 4) {
gotoAndPlay ("4");
} else if (_root.shells eq 5) {
gotoAndPlay ("5");
} else if (_root.shells eq 6) {
gotoAndPlay ("6");
} else if (_root.shells eq 7) {
gotoAndPlay ("7");
} else if (_root.shells eq 8) {
gotoAndPlay ("8");
} else if (_root.shells eq 9) {
gotoAndPlay ("9");
} else if (_root.shells eq 10) {
gotoAndPlay ("10");
} else if (_root.shells eq 11) {
gotoAndPlay ("11");
} else if (_root.shells eq 12) {
gotoAndPlay ("12");
} else if (_root.shells eq 13) {
gotoAndPlay ("13");
} else if (_root.shells eq 14) {
gotoAndPlay ("14");
} else if (_root.shells eq 15) {
gotoAndPlay ("15");
} else if (_root.shells eq 16) {
gotoAndPlay ("16");
} else if (_root.shells eq 17) {
gotoAndPlay ("17");
} else if (_root.shells eq 18) {
gotoAndPlay ("18");
}
Symbol 792 MovieClip Frame 14
if (_root.shells eq 0) {
gotoAndPlay ("0");
} else if (_root.shells eq 1) {
gotoAndPlay ("1");
} else if (_root.shells eq 2) {
gotoAndPlay ("2");
} else if (_root.shells eq 3) {
gotoAndPlay ("3");
} else if (_root.shells eq 4) {
gotoAndPlay ("4");
} else if (_root.shells eq 5) {
gotoAndPlay ("5");
} else if (_root.shells eq 6) {
gotoAndPlay ("6");
} else if (_root.shells eq 7) {
gotoAndPlay ("7");
} else if (_root.shells eq 8) {
gotoAndPlay ("8");
} else if (_root.shells eq 9) {
gotoAndPlay ("9");
} else if (_root.shells eq 10) {
gotoAndPlay ("10");
} else if (_root.shells eq 11) {
gotoAndPlay ("11");
} else if (_root.shells eq 12) {
gotoAndPlay ("12");
} else if (_root.shells eq 13) {
gotoAndPlay ("13");
} else if (_root.shells eq 14) {
gotoAndPlay ("14");
} else if (_root.shells eq 15) {
gotoAndPlay ("15");
} else if (_root.shells eq 16) {
gotoAndPlay ("16");
} else if (_root.shells eq 17) {
gotoAndPlay ("17");
} else if (_root.shells eq 18) {
gotoAndPlay ("18");
}
Symbol 792 MovieClip Frame 16
if (_root.shells eq 0) {
gotoAndPlay ("0");
} else if (_root.shells eq 1) {
gotoAndPlay ("1");
} else if (_root.shells eq 2) {
gotoAndPlay ("2");
} else if (_root.shells eq 3) {
gotoAndPlay ("3");
} else if (_root.shells eq 4) {
gotoAndPlay ("4");
} else if (_root.shells eq 5) {
gotoAndPlay ("5");
} else if (_root.shells eq 6) {
gotoAndPlay ("6");
} else if (_root.shells eq 7) {
gotoAndPlay ("7");
} else if (_root.shells eq 8) {
gotoAndPlay ("8");
} else if (_root.shells eq 9) {
gotoAndPlay ("9");
} else if (_root.shells eq 10) {
gotoAndPlay ("10");
} else if (_root.shells eq 11) {
gotoAndPlay ("11");
} else if (_root.shells eq 12) {
gotoAndPlay ("12");
} else if (_root.shells eq 13) {
gotoAndPlay ("13");
} else if (_root.shells eq 14) {
gotoAndPlay ("14");
} else if (_root.shells eq 15) {
gotoAndPlay ("15");
} else if (_root.shells eq 16) {
gotoAndPlay ("16");
} else if (_root.shells eq 17) {
gotoAndPlay ("17");
} else if (_root.shells eq 18) {
gotoAndPlay ("18");
}
Symbol 792 MovieClip Frame 18
if (_root.shells eq 0) {
gotoAndPlay ("0");
} else if (_root.shells eq 1) {
gotoAndPlay ("1");
} else if (_root.shells eq 2) {
gotoAndPlay ("2");
} else if (_root.shells eq 3) {
gotoAndPlay ("3");
} else if (_root.shells eq 4) {
gotoAndPlay ("4");
} else if (_root.shells eq 5) {
gotoAndPlay ("5");
} else if (_root.shells eq 6) {
gotoAndPlay ("6");
} else if (_root.shells eq 7) {
gotoAndPlay ("7");
} else if (_root.shells eq 8) {
gotoAndPlay ("8");
} else if (_root.shells eq 9) {
gotoAndPlay ("9");
} else if (_root.shells eq 10) {
gotoAndPlay ("10");
} else if (_root.shells eq 11) {
gotoAndPlay ("11");
} else if (_root.shells eq 12) {
gotoAndPlay ("12");
} else if (_root.shells eq 13) {
gotoAndPlay ("13");
} else if (_root.shells eq 14) {
gotoAndPlay ("14");
} else if (_root.shells eq 15) {
gotoAndPlay ("15");
} else if (_root.shells eq 16) {
gotoAndPlay ("16");
} else if (_root.shells eq 17) {
gotoAndPlay ("17");
} else if (_root.shells eq 18) {
gotoAndPlay ("18");
}
Symbol 792 MovieClip Frame 20
if (_root.shells eq 0) {
gotoAndPlay ("0");
} else if (_root.shells eq 1) {
gotoAndPlay ("1");
} else if (_root.shells eq 2) {
gotoAndPlay ("2");
} else if (_root.shells eq 3) {
gotoAndPlay ("3");
} else if (_root.shells eq 4) {
gotoAndPlay ("4");
} else if (_root.shells eq 5) {
gotoAndPlay ("5");
} else if (_root.shells eq 6) {
gotoAndPlay ("6");
} else if (_root.shells eq 7) {
gotoAndPlay ("7");
} else if (_root.shells eq 8) {
gotoAndPlay ("8");
} else if (_root.shells eq 9) {
gotoAndPlay ("9");
} else if (_root.shells eq 10) {
gotoAndPlay ("10");
} else if (_root.shells eq 11) {
gotoAndPlay ("11");
} else if (_root.shells eq 12) {
gotoAndPlay ("12");
} else if (_root.shells eq 13) {
gotoAndPlay ("13");
} else if (_root.shells eq 14) {
gotoAndPlay ("14");
} else if (_root.shells eq 15) {
gotoAndPlay ("15");
} else if (_root.shells eq 16) {
gotoAndPlay ("16");
} else if (_root.shells eq 17) {
gotoAndPlay ("17");
} else if (_root.shells eq 18) {
gotoAndPlay ("18");
}
Symbol 792 MovieClip Frame 22
if (_root.shells eq 0) {
gotoAndPlay ("0");
} else if (_root.shells eq 1) {
gotoAndPlay ("1");
} else if (_root.shells eq 2) {
gotoAndPlay ("2");
} else if (_root.shells eq 3) {
gotoAndPlay ("3");
} else if (_root.shells eq 4) {
gotoAndPlay ("4");
} else if (_root.shells eq 5) {
gotoAndPlay ("5");
} else if (_root.shells eq 6) {
gotoAndPlay ("6");
} else if (_root.shells eq 7) {
gotoAndPlay ("7");
} else if (_root.shells eq 8) {
gotoAndPlay ("8");
} else if (_root.shells eq 9) {
gotoAndPlay ("9");
} else if (_root.shells eq 10) {
gotoAndPlay ("10");
} else if (_root.shells eq 11) {
gotoAndPlay ("11");
} else if (_root.shells eq 12) {
gotoAndPlay ("12");
} else if (_root.shells eq 13) {
gotoAndPlay ("13");
} else if (_root.shells eq 14) {
gotoAndPlay ("14");
} else if (_root.shells eq 15) {
gotoAndPlay ("15");
} else if (_root.shells eq 16) {
gotoAndPlay ("16");
} else if (_root.shells eq 17) {
gotoAndPlay ("17");
} else if (_root.shells eq 18) {
gotoAndPlay ("18");
}
Symbol 792 MovieClip Frame 24
if (_root.shells eq 0) {
gotoAndPlay ("0");
} else if (_root.shells eq 1) {
gotoAndPlay ("1");
} else if (_root.shells eq 2) {
gotoAndPlay ("2");
} else if (_root.shells eq 3) {
gotoAndPlay ("3");
} else if (_root.shells eq 4) {
gotoAndPlay ("4");
} else if (_root.shells eq 5) {
gotoAndPlay ("5");
} else if (_root.shells eq 6) {
gotoAndPlay ("6");
} else if (_root.shells eq 7) {
gotoAndPlay ("7");
} else if (_root.shells eq 8) {
gotoAndPlay ("8");
} else if (_root.shells eq 9) {
gotoAndPlay ("9");
} else if (_root.shells eq 10) {
gotoAndPlay ("10");
} else if (_root.shells eq 11) {
gotoAndPlay ("11");
} else if (_root.shells eq 12) {
gotoAndPlay ("12");
} else if (_root.shells eq 13) {
gotoAndPlay ("13");
} else if (_root.shells eq 14) {
gotoAndPlay ("14");
} else if (_root.shells eq 15) {
gotoAndPlay ("15");
} else if (_root.shells eq 16) {
gotoAndPlay ("16");
} else if (_root.shells eq 17) {
gotoAndPlay ("17");
} else if (_root.shells eq 18) {
gotoAndPlay ("18");
}
Symbol 792 MovieClip Frame 26
if (_root.shells eq 0) {
gotoAndPlay ("0");
} else if (_root.shells eq 1) {
gotoAndPlay ("1");
} else if (_root.shells eq 2) {
gotoAndPlay ("2");
} else if (_root.shells eq 3) {
gotoAndPlay ("3");
} else if (_root.shells eq 4) {
gotoAndPlay ("4");
} else if (_root.shells eq 5) {
gotoAndPlay ("5");
} else if (_root.shells eq 6) {
gotoAndPlay ("6");
} else if (_root.shells eq 7) {
gotoAndPlay ("7");
} else if (_root.shells eq 8) {
gotoAndPlay ("8");
} else if (_root.shells eq 9) {
gotoAndPlay ("9");
} else if (_root.shells eq 10) {
gotoAndPlay ("10");
} else if (_root.shells eq 11) {
gotoAndPlay ("11");
} else if (_root.shells eq 12) {
gotoAndPlay ("12");
} else if (_root.shells eq 13) {
gotoAndPlay ("13");
} else if (_root.shells eq 14) {
gotoAndPlay ("14");
} else if (_root.shells eq 15) {
gotoAndPlay ("15");
} else if (_root.shells eq 16) {
gotoAndPlay ("16");
} else if (_root.shells eq 17) {
gotoAndPlay ("17");
} else if (_root.shells eq 18) {
gotoAndPlay ("18");
}
Symbol 792 MovieClip Frame 28
if (_root.shells eq 0) {
gotoAndPlay ("0");
} else if (_root.shells eq 1) {
gotoAndPlay ("1");
} else if (_root.shells eq 2) {
gotoAndPlay ("2");
} else if (_root.shells eq 3) {
gotoAndPlay ("3");
} else if (_root.shells eq 4) {
gotoAndPlay ("4");
} else if (_root.shells eq 5) {
gotoAndPlay ("5");
} else if (_root.shells eq 6) {
gotoAndPlay ("6");
} else if (_root.shells eq 7) {
gotoAndPlay ("7");
} else if (_root.shells eq 8) {
gotoAndPlay ("8");
} else if (_root.shells eq 9) {
gotoAndPlay ("9");
} else if (_root.shells eq 10) {
gotoAndPlay ("10");
} else if (_root.shells eq 11) {
gotoAndPlay ("11");
} else if (_root.shells eq 12) {
gotoAndPlay ("12");
} else if (_root.shells eq 13) {
gotoAndPlay ("13");
} else if (_root.shells eq 14) {
gotoAndPlay ("14");
} else if (_root.shells eq 15) {
gotoAndPlay ("15");
} else if (_root.shells eq 16) {
gotoAndPlay ("16");
} else if (_root.shells eq 17) {
gotoAndPlay ("17");
} else if (_root.shells eq 18) {
gotoAndPlay ("18");
}
Symbol 792 MovieClip Frame 30
if (_root.shells eq 0) {
gotoAndPlay ("0");
} else if (_root.shells eq 1) {
gotoAndPlay ("1");
} else if (_root.shells eq 2) {
gotoAndPlay ("2");
} else if (_root.shells eq 3) {
gotoAndPlay ("3");
} else if (_root.shells eq 4) {
gotoAndPlay ("4");
} else if (_root.shells eq 5) {
gotoAndPlay ("5");
} else if (_root.shells eq 6) {
gotoAndPlay ("6");
} else if (_root.shells eq 7) {
gotoAndPlay ("7");
} else if (_root.shells eq 8) {
gotoAndPlay ("8");
} else if (_root.shells eq 9) {
gotoAndPlay ("9");
} else if (_root.shells eq 10) {
gotoAndPlay ("10");
} else if (_root.shells eq 11) {
gotoAndPlay ("11");
} else if (_root.shells eq 12) {
gotoAndPlay ("12");
} else if (_root.shells eq 13) {
gotoAndPlay ("13");
} else if (_root.shells eq 14) {
gotoAndPlay ("14");
} else if (_root.shells eq 15) {
gotoAndPlay ("15");
} else if (_root.shells eq 16) {
gotoAndPlay ("16");
} else if (_root.shells eq 17) {
gotoAndPlay ("17");
} else if (_root.shells eq 18) {
gotoAndPlay ("18");
}
Symbol 792 MovieClip Frame 32
if (_root.shells eq 0) {
gotoAndPlay ("0");
} else if (_root.shells eq 1) {
gotoAndPlay ("1");
} else if (_root.shells eq 2) {
gotoAndPlay ("2");
} else if (_root.shells eq 3) {
gotoAndPlay ("3");
} else if (_root.shells eq 4) {
gotoAndPlay ("4");
} else if (_root.shells eq 5) {
gotoAndPlay ("5");
} else if (_root.shells eq 6) {
gotoAndPlay ("6");
} else if (_root.shells eq 7) {
gotoAndPlay ("7");
} else if (_root.shells eq 8) {
gotoAndPlay ("8");
} else if (_root.shells eq 9) {
gotoAndPlay ("9");
} else if (_root.shells eq 10) {
gotoAndPlay ("10");
} else if (_root.shells eq 11) {
gotoAndPlay ("11");
} else if (_root.shells eq 12) {
gotoAndPlay ("12");
} else if (_root.shells eq 13) {
gotoAndPlay ("13");
} else if (_root.shells eq 14) {
gotoAndPlay ("14");
} else if (_root.shells eq 15) {
gotoAndPlay ("15");
} else if (_root.shells eq 16) {
gotoAndPlay ("16");
} else if (_root.shells eq 17) {
gotoAndPlay ("17");
} else if (_root.shells eq 18) {
gotoAndPlay ("18");
}
Symbol 792 MovieClip Frame 34
if (_root.shells eq 0) {
gotoAndPlay ("0");
} else if (_root.shells eq 1) {
gotoAndPlay ("1");
} else if (_root.shells eq 2) {
gotoAndPlay ("2");
} else if (_root.shells eq 3) {
gotoAndPlay ("3");
} else if (_root.shells eq 4) {
gotoAndPlay ("4");
} else if (_root.shells eq 5) {
gotoAndPlay ("5");
} else if (_root.shells eq 6) {
gotoAndPlay ("6");
} else if (_root.shells eq 7) {
gotoAndPlay ("7");
} else if (_root.shells eq 8) {
gotoAndPlay ("8");
} else if (_root.shells eq 9) {
gotoAndPlay ("9");
} else if (_root.shells eq 10) {
gotoAndPlay ("10");
} else if (_root.shells eq 11) {
gotoAndPlay ("11");
} else if (_root.shells eq 12) {
gotoAndPlay ("12");
} else if (_root.shells eq 13) {
gotoAndPlay ("13");
} else if (_root.shells eq 14) {
gotoAndPlay ("14");
} else if (_root.shells eq 15) {
gotoAndPlay ("15");
} else if (_root.shells eq 16) {
gotoAndPlay ("16");
} else if (_root.shells eq 17) {
gotoAndPlay ("17");
} else if (_root.shells eq 18) {
gotoAndPlay ("18");
}
Symbol 792 MovieClip Frame 36
if (_root.shells eq 0) {
gotoAndPlay ("0");
} else if (_root.shells eq 1) {
gotoAndPlay ("1");
} else if (_root.shells eq 2) {
gotoAndPlay ("2");
} else if (_root.shells eq 3) {
gotoAndPlay ("3");
} else if (_root.shells eq 4) {
gotoAndPlay ("4");
} else if (_root.shells eq 5) {
gotoAndPlay ("5");
} else if (_root.shells eq 6) {
gotoAndPlay ("6");
} else if (_root.shells eq 7) {
gotoAndPlay ("7");
} else if (_root.shells eq 8) {
gotoAndPlay ("8");
} else if (_root.shells eq 9) {
gotoAndPlay ("9");
} else if (_root.shells eq 10) {
gotoAndPlay ("10");
} else if (_root.shells eq 11) {
gotoAndPlay ("11");
} else if (_root.shells eq 12) {
gotoAndPlay ("12");
} else if (_root.shells eq 13) {
gotoAndPlay ("13");
} else if (_root.shells eq 14) {
gotoAndPlay ("14");
} else if (_root.shells eq 15) {
gotoAndPlay ("15");
} else if (_root.shells eq 16) {
gotoAndPlay ("16");
} else if (_root.shells eq 17) {
gotoAndPlay ("17");
} else if (_root.shells eq 18) {
gotoAndPlay ("18");
}
Symbol 792 MovieClip Frame 38
if (_root.shells eq 0) {
gotoAndPlay ("0");
} else if (_root.shells eq 1) {
gotoAndPlay ("1");
} else if (_root.shells eq 2) {
gotoAndPlay ("2");
} else if (_root.shells eq 3) {
gotoAndPlay ("3");
} else if (_root.shells eq 4) {
gotoAndPlay ("4");
} else if (_root.shells eq 5) {
gotoAndPlay ("5");
} else if (_root.shells eq 6) {
gotoAndPlay ("6");
} else if (_root.shells eq 7) {
gotoAndPlay ("7");
} else if (_root.shells eq 8) {
gotoAndPlay ("8");
} else if (_root.shells eq 9) {
gotoAndPlay ("9");
} else if (_root.shells eq 10) {
gotoAndPlay ("10");
} else if (_root.shells eq 11) {
gotoAndPlay ("11");
} else if (_root.shells eq 12) {
gotoAndPlay ("12");
} else if (_root.shells eq 13) {
gotoAndPlay ("13");
} else if (_root.shells eq 14) {
gotoAndPlay ("14");
} else if (_root.shells eq 15) {
gotoAndPlay ("15");
} else if (_root.shells eq 16) {
gotoAndPlay ("16");
} else if (_root.shells eq 17) {
gotoAndPlay ("17");
} else if (_root.shells eq 18) {
gotoAndPlay ("18");
}
Symbol 795 MovieClip Frame 1
if (aaaa66 != 666) {
dlinna = bar._width;
hp = _root.tank_hp;
aaaa66 = 666;
}
setProperty("bar", _width , (dlinna * hp) / 1000);
raznica = hp - _root.tank_hp;
if (raznica >= 500) {
a = 50;
} else if ((raznica >= 300) and (raznica < 500)) {
a = 25;
} else if ((raznica >= 100) and (raznica < 300)) {
a = 15;
} else if ((raznica >= 50) and (raznica < 100)) {
a = 5;
} else if ((raznica >= 10) and (raznica < 50)) {
a = 2;
} else if ((raznica >= 1) and (raznica < 10)) {
a = 1;
} else if ((raznica > 0) and (raznica < 1)) {
a = 0;
}
if (_root.tank_hp > hp) {
hp = hp + 1;
} else if (_root.tank_hp < hp) {
hp = hp - a;
}
if (hp > 1000) {
hp = 1000;
}
Symbol 795 MovieClip Frame 2
if (aaaa66 != 666) {
dlinna = bar._width;
hp = _root.tank_hp;
aaaa66 = 666;
}
setProperty("bar", _width , (dlinna * hp) / 1000);
raznica = hp - _root.tank_hp;
if (raznica >= 500) {
a = 50;
} else if ((raznica >= 300) and (raznica < 500)) {
a = 25;
} else if ((raznica >= 100) and (raznica < 300)) {
a = 15;
} else if ((raznica >= 50) and (raznica < 100)) {
a = 5;
} else if ((raznica >= 10) and (raznica < 50)) {
a = 2;
} else if ((raznica >= 1) and (raznica < 10)) {
a = 1;
} else if ((raznica > 0) and (raznica < 1)) {
a = 0;
}
if (_root.tank_hp > hp) {
hp = hp + 1;
} else if (_root.tank_hp < hp) {
hp = hp - a;
}
if (hp > 1000) {
hp = 1000;
}
Symbol 798 MovieClip Frame 2
if (_root.disable_menu_naxui eq 1) {
gotoAndPlay (3);
} else {
gotoAndPlay (1);
}
Symbol 798 MovieClip Frame 4
if (_root.disable_menu_naxui eq 1) {
gotoAndPlay (3);
} else {
gotoAndPlay (1);
}
Symbol 827 MovieClip Frame 2
if (go != 1) {
gotoAndPlay (1);
}
Symbol 827 MovieClip Frame 3
if (number eq 1) {
_root.explosion_inprogress_1 = 1;
} else if (number eq 2) {
_root.explosion_inprogress_2 = 1;
}
_root.tank_reloading = 1;
_root.shells = _root.shells - 1;
Symbol 827 MovieClip Frame 9
_root.tank_reloading = 0;
Symbol 827 MovieClip Frame 30
if (number eq 1) {
_root.explosion_inprogress_1 = 0;
} else if (number eq 2) {
_root.explosion_inprogress_2 = 0;
}
go = 0;
Symbol 840 Button
on (keyPress "3") {
play();
}
on (keyPress "c") {
play();
}
on (keyPress "C") {
play();
}
Symbol 854 MovieClip Frame 1
setProperty("_root.mina_zaritaya_3", _alpha , 0);
stop();
Symbol 854 MovieClip Frame 2
_root.mine3_installed = 1;
Symbol 854 MovieClip Frame 7
setProperty("_root.mina_zaritaya_3", _alpha , 100);
stop();
Symbol 854 MovieClip Frame 8
setProperty("_root.mina_zaritaya_3", _alpha , 0);
Symbol 854 MovieClip Frame 20
setProperty("_root.mina_zaritaya_3", _alpha , 0);
Symbol 854 MovieClip Frame 48
setProperty("_root.mina_zaritaya_3", _alpha , 0);
Symbol 854 MovieClip Frame 58
_root.mine3_installed = 0;
setProperty("_root.mina_3", _x , "-35");
setProperty("_root.mina_3", _y , "285");
Symbol 855 Button
on (keyPress "2") {
play();
}
on (keyPress "x") {
play();
}
on (keyPress "X") {
play();
}
Symbol 864 MovieClip Frame 1
setProperty("_root.mina_zaritaya_2", _alpha , 0);
stop();
Symbol 864 MovieClip Frame 2
_root.mine2_installed = 1;
Symbol 864 MovieClip Frame 7
setProperty("_root.mina_zaritaya_2", _alpha , 100);
stop();
Symbol 864 MovieClip Frame 8
setProperty("_root.mina_zaritaya_2", _alpha , 0);
Symbol 864 MovieClip Frame 28
setProperty("_root.mina_zaritaya_2", _alpha , 0);
Symbol 864 MovieClip Frame 57
setProperty("_root.mina_zaritaya_2", _alpha , 0);
Symbol 864 MovieClip Frame 58
_root.mine2_installed = 0;
setProperty("_root.mina_2", _x , "-35");
setProperty("_root.mina_2", _y , "285");
Symbol 865 Button
on (keyPress "1") {
play();
}
on (keyPress "z") {
play();
}
on (keyPress "Z") {
play();
}
Symbol 874 MovieClip Frame 1
setProperty("_root.mina_zaritaya_1", _alpha , 0);
stop();
Symbol 874 MovieClip Frame 2
_root.mine1_installed = 1;
Symbol 874 MovieClip Frame 7
setProperty("_root.mina_zaritaya_1", _alpha , 100);
stop();
Symbol 874 MovieClip Frame 8
setProperty("_root.mina_zaritaya_1", _alpha , 0);
Symbol 874 MovieClip Frame 28
setProperty("_root.mina_zaritaya_1", _alpha , 0);
Symbol 874 MovieClip Frame 55
setProperty("_root.mina_zaritaya_1", _alpha , 0);
Symbol 874 MovieClip Frame 58
_root.mine1_installed = 0;
setProperty("_root.mina_1", _x , "-35");
setProperty("_root.mina_1", _y , "285");
Symbol 922 MovieClip Frame 110
stop();
Symbol 944 MovieClip Frame 1
stop();
Symbol 944 MovieClip Frame 2
stop();
Symbol 944 MovieClip Frame 3
stop();
Symbol 995 MovieClip Frame 5
stop();
Symbol 1016 MovieClip Frame 3
_root.score = _root.score + _root.pikachu_score;
_root.cash = _root.cash + _root.pikachu_cash;
Symbol 1016 MovieClip Frame 20
if (_root.killallnahblya eq 1) {
gotoAndStop (135);
}
Symbol 1016 MovieClip Frame 135
stop();
_root.enemy_infested_pikachu.pikachu_2.duplicate1_died = 1;
Symbol 1078 MovieClip Frame 2
_root.tank_hp = _root.tank_hp - _root.pikachu_dmg;
Symbol 1078 MovieClip Frame 28
stop();
_root.enemy_infested_pikachu.pikachu_2.duplicate1_died = 1;
Symbol 1079 MovieClip Frame 1
stop();
Symbol 1079 MovieClip Frame 2
stop();
Symbol 1079 MovieClip Frame 3
stop();
Symbol 1080 MovieClip Frame 1
if (dfdf != 1) {
dfdf = 1;
hp = 900;
}
if (go eq 1) {
setProperty("zerg", _x , zerg._x + 2);
}
suicide_test = zerg.hitzone.hitTest(_root.zone_buggy_blow);
if (suicide_test eq "true") {
go = 0;
tellTarget ("zerg") {
gotoAndStop (3);
};
}
death_test1 = zerg.hitzone.hitTest(_root.explosion1.damage_zone);
death_test2 = zerg.hitzone.hitTest(_root.explosion2.damage_zone);
death_test3 = zerg.hitzone.hitTest(_root.mina_1.damage_zone);
death_test4 = zerg.hitzone.hitTest(_root.mina_2.damage_zone);
death_test5 = zerg.hitzone.hitTest(_root.mina_3.damage_zone);
if ((death_test1 eq "true") or (death_test2 eq "true")) {
hp = hp - random(50);
}
if (((death_test3 eq "true") or (death_test4 eq "true")) or (death_test5 eq "true")) {
hp = hp - random(100);
}
if (hp <= 0) {
go = 0;
tellTarget ("zerg") {
gotoAndStop (2);
};
}
if ((hp < 900) and (hp > 500)) {
tellTarget ("zerg.pikachu_walk") {
gotoAndStop (2);
};
} else if (hp < 500) {
tellTarget ("zerg.pikachu_walk") {
gotoAndStop (3);
};
}
if ((_root.killallnahblya eq 1) and (hp > 0)) {
go = 0;
tellTarget ("zerg") {
gotoAndStop (3);
};
}
Symbol 1080 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1081 MovieClip Frame 2
source_x = zerg_source._x;
source_y = zerg_source._y;
if (go eq 1) {
if ((set_duplicate_1_online != 1) and (random(_root.respawn_rate3) eq 4)) {
set_duplicate_1_online = 1;
duplicateMovieClip ("zerg_source", "duplicate_1", 5);
setProperty("duplicate_1", _x , source_x);
setProperty("duplicate_1", _y , source_y);
duplicate_1.go = 1;
}
}
if (duplicate1_died eq 1) {
removeMovieClip("duplicate_1");
duplicate1_died = 0;
set_duplicate_1_online = 0;
}
if (go eq 1) {
if (set_duplicate_1_online eq 1) {
_root.enemy_infested_terran.infested_terran_5.go = 0;
_root.enemy_infested_terran.infested_terran_6.go = 0;
} else {
_root.enemy_infested_terran.infested_terran_5.go = 1;
_root.enemy_infested_terran.infested_terran_6.go = 1;
}
}
Symbol 1082 MovieClip Frame 3
_root.score = _root.score + _root.pikachu_score;
_root.cash = _root.cash + _root.pikachu_cash;
Symbol 1082 MovieClip Frame 20
if (_root.killallnahblya eq 1) {
gotoAndStop (135);
}
Symbol 1082 MovieClip Frame 135
stop();
_root.enemy_infested_pikachu.pikachu_1.duplicate1_died = 1;
Symbol 1083 MovieClip Frame 2
_root.tank_hp = _root.tank_hp - _root.pikachu_dmg;
Symbol 1083 MovieClip Frame 28
stop();
_root.enemy_infested_pikachu.pikachu_1.duplicate1_died = 1;
Symbol 1084 MovieClip Frame 1
stop();
stop();
Symbol 1084 MovieClip Frame 2
stop();
Symbol 1084 MovieClip Frame 3
stop();
Symbol 1085 MovieClip Frame 1
if (dfdf != 1) {
dfdf = 1;
hp = 900;
}
if (go eq 1) {
setProperty("zerg", _x , zerg._x + 2);
}
suicide_test = zerg.hitzone.hitTest(_root.zone_buggy_blow);
if (suicide_test eq "true") {
go = 0;
tellTarget ("zerg") {
gotoAndStop (3);
};
}
death_test1 = zerg.hitzone.hitTest(_root.explosion1.damage_zone);
death_test2 = zerg.hitzone.hitTest(_root.explosion2.damage_zone);
death_test3 = zerg.hitzone.hitTest(_root.mina_1.damage_zone);
death_test4 = zerg.hitzone.hitTest(_root.mina_2.damage_zone);
death_test5 = zerg.hitzone.hitTest(_root.mina_3.damage_zone);
if ((death_test1 eq "true") or (death_test2 eq "true")) {
hp = hp - random(50);
}
if (((death_test3 eq "true") or (death_test4 eq "true")) or (death_test5 eq "true")) {
hp = hp - random(100);
}
if (hp <= 0) {
go = 0;
tellTarget ("zerg") {
gotoAndStop (2);
};
}
if ((hp < 900) and (hp > 500)) {
tellTarget ("zerg.pikachu_walk") {
gotoAndStop (2);
};
} else if (hp < 500) {
tellTarget ("zerg.pikachu_walk") {
gotoAndStop (3);
};
}
if ((_root.killallnahblya eq 1) and (hp > 0)) {
go = 0;
tellTarget ("zerg") {
gotoAndStop (3);
};
}
Symbol 1085 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1086 MovieClip Frame 2
source_x = zerg_source._x;
source_y = zerg_source._y;
if (go eq 1) {
if ((set_duplicate_1_online != 1) and (random(_root.respawn_rate3) eq 3)) {
set_duplicate_1_online = 1;
duplicateMovieClip ("zerg_source", "duplicate_1", 5);
setProperty("duplicate_1", _x , source_x);
setProperty("duplicate_1", _y , source_y);
duplicate_1.go = 1;
}
}
if (duplicate1_died eq 1) {
removeMovieClip("duplicate_1");
duplicate1_died = 0;
set_duplicate_1_online = 0;
}
if (go eq 1) {
if (set_duplicate_1_online eq 1) {
_root.enemy_infested_terran.infested_terran_12.go = 0;
_root.enemy_infested_terran.infested_terran_13.go = 0;
} else {
_root.enemy_infested_terran.infested_terran_12.go = 1;
_root.enemy_infested_terran.infested_terran_13.go = 1;
}
}
Symbol 1115 MovieClip Frame 1
stop();
Symbol 1115 MovieClip Frame 2
stop();
Symbol 1131 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1164 MovieClip Frame 4
_root.tank_hp = _root.tank_hp - _root.tank_dmg;
Symbol 1164 MovieClip Frame 22
stop();
_root.enemy_infested_tank.infested_tank_2.duplicate1_died = 1;
Symbol 1185 MovieClip Frame 4
_root.score = _root.score + _root.tank_score;
_root.cash = _root.cash + _root.tank_cash;
Symbol 1185 MovieClip Frame 27
stop();
_root.enemy_infested_tank.infested_tank_2.duplicate1_died = 1;
Symbol 1186 MovieClip Frame 1
stop();
Symbol 1186 MovieClip Frame 2
stop();
Symbol 1186 MovieClip Frame 3
stop();
Symbol 1187 MovieClip Frame 1
if (dfdf != 1) {
dfdf = 1;
hp = 600;
}
if (hp < 300) {
tellTarget ("zerg.zerg.blood") {
gotoAndStop (2);
};
}
if (go eq 1) {
setProperty("zerg", _y , zerg._y - 2.1);
setProperty("zerg", _x , zerg._x + 3);
}
suicide_test = zerg.hitzone.hitTest(_root.zone_buggy_blow);
if (suicide_test eq "true") {
go = 0;
tellTarget ("zerg") {
play();
};
}
death_test1 = zerg.hitzone.hitTest(_root.explosion1.damage_zone);
death_test2 = zerg.hitzone.hitTest(_root.explosion2.damage_zone);
death_test3 = zerg.hitzone.hitTest(_root.mina_1.damage_zone);
death_test4 = zerg.hitzone.hitTest(_root.mina_2.damage_zone);
death_test5 = zerg.hitzone.hitTest(_root.mina_3.damage_zone);
if ((death_test1 eq "true") or (death_test2 eq "true")) {
hp = hp - random(50);
}
if (((death_test3 eq "true") or (death_test4 eq "true")) or (death_test5 eq "true")) {
hp = hp - random(100);
}
if (hp <= 0) {
go = 0;
tellTarget ("zerg") {
gotoAndStop (3);
};
}
if ((_root.killallnahblya eq 1) and (hp > 0)) {
go = 0;
tellTarget ("zerg") {
gotoAndStop (3);
};
}
Symbol 1187 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1188 MovieClip Frame 2
source_x = zerg_source._x;
source_y = zerg_source._y;
if (go eq 1) {
if ((set_duplicate_1_online != 1) and (random(_root.respawn_rate2) eq 3)) {
set_duplicate_1_online = 1;
duplicateMovieClip ("zerg_source", "duplicate_1", 5);
setProperty("duplicate_1", _x , source_x);
setProperty("duplicate_1", _y , source_y);
duplicate_1.go = 1;
}
}
if (duplicate1_died eq 1) {
removeMovieClip("duplicate_1");
duplicate1_died = 0;
set_duplicate_1_online = 0;
}
Symbol 1193 MovieClip Frame 4
_root.tank_hp = _root.tank_hp - _root.tank_dmg;
Symbol 1193 MovieClip Frame 22
stop();
_root.enemy_infested_tank.infested_tank_1.duplicate1_died = 1;
Symbol 1194 MovieClip Frame 4
_root.score = _root.score + _root.tank_score;
_root.cash = _root.cash + _root.tank_cash;
Symbol 1194 MovieClip Frame 27
stop();
_root.enemy_infested_tank.infested_tank_1.duplicate1_died = 1;
Symbol 1195 MovieClip Frame 1
stop();
Symbol 1195 MovieClip Frame 2
stop();
Symbol 1195 MovieClip Frame 3
stop();
Symbol 1196 MovieClip Frame 1
if (dfdf != 1) {
dfdf = 1;
hp = 600;
}
if (hp < 300) {
tellTarget ("zerg.zerg.blood") {
gotoAndStop (2);
};
}
if (go eq 1) {
setProperty("zerg", _y , zerg._y - 2.1);
setProperty("zerg", _x , zerg._x - 3);
}
suicide_test = zerg.hitzone.hitTest(_root.zone_buggy_blow);
if (suicide_test eq "true") {
go = 0;
tellTarget ("zerg") {
play();
};
}
death_test1 = zerg.hitzone.hitTest(_root.explosion1.damage_zone);
death_test2 = zerg.hitzone.hitTest(_root.explosion2.damage_zone);
death_test3 = zerg.hitzone.hitTest(_root.mina_1.damage_zone);
death_test4 = zerg.hitzone.hitTest(_root.mina_2.damage_zone);
death_test5 = zerg.hitzone.hitTest(_root.mina_3.damage_zone);
if ((death_test1 eq "true") or (death_test2 eq "true")) {
hp = hp - random(50);
}
if (((death_test3 eq "true") or (death_test4 eq "true")) or (death_test5 eq "true")) {
hp = hp - random(100);
}
if (hp <= 0) {
go = 0;
tellTarget ("zerg") {
gotoAndStop (3);
};
}
if ((_root.killallnahblya eq 1) and (hp > 0)) {
go = 0;
tellTarget ("zerg") {
gotoAndStop (3);
};
}
Symbol 1196 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1197 MovieClip Frame 2
source_x = zerg_source._x;
source_y = zerg_source._y;
if (go eq 1) {
if ((set_duplicate_1_online != 1) and (random(_root.respawn_rate2) eq 3)) {
set_duplicate_1_online = 1;
duplicateMovieClip ("zerg_source", "duplicate_1", 5);
setProperty("duplicate_1", _x , source_x);
setProperty("duplicate_1", _y , source_y);
duplicate_1.go = 1;
}
}
if (duplicate1_died eq 1) {
removeMovieClip("duplicate_1");
duplicate1_died = 0;
set_duplicate_1_online = 0;
}
Symbol 1200 Button
on (press) {
start = 1;
_root.enemy_infested_terran.infested_terran_1.go = 1;
_root.enemy_infested_terran.infested_terran_2.go = 1;
_root.enemy_infested_terran.infested_terran_3.go = 1;
_root.enemy_infested_terran.infested_terran_4.go = 1;
_root.enemy_infested_terran.infested_terran_5.go = 1;
_root.enemy_infested_terran.infested_terran_6.go = 1;
_root.enemy_infested_terran.infested_terran_7.go = 1;
_root.enemy_infested_terran.infested_terran_8.go = 1;
_root.enemy_infested_terran.infested_terran_9.go = 1;
_root.enemy_infested_terran.infested_terran_10.go = 1;
_root.enemy_infested_terran.infested_terran_11.go = 1;
_root.enemy_infested_terran.infested_terran_12.go = 1;
_root.enemy_infested_terran.infested_terran_13.go = 1;
_root.enemy_infested_terran.infested_terran_14.go = 1;
_root.enemy_infested_terran.infested_terran_15.go = 1;
_root.enemy_infested_terran.infested_terran_16.go = 1;
_root.enemy_infested_tank.infested_tank_2.go = 1;
_root.enemy_infested_tank.infested_tank_1.go = 1;
_root.enemy_infested_pikachu.pikachu_2.go = 1;
_root.enemy_infested_pikachu.pikachu_1.go = 1;
}
on (keyPress "8") {
respawn_rate3 = 5;
}
Symbol 1224 MovieClip Frame 2
if (random(3) eq 2) {
gotoAndPlay (10);
} else {
gotoAndPlay (30);
}
Symbol 1224 MovieClip Frame 29
stop();
Symbol 1224 MovieClip Frame 50
stop();
Symbol 1274 MovieClip Frame 4
_root.tank_hp = _root.tank_hp - _root.buggy_dmg;
Symbol 1274 MovieClip Frame 21
stop();
if (number eq 1) {
_root.enemy_infested_terran.infested_terran_15.duplicate1_died = 1;
} else if (number eq 2) {
_root.enemy_infested_terran.infested_terran_15.duplicate2_died = 1;
} else if (number eq 3) {
_root.enemy_infested_terran.infested_terran_15.duplicate3_died = 1;
}
Symbol 1280 MovieClip Frame 2
if (random(3) eq 2) {
gotoAndPlay (10);
} else {
gotoAndPlay (30);
}
Symbol 1280 MovieClip Frame 29
stop();
Symbol 1280 MovieClip Frame 51
stop();
Symbol 1295 MovieClip Frame 3
_root.score = _root.score + _root.buggy_score;
_root.cash = _root.cash + _root.buggy_cash;
Symbol 1295 MovieClip Frame 57
stop();
if (number eq 1) {
_root.enemy_infested_terran.infested_terran_15.duplicate1_died = 1;
} else if (number eq 2) {
_root.enemy_infested_terran.infested_terran_15.duplicate2_died = 1;
} else if (number eq 3) {
_root.enemy_infested_terran.infested_terran_15.duplicate3_died = 1;
}
Symbol 1296 MovieClip Frame 1
stop();
Symbol 1296 MovieClip Frame 2
stop();
Symbol 1296 MovieClip Frame 3
stop();
Symbol 1297 MovieClip Frame 1
zerg.suicide.number = number;
zerg.death.number = number;
if (go eq 1) {
setProperty("zerg", _y , zerg._y + 3);
setProperty("zerg", _x , zerg._x + 3);
}
suicide_test = zerg.hitzone.hitTest(_root.zone_buggy_blow);
if (suicide_test eq "true") {
go = 0;
tellTarget ("zerg") {
play();
};
}
death_test1 = zerg.hitzone.hitTest(_root.explosion1.damage_zone);
death_test2 = zerg.hitzone.hitTest(_root.explosion2.damage_zone);
death_test3 = zerg.hitzone.hitTest(_root.mina_1.damage_zone);
death_test4 = zerg.hitzone.hitTest(_root.mina_2.damage_zone);
death_test5 = zerg.hitzone.hitTest(_root.mina_3.damage_zone);
if (((((death_test1 eq "true") or (death_test2 eq "true")) or (death_test3 eq "true")) or (death_test4 eq "true")) or (death_test5 eq "true")) {
go = 0;
tellTarget ("zerg") {
gotoAndStop (3);
};
}
if (_root.killallnahblya eq 1) {
go = 0;
tellTarget ("zerg") {
gotoAndStop (3);
};
}
Symbol 1297 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1298 MovieClip Frame 2
source_x = zerg_source._x;
source_y = zerg_source._y;
if (go eq 1) {
if ((set_duplicate_2_online != 1) and (random(_root.respawn_rate) eq 2)) {
set_duplicate_2_online = 1;
duplicateMovieClip ("zerg_source", "duplicate_2", 6);
setProperty("duplicate_2", _x , source_x + random(10));
setProperty("duplicate_2", _y , source_y);
duplicate_2.go = 1;
duplicate_2.number = 2;
}
if (((set_duplicate_1_online != 1) and (random(_root.respawn_rate) eq 3)) and (set_duplicate_2_online eq 1)) {
set_duplicate_1_online = 1;
duplicateMovieClip ("zerg_source", "duplicate_1", 5);
setProperty("duplicate_1", _x , source_x + random(10));
setProperty("duplicate_1", _y , source_y);
duplicate_1.go = 1;
duplicate_1.number = 1;
}
}
if (duplicate1_died eq 1) {
removeMovieClip("duplicate_1");
duplicate1_died = 0;
set_duplicate_1_online = 0;
}
if (duplicate2_died eq 1) {
removeMovieClip("duplicate_2");
duplicate2_died = 0;
set_duplicate_2_online = 0;
}
Symbol 1317 MovieClip Frame 4
_root.tank_hp = _root.tank_hp - _root.buggy_dmg;
Symbol 1317 MovieClip Frame 21
stop();
if (number eq 1) {
_root.enemy_infested_terran.infested_terran_14.duplicate1_died = 1;
} else if (number eq 2) {
_root.enemy_infested_terran.infested_terran_14.duplicate2_died = 1;
} else if (number eq 3) {
_root.enemy_infested_terran.infested_terran_14.duplicate3_died = 1;
}
Symbol 1318 MovieClip Frame 3
_root.score = _root.score + _root.buggy_score;
_root.cash = _root.cash + _root.buggy_cash;
Symbol 1318 MovieClip Frame 57
stop();
if (number eq 1) {
_root.enemy_infested_terran.infested_terran_14.duplicate1_died = 1;
} else if (number eq 2) {
_root.enemy_infested_terran.infested_terran_14.duplicate2_died = 1;
} else if (number eq 3) {
_root.enemy_infested_terran.infested_terran_14.duplicate3_died = 1;
}
Symbol 1319 MovieClip Frame 1
stop();
Symbol 1319 MovieClip Frame 2
stop();
Symbol 1319 MovieClip Frame 3
stop();
Symbol 1320 MovieClip Frame 1
zerg.suicide.number = number;
zerg.death.number = number;
if (go eq 1) {
setProperty("zerg", _y , zerg._y + 1.5);
setProperty("zerg", _x , zerg._x + 3);
}
suicide_test = zerg.hitzone.hitTest(_root.zone_buggy_blow);
if (suicide_test eq "true") {
go = 0;
tellTarget ("zerg") {
play();
};
}
death_test1 = zerg.hitzone.hitTest(_root.explosion1.damage_zone);
death_test2 = zerg.hitzone.hitTest(_root.explosion2.damage_zone);
death_test3 = zerg.hitzone.hitTest(_root.mina_1.damage_zone);
death_test4 = zerg.hitzone.hitTest(_root.mina_2.damage_zone);
death_test5 = zerg.hitzone.hitTest(_root.mina_3.damage_zone);
if (((((death_test1 eq "true") or (death_test2 eq "true")) or (death_test3 eq "true")) or (death_test4 eq "true")) or (death_test5 eq "true")) {
go = 0;
tellTarget ("zerg") {
gotoAndStop (3);
};
}
if (_root.killallnahblya eq 1) {
go = 0;
tellTarget ("zerg") {
gotoAndStop (3);
};
}
Symbol 1320 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1321 MovieClip Frame 2
source_x = zerg_source._x;
source_y = zerg_source._y;
if (go eq 1) {
if ((set_duplicate_2_online != 1) and (random(_root.respawn_rate) eq 2)) {
set_duplicate_2_online = 1;
duplicateMovieClip ("zerg_source", "duplicate_2", 6);
setProperty("duplicate_2", _x , source_x + random(10));
setProperty("duplicate_2", _y , source_y);
duplicate_2.go = 1;
duplicate_2.number = 2;
}
if (((set_duplicate_1_online != 1) and (random(_root.respawn_rate) eq 3)) and (set_duplicate_2_online eq 1)) {
set_duplicate_1_online = 1;
duplicateMovieClip ("zerg_source", "duplicate_1", 5);
setProperty("duplicate_1", _x , source_x + random(10));
setProperty("duplicate_1", _y , source_y);
duplicate_1.go = 1;
duplicate_1.number = 1;
}
}
if (duplicate1_died eq 1) {
removeMovieClip("duplicate_1");
duplicate1_died = 0;
set_duplicate_1_online = 0;
}
if (duplicate2_died eq 1) {
removeMovieClip("duplicate_2");
duplicate2_died = 0;
set_duplicate_2_online = 0;
}
Symbol 1340 MovieClip Frame 4
_root.tank_hp = _root.tank_hp - _root.buggy_dmg;
Symbol 1340 MovieClip Frame 21
stop();
if (number eq 1) {
_root.enemy_infested_terran.infested_terran_13.duplicate1_died = 1;
} else if (number eq 2) {
_root.enemy_infested_terran.infested_terran_13.duplicate2_died = 1;
} else if (number eq 3) {
_root.enemy_infested_terran.infested_terran_13.duplicate3_died = 1;
}
Symbol 1341 MovieClip Frame 3
_root.score = _root.score + _root.buggy_score;
_root.cash = _root.cash + _root.buggy_cash;
Symbol 1341 MovieClip Frame 57
stop();
if (number eq 1) {
_root.enemy_infested_terran.infested_terran_13.duplicate1_died = 1;
} else if (number eq 2) {
_root.enemy_infested_terran.infested_terran_13.duplicate2_died = 1;
} else if (number eq 3) {
_root.enemy_infested_terran.infested_terran_13.duplicate3_died = 1;
}
Symbol 1342 MovieClip Frame 1
stop();
Symbol 1342 MovieClip Frame 2
stop();
Symbol 1342 MovieClip Frame 3
stop();
Symbol 1343 MovieClip Frame 1
zerg.suicide.number = number;
zerg.death.number = number;
if (go eq 1) {
setProperty("zerg", _y , zerg._y + 0.5);
setProperty("zerg", _x , zerg._x + 3);
}
suicide_test = zerg.hitzone.hitTest(_root.zone_buggy_blow);
if (suicide_test eq "true") {
go = 0;
tellTarget ("zerg") {
play();
};
}
death_test1 = zerg.hitzone.hitTest(_root.explosion1.damage_zone);
death_test2 = zerg.hitzone.hitTest(_root.explosion2.damage_zone);
death_test3 = zerg.hitzone.hitTest(_root.mina_1.damage_zone);
death_test4 = zerg.hitzone.hitTest(_root.mina_2.damage_zone);
death_test5 = zerg.hitzone.hitTest(_root.mina_3.damage_zone);
if (((((death_test1 eq "true") or (death_test2 eq "true")) or (death_test3 eq "true")) or (death_test4 eq "true")) or (death_test5 eq "true")) {
go = 0;
tellTarget ("zerg") {
gotoAndStop (3);
};
}
if (_root.killallnahblya eq 1) {
go = 0;
tellTarget ("zerg") {
gotoAndStop (3);
};
}
Symbol 1343 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1344 MovieClip Frame 2
source_x = zerg_source._x;
source_y = zerg_source._y;
if (go eq 1) {
if ((set_duplicate_2_online != 1) and (random(_root.respawn_rate) eq 2)) {
set_duplicate_2_online = 1;
duplicateMovieClip ("zerg_source", "duplicate_2", 6);
setProperty("duplicate_2", _x , source_x + random(10));
setProperty("duplicate_2", _y , source_y);
duplicate_2.go = 1;
duplicate_2.number = 2;
}
if (((set_duplicate_1_online != 1) and (random(_root.respawn_rate) eq 3)) and (set_duplicate_2_online eq 1)) {
set_duplicate_1_online = 1;
duplicateMovieClip ("zerg_source", "duplicate_1", 5);
setProperty("duplicate_1", _x , source_x + random(10));
setProperty("duplicate_1", _y , source_y);
duplicate_1.go = 1;
duplicate_1.number = 1;
}
}
if (duplicate1_died eq 1) {
removeMovieClip("duplicate_1");
duplicate1_died = 0;
set_duplicate_1_online = 0;
}
if (duplicate2_died eq 1) {
removeMovieClip("duplicate_2");
duplicate2_died = 0;
set_duplicate_2_online = 0;
}
Symbol 1363 MovieClip Frame 4
_root.tank_hp = _root.tank_hp - _root.buggy_dmg;
Symbol 1363 MovieClip Frame 21
stop();
if (number eq 1) {
_root.enemy_infested_terran.infested_terran_12.duplicate1_died = 1;
} else if (number eq 2) {
_root.enemy_infested_terran.infested_terran_12.duplicate2_died = 1;
} else if (number eq 3) {
_root.enemy_infested_terran.infested_terran_12.duplicate3_died = 1;
}
Symbol 1364 MovieClip Frame 3
_root.score = _root.score + _root.buggy_score;
_root.cash = _root.cash + _root.buggy_cash;
Symbol 1364 MovieClip Frame 57
stop();
if (number eq 1) {
_root.enemy_infested_terran.infested_terran_12.duplicate1_died = 1;
} else if (number eq 2) {
_root.enemy_infested_terran.infested_terran_12.duplicate2_died = 1;
} else if (number eq 3) {
_root.enemy_infested_terran.infested_terran_12.duplicate3_died = 1;
}
Symbol 1365 MovieClip Frame 1
stop();
Symbol 1365 MovieClip Frame 2
stop();
Symbol 1365 MovieClip Frame 3
stop();
Symbol 1366 MovieClip Frame 1
zerg.suicide.number = number;
zerg.death.number = number;
if (go eq 1) {
setProperty("zerg", _x , zerg._x + 3);
}
suicide_test = zerg.hitzone.hitTest(_root.zone_buggy_blow);
if (suicide_test eq "true") {
go = 0;
tellTarget ("zerg") {
play();
};
}
death_test1 = zerg.hitzone.hitTest(_root.explosion1.damage_zone);
death_test2 = zerg.hitzone.hitTest(_root.explosion2.damage_zone);
death_test3 = zerg.hitzone.hitTest(_root.mina_1.damage_zone);
death_test4 = zerg.hitzone.hitTest(_root.mina_2.damage_zone);
death_test5 = zerg.hitzone.hitTest(_root.mina_3.damage_zone);
if (((((death_test1 eq "true") or (death_test2 eq "true")) or (death_test3 eq "true")) or (death_test4 eq "true")) or (death_test5 eq "true")) {
go = 0;
tellTarget ("zerg") {
gotoAndStop (3);
};
}
if (_root.killallnahblya eq 1) {
go = 0;
tellTarget ("zerg") {
gotoAndStop (3);
};
}
Symbol 1366 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1367 MovieClip Frame 2
source_x = zerg_source._x;
source_y = zerg_source._y;
if (go eq 1) {
if ((set_duplicate_2_online != 1) and (random(_root.respawn_rate) eq 2)) {
set_duplicate_2_online = 1;
duplicateMovieClip ("zerg_source", "duplicate_2", 6);
setProperty("duplicate_2", _x , source_x + random(10));
setProperty("duplicate_2", _y , source_y);
duplicate_2.go = 1;
duplicate_2.number = 2;
}
if (((set_duplicate_1_online != 1) and (random(_root.respawn_rate) eq 3)) and (set_duplicate_2_online eq 1)) {
set_duplicate_1_online = 1;
duplicateMovieClip ("zerg_source", "duplicate_1", 5);
setProperty("duplicate_1", _x , source_x + random(10));
setProperty("duplicate_1", _y , source_y);
duplicate_1.go = 1;
duplicate_1.number = 1;
}
}
if (duplicate1_died eq 1) {
removeMovieClip("duplicate_1");
duplicate1_died = 0;
set_duplicate_1_online = 0;
}
if (duplicate2_died eq 1) {
removeMovieClip("duplicate_2");
duplicate2_died = 0;
set_duplicate_2_online = 0;
}
Symbol 1386 MovieClip Frame 4
_root.tank_hp = _root.tank_hp - _root.buggy_dmg;
Symbol 1386 MovieClip Frame 21
stop();
if (number eq 1) {
_root.enemy_infested_terran.infested_terran_11.duplicate1_died = 1;
} else if (number eq 2) {
_root.enemy_infested_terran.infested_terran_11.duplicate2_died = 1;
} else if (number eq 3) {
_root.enemy_infested_terran.infested_terran_11.duplicate3_died = 1;
}
Symbol 1387 MovieClip Frame 3
_root.score = _root.score + _root.buggy_score;
_root.cash = _root.cash + _root.buggy_cash;
Symbol 1387 MovieClip Frame 57
stop();
if (number eq 1) {
_root.enemy_infested_terran.infested_terran_11.duplicate1_died = 1;
} else if (number eq 2) {
_root.enemy_infested_terran.infested_terran_11.duplicate2_died = 1;
} else if (number eq 3) {
_root.enemy_infested_terran.infested_terran_11.duplicate3_died = 1;
}
Symbol 1388 MovieClip Frame 1
stop();
Symbol 1388 MovieClip Frame 2
stop();
Symbol 1388 MovieClip Frame 3
stop();
Symbol 1389 MovieClip Frame 1
zerg.suicide.number = number;
zerg.death.number = number;
if (go eq 1) {
setProperty("zerg", _y , zerg._y - 3);
setProperty("zerg", _x , zerg._x + 2);
}
suicide_test = zerg.hitzone.hitTest(_root.zone_buggy_blow);
if (suicide_test eq "true") {
go = 0;
tellTarget ("zerg") {
play();
};
}
death_test1 = zerg.hitzone.hitTest(_root.explosion1.damage_zone);
death_test2 = zerg.hitzone.hitTest(_root.explosion2.damage_zone);
death_test3 = zerg.hitzone.hitTest(_root.mina_1.damage_zone);
death_test4 = zerg.hitzone.hitTest(_root.mina_2.damage_zone);
death_test5 = zerg.hitzone.hitTest(_root.mina_3.damage_zone);
if (((((death_test1 eq "true") or (death_test2 eq "true")) or (death_test3 eq "true")) or (death_test4 eq "true")) or (death_test5 eq "true")) {
go = 0;
tellTarget ("zerg") {
gotoAndStop (3);
};
}
if (_root.killallnahblya eq 1) {
go = 0;
tellTarget ("zerg") {
gotoAndStop (3);
};
}
Symbol 1389 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1390 MovieClip Frame 2
source_x = zerg_source._x;
source_y = zerg_source._y;
if (go eq 1) {
if ((set_duplicate_2_online != 1) and (random(_root.respawn_rate) eq 2)) {
set_duplicate_2_online = 1;
duplicateMovieClip ("zerg_source", "duplicate_2", 6);
setProperty("duplicate_2", _x , source_x + random(10));
setProperty("duplicate_2", _y , source_y);
duplicate_2.go = 1;
duplicate_2.number = 2;
}
if (((set_duplicate_1_online != 1) and (random(_root.respawn_rate) eq 3)) and (set_duplicate_2_online eq 1)) {
set_duplicate_1_online = 1;
duplicateMovieClip ("zerg_source", "duplicate_1", 5);
setProperty("duplicate_1", _x , source_x + random(10));
setProperty("duplicate_1", _y , source_y);
duplicate_1.go = 1;
duplicate_1.number = 1;
}
}
if (duplicate1_died eq 1) {
removeMovieClip("duplicate_1");
duplicate1_died = 0;
set_duplicate_1_online = 0;
}
if (duplicate2_died eq 1) {
removeMovieClip("duplicate_2");
duplicate2_died = 0;
set_duplicate_2_online = 0;
}
Symbol 1409 MovieClip Frame 4
_root.tank_hp = _root.tank_hp - _root.buggy_dmg;
Symbol 1409 MovieClip Frame 21
stop();
if (number eq 1) {
_root.enemy_infested_terran.infested_terran_10.duplicate1_died = 1;
} else if (number eq 2) {
_root.enemy_infested_terran.infested_terran_10.duplicate2_died = 1;
} else if (number eq 3) {
_root.enemy_infested_terran.infested_terran_10.duplicate3_died = 1;
}
Symbol 1410 MovieClip Frame 3
_root.score = _root.score + _root.buggy_score;
_root.cash = _root.cash + _root.buggy_cash;
Symbol 1410 MovieClip Frame 57
stop();
if (number eq 1) {
_root.enemy_infested_terran.infested_terran_10.duplicate1_died = 1;
} else if (number eq 2) {
_root.enemy_infested_terran.infested_terran_10.duplicate2_died = 1;
} else if (number eq 3) {
_root.enemy_infested_terran.infested_terran_10.duplicate3_died = 1;
}
Symbol 1411 MovieClip Frame 1
stop();
Symbol 1411 MovieClip Frame 2
stop();
Symbol 1411 MovieClip Frame 3
stop();
Symbol 1412 MovieClip Frame 1
zerg.suicide.number = number;
zerg.death.number = number;
if (go eq 1) {
setProperty("zerg", _y , zerg._y - 3);
setProperty("zerg", _x , zerg._x + 1);
}
suicide_test = zerg.hitzone.hitTest(_root.zone_buggy_blow);
if (suicide_test eq "true") {
go = 0;
tellTarget ("zerg") {
play();
};
}
death_test1 = zerg.hitzone.hitTest(_root.explosion1.damage_zone);
death_test2 = zerg.hitzone.hitTest(_root.explosion2.damage_zone);
death_test3 = zerg.hitzone.hitTest(_root.mina_1.damage_zone);
death_test4 = zerg.hitzone.hitTest(_root.mina_2.damage_zone);
death_test5 = zerg.hitzone.hitTest(_root.mina_3.damage_zone);
if (((((death_test1 eq "true") or (death_test2 eq "true")) or (death_test3 eq "true")) or (death_test4 eq "true")) or (death_test5 eq "true")) {
go = 0;
tellTarget ("zerg") {
gotoAndStop (3);
};
}
if (_root.killallnahblya eq 1) {
go = 0;
tellTarget ("zerg") {
gotoAndStop (3);
};
}
Symbol 1412 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1413 MovieClip Frame 2
source_x = zerg_source._x;
source_y = zerg_source._y;
if (go eq 1) {
if ((set_duplicate_2_online != 1) and (random(_root.respawn_rate) eq 2)) {
set_duplicate_2_online = 1;
duplicateMovieClip ("zerg_source", "duplicate_2", 6);
setProperty("duplicate_2", _x , source_x + random(10));
setProperty("duplicate_2", _y , source_y);
duplicate_2.go = 1;
duplicate_2.number = 2;
}
if (((set_duplicate_1_online != 1) and (random(_root.respawn_rate) eq 3)) and (set_duplicate_2_online eq 1)) {
set_duplicate_1_online = 1;
duplicateMovieClip ("zerg_source", "duplicate_1", 5);
setProperty("duplicate_1", _x , source_x + random(10));
setProperty("duplicate_1", _y , source_y);
duplicate_1.go = 1;
duplicate_1.number = 1;
}
}
if (duplicate1_died eq 1) {
removeMovieClip("duplicate_1");
duplicate1_died = 0;
set_duplicate_1_online = 0;
}
if (duplicate2_died eq 1) {
removeMovieClip("duplicate_2");
duplicate2_died = 0;
set_duplicate_2_online = 0;
}
Symbol 1431 MovieClip Frame 4
_root.tank_hp = _root.tank_hp - _root.buggy_dmg;
Symbol 1431 MovieClip Frame 21
stop();
if (number eq 1) {
_root.enemy_infested_terran.infested_terran_9.duplicate1_died = 1;
} else if (number eq 2) {
_root.enemy_infested_terran.infested_terran_9.duplicate2_died = 1;
} else if (number eq 3) {
_root.enemy_infested_terran.infested_terran_9.duplicate3_died = 1;
}
Symbol 1432 MovieClip Frame 3
_root.score = _root.score + _root.buggy_score;
_root.cash = _root.cash + _root.buggy_cash;
Symbol 1432 MovieClip Frame 57
stop();
if (number eq 1) {
_root.enemy_infested_terran.infested_terran_9.duplicate1_died = 1;
} else if (number eq 2) {
_root.enemy_infested_terran.infested_terran_9.duplicate2_died = 1;
} else if (number eq 3) {
_root.enemy_infested_terran.infested_terran_9.duplicate3_died = 1;
}
Symbol 1433 MovieClip Frame 1
stop();
Symbol 1433 MovieClip Frame 2
stop();
Symbol 1433 MovieClip Frame 3
stop();
Symbol 1434 MovieClip Frame 1
zerg.suicide.number = number;
zerg.death.number = number;
if (go eq 1) {
setProperty("zerg", _y , zerg._y - 3);
}
suicide_test = zerg.hitzone.hitTest(_root.zone_buggy_blow);
if (suicide_test eq "true") {
go = 0;
tellTarget ("zerg") {
play();
};
}
death_test1 = zerg.hitzone.hitTest(_root.explosion1.damage_zone);
death_test2 = zerg.hitzone.hitTest(_root.explosion2.damage_zone);
death_test3 = zerg.hitzone.hitTest(_root.mina_1.damage_zone);
death_test4 = zerg.hitzone.hitTest(_root.mina_2.damage_zone);
death_test5 = zerg.hitzone.hitTest(_root.mina_3.damage_zone);
if (((((death_test1 eq "true") or (death_test2 eq "true")) or (death_test3 eq "true")) or (death_test4 eq "true")) or (death_test5 eq "true")) {
go = 0;
tellTarget ("zerg") {
gotoAndStop (3);
};
}
if (_root.killallnahblya eq 1) {
go = 0;
tellTarget ("zerg") {
gotoAndStop (3);
};
}
Symbol 1434 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1435 MovieClip Frame 2
source_x = zerg_source._x;
source_y = zerg_source._y;
if (go eq 1) {
if ((set_duplicate_2_online != 1) and (random(_root.respawn_rate) eq 2)) {
set_duplicate_2_online = 1;
duplicateMovieClip ("zerg_source", "duplicate_2", 6);
setProperty("duplicate_2", _x , source_x + random(10));
setProperty("duplicate_2", _y , source_y);
duplicate_2.go = 1;
duplicate_2.number = 2;
}
if (((set_duplicate_1_online != 1) and (random(_root.respawn_rate) eq 3)) and (set_duplicate_2_online eq 1)) {
set_duplicate_1_online = 1;
duplicateMovieClip ("zerg_source", "duplicate_1", 5);
setProperty("duplicate_1", _x , source_x + random(10));
setProperty("duplicate_1", _y , source_y);
duplicate_1.go = 1;
duplicate_1.number = 1;
}
}
if (duplicate1_died eq 1) {
removeMovieClip("duplicate_1");
duplicate1_died = 0;
set_duplicate_1_online = 0;
}
if (duplicate2_died eq 1) {
removeMovieClip("duplicate_2");
duplicate2_died = 0;
set_duplicate_2_online = 0;
}
Symbol 1436 MovieClip Frame 4
_root.tank_hp = _root.tank_hp - _root.buggy_dmg;
Symbol 1436 MovieClip Frame 21
stop();
if (number eq 1) {
_root.enemy_infested_terran.infested_terran_8.duplicate1_died = 1;
} else if (number eq 2) {
_root.enemy_infested_terran.infested_terran_8.duplicate2_died = 1;
} else if (number eq 3) {
_root.enemy_infested_terran.infested_terran_8.duplicate3_died = 1;
}
Symbol 1437 MovieClip Frame 3
_root.score = _root.score + _root.buggy_score;
_root.cash = _root.cash + _root.buggy_cash;
Symbol 1437 MovieClip Frame 57
stop();
if (number eq 1) {
_root.enemy_infested_terran.infested_terran_8.duplicate1_died = 1;
} else if (number eq 2) {
_root.enemy_infested_terran.infested_terran_8.duplicate2_died = 1;
} else if (number eq 3) {
_root.enemy_infested_terran.infested_terran_8.duplicate3_died = 1;
}
Symbol 1438 MovieClip Frame 1
stop();
Symbol 1438 MovieClip Frame 2
stop();
Symbol 1438 MovieClip Frame 3
stop();
Symbol 1439 MovieClip Frame 1
zerg.suicide.number = number;
zerg.death.number = number;
if (go eq 1) {
setProperty("zerg", _y , zerg._y - 3);
setProperty("zerg", _x , zerg._x - 1);
}
suicide_test = zerg.hitzone.hitTest(_root.zone_buggy_blow);
if (suicide_test eq "true") {
go = 0;
tellTarget ("zerg") {
play();
};
}
death_test1 = zerg.hitzone.hitTest(_root.explosion1.damage_zone);
death_test2 = zerg.hitzone.hitTest(_root.explosion2.damage_zone);
death_test3 = zerg.hitzone.hitTest(_root.mina_1.damage_zone);
death_test4 = zerg.hitzone.hitTest(_root.mina_2.damage_zone);
death_test5 = zerg.hitzone.hitTest(_root.mina_3.damage_zone);
if (((((death_test1 eq "true") or (death_test2 eq "true")) or (death_test3 eq "true")) or (death_test4 eq "true")) or (death_test5 eq "true")) {
go = 0;
tellTarget ("zerg") {
gotoAndStop (3);
};
}
if (_root.killallnahblya eq 1) {
go = 0;
tellTarget ("zerg") {
gotoAndStop (3);
};
}
Symbol 1439 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1440 MovieClip Frame 2
source_x = zerg_source._x;
source_y = zerg_source._y;
if (go eq 1) {
if ((set_duplicate_2_online != 1) and (random(_root.respawn_rate) eq 2)) {
set_duplicate_2_online = 1;
duplicateMovieClip ("zerg_source", "duplicate_2", 6);
setProperty("duplicate_2", _x , source_x + random(10));
setProperty("duplicate_2", _y , source_y);
duplicate_2.go = 1;
duplicate_2.number = 2;
}
if (((set_duplicate_1_online != 1) and (random(_root.respawn_rate) eq 3)) and (set_duplicate_2_online eq 1)) {
set_duplicate_1_online = 1;
duplicateMovieClip ("zerg_source", "duplicate_1", 5);
setProperty("duplicate_1", _x , source_x + random(10));
setProperty("duplicate_1", _y , source_y);
duplicate_1.go = 1;
duplicate_1.number = 1;
}
}
if (duplicate1_died eq 1) {
removeMovieClip("duplicate_1");
duplicate1_died = 0;
set_duplicate_1_online = 0;
}
if (duplicate2_died eq 1) {
removeMovieClip("duplicate_2");
duplicate2_died = 0;
set_duplicate_2_online = 0;
}
Symbol 1441 MovieClip Frame 4
_root.tank_hp = _root.tank_hp - _root.buggy_dmg;
Symbol 1441 MovieClip Frame 21
stop();
if (number eq 1) {
_root.enemy_infested_terran.infested_terran_7.duplicate1_died = 1;
} else if (number eq 2) {
_root.enemy_infested_terran.infested_terran_7.duplicate2_died = 1;
} else if (number eq 3) {
_root.enemy_infested_terran.infested_terran_7.duplicate3_died = 1;
}
Symbol 1442 MovieClip Frame 3
_root.score = _root.score + _root.buggy_score;
_root.cash = _root.cash + _root.buggy_cash;
Symbol 1442 MovieClip Frame 57
stop();
if (number eq 1) {
_root.enemy_infested_terran.infested_terran_7.duplicate1_died = 1;
} else if (number eq 2) {
_root.enemy_infested_terran.infested_terran_7.duplicate2_died = 1;
} else if (number eq 3) {
_root.enemy_infested_terran.infested_terran_7.duplicate3_died = 1;
}
Symbol 1443 MovieClip Frame 1
stop();
Symbol 1443 MovieClip Frame 2
stop();
Symbol 1443 MovieClip Frame 3
stop();
Symbol 1444 MovieClip Frame 1
zerg.suicide.number = number;
zerg.death.number = number;
if (go eq 1) {
setProperty("zerg", _y , zerg._y - 3);
setProperty("zerg", _x , zerg._x - 2);
}
suicide_test = zerg.hitzone.hitTest(_root.zone_buggy_blow);
if (suicide_test eq "true") {
go = 0;
tellTarget ("zerg") {
play();
};
}
death_test1 = zerg.hitzone.hitTest(_root.explosion1.damage_zone);
death_test2 = zerg.hitzone.hitTest(_root.explosion2.damage_zone);
death_test3 = zerg.hitzone.hitTest(_root.mina_1.damage_zone);
death_test4 = zerg.hitzone.hitTest(_root.mina_2.damage_zone);
death_test5 = zerg.hitzone.hitTest(_root.mina_3.damage_zone);
if (((((death_test1 eq "true") or (death_test2 eq "true")) or (death_test3 eq "true")) or (death_test4 eq "true")) or (death_test5 eq "true")) {
go = 0;
tellTarget ("zerg") {
gotoAndStop (3);
};
}
if (_root.killallnahblya eq 1) {
go = 0;
tellTarget ("zerg") {
gotoAndStop (3);
};
}
Symbol 1444 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1445 MovieClip Frame 2
source_x = zerg_source._x;
source_y = zerg_source._y;
if (go eq 1) {
if ((set_duplicate_2_online != 1) and (random(_root.respawn_rate) eq 2)) {
set_duplicate_2_online = 1;
duplicateMovieClip ("zerg_source", "duplicate_2", 6);
setProperty("duplicate_2", _x , source_x + random(10));
setProperty("duplicate_2", _y , source_y);
duplicate_2.go = 1;
duplicate_2.number = 2;
}
if (((set_duplicate_1_online != 1) and (random(_root.respawn_rate) eq 3)) and (set_duplicate_2_online eq 1)) {
set_duplicate_1_online = 1;
duplicateMovieClip ("zerg_source", "duplicate_1", 5);
setProperty("duplicate_1", _x , source_x + random(10));
setProperty("duplicate_1", _y , source_y);
duplicate_1.go = 1;
duplicate_1.number = 1;
}
}
if (duplicate1_died eq 1) {
removeMovieClip("duplicate_1");
duplicate1_died = 0;
set_duplicate_1_online = 0;
}
if (duplicate2_died eq 1) {
removeMovieClip("duplicate_2");
duplicate2_died = 0;
set_duplicate_2_online = 0;
}
Symbol 1446 MovieClip Frame 4
_root.tank_hp = _root.tank_hp - _root.buggy_dmg;
Symbol 1446 MovieClip Frame 21
stop();
if (number eq 1) {
_root.enemy_infested_terran.infested_terran_6.duplicate1_died = 1;
} else if (number eq 2) {
_root.enemy_infested_terran.infested_terran_6.duplicate2_died = 1;
} else if (number eq 3) {
_root.enemy_infested_terran.infested_terran_6.duplicate3_died = 1;
}
Symbol 1447 MovieClip Frame 3
_root.score = _root.score + _root.buggy_score;
_root.cash = _root.cash + _root.buggy_cash;
Symbol 1447 MovieClip Frame 57
stop();
if (number eq 1) {
_root.enemy_infested_terran.infested_terran_6.duplicate1_died = 1;
} else if (number eq 2) {
_root.enemy_infested_terran.infested_terran_6.duplicate2_died = 1;
} else if (number eq 3) {
_root.enemy_infested_terran.infested_terran_6.duplicate3_died = 1;
}
Symbol 1448 MovieClip Frame 1
stop();
Symbol 1448 MovieClip Frame 2
stop();
Symbol 1448 MovieClip Frame 3
stop();
Symbol 1449 MovieClip Frame 1
zerg.suicide.number = number;
zerg.death.number = number;
if (go eq 1) {
setProperty("zerg", _x , zerg._x - 3);
}
suicide_test = zerg.hitzone.hitTest(_root.zone_buggy_blow);
if (suicide_test eq "true") {
go = 0;
tellTarget ("zerg") {
play();
};
}
death_test1 = zerg.hitzone.hitTest(_root.explosion1.damage_zone);
death_test2 = zerg.hitzone.hitTest(_root.explosion2.damage_zone);
death_test3 = zerg.hitzone.hitTest(_root.mina_1.damage_zone);
death_test4 = zerg.hitzone.hitTest(_root.mina_2.damage_zone);
death_test5 = zerg.hitzone.hitTest(_root.mina_3.damage_zone);
if (((((death_test1 eq "true") or (death_test2 eq "true")) or (death_test3 eq "true")) or (death_test4 eq "true")) or (death_test5 eq "true")) {
go = 0;
tellTarget ("zerg") {
gotoAndStop (3);
};
}
if (_root.killallnahblya eq 1) {
go = 0;
tellTarget ("zerg") {
gotoAndStop (3);
};
}
Symbol 1449 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1450 MovieClip Frame 2
source_x = zerg_source._x;
source_y = zerg_source._y;
if (go eq 1) {
if ((set_duplicate_2_online != 1) and (random(_root.respawn_rate) eq 2)) {
set_duplicate_2_online = 1;
duplicateMovieClip ("zerg_source", "duplicate_2", 6);
setProperty("duplicate_2", _x , source_x + random(10));
setProperty("duplicate_2", _y , source_y);
duplicate_2.go = 1;
duplicate_2.number = 2;
}
if (((set_duplicate_1_online != 1) and (random(_root.respawn_rate) eq 3)) and (set_duplicate_2_online eq 1)) {
set_duplicate_1_online = 1;
duplicateMovieClip ("zerg_source", "duplicate_1", 5);
setProperty("duplicate_1", _x , source_x + random(10));
setProperty("duplicate_1", _y , source_y);
duplicate_1.go = 1;
duplicate_1.number = 1;
}
}
if (duplicate1_died eq 1) {
removeMovieClip("duplicate_1");
duplicate1_died = 0;
set_duplicate_1_online = 0;
}
if (duplicate2_died eq 1) {
removeMovieClip("duplicate_2");
duplicate2_died = 0;
set_duplicate_2_online = 0;
}
Symbol 1451 MovieClip Frame 4
_root.tank_hp = _root.tank_hp - _root.buggy_dmg;
Symbol 1451 MovieClip Frame 21
stop();
if (number eq 1) {
_root.enemy_infested_terran.infested_terran_5.duplicate1_died = 1;
} else if (number eq 2) {
_root.enemy_infested_terran.infested_terran_5.duplicate2_died = 1;
} else if (number eq 3) {
_root.enemy_infested_terran.infested_terran_5.duplicate3_died = 1;
}
Symbol 1452 MovieClip Frame 3
_root.score = _root.score + _root.buggy_score;
_root.cash = _root.cash + _root.buggy_cash;
Symbol 1452 MovieClip Frame 57
stop();
if (number eq 1) {
_root.enemy_infested_terran.infested_terran_5.duplicate1_died = 1;
} else if (number eq 2) {
_root.enemy_infested_terran.infested_terran_5.duplicate2_died = 1;
} else if (number eq 3) {
_root.enemy_infested_terran.infested_terran_5.duplicate3_died = 1;
}
Symbol 1453 MovieClip Frame 1
stop();
Symbol 1453 MovieClip Frame 2
stop();
Symbol 1453 MovieClip Frame 3
stop();
Symbol 1454 MovieClip Frame 1
zerg.suicide.number = number;
zerg.death.number = number;
if (go eq 1) {
setProperty("zerg", _y , zerg._y + 0.5);
setProperty("zerg", _x , zerg._x - 3);
}
suicide_test = zerg.hitzone.hitTest(_root.zone_buggy_blow);
if (suicide_test eq "true") {
go = 0;
tellTarget ("zerg") {
play();
};
}
death_test1 = zerg.hitzone.hitTest(_root.explosion1.damage_zone);
death_test2 = zerg.hitzone.hitTest(_root.explosion2.damage_zone);
death_test3 = zerg.hitzone.hitTest(_root.mina_1.damage_zone);
death_test4 = zerg.hitzone.hitTest(_root.mina_2.damage_zone);
death_test5 = zerg.hitzone.hitTest(_root.mina_3.damage_zone);
if (((((death_test1 eq "true") or (death_test2 eq "true")) or (death_test3 eq "true")) or (death_test4 eq "true")) or (death_test5 eq "true")) {
go = 0;
tellTarget ("zerg") {
gotoAndStop (3);
};
}
if (_root.killallnahblya eq 1) {
go = 0;
tellTarget ("zerg") {
gotoAndStop (3);
};
}
Symbol 1454 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1455 MovieClip Frame 2
source_x = zerg_source._x;
source_y = zerg_source._y;
if (go eq 1) {
if ((set_duplicate_2_online != 1) and (random(_root.respawn_rate) eq 2)) {
set_duplicate_2_online = 1;
duplicateMovieClip ("zerg_source", "duplicate_2", 6);
setProperty("duplicate_2", _x , source_x + random(10));
setProperty("duplicate_2", _y , source_y);
duplicate_2.go = 1;
duplicate_2.number = 2;
}
if (((set_duplicate_1_online != 1) and (random(_root.respawn_rate) eq 3)) and (set_duplicate_2_online eq 1)) {
set_duplicate_1_online = 1;
duplicateMovieClip ("zerg_source", "duplicate_1", 5);
setProperty("duplicate_1", _x , source_x + random(10));
setProperty("duplicate_1", _y , source_y);
duplicate_1.go = 1;
duplicate_1.number = 1;
}
}
if (duplicate1_died eq 1) {
removeMovieClip("duplicate_1");
duplicate1_died = 0;
set_duplicate_1_online = 0;
}
if (duplicate2_died eq 1) {
removeMovieClip("duplicate_2");
duplicate2_died = 0;
set_duplicate_2_online = 0;
}
Symbol 1456 MovieClip Frame 4
_root.tank_hp = _root.tank_hp - _root.buggy_dmg;
Symbol 1456 MovieClip Frame 21
stop();
if (number eq 1) {
_root.enemy_infested_terran.infested_terran_4.duplicate1_died = 1;
} else if (number eq 2) {
_root.enemy_infested_terran.infested_terran_4.duplicate2_died = 1;
} else if (number eq 3) {
_root.enemy_infested_terran.infested_terran_4.duplicate3_died = 1;
}
Symbol 1457 MovieClip Frame 3
_root.score = _root.score + _root.buggy_score;
_root.cash = _root.cash + _root.buggy_cash;
Symbol 1457 MovieClip Frame 57
stop();
if (number eq 1) {
_root.enemy_infested_terran.infested_terran_4.duplicate1_died = 1;
} else if (number eq 2) {
_root.enemy_infested_terran.infested_terran_4.duplicate2_died = 1;
} else if (number eq 3) {
_root.enemy_infested_terran.infested_terran_4.duplicate3_died = 1;
}
Symbol 1458 MovieClip Frame 1
stop();
Symbol 1458 MovieClip Frame 2
stop();
Symbol 1458 MovieClip Frame 3
stop();
Symbol 1459 MovieClip Frame 1
zerg.suicide.number = number;
zerg.death.number = number;
if (go eq 1) {
setProperty("zerg", _y , zerg._y + 1.5);
setProperty("zerg", _x , zerg._x - 3);
}
suicide_test = zerg.hitzone.hitTest(_root.zone_buggy_blow);
if (suicide_test eq "true") {
go = 0;
tellTarget ("zerg") {
play();
};
}
death_test1 = zerg.hitzone.hitTest(_root.explosion1.damage_zone);
death_test2 = zerg.hitzone.hitTest(_root.explosion2.damage_zone);
death_test3 = zerg.hitzone.hitTest(_root.mina_1.damage_zone);
death_test4 = zerg.hitzone.hitTest(_root.mina_2.damage_zone);
death_test5 = zerg.hitzone.hitTest(_root.mina_3.damage_zone);
if (((((death_test1 eq "true") or (death_test2 eq "true")) or (death_test3 eq "true")) or (death_test4 eq "true")) or (death_test5 eq "true")) {
go = 0;
tellTarget ("zerg") {
gotoAndStop (3);
};
}
if (_root.killallnahblya eq 1) {
go = 0;
tellTarget ("zerg") {
gotoAndStop (3);
};
}
Symbol 1459 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1460 MovieClip Frame 2
source_x = zerg_source._x;
source_y = zerg_source._y;
if (go eq 1) {
if ((set_duplicate_2_online != 1) and (random(_root.respawn_rate) eq 2)) {
set_duplicate_2_online = 1;
duplicateMovieClip ("zerg_source", "duplicate_2", 6);
setProperty("duplicate_2", _x , source_x + random(10));
setProperty("duplicate_2", _y , source_y);
duplicate_2.go = 1;
duplicate_2.number = 2;
}
if (((set_duplicate_1_online != 1) and (random(_root.respawn_rate) eq 3)) and (set_duplicate_2_online eq 1)) {
set_duplicate_1_online = 1;
duplicateMovieClip ("zerg_source", "duplicate_1", 5);
setProperty("duplicate_1", _x , source_x + random(10));
setProperty("duplicate_1", _y , source_y);
duplicate_1.go = 1;
duplicate_1.number = 1;
}
}
if (duplicate1_died eq 1) {
removeMovieClip("duplicate_1");
duplicate1_died = 0;
set_duplicate_1_online = 0;
}
if (duplicate2_died eq 1) {
removeMovieClip("duplicate_2");
duplicate2_died = 0;
set_duplicate_2_online = 0;
}
Symbol 1461 MovieClip Frame 4
_root.tank_hp = _root.tank_hp - _root.buggy_dmg;
Symbol 1461 MovieClip Frame 21
stop();
if (number eq 1) {
_root.enemy_infested_terran.infested_terran_3.duplicate1_died = 1;
} else if (number eq 2) {
_root.enemy_infested_terran.infested_terran_3.duplicate2_died = 1;
} else if (number eq 3) {
_root.enemy_infested_terran.infested_terran_3.duplicate3_died = 1;
}
Symbol 1462 MovieClip Frame 3
_root.score = _root.score + _root.buggy_score;
_root.cash = _root.cash + _root.buggy_cash;
Symbol 1462 MovieClip Frame 57
stop();
if (number eq 1) {
_root.enemy_infested_terran.infested_terran_3.duplicate1_died = 1;
} else if (number eq 2) {
_root.enemy_infested_terran.infested_terran_3.duplicate2_died = 1;
} else if (number eq 3) {
_root.enemy_infested_terran.infested_terran_3.duplicate3_died = 1;
}
Symbol 1463 MovieClip Frame 1
stop();
Symbol 1463 MovieClip Frame 2
stop();
Symbol 1463 MovieClip Frame 3
stop();
Symbol 1464 MovieClip Frame 1
zerg.suicide.number = number;
zerg.death.number = number;
if (go eq 1) {
setProperty("zerg", _y , zerg._y + 3);
setProperty("zerg", _x , zerg._x - 3);
}
suicide_test = zerg.hitzone.hitTest(_root.zone_buggy_blow);
if (suicide_test eq "true") {
go = 0;
tellTarget ("zerg") {
play();
};
}
death_test1 = zerg.hitzone.hitTest(_root.explosion1.damage_zone);
death_test2 = zerg.hitzone.hitTest(_root.explosion2.damage_zone);
death_test3 = zerg.hitzone.hitTest(_root.mina_1.damage_zone);
death_test4 = zerg.hitzone.hitTest(_root.mina_2.damage_zone);
death_test5 = zerg.hitzone.hitTest(_root.mina_3.damage_zone);
if (((((death_test1 eq "true") or (death_test2 eq "true")) or (death_test3 eq "true")) or (death_test4 eq "true")) or (death_test5 eq "true")) {
go = 0;
tellTarget ("zerg") {
gotoAndStop (3);
};
}
if (_root.killallnahblya eq 1) {
go = 0;
tellTarget ("zerg") {
gotoAndStop (3);
};
}
Symbol 1464 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1465 MovieClip Frame 2
source_x = zerg_source._x;
source_y = zerg_source._y;
if (go eq 1) {
if ((set_duplicate_2_online != 1) and (random(_root.respawn_rate) eq 2)) {
set_duplicate_2_online = 1;
duplicateMovieClip ("zerg_source", "duplicate_2", 6);
setProperty("duplicate_2", _x , source_x + random(10));
setProperty("duplicate_2", _y , source_y);
duplicate_2.go = 1;
duplicate_2.number = 2;
}
if (((set_duplicate_1_online != 1) and (random(_root.respawn_rate) eq 3)) and (set_duplicate_2_online eq 1)) {
set_duplicate_1_online = 1;
duplicateMovieClip ("zerg_source", "duplicate_1", 5);
setProperty("duplicate_1", _x , source_x + random(10));
setProperty("duplicate_1", _y , source_y);
duplicate_1.go = 1;
duplicate_1.number = 1;
}
}
if (duplicate1_died eq 1) {
removeMovieClip("duplicate_1");
duplicate1_died = 0;
set_duplicate_1_online = 0;
}
if (duplicate2_died eq 1) {
removeMovieClip("duplicate_2");
duplicate2_died = 0;
set_duplicate_2_online = 0;
}
Symbol 1483 MovieClip Frame 4
_root.tank_hp = _root.tank_hp - _root.buggy_dmg;
Symbol 1483 MovieClip Frame 21
stop();
if (number eq 1) {
_root.enemy_infested_terran.infested_terran_2.duplicate1_died = 1;
} else if (number eq 2) {
_root.enemy_infested_terran.infested_terran_2.duplicate2_died = 1;
} else if (number eq 3) {
_root.enemy_infested_terran.infested_terran_2.duplicate3_died = 1;
}
Symbol 1484 MovieClip Frame 3
_root.score = _root.score + _root.buggy_score;
_root.cash = _root.cash + _root.buggy_cash;
Symbol 1484 MovieClip Frame 57
stop();
if (number eq 1) {
_root.enemy_infested_terran.infested_terran_2.duplicate1_died = 1;
} else if (number eq 2) {
_root.enemy_infested_terran.infested_terran_2.duplicate2_died = 1;
} else if (number eq 3) {
_root.enemy_infested_terran.infested_terran_2.duplicate3_died = 1;
}
Symbol 1485 MovieClip Frame 1
stop();
Symbol 1485 MovieClip Frame 2
stop();
Symbol 1485 MovieClip Frame 3
stop();
Symbol 1486 MovieClip Frame 1
zerg.suicide.number = number;
zerg.death.number = number;
if (go eq 1) {
setProperty("zerg", _y , zerg._y + 3);
setProperty("zerg", _x , zerg._x - 2);
}
suicide_test = zerg.hitzone.hitTest(_root.zone_buggy_blow);
if (suicide_test eq "true") {
go = 0;
tellTarget ("zerg") {
play();
};
}
death_test1 = zerg.hitzone.hitTest(_root.explosion1.damage_zone);
death_test2 = zerg.hitzone.hitTest(_root.explosion2.damage_zone);
death_test3 = zerg.hitzone.hitTest(_root.mina_1.damage_zone);
death_test4 = zerg.hitzone.hitTest(_root.mina_2.damage_zone);
death_test5 = zerg.hitzone.hitTest(_root.mina_3.damage_zone);
if (((((death_test1 eq "true") or (death_test2 eq "true")) or (death_test3 eq "true")) or (death_test4 eq "true")) or (death_test5 eq "true")) {
go = 0;
tellTarget ("zerg") {
gotoAndStop (3);
};
}
if (_root.killallnahblya eq 1) {
go = 0;
tellTarget ("zerg") {
gotoAndStop (3);
};
}
Symbol 1486 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1487 MovieClip Frame 2
source_x = zerg_source._x;
source_y = zerg_source._y;
if (go eq 1) {
if ((set_duplicate_2_online != 1) and (random(_root.respawn_rate) eq 2)) {
set_duplicate_2_online = 1;
duplicateMovieClip ("zerg_source", "duplicate_2", 6);
setProperty("duplicate_2", _x , source_x + random(10));
setProperty("duplicate_2", _y , source_y);
duplicate_2.go = 1;
duplicate_2.number = 2;
}
if (((set_duplicate_1_online != 1) and (random(_root.respawn_rate) eq 3)) and (set_duplicate_2_online eq 1)) {
set_duplicate_1_online = 1;
duplicateMovieClip ("zerg_source", "duplicate_1", 5);
setProperty("duplicate_1", _x , source_x + random(10));
setProperty("duplicate_1", _y , source_y);
duplicate_1.go = 1;
duplicate_1.number = 1;
}
}
if (duplicate1_died eq 1) {
removeMovieClip("duplicate_1");
duplicate1_died = 0;
set_duplicate_1_online = 0;
}
if (duplicate2_died eq 1) {
removeMovieClip("duplicate_2");
duplicate2_died = 0;
set_duplicate_2_online = 0;
}
Symbol 1489 MovieClip Frame 4
_root.tank_hp = _root.tank_hp - _root.buggy_dmg;
Symbol 1489 MovieClip Frame 21
stop();
if (number eq 1) {
_root.enemy_infested_terran.infested_terran_16.duplicate1_died = 1;
} else if (number eq 2) {
_root.enemy_infested_terran.infested_terran_16.duplicate2_died = 1;
} else if (number eq 3) {
_root.enemy_infested_terran.infested_terran_16.duplicate3_died = 1;
}
Symbol 1490 MovieClip Frame 3
_root.score = _root.score + _root.buggy_score;
_root.cash = _root.cash + _root.buggy_cash;
Symbol 1490 MovieClip Frame 57
stop();
if (number eq 1) {
_root.enemy_infested_terran.infested_terran_16.duplicate1_died = 1;
} else if (number eq 2) {
_root.enemy_infested_terran.infested_terran_16.duplicate2_died = 1;
} else if (number eq 3) {
_root.enemy_infested_terran.infested_terran_16.duplicate3_died = 1;
}
Symbol 1491 MovieClip Frame 1
stop();
Symbol 1491 MovieClip Frame 2
stop();
Symbol 1491 MovieClip Frame 3
stop();
Symbol 1492 MovieClip Frame 1
zerg.suicide.number = number;
zerg.death.number = number;
if (go eq 1) {
setProperty("zerg", _y , zerg._y + 3);
setProperty("zerg", _x , zerg._x + 2);
}
suicide_test = zerg.hitzone.hitTest(_root.zone_buggy_blow);
if (suicide_test eq "true") {
go = 0;
tellTarget ("zerg") {
play();
};
}
death_test1 = zerg.hitzone.hitTest(_root.explosion1.damage_zone);
death_test2 = zerg.hitzone.hitTest(_root.explosion2.damage_zone);
death_test3 = zerg.hitzone.hitTest(_root.mina_1.damage_zone);
death_test4 = zerg.hitzone.hitTest(_root.mina_2.damage_zone);
death_test5 = zerg.hitzone.hitTest(_root.mina_3.damage_zone);
if (((((death_test1 eq "true") or (death_test2 eq "true")) or (death_test3 eq "true")) or (death_test4 eq "true")) or (death_test5 eq "true")) {
go = 0;
tellTarget ("zerg") {
gotoAndStop (3);
};
}
if (_root.killallnahblya eq 1) {
go = 0;
tellTarget ("zerg") {
gotoAndStop (3);
};
}
Symbol 1492 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1493 MovieClip Frame 2
source_x = zerg_source._x;
source_y = zerg_source._y;
if (go eq 1) {
if ((set_duplicate_2_online != 1) and (random(_root.respawn_rate) eq 2)) {
set_duplicate_2_online = 1;
duplicateMovieClip ("zerg_source", "duplicate_2", 6);
setProperty("duplicate_2", _x , source_x + random(10));
setProperty("duplicate_2", _y , source_y);
duplicate_2.go = 1;
duplicate_2.number = 2;
}
if (((set_duplicate_1_online != 1) and (random(_root.respawn_rate) eq 3)) and (set_duplicate_2_online eq 1)) {
set_duplicate_1_online = 1;
duplicateMovieClip ("zerg_source", "duplicate_1", 5);
setProperty("duplicate_1", _x , source_x + random(10));
setProperty("duplicate_1", _y , source_y);
duplicate_1.go = 1;
duplicate_1.number = 1;
}
}
if (duplicate1_died eq 1) {
removeMovieClip("duplicate_1");
duplicate1_died = 0;
set_duplicate_1_online = 0;
}
if (duplicate2_died eq 1) {
removeMovieClip("duplicate_2");
duplicate2_died = 0;
set_duplicate_2_online = 0;
}
Symbol 1505 MovieClip Frame 4
_root.tank_hp = _root.tank_hp - _root.buggy_dmg;
Symbol 1505 MovieClip Frame 21
stop();
if (number eq 1) {
_root.enemy_infested_terran.infested_terran_1.duplicate1_died = 1;
} else if (number eq 2) {
_root.enemy_infested_terran.infested_terran_1.duplicate2_died = 1;
} else if (number eq 3) {
_root.enemy_infested_terran.infested_terran_1.duplicate3_died = 1;
}
Symbol 1506 MovieClip Frame 3
_root.score = _root.score + _root.buggy_score;
_root.cash = _root.cash + _root.buggy_cash;
Symbol 1506 MovieClip Frame 57
stop();
if (number eq 1) {
_root.enemy_infested_terran.infested_terran_1.duplicate1_died = 1;
} else if (number eq 2) {
_root.enemy_infested_terran.infested_terran_1.duplicate2_died = 1;
} else if (number eq 3) {
_root.enemy_infested_terran.infested_terran_1.duplicate3_died = 1;
}
Symbol 1507 MovieClip Frame 1
stop();
Symbol 1507 MovieClip Frame 2
stop();
Symbol 1507 MovieClip Frame 3
stop();
Symbol 1508 MovieClip Frame 1
zerg.suicide.number = number;
zerg.death.number = number;
if (go eq 1) {
setProperty("zerg", _y , zerg._y + 3);
}
suicide_test = zerg.hitzone.hitTest(_root.zone_buggy_blow);
if (suicide_test eq "true") {
go = 0;
tellTarget ("zerg") {
play();
};
}
death_test1 = zerg.hitzone.hitTest(_root.explosion1.damage_zone);
death_test2 = zerg.hitzone.hitTest(_root.explosion2.damage_zone);
death_test3 = zerg.hitzone.hitTest(_root.mina_1.damage_zone);
death_test4 = zerg.hitzone.hitTest(_root.mina_2.damage_zone);
death_test5 = zerg.hitzone.hitTest(_root.mina_3.damage_zone);
if (((((death_test1 eq "true") or (death_test2 eq "true")) or (death_test3 eq "true")) or (death_test4 eq "true")) or (death_test5 eq "true")) {
go = 0;
tellTarget ("zerg") {
gotoAndStop (3);
};
}
if (_root.killallnahblya eq 1) {
go = 0;
tellTarget ("zerg") {
gotoAndStop (3);
};
}
Symbol 1508 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1509 MovieClip Frame 2
source_x = zerg_source._x;
source_y = zerg_source._y;
if (go eq 1) {
if ((set_duplicate_2_online != 1) and (random(_root.respawn_rate) eq 2)) {
set_duplicate_2_online = 1;
duplicateMovieClip ("zerg_source", "duplicate_2", 6);
setProperty("duplicate_2", _x , source_x + random(10));
setProperty("duplicate_2", _y , source_y);
duplicate_2.go = 1;
duplicate_2.number = 2;
}
if (((set_duplicate_1_online != 1) and (random(_root.respawn_rate) eq 3)) and (set_duplicate_2_online eq 1)) {
set_duplicate_1_online = 1;
duplicateMovieClip ("zerg_source", "duplicate_1", 5);
setProperty("duplicate_1", _x , source_x + random(10));
setProperty("duplicate_1", _y , source_y);
duplicate_1.go = 1;
duplicate_1.number = 1;
}
}
if (duplicate1_died eq 1) {
removeMovieClip("duplicate_1");
duplicate1_died = 0;
set_duplicate_1_online = 0;
}
if (duplicate2_died eq 1) {
removeMovieClip("duplicate_2");
duplicate2_died = 0;
set_duplicate_2_online = 0;
}
Symbol 1513 Button
on (keyPress "a") {
if (_root.shells < 18) {
gotoAndPlay (3);
}
}
on (keyPress "A") {
if (_root.shells < 18) {
gotoAndPlay (3);
}
}
on (keyPress "<Space>") {
if (_root.shells < 18) {
gotoAndPlay (3);
}
}
Symbol 1516 Button
on (keyPress "a") {
if (_root.shells < 17) {
gotoAndPlay (1);
}
}
on (keyPress "A") {
if (_root.shells < 17) {
gotoAndPlay (1);
}
}
on (keyPress "<Space>") {
if (_root.shells < 17) {
gotoAndPlay (1);
}
}
Symbol 1517 MovieClip Frame 1
_root.reloading = 0;
Symbol 1517 MovieClip Frame 2
if (_root.shells <= 0) {
gotoAndPlay (3);
} else {
gotoAndPlay (1);
}
Symbol 1517 MovieClip Frame 7
_root.reloading = 1;
if (_root.shells < 18) {
_root.shells = _root.shells + 1;
}
if (_root.shells > 18) {
_root.shells = 18;
}
Symbol 1517 MovieClip Frame 14
if (_root.shells >= 18) {
_root.shells = 18;
gotoAndPlay (1);
} else {
gotoAndPlay (3);
}
Instance of Symbol 1527 MovieClip "bots" in Symbol 1528 MovieClip Frame 1
onClipEvent (load) {
function angle_between_two_points(x1, y1, x2, y2) {
angle = Math.atan((y2 - y1) / (x2 - x1));
if (x1 < x2) {
angle = angle + Math.PI;
}
angle = angle * 57.2957795130823;
return(angle);
}
function Bot_Object(n, claw_num, targetX, targetY, height, step_distance, step_speed) {
this.n = n;
this.turret = this.n.turret;
this.barrell = this.n.turret.barrell;
this.barrell = this.n.turret.barrell;
this.angle_increment = this.step_increment * 2;
this.targetX = targetX;
this.targetY = targetY;
this.point_barrell = point_barrell;
}
function point_barrell() {
this.barrell._rotation = angle_between_two_points(this.targetX(), this.targetY(), this.turret._x, this.turret._y);
}
function main_bot_xmouse() {
return(this.n._xmouse);
}
function main_bot_ymouse() {
return(this.n._ymouse);
}
var n = this.main_bot;
var t = n.turret;
var b = t.barrell;
var main_bot = new Bot_Object(n, 4, main_bot_xmouse, main_bot_ymouse, height, step_distance, step_speed);
}
onClipEvent (enterFrame) {
main_bot.point_barrell();
}
Symbol 1561 MovieClip Frame 1
hittestB2 = b2.hitTest(_root._xmouse, _root._ymouse, true);
hittestB16 = b16.hitTest(_root._xmouse, _root._ymouse, true);
hittestB10 = b10.hitTest(_root._xmouse, _root._ymouse, true);
if (((hittestB2 != "true") and (hittestB16 != "true")) and (hittestB10 != "true")) {
hittest1 = napravleniemishki.hitTest(a1);
hittest2 = a2.hitTest(napravleniemishki);
hittest3 = a3.hitTest(napravleniemishki);
hittest4 = a4.hitTest(napravleniemishki);
hittest5 = a5.hitTest(napravleniemishki);
hittest6 = a6.hitTest(napravleniemishki);
hittest7 = a7.hitTest(napravleniemishki);
hittest8 = a8.hitTest(napravleniemishki);
hittest9 = a9.hitTest(napravleniemishki);
hittest10 = a10.hitTest(napravleniemishki);
hittest11 = a11.hitTest(napravleniemishki);
hittest12 = a12.hitTest(napravleniemishki);
hittest13 = a13.hitTest(napravleniemishki);
hittest14 = a14.hitTest(napravleniemishki);
hittest15 = a15.hitTest(napravleniemishki);
hittest16 = a16.hitTest(napravleniemishki);
} else if (hittestB2 eq "true") {
hittest2 = "true";
} else if (hittestB16 eq "true") {
hittest16 = "true";
} else if (hittestB10 eq "true") {
_root.napravlenie = 10;
hittest10 = "true";
}
if (hittest1 eq "true") {
_root.napravlenie = 1;
} else if (hittest2 eq "true") {
_root.napravlenie = 2;
} else if (hittest3 eq "true") {
_root.napravlenie = 3;
} else if (hittest4 eq "true") {
_root.napravlenie = 4;
} else if (hittest5 eq "true") {
_root.napravlenie = 5;
} else if (hittest6 eq "true") {
_root.napravlenie = 6;
} else if (hittest7 eq "true") {
_root.napravlenie = 7;
} else if (hittest8 eq "true") {
_root.napravlenie = 8;
} else if (hittest9 eq "true") {
_root.napravlenie = 9;
} else if (hittest10 eq "true") {
_root.napravlenie = 10;
} else if (hittest11 eq "true") {
_root.napravlenie = 11;
} else if (hittest12 eq "true") {
_root.napravlenie = 12;
} else if (hittest13 eq "true") {
_root.napravlenie = 13;
} else if (hittest14 eq "true") {
_root.napravlenie = 14;
} else if (hittest15 eq "true") {
_root.napravlenie = 15;
} else if (hittest16 eq "true") {
_root.napravlenie = 16;
}
if (hittestB10 eq "true") {
_root.napravlenie = 10;
hittest10 = "true";
}
Symbol 1561 MovieClip Frame 2
hittestB2 = b2.hitTest(_root._xmouse, _root._ymouse, true);
hittestB16 = b16.hitTest(_root._xmouse, _root._ymouse, true);
hittestB10 = b10.hitTest(_root._xmouse, _root._ymouse, true);
if (((hittestB2 != "true") and (hittestB16 != "true")) and (hittestB10 != "true")) {
hittest1 = napravleniemishki.hitTest(a1);
hittest2 = a2.hitTest(napravleniemishki);
hittest3 = a3.hitTest(napravleniemishki);
hittest4 = a4.hitTest(napravleniemishki);
hittest5 = a5.hitTest(napravleniemishki);
hittest6 = a6.hitTest(napravleniemishki);
hittest7 = a7.hitTest(napravleniemishki);
hittest8 = a8.hitTest(napravleniemishki);
hittest9 = a9.hitTest(napravleniemishki);
hittest10 = a10.hitTest(napravleniemishki);
hittest11 = a11.hitTest(napravleniemishki);
hittest12 = a12.hitTest(napravleniemishki);
hittest13 = a13.hitTest(napravleniemishki);
hittest14 = a14.hitTest(napravleniemishki);
hittest15 = a15.hitTest(napravleniemishki);
hittest16 = a16.hitTest(napravleniemishki);
} else if (hittestB2 eq "true") {
hittest2 = "true";
} else if (hittestB16 eq "true") {
hittest16 = "true";
} else if (hittestB10 eq "true") {
_root.napravlenie = 10;
hittest10 = "true";
}
if (hittest1 eq "true") {
_root.napravlenie = 1;
} else if (hittest2 eq "true") {
_root.napravlenie = 2;
} else if (hittest3 eq "true") {
_root.napravlenie = 3;
} else if (hittest4 eq "true") {
_root.napravlenie = 4;
} else if (hittest5 eq "true") {
_root.napravlenie = 5;
} else if (hittest6 eq "true") {
_root.napravlenie = 6;
} else if (hittest7 eq "true") {
_root.napravlenie = 7;
} else if (hittest8 eq "true") {
_root.napravlenie = 8;
} else if (hittest9 eq "true") {
_root.napravlenie = 9;
} else if (hittest10 eq "true") {
_root.napravlenie = 10;
} else if (hittest11 eq "true") {
_root.napravlenie = 11;
} else if (hittest12 eq "true") {
_root.napravlenie = 12;
} else if (hittest13 eq "true") {
_root.napravlenie = 13;
} else if (hittest14 eq "true") {
_root.napravlenie = 14;
} else if (hittest15 eq "true") {
_root.napravlenie = 15;
} else if (hittest16 eq "true") {
_root.napravlenie = 16;
}
if (hittestB10 eq "true") {
_root.napravlenie = 10;
hittest10 = "true";
}
Symbol 1569 MovieClip Frame 2
if (_root.shotstop != 1) {
gotoAndPlay (1);
}
Symbol 1569 MovieClip Frame 14
_root.shotstop = "0";
Symbol 1595 MovieClip Frame 1
setProperty("navigation", _alpha , 0);
Symbol 1595 MovieClip Frame 2
if (_root.shotstop eq 1) {
gotoAndPlay ("1");
} else if (_root.napravlenie eq 1) {
gotoAndPlay ("1");
} else if (_root.napravlenie eq 2) {
gotoAndPlay ("2");
} else if (_root.napravlenie eq 3) {
gotoAndPlay ("3");
} else if (_root.napravlenie eq 4) {
gotoAndPlay ("4");
} else if (_root.napravlenie eq 5) {
gotoAndPlay ("5");
} else if (_root.napravlenie eq 6) {
gotoAndPlay ("6");
} else if (_root.napravlenie eq 7) {
gotoAndPlay ("7");
} else if (_root.napravlenie eq 8) {
gotoAndPlay ("8");
} else if (_root.napravlenie eq 9) {
gotoAndPlay ("9");
} else if (_root.napravlenie eq 10) {
gotoAndPlay ("10");
} else if (_root.napravlenie eq 11) {
gotoAndPlay ("11");
} else if (_root.napravlenie eq 12) {
gotoAndPlay ("12");
} else if (_root.napravlenie eq 13) {
gotoAndPlay ("13");
} else if (_root.napravlenie eq 14) {
gotoAndPlay ("14");
} else if (_root.napravlenie eq 15) {
gotoAndPlay ("15");
} else if (_root.napravlenie eq 16) {
gotoAndPlay ("16");
}
Symbol 1595 MovieClip Frame 4
if (_root.shotstop eq 1) {
gotoAndPlay ("2");
} else if (_root.napravlenie eq 1) {
gotoAndPlay ("1");
} else if (_root.napravlenie eq 2) {
gotoAndPlay ("2");
} else if (_root.napravlenie eq 3) {
gotoAndPlay ("3");
} else if (_root.napravlenie eq 4) {
gotoAndPlay ("4");
} else if (_root.napravlenie eq 5) {
gotoAndPlay ("5");
} else if (_root.napravlenie eq 6) {
gotoAndPlay ("6");
} else if (_root.napravlenie eq 7) {
gotoAndPlay ("7");
} else if (_root.napravlenie eq 8) {
gotoAndPlay ("8");
} else if (_root.napravlenie eq 9) {
gotoAndPlay ("9");
} else if (_root.napravlenie eq 10) {
gotoAndPlay ("10");
} else if (_root.napravlenie eq 11) {
gotoAndPlay ("11");
} else if (_root.napravlenie eq 12) {
gotoAndPlay ("12");
} else if (_root.napravlenie eq 13) {
gotoAndPlay ("13");
} else if (_root.napravlenie eq 14) {
gotoAndPlay ("14");
} else if (_root.napravlenie eq 15) {
gotoAndPlay ("15");
} else if (_root.napravlenie eq 16) {
gotoAndPlay ("16");
}
Symbol 1595 MovieClip Frame 6
if (_root.shotstop eq 1) {
gotoAndPlay ("3");
} else if (_root.napravlenie eq 1) {
gotoAndPlay ("1");
} else if (_root.napravlenie eq 2) {
gotoAndPlay ("2");
} else if (_root.napravlenie eq 3) {
gotoAndPlay ("3");
} else if (_root.napravlenie eq 4) {
gotoAndPlay ("4");
} else if (_root.napravlenie eq 5) {
gotoAndPlay ("5");
} else if (_root.napravlenie eq 6) {
gotoAndPlay ("6");
} else if (_root.napravlenie eq 7) {
gotoAndPlay ("7");
} else if (_root.napravlenie eq 8) {
gotoAndPlay ("8");
} else if (_root.napravlenie eq 9) {
gotoAndPlay ("9");
} else if (_root.napravlenie eq 10) {
gotoAndPlay ("10");
} else if (_root.napravlenie eq 11) {
gotoAndPlay ("11");
} else if (_root.napravlenie eq 12) {
gotoAndPlay ("12");
} else if (_root.napravlenie eq 13) {
gotoAndPlay ("13");
} else if (_root.napravlenie eq 14) {
gotoAndPlay ("14");
} else if (_root.napravlenie eq 15) {
gotoAndPlay ("15");
} else if (_root.napravlenie eq 16) {
gotoAndPlay ("16");
}
Symbol 1595 MovieClip Frame 8
if (_root.shotstop eq 1) {
gotoAndPlay ("4");
} else if (_root.napravlenie eq 1) {
gotoAndPlay ("1");
} else if (_root.napravlenie eq 2) {
gotoAndPlay ("2");
} else if (_root.napravlenie eq 3) {
gotoAndPlay ("3");
} else if (_root.napravlenie eq 4) {
gotoAndPlay ("4");
} else if (_root.napravlenie eq 5) {
gotoAndPlay ("5");
} else if (_root.napravlenie eq 6) {
gotoAndPlay ("6");
} else if (_root.napravlenie eq 7) {
gotoAndPlay ("7");
} else if (_root.napravlenie eq 8) {
gotoAndPlay ("8");
} else if (_root.napravlenie eq 9) {
gotoAndPlay ("9");
} else if (_root.napravlenie eq 10) {
gotoAndPlay ("10");
} else if (_root.napravlenie eq 11) {
gotoAndPlay ("11");
} else if (_root.napravlenie eq 12) {
gotoAndPlay ("12");
} else if (_root.napravlenie eq 13) {
gotoAndPlay ("13");
} else if (_root.napravlenie eq 14) {
gotoAndPlay ("14");
} else if (_root.napravlenie eq 15) {
gotoAndPlay ("15");
} else if (_root.napravlenie eq 16) {
gotoAndPlay ("16");
}
Symbol 1595 MovieClip Frame 10
if (_root.shotstop eq 1) {
gotoAndPlay ("5");
} else if (_root.napravlenie eq 1) {
gotoAndPlay ("1");
} else if (_root.napravlenie eq 2) {
gotoAndPlay ("2");
} else if (_root.napravlenie eq 3) {
gotoAndPlay ("3");
} else if (_root.napravlenie eq 4) {
gotoAndPlay ("4");
} else if (_root.napravlenie eq 5) {
gotoAndPlay ("5");
} else if (_root.napravlenie eq 6) {
gotoAndPlay ("6");
} else if (_root.napravlenie eq 7) {
gotoAndPlay ("7");
} else if (_root.napravlenie eq 8) {
gotoAndPlay ("8");
} else if (_root.napravlenie eq 9) {
gotoAndPlay ("9");
} else if (_root.napravlenie eq 10) {
gotoAndPlay ("10");
} else if (_root.napravlenie eq 11) {
gotoAndPlay ("11");
} else if (_root.napravlenie eq 12) {
gotoAndPlay ("12");
} else if (_root.napravlenie eq 13) {
gotoAndPlay ("13");
} else if (_root.napravlenie eq 14) {
gotoAndPlay ("14");
} else if (_root.napravlenie eq 15) {
gotoAndPlay ("15");
} else if (_root.napravlenie eq 16) {
gotoAndPlay ("16");
}
Symbol 1595 MovieClip Frame 12
if (_root.shotstop eq 1) {
gotoAndPlay ("6");
} else if (_root.napravlenie eq 1) {
gotoAndPlay ("1");
} else if (_root.napravlenie eq 2) {
gotoAndPlay ("2");
} else if (_root.napravlenie eq 3) {
gotoAndPlay ("3");
} else if (_root.napravlenie eq 4) {
gotoAndPlay ("4");
} else if (_root.napravlenie eq 5) {
gotoAndPlay ("5");
} else if (_root.napravlenie eq 6) {
gotoAndPlay ("6");
} else if (_root.napravlenie eq 7) {
gotoAndPlay ("7");
} else if (_root.napravlenie eq 8) {
gotoAndPlay ("8");
} else if (_root.napravlenie eq 9) {
gotoAndPlay ("9");
} else if (_root.napravlenie eq 10) {
gotoAndPlay ("10");
} else if (_root.napravlenie eq 11) {
gotoAndPlay ("11");
} else if (_root.napravlenie eq 12) {
gotoAndPlay ("12");
} else if (_root.napravlenie eq 13) {
gotoAndPlay ("13");
} else if (_root.napravlenie eq 14) {
gotoAndPlay ("14");
} else if (_root.napravlenie eq 15) {
gotoAndPlay ("15");
} else if (_root.napravlenie eq 16) {
gotoAndPlay ("16");
}
Symbol 1595 MovieClip Frame 14
if (_root.shotstop eq 1) {
gotoAndPlay ("7");
} else if (_root.napravlenie eq 1) {
gotoAndPlay ("1");
} else if (_root.napravlenie eq 2) {
gotoAndPlay ("2");
} else if (_root.napravlenie eq 3) {
gotoAndPlay ("3");
} else if (_root.napravlenie eq 4) {
gotoAndPlay ("4");
} else if (_root.napravlenie eq 5) {
gotoAndPlay ("5");
} else if (_root.napravlenie eq 6) {
gotoAndPlay ("6");
} else if (_root.napravlenie eq 7) {
gotoAndPlay ("7");
} else if (_root.napravlenie eq 8) {
gotoAndPlay ("8");
} else if (_root.napravlenie eq 9) {
gotoAndPlay ("9");
} else if (_root.napravlenie eq 10) {
gotoAndPlay ("10");
} else if (_root.napravlenie eq 11) {
gotoAndPlay ("11");
} else if (_root.napravlenie eq 12) {
gotoAndPlay ("12");
} else if (_root.napravlenie eq 13) {
gotoAndPlay ("13");
} else if (_root.napravlenie eq 14) {
gotoAndPlay ("14");
} else if (_root.napravlenie eq 15) {
gotoAndPlay ("15");
} else if (_root.napravlenie eq 16) {
gotoAndPlay ("16");
}
Symbol 1595 MovieClip Frame 16
if (_root.shotstop eq 1) {
gotoAndPlay ("8");
} else if (_root.napravlenie eq 1) {
gotoAndPlay ("1");
} else if (_root.napravlenie eq 2) {
gotoAndPlay ("2");
} else if (_root.napravlenie eq 3) {
gotoAndPlay ("3");
} else if (_root.napravlenie eq 4) {
gotoAndPlay ("4");
} else if (_root.napravlenie eq 5) {
gotoAndPlay ("5");
} else if (_root.napravlenie eq 6) {
gotoAndPlay ("6");
} else if (_root.napravlenie eq 7) {
gotoAndPlay ("7");
} else if (_root.napravlenie eq 8) {
gotoAndPlay ("8");
} else if (_root.napravlenie eq 9) {
gotoAndPlay ("9");
} else if (_root.napravlenie eq 10) {
gotoAndPlay ("10");
} else if (_root.napravlenie eq 11) {
gotoAndPlay ("11");
} else if (_root.napravlenie eq 12) {
gotoAndPlay ("12");
} else if (_root.napravlenie eq 13) {
gotoAndPlay ("13");
} else if (_root.napravlenie eq 14) {
gotoAndPlay ("14");
} else if (_root.napravlenie eq 15) {
gotoAndPlay ("15");
} else if (_root.napravlenie eq 16) {
gotoAndPlay ("16");
}
Symbol 1595 MovieClip Frame 18
if (_root.shotstop eq 1) {
gotoAndPlay ("9");
} else if (_root.napravlenie eq 1) {
gotoAndPlay ("1");
} else if (_root.napravlenie eq 2) {
gotoAndPlay ("2");
} else if (_root.napravlenie eq 3) {
gotoAndPlay ("3");
} else if (_root.napravlenie eq 4) {
gotoAndPlay ("4");
} else if (_root.napravlenie eq 5) {
gotoAndPlay ("5");
} else if (_root.napravlenie eq 6) {
gotoAndPlay ("6");
} else if (_root.napravlenie eq 7) {
gotoAndPlay ("7");
} else if (_root.napravlenie eq 8) {
gotoAndPlay ("8");
} else if (_root.napravlenie eq 9) {
gotoAndPlay ("9");
} else if (_root.napravlenie eq 10) {
gotoAndPlay ("10");
} else if (_root.napravlenie eq 11) {
gotoAndPlay ("11");
} else if (_root.napravlenie eq 12) {
gotoAndPlay ("12");
} else if (_root.napravlenie eq 13) {
gotoAndPlay ("13");
} else if (_root.napravlenie eq 14) {
gotoAndPlay ("14");
} else if (_root.napravlenie eq 15) {
gotoAndPlay ("15");
} else if (_root.napravlenie eq 16) {
gotoAndPlay ("16");
}
Symbol 1595 MovieClip Frame 20
if (_root.shotstop eq 1) {
gotoAndPlay ("10");
} else if (_root.napravlenie eq 1) {
gotoAndPlay ("1");
} else if (_root.napravlenie eq 2) {
gotoAndPlay ("2");
} else if (_root.napravlenie eq 3) {
gotoAndPlay ("3");
} else if (_root.napravlenie eq 4) {
gotoAndPlay ("4");
} else if (_root.napravlenie eq 5) {
gotoAndPlay ("5");
} else if (_root.napravlenie eq 6) {
gotoAndPlay ("6");
} else if (_root.napravlenie eq 7) {
gotoAndPlay ("7");
} else if (_root.napravlenie eq 8) {
gotoAndPlay ("8");
} else if (_root.napravlenie eq 9) {
gotoAndPlay ("9");
} else if (_root.napravlenie eq 10) {
gotoAndPlay ("10");
} else if (_root.napravlenie eq 11) {
gotoAndPlay ("11");
} else if (_root.napravlenie eq 12) {
gotoAndPlay ("12");
} else if (_root.napravlenie eq 13) {
gotoAndPlay ("13");
} else if (_root.napravlenie eq 14) {
gotoAndPlay ("14");
} else if (_root.napravlenie eq 15) {
gotoAndPlay ("15");
} else if (_root.napravlenie eq 16) {
gotoAndPlay ("16");
}
Symbol 1595 MovieClip Frame 22
if (_root.shotstop eq 1) {
gotoAndPlay ("11");
} else if (_root.napravlenie eq 1) {
gotoAndPlay ("1");
} else if (_root.napravlenie eq 2) {
gotoAndPlay ("2");
} else if (_root.napravlenie eq 3) {
gotoAndPlay ("3");
} else if (_root.napravlenie eq 4) {
gotoAndPlay ("4");
} else if (_root.napravlenie eq 5) {
gotoAndPlay ("5");
} else if (_root.napravlenie eq 6) {
gotoAndPlay ("6");
} else if (_root.napravlenie eq 7) {
gotoAndPlay ("7");
} else if (_root.napravlenie eq 8) {
gotoAndPlay ("8");
} else if (_root.napravlenie eq 9) {
gotoAndPlay ("9");
} else if (_root.napravlenie eq 10) {
gotoAndPlay ("10");
} else if (_root.napravlenie eq 11) {
gotoAndPlay ("11");
} else if (_root.napravlenie eq 12) {
gotoAndPlay ("12");
} else if (_root.napravlenie eq 13) {
gotoAndPlay ("13");
} else if (_root.napravlenie eq 14) {
gotoAndPlay ("14");
} else if (_root.napravlenie eq 15) {
gotoAndPlay ("15");
} else if (_root.napravlenie eq 16) {
gotoAndPlay ("16");
}
Symbol 1595 MovieClip Frame 24
if (_root.shotstop eq 1) {
gotoAndPlay ("12");
} else if (_root.napravlenie eq 1) {
gotoAndPlay ("1");
} else if (_root.napravlenie eq 2) {
gotoAndPlay ("2");
} else if (_root.napravlenie eq 3) {
gotoAndPlay ("3");
} else if (_root.napravlenie eq 4) {
gotoAndPlay ("4");
} else if (_root.napravlenie eq 5) {
gotoAndPlay ("5");
} else if (_root.napravlenie eq 6) {
gotoAndPlay ("6");
} else if (_root.napravlenie eq 7) {
gotoAndPlay ("7");
} else if (_root.napravlenie eq 8) {
gotoAndPlay ("8");
} else if (_root.napravlenie eq 9) {
gotoAndPlay ("9");
} else if (_root.napravlenie eq 10) {
gotoAndPlay ("10");
} else if (_root.napravlenie eq 11) {
gotoAndPlay ("11");
} else if (_root.napravlenie eq 12) {
gotoAndPlay ("12");
} else if (_root.napravlenie eq 13) {
gotoAndPlay ("13");
} else if (_root.napravlenie eq 14) {
gotoAndPlay ("14");
} else if (_root.napravlenie eq 15) {
gotoAndPlay ("15");
} else if (_root.napravlenie eq 16) {
gotoAndPlay ("16");
}
Symbol 1595 MovieClip Frame 26
if (_root.shotstop eq 1) {
gotoAndPlay ("13");
} else if (_root.napravlenie eq 1) {
gotoAndPlay ("1");
} else if (_root.napravlenie eq 2) {
gotoAndPlay ("2");
} else if (_root.napravlenie eq 3) {
gotoAndPlay ("3");
} else if (_root.napravlenie eq 4) {
gotoAndPlay ("4");
} else if (_root.napravlenie eq 5) {
gotoAndPlay ("5");
} else if (_root.napravlenie eq 6) {
gotoAndPlay ("6");
} else if (_root.napravlenie eq 7) {
gotoAndPlay ("7");
} else if (_root.napravlenie eq 8) {
gotoAndPlay ("8");
} else if (_root.napravlenie eq 9) {
gotoAndPlay ("9");
} else if (_root.napravlenie eq 10) {
gotoAndPlay ("10");
} else if (_root.napravlenie eq 11) {
gotoAndPlay ("11");
} else if (_root.napravlenie eq 12) {
gotoAndPlay ("12");
} else if (_root.napravlenie eq 13) {
gotoAndPlay ("13");
} else if (_root.napravlenie eq 14) {
gotoAndPlay ("14");
} else if (_root.napravlenie eq 15) {
gotoAndPlay ("15");
} else if (_root.napravlenie eq 16) {
gotoAndPlay ("16");
}
Symbol 1595 MovieClip Frame 28
if (_root.shotstop eq 1) {
gotoAndPlay ("14");
} else if (_root.napravlenie eq 1) {
gotoAndPlay ("1");
} else if (_root.napravlenie eq 2) {
gotoAndPlay ("2");
} else if (_root.napravlenie eq 3) {
gotoAndPlay ("3");
} else if (_root.napravlenie eq 4) {
gotoAndPlay ("4");
} else if (_root.napravlenie eq 5) {
gotoAndPlay ("5");
} else if (_root.napravlenie eq 6) {
gotoAndPlay ("6");
} else if (_root.napravlenie eq 7) {
gotoAndPlay ("7");
} else if (_root.napravlenie eq 8) {
gotoAndPlay ("8");
} else if (_root.napravlenie eq 9) {
gotoAndPlay ("9");
} else if (_root.napravlenie eq 10) {
gotoAndPlay ("10");
} else if (_root.napravlenie eq 11) {
gotoAndPlay ("11");
} else if (_root.napravlenie eq 12) {
gotoAndPlay ("12");
} else if (_root.napravlenie eq 13) {
gotoAndPlay ("13");
} else if (_root.napravlenie eq 14) {
gotoAndPlay ("14");
} else if (_root.napravlenie eq 15) {
gotoAndPlay ("15");
} else if (_root.napravlenie eq 16) {
gotoAndPlay ("16");
}
Symbol 1595 MovieClip Frame 30
if (_root.shotstop eq 1) {
gotoAndPlay ("15");
} else if (_root.napravlenie eq 1) {
gotoAndPlay ("1");
} else if (_root.napravlenie eq 2) {
gotoAndPlay ("2");
} else if (_root.napravlenie eq 3) {
gotoAndPlay ("3");
} else if (_root.napravlenie eq 4) {
gotoAndPlay ("4");
} else if (_root.napravlenie eq 5) {
gotoAndPlay ("5");
} else if (_root.napravlenie eq 6) {
gotoAndPlay ("6");
} else if (_root.napravlenie eq 7) {
gotoAndPlay ("7");
} else if (_root.napravlenie eq 8) {
gotoAndPlay ("8");
} else if (_root.napravlenie eq 9) {
gotoAndPlay ("9");
} else if (_root.napravlenie eq 10) {
gotoAndPlay ("10");
} else if (_root.napravlenie eq 11) {
gotoAndPlay ("11");
} else if (_root.napravlenie eq 12) {
gotoAndPlay ("12");
} else if (_root.napravlenie eq 13) {
gotoAndPlay ("13");
} else if (_root.napravlenie eq 14) {
gotoAndPlay ("14");
} else if (_root.napravlenie eq 15) {
gotoAndPlay ("15");
} else if (_root.napravlenie eq 16) {
gotoAndPlay ("16");
}
Symbol 1595 MovieClip Frame 32
if (_root.shotstop eq 1) {
gotoAndPlay ("16");
} else if (_root.napravlenie eq 1) {
gotoAndPlay ("1");
} else if (_root.napravlenie eq 2) {
gotoAndPlay ("2");
} else if (_root.napravlenie eq 3) {
gotoAndPlay ("3");
} else if (_root.napravlenie eq 4) {
gotoAndPlay ("4");
} else if (_root.napravlenie eq 5) {
gotoAndPlay ("5");
} else if (_root.napravlenie eq 6) {
gotoAndPlay ("6");
} else if (_root.napravlenie eq 7) {
gotoAndPlay ("7");
} else if (_root.napravlenie eq 8) {
gotoAndPlay ("8");
} else if (_root.napravlenie eq 9) {
gotoAndPlay ("9");
} else if (_root.napravlenie eq 10) {
gotoAndPlay ("10");
} else if (_root.napravlenie eq 11) {
gotoAndPlay ("11");
} else if (_root.napravlenie eq 12) {
gotoAndPlay ("12");
} else if (_root.napravlenie eq 13) {
gotoAndPlay ("13");
} else if (_root.napravlenie eq 14) {
gotoAndPlay ("14");
} else if (_root.napravlenie eq 15) {
gotoAndPlay ("15");
} else if (_root.napravlenie eq 16) {
gotoAndPlay ("16");
}
Symbol 1615 MovieClip Frame 50
stop();
tellTarget ("_root.The_End") {
play();
};
Symbol 1616 MovieClip Frame 1
stop();
Symbol 1616 MovieClip Frame 2
stop();
tellTarget ("_root.nucklear") {
play();
};
Symbol 1616 MovieClip Frame 3
stop();
Symbol 1658 MovieClip Frame 84
stop();
Symbol 1662 MovieClip Frame 1
stop();
Symbol 1662 MovieClip Frame 2
stop();
Symbol 1663 Button
on (release) {
gotoAndPlay ("SkipToMenu");
_root.openseal = 0;
}
Symbol 1668 MovieClip Frame 1
setProperty("shesterenka", _rotation , shesterenka._rotation + a);
Symbol 1668 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1671 Button
on (press) {
_root.the_seal.OTKYDA = "M";
_root.the_seal.M = 2;
_root.the_seal.F = 3;
_root.the_seal.L = 3;
_root.the_seal.D = 3;
_root.the_seal.E = 2;
_root.the_seal.A = 2;
_root.the_seal.B = 2;
_root.the_seal.C = 2;
_root.the_seal.K = 2;
}
Symbol 1680 Button
on (press) {
if (_root.the_seal.OTKYDA eq "F") {
_root.the_seal.OTKYDA = "M";
_root.the_seal.FM = 2;
_root.the_seal.A = 2;
_root.the_seal.B = 2;
_root.the_seal.C = 2;
_root.the_seal.E = 2;
_root.the_seal.F = 2;
_root.the_seal.K = 2;
_root.the_seal.M = 2;
if (_root.the_seal.ML != 2) {
_root.the_seal.L = 3;
} else {
_root.the_seal.L = 2;
}
if (_root.the_seal.DM != 2) {
_root.the_seal.D = 3;
} else {
_root.the_seal.D = 2;
}
} else if (_root.the_seal.OTKYDA eq "L") {
_root.the_seal.OTKYDA = "M";
_root.the_seal.ML = 2;
_root.the_seal.A = 2;
_root.the_seal.B = 2;
_root.the_seal.C = 2;
_root.the_seal.E = 2;
_root.the_seal.L = 2;
_root.the_seal.K = 2;
_root.the_seal.M = 2;
if (_root.the_seal.FM != 2) {
_root.the_seal.F = 3;
} else {
_root.the_seal.F = 2;
}
if (_root.the_seal.DM != 2) {
_root.the_seal.D = 3;
} else {
_root.the_seal.D = 2;
}
} else if (_root.the_seal.OTKYDA eq "D") {
_root.the_seal.OTKYDA = "M";
_root.the_seal.DM = 2;
_root.the_seal.A = 2;
_root.the_seal.B = 2;
_root.the_seal.C = 2;
_root.the_seal.D = 2;
_root.the_seal.E = 2;
_root.the_seal.K = 2;
_root.the_seal.M = 2;
if (_root.the_seal.FM != 2) {
_root.the_seal.F = 3;
} else {
_root.the_seal.F = 2;
}
if (_root.the_seal.LM != 2) {
_root.the_seal.L = 3;
} else {
_root.the_seal.L = 2;
}
}
}
Symbol 1684 MovieClip Frame 2
if ((_root.the_seal.nemigatnax eq 1) or (nemigat eq 1)) {
gotoAndPlay (1);
}
Symbol 1684 MovieClip Frame 12
stop();
nemigat = 1;
Symbol 1691 MovieClip Frame 1
setProperty("krutilka", _rotation , krutilka._rotation + 25);
Symbol 1691 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1692 MovieClip Frame 2
if (_root.the_seal.M eq 1) {
gotoAndPlay (1);
} else if (_root.the_seal.M eq 2) {
gotoAndPlay (3);
} else if (_root.the_seal.M eq 3) {
gotoAndPlay (5);
} else if (_root.the_seal.M eq 4) {
gotoAndPlay (7);
}
if (_root.the_seal.M eq 1) {
shesterenka.a = 0;
} else if (_root.the_seal.M eq 2) {
shesterenka.a = 0.5;
} else if (_root.the_seal.M eq 3) {
shesterenka.a = 1;
} else if (_root.the_seal.M eq 4) {
shesterenka.a = 1.5;
}
Symbol 1692 MovieClip Frame 4
if (_root.the_seal.M eq 1) {
gotoAndPlay (1);
} else if (_root.the_seal.M eq 2) {
gotoAndPlay (3);
} else if (_root.the_seal.M eq 3) {
gotoAndPlay (5);
} else if (_root.the_seal.M eq 4) {
gotoAndPlay (7);
}
if (_root.the_seal.M eq 1) {
shesterenka.a = 0;
} else if (_root.the_seal.M eq 2) {
shesterenka.a = 0.5;
} else if (_root.the_seal.M eq 3) {
shesterenka.a = 1;
} else if (_root.the_seal.M eq 4) {
shesterenka.a = 1.5;
}
Symbol 1692 MovieClip Frame 6
if (_root.the_seal.M eq 1) {
gotoAndPlay (1);
} else if (_root.the_seal.M eq 2) {
gotoAndPlay (3);
} else if (_root.the_seal.M eq 3) {
gotoAndPlay (5);
} else if (_root.the_seal.M eq 4) {
gotoAndPlay (7);
}
if (_root.the_seal.M eq 1) {
shesterenka.a = 0;
} else if (_root.the_seal.M eq 2) {
shesterenka.a = 0.5;
} else if (_root.the_seal.M eq 3) {
shesterenka.a = 1;
} else if (_root.the_seal.M eq 4) {
shesterenka.a = 1.5;
}
Symbol 1692 MovieClip Frame 8
if (_root.the_seal.M eq 1) {
gotoAndPlay (1);
} else if (_root.the_seal.M eq 2) {
gotoAndPlay (3);
} else if (_root.the_seal.M eq 3) {
gotoAndPlay (5);
} else if (_root.the_seal.M eq 4) {
gotoAndPlay (7);
}
if (_root.the_seal.M eq 1) {
shesterenka.a = 0;
} else if (_root.the_seal.M eq 2) {
shesterenka.a = 0.5;
} else if (_root.the_seal.M eq 3) {
shesterenka.a = 1;
} else if (_root.the_seal.M eq 4) {
shesterenka.a = 1.5;
}
Symbol 1693 Button
on (release) {
_root.the_seal.OTKYDA = "L";
_root.the_seal.L = 3;
_root.the_seal.E = 3;
_root.the_seal.M = 3;
_root.the_seal.A = 2;
_root.the_seal.B = 2;
_root.the_seal.C = 2;
_root.the_seal.D = 2;
_root.the_seal.F = 2;
_root.the_seal.K = 2;
}
Symbol 1694 Button
on (press) {
if (_root.the_seal.OTKYDA eq "E") {
_root.the_seal.OTKYDA = "L";
_root.the_seal.EL = 2;
_root.the_seal.A = 2;
_root.the_seal.B = 2;
_root.the_seal.C = 2;
_root.the_seal.D = 2;
_root.the_seal.E = 2;
_root.the_seal.F = 2;
_root.the_seal.K = 2;
_root.the_seal.L = 2;
if (_root.the_seal.ML != 2) {
_root.the_seal.M = 3;
} else {
_root.the_seal.M = 2;
}
} else if (_root.the_seal.OTKYDA eq "M") {
_root.the_seal.OTKYDA = "L";
_root.the_seal.ML = 2;
_root.the_seal.A = 2;
_root.the_seal.B = 2;
_root.the_seal.C = 2;
_root.the_seal.D = 2;
_root.the_seal.M = 2;
_root.the_seal.F = 2;
_root.the_seal.K = 2;
_root.the_seal.L = 2;
if (_root.the_seal.EL != 2) {
_root.the_seal.E = 3;
} else {
_root.the_seal.E = 2;
}
}
}
Symbol 1695 MovieClip Frame 2
if (_root.the_seal.L eq 1) {
gotoAndPlay (1);
} else if (_root.the_seal.L eq 2) {
gotoAndPlay (3);
} else if (_root.the_seal.L eq 3) {
gotoAndPlay (5);
} else if (_root.the_seal.L eq 4) {
gotoAndPlay (7);
}
if (_root.the_seal.L eq 1) {
shesterenka.a = 0;
} else if (_root.the_seal.L eq 2) {
shesterenka.a = 0.5;
} else if (_root.the_seal.L eq 3) {
shesterenka.a = 1;
} else if (_root.the_seal.L eq 4) {
shesterenka.a = 1.5;
}
Symbol 1695 MovieClip Frame 4
if (_root.the_seal.L eq 1) {
gotoAndPlay (1);
} else if (_root.the_seal.L eq 2) {
gotoAndPlay (3);
} else if (_root.the_seal.L eq 3) {
gotoAndPlay (5);
} else if (_root.the_seal.L eq 4) {
gotoAndPlay (7);
}
if (_root.the_seal.L eq 1) {
shesterenka.a = 0;
} else if (_root.the_seal.L eq 2) {
shesterenka.a = 0.5;
} else if (_root.the_seal.L eq 3) {
shesterenka.a = 1;
} else if (_root.the_seal.L eq 4) {
shesterenka.a = 1.5;
}
Symbol 1695 MovieClip Frame 6
if (_root.the_seal.L eq 1) {
gotoAndPlay (1);
} else if (_root.the_seal.L eq 2) {
gotoAndPlay (3);
} else if (_root.the_seal.L eq 3) {
gotoAndPlay (5);
} else if (_root.the_seal.L eq 4) {
gotoAndPlay (7);
}
if (_root.the_seal.L eq 1) {
shesterenka.a = 0;
} else if (_root.the_seal.L eq 2) {
shesterenka.a = 0.5;
} else if (_root.the_seal.L eq 3) {
shesterenka.a = 1;
} else if (_root.the_seal.L eq 4) {
shesterenka.a = 1.5;
}
Symbol 1695 MovieClip Frame 8
if (_root.the_seal.L eq 1) {
gotoAndPlay (1);
} else if (_root.the_seal.L eq 2) {
gotoAndPlay (3);
} else if (_root.the_seal.L eq 3) {
gotoAndPlay (5);
} else if (_root.the_seal.L eq 4) {
gotoAndPlay (7);
}
if (_root.the_seal.L eq 1) {
shesterenka.a = 0;
} else if (_root.the_seal.L eq 2) {
shesterenka.a = 0.5;
} else if (_root.the_seal.L eq 3) {
shesterenka.a = 1;
} else if (_root.the_seal.L eq 4) {
shesterenka.a = 1.5;
}
Symbol 1696 Button
on (press) {
_root.the_seal.OTKYDA = "K";
_root.the_seal.K = 2;
_root.the_seal.E = 3;
_root.the_seal.C = 3;
_root.the_seal.A = 2;
_root.the_seal.B = 2;
_root.the_seal.D = 2;
_root.the_seal.F = 2;
_root.the_seal.L = 2;
_root.the_seal.M = 2;
}
Symbol 1697 Button
on (press) {
if (_root.the_seal.OTKYDA eq "C") {
_root.the_seal.OTKYDA = "K";
_root.the_seal.CK = 2;
_root.the_seal.A = 2;
_root.the_seal.B = 2;
_root.the_seal.C = 2;
_root.the_seal.D = 2;
_root.the_seal.E = 2;
_root.the_seal.F = 2;
_root.the_seal.K = 2;
_root.the_seal.L = 2;
if (_root.the_seal.EK != 2) {
_root.the_seal.E = 3;
} else {
_root.the_seal.E = 2;
}
} else if (_root.the_seal.OTKYDA eq "E") {
_root.the_seal.OTKYDA = "K";
_root.the_seal.EK = 2;
_root.the_seal.A = 2;
_root.the_seal.B = 2;
_root.the_seal.E = 2;
_root.the_seal.D = 2;
_root.the_seal.E = 2;
_root.the_seal.F = 2;
_root.the_seal.K = 2;
_root.the_seal.L = 2;
if (_root.the_seal.CK != 2) {
_root.the_seal.C = 3;
} else {
_root.the_seal.C = 2;
}
}
}
Symbol 1698 MovieClip Frame 2
if (_root.the_seal.K eq 1) {
gotoAndPlay (1);
} else if (_root.the_seal.K eq 2) {
gotoAndPlay (3);
} else if (_root.the_seal.K eq 3) {
gotoAndPlay (5);
} else if (_root.the_seal.K eq 4) {
gotoAndPlay (7);
}
if (_root.the_seal.K eq 1) {
shesterenka.a = 0;
} else if (_root.the_seal.K eq 2) {
shesterenka.a = 0.5;
} else if (_root.the_seal.K eq 3) {
shesterenka.a = 1;
} else if (_root.the_seal.K eq 4) {
shesterenka.a = 1.5;
}
Symbol 1698 MovieClip Frame 4
if (_root.the_seal.K eq 1) {
gotoAndPlay (1);
} else if (_root.the_seal.K eq 2) {
gotoAndPlay (3);
} else if (_root.the_seal.K eq 3) {
gotoAndPlay (5);
} else if (_root.the_seal.K eq 4) {
gotoAndPlay (7);
}
if (_root.the_seal.K eq 1) {
shesterenka.a = 0;
} else if (_root.the_seal.K eq 2) {
shesterenka.a = 0.5;
} else if (_root.the_seal.K eq 3) {
shesterenka.a = 1;
} else if (_root.the_seal.K eq 4) {
shesterenka.a = 1.5;
}
Symbol 1698 MovieClip Frame 6
if (_root.the_seal.K eq 1) {
gotoAndPlay (1);
} else if (_root.the_seal.K eq 2) {
gotoAndPlay (3);
} else if (_root.the_seal.K eq 3) {
gotoAndPlay (5);
} else if (_root.the_seal.K eq 4) {
gotoAndPlay (7);
}
if (_root.the_seal.K eq 1) {
shesterenka.a = 0;
} else if (_root.the_seal.K eq 2) {
shesterenka.a = 0.5;
} else if (_root.the_seal.K eq 3) {
shesterenka.a = 1;
} else if (_root.the_seal.K eq 4) {
shesterenka.a = 1.5;
}
Symbol 1698 MovieClip Frame 8
if (_root.the_seal.K eq 1) {
gotoAndPlay (1);
} else if (_root.the_seal.K eq 2) {
gotoAndPlay (3);
} else if (_root.the_seal.K eq 3) {
gotoAndPlay (5);
} else if (_root.the_seal.K eq 4) {
gotoAndPlay (7);
}
if (_root.the_seal.K eq 1) {
shesterenka.a = 0;
} else if (_root.the_seal.K eq 2) {
shesterenka.a = 0.5;
} else if (_root.the_seal.K eq 3) {
shesterenka.a = 1;
} else if (_root.the_seal.K eq 4) {
shesterenka.a = 1.5;
}
Symbol 1699 Button
on (press) {
_root.the_seal.OTKYDA = "F";
_root.the_seal.F = 2;
_root.the_seal.D = 3;
_root.the_seal.M = 3;
_root.the_seal.A = 2;
_root.the_seal.B = 2;
_root.the_seal.C = 2;
_root.the_seal.E = 2;
_root.the_seal.K = 2;
_root.the_seal.L = 2;
}
Symbol 1700 Button
on (press) {
if (_root.the_seal.OTKYDA eq "D") {
_root.the_seal.OTKYDA = "F";
_root.the_seal.DF = 2;
_root.the_seal.A = 2;
_root.the_seal.B = 2;
_root.the_seal.C = 2;
_root.the_seal.D = 2;
_root.the_seal.E = 2;
_root.the_seal.F = 2;
_root.the_seal.K = 2;
_root.the_seal.L = 2;
if (_root.the_seal.FM != 2) {
_root.the_seal.M = 3;
} else {
_root.the_seal.M = 2;
}
} else if (_root.the_seal.OTKYDA eq "M") {
_root.the_seal.OTKYDA = "F";
_root.the_seal.FM = 2;
_root.the_seal.A = 2;
_root.the_seal.B = 2;
_root.the_seal.C = 2;
_root.the_seal.M = 2;
_root.the_seal.E = 2;
_root.the_seal.F = 2;
_root.the_seal.K = 2;
_root.the_seal.L = 2;
if (_root.the_seal.DF != 2) {
_root.the_seal.D = 3;
} else {
_root.the_seal.D = 2;
}
}
}
Symbol 1701 MovieClip Frame 2
if (_root.the_seal.F eq 1) {
gotoAndPlay (1);
} else if (_root.the_seal.F eq 2) {
gotoAndPlay (3);
} else if (_root.the_seal.F eq 3) {
gotoAndPlay (5);
} else if (_root.the_seal.F eq 4) {
gotoAndPlay (7);
}
if (_root.the_seal.F eq 1) {
shesterenka.a = 0;
} else if (_root.the_seal.F eq 2) {
shesterenka.a = 0.5;
} else if (_root.the_seal.F eq 3) {
shesterenka.a = 1;
} else if (_root.the_seal.F eq 4) {
shesterenka.a = 1.5;
}
Symbol 1701 MovieClip Frame 4
if (_root.the_seal.F eq 1) {
gotoAndPlay (1);
} else if (_root.the_seal.F eq 2) {
gotoAndPlay (3);
} else if (_root.the_seal.F eq 3) {
gotoAndPlay (5);
} else if (_root.the_seal.F eq 4) {
gotoAndPlay (7);
}
if (_root.the_seal.F eq 1) {
shesterenka.a = 0;
} else if (_root.the_seal.F eq 2) {
shesterenka.a = 0.5;
} else if (_root.the_seal.F eq 3) {
shesterenka.a = 1;
} else if (_root.the_seal.F eq 4) {
shesterenka.a = 1.5;
}
Symbol 1701 MovieClip Frame 6
if (_root.the_seal.F eq 1) {
gotoAndPlay (1);
} else if (_root.the_seal.F eq 2) {
gotoAndPlay (3);
} else if (_root.the_seal.F eq 3) {
gotoAndPlay (5);
} else if (_root.the_seal.F eq 4) {
gotoAndPlay (7);
}
if (_root.the_seal.F eq 1) {
shesterenka.a = 0;
} else if (_root.the_seal.F eq 2) {
shesterenka.a = 0.5;
} else if (_root.the_seal.F eq 3) {
shesterenka.a = 1;
} else if (_root.the_seal.F eq 4) {
shesterenka.a = 1.5;
}
Symbol 1701 MovieClip Frame 8
if (_root.the_seal.F eq 1) {
gotoAndPlay (1);
} else if (_root.the_seal.F eq 2) {
gotoAndPlay (3);
} else if (_root.the_seal.F eq 3) {
gotoAndPlay (5);
} else if (_root.the_seal.F eq 4) {
gotoAndPlay (7);
}
if (_root.the_seal.F eq 1) {
shesterenka.a = 0;
} else if (_root.the_seal.F eq 2) {
shesterenka.a = 0.5;
} else if (_root.the_seal.F eq 3) {
shesterenka.a = 1;
} else if (_root.the_seal.F eq 4) {
shesterenka.a = 1.5;
}
Symbol 1702 Button
on (press) {
_root.the_seal.OTKYDA = "E";
_root.the_seal.E = 2;
_root.the_seal.C = 3;
_root.the_seal.D = 3;
_root.the_seal.K = 3;
_root.the_seal.L = 3;
_root.the_seal.A = 2;
_root.the_seal.B = 2;
_root.the_seal.F = 2;
_root.the_seal.M = 2;
}
Symbol 1703 Button
on (press) {
if (_root.the_seal.OTKYDA eq "C") {
_root.the_seal.OTKYDA = "E";
_root.the_seal.CE = 2;
_root.the_seal.A = 2;
_root.the_seal.B = 2;
_root.the_seal.E = 2;
_root.the_seal.F = 2;
_root.the_seal.C = 2;
_root.the_seal.M = 2;
if (_root.the_seal.EL != 2) {
_root.the_seal.L = 3;
} else {
_root.the_seal.L = 2;
}
if (_root.the_seal.ED != 2) {
_root.the_seal.D = 3;
} else {
_root.the_seal.D = 2;
}
if (_root.the_seal.EK != 2) {
_root.the_seal.K = 3;
} else {
_root.the_seal.K = 2;
}
} else if (_root.the_seal.OTKYDA eq "D") {
_root.the_seal.OTKYDA = "E";
_root.the_seal.ED = 2;
_root.the_seal.A = 2;
_root.the_seal.B = 2;
_root.the_seal.D = 2;
_root.the_seal.E = 2;
_root.the_seal.F = 2;
_root.the_seal.M = 2;
if (_root.the_seal.CE != 2) {
_root.the_seal.C = 3;
} else {
_root.the_seal.C = 2;
}
if (_root.the_seal.EL != 2) {
_root.the_seal.L = 3;
} else {
_root.the_seal.L = 2;
}
if (_root.the_seal.EK != 2) {
_root.the_seal.K = 3;
} else {
_root.the_seal.K = 2;
}
} else if (_root.the_seal.OTKYDA eq "L") {
_root.the_seal.OTKYDA = "E";
_root.the_seal.EL = 2;
_root.the_seal.A = 2;
_root.the_seal.B = 2;
_root.the_seal.L = 2;
_root.the_seal.E = 2;
_root.the_seal.F = 2;
_root.the_seal.M = 2;
if (_root.the_seal.CE != 2) {
_root.the_seal.C = 3;
} else {
_root.the_seal.C = 2;
}
if (_root.the_seal.ED != 2) {
_root.the_seal.D = 3;
} else {
_root.the_seal.D = 2;
}
if (_root.the_seal.EK != 2) {
_root.the_seal.K = 3;
} else {
_root.the_seal.K = 2;
}
} else if (_root.the_seal.OTKYDA eq "K") {
_root.the_seal.OTKYDA = "E";
_root.the_seal.EK = 2;
_root.the_seal.A = 2;
_root.the_seal.B = 2;
_root.the_seal.K = 2;
_root.the_seal.E = 2;
_root.the_seal.F = 2;
_root.the_seal.M = 2;
if (_root.the_seal.CE != 2) {
_root.the_seal.C = 3;
} else {
_root.the_seal.C = 2;
}
if (_root.the_seal.ED != 2) {
_root.the_seal.D = 3;
} else {
_root.the_seal.D = 2;
}
if (_root.the_seal.EL != 2) {
_root.the_seal.L = 3;
} else {
_root.the_seal.L = 2;
}
}
}
Symbol 1704 MovieClip Frame 2
if (_root.the_seal.E eq 1) {
gotoAndPlay (1);
} else if (_root.the_seal.E eq 2) {
gotoAndPlay (3);
} else if (_root.the_seal.E eq 3) {
gotoAndPlay (5);
} else if (_root.the_seal.E eq 4) {
gotoAndPlay (7);
}
if (_root.the_seal.E eq 1) {
shesterenka.a = 0;
} else if (_root.the_seal.E eq 2) {
shesterenka.a = 0.5;
} else if (_root.the_seal.E eq 3) {
shesterenka.a = 1;
} else if (_root.the_seal.E eq 4) {
shesterenka.a = 1.5;
}
Symbol 1704 MovieClip Frame 4
if (_root.the_seal.E eq 1) {
gotoAndPlay (1);
} else if (_root.the_seal.E eq 2) {
gotoAndPlay (3);
} else if (_root.the_seal.E eq 3) {
gotoAndPlay (5);
} else if (_root.the_seal.E eq 4) {
gotoAndPlay (7);
}
if (_root.the_seal.E eq 1) {
shesterenka.a = 0;
} else if (_root.the_seal.E eq 2) {
shesterenka.a = 0.5;
} else if (_root.the_seal.E eq 3) {
shesterenka.a = 1;
} else if (_root.the_seal.E eq 4) {
shesterenka.a = 1.5;
}
Symbol 1704 MovieClip Frame 6
if (_root.the_seal.E eq 1) {
gotoAndPlay (1);
} else if (_root.the_seal.E eq 2) {
gotoAndPlay (3);
} else if (_root.the_seal.E eq 3) {
gotoAndPlay (5);
} else if (_root.the_seal.E eq 4) {
gotoAndPlay (7);
}
if (_root.the_seal.E eq 1) {
shesterenka.a = 0;
} else if (_root.the_seal.E eq 2) {
shesterenka.a = 0.5;
} else if (_root.the_seal.E eq 3) {
shesterenka.a = 1;
} else if (_root.the_seal.E eq 4) {
shesterenka.a = 1.5;
}
Symbol 1704 MovieClip Frame 8
if (_root.the_seal.E eq 1) {
gotoAndPlay (1);
} else if (_root.the_seal.E eq 2) {
gotoAndPlay (3);
} else if (_root.the_seal.E eq 3) {
gotoAndPlay (5);
} else if (_root.the_seal.E eq 4) {
gotoAndPlay (7);
}
if (_root.the_seal.E eq 1) {
shesterenka.a = 0;
} else if (_root.the_seal.E eq 2) {
shesterenka.a = 0.5;
} else if (_root.the_seal.E eq 3) {
shesterenka.a = 1;
} else if (_root.the_seal.E eq 4) {
shesterenka.a = 1.5;
}
Symbol 1705 Button
on (press) {
_root.the_seal.OTKYDA = "D";
_root.the_seal.D = 2;
_root.the_seal.F = 3;
_root.the_seal.M = 3;
_root.the_seal.E = 3;
_root.the_seal.B = 3;
_root.the_seal.A = 2;
_root.the_seal.C = 2;
_root.the_seal.K = 2;
_root.the_seal.L = 2;
}
Symbol 1706 Button
on (press) {
if (_root.the_seal.OTKYDA eq "B") {
_root.the_seal.OTKYDA = "D";
_root.the_seal.BD = 2;
_root.the_seal.A = 2;
_root.the_seal.B = 2;
_root.the_seal.C = 2;
_root.the_seal.D = 2;
_root.the_seal.K = 2;
_root.the_seal.L = 2;
if (_root.the_seal.ED != 2) {
_root.the_seal.E = 3;
} else {
_root.the_seal.E = 2;
}
if (_root.the_seal.DF != 2) {
_root.the_seal.F = 3;
} else {
_root.the_seal.F = 2;
}
if (_root.the_seal.DM != 2) {
_root.the_seal.M = 3;
} else {
_root.the_seal.M = 2;
}
} else if (_root.the_seal.OTKYDA eq "E") {
_root.the_seal.OTKYDA = "D";
_root.the_seal.ED = 2;
_root.the_seal.A = 2;
_root.the_seal.E = 2;
_root.the_seal.C = 2;
_root.the_seal.D = 2;
_root.the_seal.K = 2;
_root.the_seal.L = 2;
if (_root.the_seal.BD != 2) {
_root.the_seal.B = 3;
} else {
_root.the_seal.B = 2;
}
if (_root.the_seal.DF != 2) {
_root.the_seal.F = 3;
} else {
_root.the_seal.F = 2;
}
if (_root.the_seal.DM != 2) {
_root.the_seal.M = 3;
} else {
_root.the_seal.M = 2;
}
} else if (_root.the_seal.OTKYDA eq "F") {
_root.the_seal.OTKYDA = "D";
_root.the_seal.DF = 2;
_root.the_seal.A = 2;
_root.the_seal.C = 2;
_root.the_seal.D = 2;
_root.the_seal.F = 2;
_root.the_seal.K = 2;
_root.the_seal.L = 2;
if (_root.the_seal.BD != 2) {
_root.the_seal.B = 3;
} else {
_root.the_seal.B = 2;
}
if (_root.the_seal.ED != 2) {
_root.the_seal.E = 3;
} else {
_root.the_seal.E = 2;
}
if (_root.the_seal.DM != 2) {
_root.the_seal.M = 3;
} else {
_root.the_seal.M = 2;
}
} else if (_root.the_seal.OTKYDA eq "M") {
_root.the_seal.OTKYDA = "D";
_root.the_seal.DM = 2;
_root.the_seal.A = 2;
_root.the_seal.C = 2;
_root.the_seal.D = 2;
_root.the_seal.F = 2;
_root.the_seal.K = 2;
_root.the_seal.L = 2;
_root.the_seal.M = 2;
if (_root.the_seal.BD != 2) {
_root.the_seal.B = 3;
} else {
_root.the_seal.B = 2;
}
if (_root.the_seal.ED != 2) {
_root.the_seal.E = 3;
} else {
_root.the_seal.E = 2;
}
if (_root.the_seal.DF != 2) {
_root.the_seal.F = 3;
} else {
_root.the_seal.F = 2;
}
}
}
Symbol 1707 MovieClip Frame 2
if (_root.the_seal.D eq 1) {
gotoAndPlay (1);
} else if (_root.the_seal.D eq 2) {
gotoAndPlay (3);
} else if (_root.the_seal.D eq 3) {
gotoAndPlay (5);
} else if (_root.the_seal.D eq 4) {
gotoAndPlay (7);
}
if (_root.the_seal.D eq 1) {
shesterenka.a = 0;
} else if (_root.the_seal.D eq 2) {
shesterenka.a = 0.5;
} else if (_root.the_seal.D eq 3) {
shesterenka.a = 1;
} else if (_root.the_seal.D eq 4) {
shesterenka.a = 1.5;
}
Symbol 1707 MovieClip Frame 4
if (_root.the_seal.D eq 1) {
gotoAndPlay (1);
} else if (_root.the_seal.D eq 2) {
gotoAndPlay (3);
} else if (_root.the_seal.D eq 3) {
gotoAndPlay (5);
} else if (_root.the_seal.D eq 4) {
gotoAndPlay (7);
}
if (_root.the_seal.D eq 1) {
shesterenka.a = 0;
} else if (_root.the_seal.D eq 2) {
shesterenka.a = 0.5;
} else if (_root.the_seal.D eq 3) {
shesterenka.a = 1;
} else if (_root.the_seal.D eq 4) {
shesterenka.a = 1.5;
}
Symbol 1707 MovieClip Frame 6
if (_root.the_seal.D eq 1) {
gotoAndPlay (1);
} else if (_root.the_seal.D eq 2) {
gotoAndPlay (3);
} else if (_root.the_seal.D eq 3) {
gotoAndPlay (5);
} else if (_root.the_seal.D eq 4) {
gotoAndPlay (7);
}
if (_root.the_seal.D eq 1) {
shesterenka.a = 0;
} else if (_root.the_seal.D eq 2) {
shesterenka.a = 0.5;
} else if (_root.the_seal.D eq 3) {
shesterenka.a = 1;
} else if (_root.the_seal.D eq 4) {
shesterenka.a = 1.5;
}
Symbol 1707 MovieClip Frame 8
if (_root.the_seal.D eq 1) {
gotoAndPlay (1);
} else if (_root.the_seal.D eq 2) {
gotoAndPlay (3);
} else if (_root.the_seal.D eq 3) {
gotoAndPlay (5);
} else if (_root.the_seal.D eq 4) {
gotoAndPlay (7);
}
if (_root.the_seal.D eq 1) {
shesterenka.a = 0;
} else if (_root.the_seal.D eq 2) {
shesterenka.a = 0.5;
} else if (_root.the_seal.D eq 3) {
shesterenka.a = 1;
} else if (_root.the_seal.D eq 4) {
shesterenka.a = 1.5;
}
Symbol 1708 Button
on (press) {
_root.the_seal.OTKYDA = "C";
_root.the_seal.C = 2;
_root.the_seal.A = 3;
_root.the_seal.E = 3;
_root.the_seal.B = 3;
_root.the_seal.K = 3;
_root.the_seal.D = 2;
_root.the_seal.F = 2;
_root.the_seal.L = 2;
_root.the_seal.M = 2;
}
Symbol 1709 Button
on (press) {
if (_root.the_seal.OTKYDA eq "A") {
_root.the_seal.OTKYDA = "C";
_root.the_seal.AC = 2;
_root.the_seal.A = 2;
_root.the_seal.C = 2;
_root.the_seal.D = 2;
_root.the_seal.F = 2;
_root.the_seal.L = 2;
_root.the_seal.M = 2;
if (_root.the_seal.BC != 2) {
_root.the_seal.B = 3;
} else {
_root.the_seal.B = 2;
}
if (_root.the_seal.CE != 2) {
_root.the_seal.E = 3;
} else {
_root.the_seal.E = 2;
}
if (_root.the_seal.CK != 2) {
_root.the_seal.K = 3;
} else {
_root.the_seal.K = 2;
}
} else if (_root.the_seal.OTKYDA eq "B") {
_root.the_seal.OTKYDA = "C";
_root.the_seal.BC = 2;
_root.the_seal.B = 2;
_root.the_seal.C = 2;
_root.the_seal.D = 2;
_root.the_seal.F = 2;
_root.the_seal.L = 2;
_root.the_seal.M = 2;
if (_root.the_seal.AC != 2) {
_root.the_seal.A = 3;
} else {
_root.the_seal.A = 2;
}
if (_root.the_seal.CE != 2) {
_root.the_seal.E = 3;
} else {
_root.the_seal.E = 2;
}
if (_root.the_seal.CK != 2) {
_root.the_seal.K = 3;
} else {
_root.the_seal.K = 2;
}
} else if (_root.the_seal.OTKYDA eq "E") {
_root.the_seal.OTKYDA = "C";
_root.the_seal.CE = 2;
_root.the_seal.E = 2;
_root.the_seal.C = 2;
_root.the_seal.D = 2;
_root.the_seal.F = 2;
_root.the_seal.L = 2;
_root.the_seal.M = 2;
if (_root.the_seal.AC != 2) {
_root.the_seal.A = 3;
} else {
_root.the_seal.A = 2;
}
if (_root.the_seal.BC != 2) {
_root.the_seal.B = 3;
} else {
_root.the_seal.B = 2;
}
if (_root.the_seal.CK != 2) {
_root.the_seal.K = 3;
} else {
_root.the_seal.K = 2;
}
} else if (_root.the_seal.OTKYDA eq "K") {
_root.the_seal.OTKYDA = "C";
_root.the_seal.CK = 2;
_root.the_seal.K = 2;
_root.the_seal.C = 2;
_root.the_seal.D = 2;
_root.the_seal.F = 2;
_root.the_seal.L = 2;
_root.the_seal.M = 2;
if (_root.the_seal.AC != 2) {
_root.the_seal.A = 3;
} else {
_root.the_seal.A = 2;
}
if (_root.the_seal.BC != 2) {
_root.the_seal.B = 3;
} else {
_root.the_seal.B = 2;
}
if (_root.the_seal.CE != 2) {
_root.the_seal.E = 3;
} else {
_root.the_seal.E = 2;
}
}
}
Symbol 1710 MovieClip Frame 2
if (_root.the_seal.C eq 1) {
gotoAndPlay (1);
} else if (_root.the_seal.C eq 2) {
gotoAndPlay (3);
} else if (_root.the_seal.C eq 3) {
gotoAndPlay (5);
} else if (_root.the_seal.C eq 4) {
gotoAndPlay (7);
}
if (_root.the_seal.C eq 1) {
shesterenka.a = 0;
} else if (_root.the_seal.C eq 2) {
shesterenka.a = 0.5;
} else if (_root.the_seal.C eq 3) {
shesterenka.a = 1;
} else if (_root.the_seal.C eq 4) {
shesterenka.a = 1.5;
}
Symbol 1710 MovieClip Frame 4
if (_root.the_seal.C eq 1) {
gotoAndPlay (1);
} else if (_root.the_seal.C eq 2) {
gotoAndPlay (3);
} else if (_root.the_seal.C eq 3) {
gotoAndPlay (5);
} else if (_root.the_seal.C eq 4) {
gotoAndPlay (7);
}
if (_root.the_seal.C eq 1) {
shesterenka.a = 0;
} else if (_root.the_seal.C eq 2) {
shesterenka.a = 0.5;
} else if (_root.the_seal.C eq 3) {
shesterenka.a = 1;
} else if (_root.the_seal.C eq 4) {
shesterenka.a = 1.5;
}
Symbol 1710 MovieClip Frame 6
if (_root.the_seal.C eq 1) {
gotoAndPlay (1);
} else if (_root.the_seal.C eq 2) {
gotoAndPlay (3);
} else if (_root.the_seal.C eq 3) {
gotoAndPlay (5);
} else if (_root.the_seal.C eq 4) {
gotoAndPlay (7);
}
if (_root.the_seal.C eq 1) {
shesterenka.a = 0;
} else if (_root.the_seal.C eq 2) {
shesterenka.a = 0.5;
} else if (_root.the_seal.C eq 3) {
shesterenka.a = 1;
} else if (_root.the_seal.C eq 4) {
shesterenka.a = 1.5;
}
Symbol 1710 MovieClip Frame 8
if (_root.the_seal.C eq 1) {
gotoAndPlay (1);
} else if (_root.the_seal.C eq 2) {
gotoAndPlay (3);
} else if (_root.the_seal.C eq 3) {
gotoAndPlay (5);
} else if (_root.the_seal.C eq 4) {
gotoAndPlay (7);
}
if (_root.the_seal.C eq 1) {
shesterenka.a = 0;
} else if (_root.the_seal.C eq 2) {
shesterenka.a = 0.5;
} else if (_root.the_seal.C eq 3) {
shesterenka.a = 1;
} else if (_root.the_seal.C eq 4) {
shesterenka.a = 1.5;
}
Symbol 1711 Button
on (press) {
_root.the_seal.OTKYDA = "B";
_root.the_seal.B = 2;
_root.the_seal.D = 3;
_root.the_seal.C = 3;
_root.the_seal.A = 3;
_root.the_seal.E = 2;
_root.the_seal.F = 2;
_root.the_seal.K = 2;
_root.the_seal.L = 2;
_root.the_seal.M = 2;
}
Symbol 1712 Button
on (press) {
if (_root.the_seal.OTKYDA eq "A") {
_root.the_seal.OTKYDA = "B";
_root.the_seal.AB = 2;
_root.the_seal.A = 2;
_root.the_seal.B = 2;
_root.the_seal.E = 2;
_root.the_seal.F = 2;
_root.the_seal.K = 2;
_root.the_seal.L = 2;
_root.the_seal.M = 2;
if (_root.the_seal.BD != 2) {
_root.the_seal.D = 3;
} else {
_root.the_seal.D = 2;
}
if (_root.the_seal.BC != 2) {
_root.the_seal.C = 3;
} else {
_root.the_seal.C = 2;
}
} else if (_root.the_seal.OTKYDA eq "C") {
_root.the_seal.OTKYDA = "B";
_root.the_seal.BC = 2;
_root.the_seal.B = 2;
_root.the_seal.C = 2;
_root.the_seal.E = 2;
_root.the_seal.F = 2;
_root.the_seal.K = 2;
_root.the_seal.L = 2;
_root.the_seal.M = 2;
if (_root.the_seal.AB != 2) {
_root.the_seal.A = 3;
} else {
_root.the_seal.A = 2;
}
if (_root.the_seal.BD != 2) {
_root.the_seal.D = 3;
} else {
_root.the_seal.D = 2;
}
} else if (_root.the_seal.OTKYDA eq "D") {
_root.the_seal.OTKYDA = "B";
_root.the_seal.BD = 2;
_root.the_seal.B = 2;
_root.the_seal.D = 2;
_root.the_seal.E = 2;
_root.the_seal.F = 2;
_root.the_seal.K = 2;
_root.the_seal.L = 2;
_root.the_seal.M = 2;
if (_root.the_seal.AB != 2) {
_root.the_seal.A = 3;
} else {
_root.the_seal.A = 2;
}
if (_root.the_seal.BC != 2) {
_root.the_seal.C = 3;
} else {
_root.the_seal.C = 2;
}
}
}
Symbol 1713 MovieClip Frame 2
if (_root.the_seal.B eq 1) {
gotoAndPlay (1);
} else if (_root.the_seal.B eq 2) {
gotoAndPlay (3);
} else if (_root.the_seal.B eq 3) {
gotoAndPlay (5);
} else if (_root.the_seal.B eq 4) {
gotoAndPlay (7);
}
if (_root.the_seal.B eq 1) {
shesterenka.a = 0;
} else if (_root.the_seal.B eq 2) {
shesterenka.a = 0.5;
} else if (_root.the_seal.B eq 3) {
shesterenka.a = 1;
} else if (_root.the_seal.B eq 4) {
shesterenka.a = 1.5;
}
Symbol 1713 MovieClip Frame 4
if (_root.the_seal.B eq 1) {
gotoAndPlay (1);
} else if (_root.the_seal.B eq 2) {
gotoAndPlay (3);
} else if (_root.the_seal.B eq 3) {
gotoAndPlay (5);
} else if (_root.the_seal.B eq 4) {
gotoAndPlay (7);
}
if (_root.the_seal.B eq 1) {
shesterenka.a = 0;
} else if (_root.the_seal.B eq 2) {
shesterenka.a = 0.5;
} else if (_root.the_seal.B eq 3) {
shesterenka.a = 1;
} else if (_root.the_seal.B eq 4) {
shesterenka.a = 1.5;
}
Symbol 1713 MovieClip Frame 6
if (_root.the_seal.B eq 1) {
gotoAndPlay (1);
} else if (_root.the_seal.B eq 2) {
gotoAndPlay (3);
} else if (_root.the_seal.B eq 3) {
gotoAndPlay (5);
} else if (_root.the_seal.B eq 4) {
gotoAndPlay (7);
}
if (_root.the_seal.B eq 1) {
shesterenka.a = 0;
} else if (_root.the_seal.B eq 2) {
shesterenka.a = 0.5;
} else if (_root.the_seal.B eq 3) {
shesterenka.a = 1;
} else if (_root.the_seal.B eq 4) {
shesterenka.a = 1.5;
}
Symbol 1713 MovieClip Frame 8
if (_root.the_seal.B eq 1) {
gotoAndPlay (1);
} else if (_root.the_seal.B eq 2) {
gotoAndPlay (3);
} else if (_root.the_seal.B eq 3) {
gotoAndPlay (5);
} else if (_root.the_seal.B eq 4) {
gotoAndPlay (7);
}
if (_root.the_seal.B eq 1) {
shesterenka.a = 0;
} else if (_root.the_seal.B eq 2) {
shesterenka.a = 0.5;
} else if (_root.the_seal.B eq 3) {
shesterenka.a = 1;
} else if (_root.the_seal.B eq 4) {
shesterenka.a = 1.5;
}
Symbol 1714 Button
on (press) {
_root.the_seal.OTKYDA = "A";
_root.the_seal.A = 2;
_root.the_seal.C = 3;
_root.the_seal.B = 3;
_root.the_seal.D = 2;
_root.the_seal.E = 2;
_root.the_seal.F = 2;
_root.the_seal.K = 2;
_root.the_seal.L = 2;
_root.the_seal.M = 2;
}
Symbol 1715 Button
on (press) {
if (_root.the_seal.OTKYDA eq "B") {
_root.the_seal.OTKYDA = "A";
_root.the_seal.AB = 2;
_root.the_seal.A = 2;
_root.the_seal.B = 2;
_root.the_seal.D = 2;
_root.the_seal.E = 2;
_root.the_seal.F = 2;
_root.the_seal.K = 2;
_root.the_seal.L = 2;
_root.the_seal.M = 2;
if (_root.the_seal.AC != 2) {
_root.the_seal.C = 3;
}
} else if (_root.the_seal.OTKYDA eq "C") {
_root.the_seal.OTKYDA = "A";
_root.the_seal.AC = 2;
_root.the_seal.A = 2;
_root.the_seal.C = 2;
_root.the_seal.D = 2;
_root.the_seal.E = 2;
_root.the_seal.F = 2;
_root.the_seal.K = 2;
_root.the_seal.L = 2;
_root.the_seal.M = 2;
if (_root.the_seal.AB != 2) {
_root.the_seal.B = 3;
}
}
}
Symbol 1716 MovieClip Frame 2
if (_root.the_seal.A eq 1) {
gotoAndPlay (1);
} else if (_root.the_seal.A eq 2) {
gotoAndPlay (3);
} else if (_root.the_seal.A eq 3) {
gotoAndPlay (5);
} else if (_root.the_seal.A eq 4) {
gotoAndPlay (7);
}
if (_root.the_seal.A eq 1) {
shesterenka.a = 0;
} else if (_root.the_seal.A eq 2) {
shesterenka.a = 0.5;
} else if (_root.the_seal.A eq 3) {
shesterenka.a = 1;
} else if (_root.the_seal.A eq 4) {
shesterenka.a = 1.5;
}
Symbol 1716 MovieClip Frame 4
if (_root.the_seal.A eq 1) {
gotoAndPlay (1);
} else if (_root.the_seal.A eq 2) {
gotoAndPlay (3);
} else if (_root.the_seal.A eq 3) {
gotoAndPlay (5);
} else if (_root.the_seal.A eq 4) {
gotoAndPlay (7);
}
if (_root.the_seal.A eq 1) {
shesterenka.a = 0;
} else if (_root.the_seal.A eq 2) {
shesterenka.a = 0.5;
} else if (_root.the_seal.A eq 3) {
shesterenka.a = 1;
} else if (_root.the_seal.A eq 4) {
shesterenka.a = 1.5;
}
Symbol 1716 MovieClip Frame 6
if (_root.the_seal.A eq 1) {
gotoAndPlay (1);
} else if (_root.the_seal.A eq 2) {
gotoAndPlay (3);
} else if (_root.the_seal.A eq 3) {
gotoAndPlay (5);
} else if (_root.the_seal.A eq 4) {
gotoAndPlay (7);
}
if (_root.the_seal.A eq 1) {
shesterenka.a = 0;
} else if (_root.the_seal.A eq 2) {
shesterenka.a = 0.5;
} else if (_root.the_seal.A eq 3) {
shesterenka.a = 1;
} else if (_root.the_seal.A eq 4) {
shesterenka.a = 1.5;
}
Symbol 1716 MovieClip Frame 8
if (_root.the_seal.A eq 1) {
gotoAndPlay (1);
} else if (_root.the_seal.A eq 2) {
gotoAndPlay (3);
} else if (_root.the_seal.A eq 3) {
gotoAndPlay (5);
} else if (_root.the_seal.A eq 4) {
gotoAndPlay (7);
}
if (_root.the_seal.A eq 1) {
shesterenka.a = 0;
} else if (_root.the_seal.A eq 2) {
shesterenka.a = 0.5;
} else if (_root.the_seal.A eq 3) {
shesterenka.a = 1;
} else if (_root.the_seal.A eq 4) {
shesterenka.a = 1.5;
}
Symbol 1721 Button
on (press) {
A = 1;
B = 1;
C = 1;
D = 1;
E = 1;
F = 1;
K = 1;
L = 1;
M = 1;
AB = 1;
BC = 1;
AC = 1;
CK = 1;
CE = 1;
EK = 1;
ED = 1;
EL = 1;
BD = 1;
DM = 1;
DF = 1;
FM = 1;
ML = 1;
}
Symbol 1727 MovieClip Frame 2
a = random(3);
if (a eq 0) {
gotoAndPlay (5);
} else if (a eq 1) {
gotoAndPlay (15);
} else if (a eq 2) {
gotoAndPlay (25);
}
Symbol 1727 MovieClip Frame 14
stop();
Symbol 1727 MovieClip Frame 24
stop();
Symbol 1727 MovieClip Frame 37
stop();
Symbol 1732 MovieClip Frame 10
stop();
Symbol 1733 MovieClip Frame 2
if (_root.the_seal.ML eq 1) {
gotoAndPlay (1);
} else {
gotoAndPlay (3);
}
Symbol 1733 MovieClip Frame 4
if (_root.the_seal.ML eq 1) {
gotoAndPlay (1);
} else {
gotoAndPlay (3);
}
Symbol 1735 MovieClip Frame 10
stop();
Symbol 1736 MovieClip Frame 2
if (_root.the_seal.FM eq 1) {
gotoAndPlay (1);
} else {
gotoAndPlay (3);
}
Symbol 1736 MovieClip Frame 4
if (_root.the_seal.FM eq 1) {
gotoAndPlay (1);
} else {
gotoAndPlay (3);
}
Symbol 1739 MovieClip Frame 10
stop();
Symbol 1740 MovieClip Frame 2
if (_root.the_seal.DF eq 1) {
gotoAndPlay (1);
} else {
gotoAndPlay (3);
}
Symbol 1740 MovieClip Frame 4
if (_root.the_seal.DF eq 1) {
gotoAndPlay (1);
} else {
gotoAndPlay (3);
}
Symbol 1743 MovieClip Frame 10
stop();
Symbol 1744 MovieClip Frame 2
if (_root.the_seal.DM eq 1) {
gotoAndPlay (1);
} else {
gotoAndPlay (3);
}
Symbol 1744 MovieClip Frame 4
if (_root.the_seal.DM eq 1) {
gotoAndPlay (1);
} else {
gotoAndPlay (3);
}
Symbol 1745 MovieClip Frame 10
stop();
Symbol 1746 MovieClip Frame 2
if (_root.the_seal.BD eq 1) {
gotoAndPlay (1);
} else {
gotoAndPlay (3);
}
Symbol 1746 MovieClip Frame 4
if (_root.the_seal.BD eq 1) {
gotoAndPlay (1);
} else {
gotoAndPlay (3);
}
Symbol 1748 MovieClip Frame 10
stop();
Symbol 1749 MovieClip Frame 2
if (_root.the_seal.EL eq 1) {
gotoAndPlay (1);
} else {
gotoAndPlay (3);
}
Symbol 1749 MovieClip Frame 4
if (_root.the_seal.EL eq 1) {
gotoAndPlay (1);
} else {
gotoAndPlay (3);
}
Symbol 1750 MovieClip Frame 10
stop();
Symbol 1751 MovieClip Frame 2
if (_root.the_seal.ED eq 1) {
gotoAndPlay (1);
} else {
gotoAndPlay (3);
}
Symbol 1751 MovieClip Frame 4
if (_root.the_seal.ED eq 1) {
gotoAndPlay (1);
} else {
gotoAndPlay (3);
}
Symbol 1752 MovieClip Frame 10
stop();
Symbol 1753 MovieClip Frame 2
if (_root.the_seal.EK eq 1) {
gotoAndPlay (1);
} else {
gotoAndPlay (3);
}
Symbol 1753 MovieClip Frame 4
if (_root.the_seal.EK eq 1) {
gotoAndPlay (1);
} else {
gotoAndPlay (3);
}
Symbol 1755 MovieClip Frame 10
stop();
Symbol 1756 MovieClip Frame 2
if (_root.the_seal.CE eq 1) {
gotoAndPlay (1);
} else {
gotoAndPlay (3);
}
Symbol 1756 MovieClip Frame 4
if (_root.the_seal.CE eq 1) {
gotoAndPlay (1);
} else {
gotoAndPlay (3);
}
Symbol 1757 MovieClip Frame 10
stop();
Symbol 1758 MovieClip Frame 2
if (_root.the_seal.CK eq 1) {
gotoAndPlay (1);
} else {
gotoAndPlay (3);
}
Symbol 1758 MovieClip Frame 4
if (_root.the_seal.CK eq 1) {
gotoAndPlay (1);
} else {
gotoAndPlay (3);
}
Symbol 1761 MovieClip Frame 10
stop();
Symbol 1762 MovieClip Frame 2
if (_root.the_seal.AC eq 1) {
gotoAndPlay (1);
} else {
gotoAndPlay (3);
}
Symbol 1762 MovieClip Frame 4
if (_root.the_seal.AC eq 1) {
gotoAndPlay (1);
} else {
gotoAndPlay (3);
}
Symbol 1763 MovieClip Frame 10
stop();
Symbol 1764 MovieClip Frame 2
if (_root.the_seal.BC eq 1) {
gotoAndPlay (1);
} else {
gotoAndPlay (3);
}
Symbol 1764 MovieClip Frame 4
if (_root.the_seal.BC eq 1) {
gotoAndPlay (1);
} else {
gotoAndPlay (3);
}
Symbol 1766 MovieClip Frame 10
stop();
Symbol 1767 MovieClip Frame 2
if (_root.the_seal.AB eq 1) {
gotoAndPlay (1);
} else {
gotoAndPlay (3);
}
Symbol 1767 MovieClip Frame 4
if (_root.the_seal.AB eq 1) {
gotoAndPlay (1);
} else {
gotoAndPlay (3);
}
Symbol 1773 Button
on (release) {
play();
}
Symbol 1775 Button
on (release) {
play();
}
Symbol 1777 Button
on (release) {
play();
}
Symbol 1783 Button
on (press) {
if (cccstop != 1) {
startDrag ("ccc");
}
}
on (release, releaseOutside) {
if (cccstop != 1) {
if (ccctest eq "true") {
stopDrag();
cccstop = 1;
tellTarget ("ccc") {
play();
};
} else {
stopDrag();
setProperty("ccc", _x , 49.7);
setProperty("ccc", _y , 0);
}
}
}
Symbol 1784 Button
on (press) {
if (bbbstop != 1) {
startDrag ("bbb");
}
}
on (release, releaseOutside) {
if (bbbstop != 1) {
if (bbbtest eq "true") {
stopDrag();
bbbstop = 1;
tellTarget ("bbb") {
play();
};
} else {
setProperty("bbb", _x , 0.8);
setProperty("bbb", _y , 0);
stopDrag();
}
}
}
Symbol 1785 Button
on (press) {
if (aaastop != 1) {
startDrag ("aaa");
}
}
on (release, releaseOutside) {
if (aaastop != 1) {
if (aaatest eq "true") {
stopDrag();
aaastop = 1;
tellTarget ("aaa") {
play();
};
} else {
stopDrag();
setProperty("aaa", _x , -49.6);
setProperty("aaa", _y , 0);
}
}
}
Symbol 1798 MovieClip Frame 1
stop();
a = 0;
stop();
Symbol 1798 MovieClip Frame 28
stop();
a = 1;
Symbol 1803 MovieClip Frame 1
setProperty("ggg", _y , 1.5);
Symbol 1810 Button
on (release) {
play();
}
Symbol 1811 MovieClip Frame 1
_root.forcenocursor = 0;
cccstop = 0;
bbbstop = 0;
aaastop = 0;
stop();
Symbol 1811 MovieClip Frame 2
stop();
Symbol 1811 MovieClip Frame 3
stop();
Symbol 1811 MovieClip Frame 4
aaatest = aaa.hitTest(drobilka);
bbbtest = bbb.hitTest(drobilka);
ccctest = ccc.hitTest(drobilka);
_root.forcenocursor = 1;
Symbol 1811 MovieClip Frame 5
if (((aaa.a eq 1) and (bbb.a eq 1)) and (ccc.a eq 1)) {
play();
} else {
gotoAndPlay (4);
}
Symbol 1811 MovieClip Frame 6
stop();
_root.forcenocursor = 0;
Symbol 1816 Button
on (release) {
_root.debug_mode = 1;
}
Symbol 1821 Button
on (release) {
_root.debug_mode = 0;
}
Symbol 1822 MovieClip Frame 2
if (_root.debug_mode eq 1) {
gotoAndPlay (3);
} else {
gotoAndPlay (1);
}
Symbol 1822 MovieClip Frame 4
if (_root.debug_mode eq 1) {
gotoAndPlay (3);
} else {
gotoAndPlay (1);
}
Symbol 1826 Button
on (release) {
gotoAndStop (4);
}
Symbol 1830 Button
on (release) {
gotoAndStop (3);
}
Symbol 1834 Button
on (release) {
gotoAndStop (2);
}
Symbol 1842 Button
on (release) {
_root.cheat = 1;
}
Symbol 1845 Button
on (release) {
_root.cheat = 0;
}
Symbol 1847 MovieClip Frame 2
if (_root.cheat eq 1) {
gotoAndPlay (3);
} else {
gotoAndPlay (1);
}
Symbol 1847 MovieClip Frame 4
if (_root.cheat eq 1) {
gotoAndPlay (3);
} else {
gotoAndPlay (1);
}
Symbol 1854 Button
on (release) {
gotoAndStop (1);
}
Symbol 1865 Button
on (release) {
getURL ("http://www.newgrounds.com/portal/view/170527", _blank);
}
Symbol 1876 Button
on (release) {
getURL ("http://www.newgrounds.com/portal/view/255273", "_blank");
}
Symbol 1886 Button
on (release) {
getURL ("http://dimonzerg.narod.ru/", "_blank");
}
Symbol 1889 MovieClip Frame 1
stop();
Symbol 1889 MovieClip Frame 4
stop();
Symbol 1891 MovieClip Frame 15
stop();
Symbol 1892 MovieClip Frame 1
_root.forcenocursor = 0;
Symbol 1892 MovieClip Frame 2
if (_root.openseal eq 1) {
gotoAndPlay (3);
} else {
gotoAndPlay (1);
}
A = 1;
B = 1;
C = 1;
D = 1;
E = 1;
F = 1;
K = 1;
L = 1;
M = 1;
AB = 1;
BC = 1;
AC = 1;
CK = 1;
CE = 1;
EK = 1;
ED = 1;
EL = 1;
BD = 1;
DM = 1;
DF = 1;
FM = 1;
ML = 1;
nemigatnax = 0;
Symbol 1892 MovieClip Frame 3
if ((AB eq 2) and (AC eq 2)) {
A = 4;
}
if (((AB eq 2) and (BC eq 2)) and (BD eq 2)) {
B = 4;
}
if ((((AC eq 2) and (BC eq 2)) and (CK eq 2)) and (CE eq 2)) {
C = 4;
}
if ((((BD eq 2) and (ED eq 2)) and (DF eq 2)) and (DM eq 2)) {
D = 4;
}
if ((((CE eq 2) and (ED eq 2)) and (EK eq 2)) and (EL eq 2)) {
E = 4;
}
if ((DF eq 2) and (FM eq 2)) {
F = 4;
}
if ((CK eq 2) and (EK eq 2)) {
K = 4;
}
if ((EL eq 2) and (ML eq 2)) {
L = 4;
}
if (((DM eq 2) and (ML eq 2)) and (FM eq 2)) {
M = 4;
}
Symbol 1892 MovieClip Frame 4
if (((((((((A eq 4) and (B eq 4)) and (C eq 4)) and (D eq 4)) and (E eq 4)) and (F eq 4)) and (K eq 4)) and (L eq 4)) and (M eq 4)) {
play();
} else {
gotoAndPlay (3);
}
Symbol 1892 MovieClip Frame 5
nemigatnax = 1;
Symbol 1892 MovieClip Frame 62
stop();