Frame 179
stop();
Instance of Symbol 50 MovieClip in Frame 179
onClipEvent (enterFrame) {
this.onPress = function () {
getURL ("http://www.armorgames.com", "_blank");
};
}
Frame 212
Track1 = new Sound(this);
Track1.attachSound("Track1");
Expo1 = new Sound(this);
Expo1.attachSound("Expo1");
Track1.stop();
onLoad = function () {
difficulty = 0;
};
Instance of Symbol 56 MovieClip "orig" in Frame 244
onClipEvent (load) {
this._xscale = random(100);
this._yscale = random(100);
i = 0;
this._x = this._x + random(20);
this._x = this._x - random(20);
this._y = this._y + random(20);
}
onClipEvent (enterFrame) {
i++;
this.duplicateMovieClip("MC" + i, i + 10);
_root["MC" + i]._x = random(800);
_root["MC" + i]._y = 500;
if (_name == "orig") {
this._visible = 0;
} else {
_alpha = (_alpha - 0.5);
if (_alpha <= 2) {
removeMovieClip(this);
}
}
if (_xscale < 60) {
_xscale = 60;
}
if (_yscale < 60) {
_yscale = 60;
}
this._y = this._y - random(8);
}
Frame 284
stop();
Frame 303
stop();
Instance of Symbol 289 MovieClip in Frame 407
onClipEvent (enterFrame) {
if (Key.isDown(13)) {
_root.gotoAndPlay("checkpoint0");
}
}
Frame 956
stopAllSounds();
Track1.start(0, 99);
Instance of Symbol 413 MovieClip in Frame 986
onClipEvent (enterFrame) {
if (_root.difficulty == 0) {
_root.gotoAndStop("easy");
}
if (_root.difficulty == 1) {
_root.gotoAndStop("medium");
}
if (_root.difficulty == 2) {
_root.gotoAndStop("hard");
}
}
Frame 989
stop();
score = 0;
timer = 60;
onLoad = function () {
_root.projectile.timer = 2;
};
Instance of Symbol 765 MovieClip "fatcunt" in Frame 989
onClipEvent (load) {
xSpeed = 1;
walking = true;
hurtSpeed = 2;
points = 1;
moving = true;
life = 40;
damage = 6;
speedX = 5;
speedY = 20;
hurtable = true;
}
onClipEvent (enterFrame) {
if (this.xSpeed > 4) {
xSpeed = 4;
}
if (moving == true) {
if (walking == true) {
_x = (_x + xSpeed);
} else if (walking == false) {
_x = (_x - hurtSpeed);
}
if (hurtable == true) {
if (this.dit.hitTest(_root["MC" + _root.projectile.i])) {
damage = damage + 0.2;
walking = false;
this.gotoAndPlay("hurt");
_root["MC" + _root.projectile.i].xSpeed = -3;
_root["MC" + _root.projectile.i].ySpeed = 20;
}
}
if (this._currentframe < 3) {
walking = true;
}
if (walking == true) {
if (xSpeed < 4) {
gotoAndStop ("walk");
}
if (xSpeed > 3) {
gotoAndStop ("run");
}
}
if ((this._currentframe > 2) && (this._currentframe < 32)) {
_root.score = _root.score + points;
}
}
if (this._currentframe == 32) {
this.lifebar._visible = true;
this.lifebar.bar._xscale = life;
if (this.life < 100) {
this.life = this.life + 0.25;
}
if (life > 100) {
life = 100;
}
if (hurtable == true) {
if (this.dit.hitTest(_root["MC" + _root.projectile.i])) {
life = life - damage;
_root["MC" + _root.projectile.i].xSpeed = -3;
_root["MC" + _root.projectile.i].ySpeed = 20;
this.pain.gotoAndStop(random(6));
_root.Expo1.start(0);
_root.Expo1.start(0);
}
}
}
if (life < 0) {
life = 0;
this.lifebar._visible = false;
this.gotoAndStop("death");
}
if (this._currentframe == 33) {
_root.bubble.gotoAndStop(14);
_rotation = (_rotation - 0.4);
speedY--;
_x = (_x - speedX);
_y = (_y - speedY);
}
if (this._y > 500) {
if (_root.narr._currentframe == 95) {
_root.narr.play();
}
removeMovieClip(this);
}
if (this.dit.hitTest(_root.hero.dit)) {
xSpeed = 0;
moving = false;
hurtSpeed = 0;
walking = false;
this.gotoAndStop("eat");
_root["MC" + _root.projectile.i].removeMovieClip();
_root.bubble.gotoAndStop(14);
}
if (this.eat._currentframe == 21) {
_root.hero._visible = false;
_root.narr.gotoAndPlay(245);
}
if (this.dit.hitTest(_root.eagle)) {
if (this.walking == true) {
_root.eagle.gotoAndStop(1);
damage = damage + 0.2;
walking = false;
this.gotoAndPlay("hurt");
}
_root.attachMovie("Explosion", "explosion", 1);
_root.explosion._x = this._x;
_root.explosion._y = this._y;
}
if (_root.explosion._currentframe < 31) {
if (this._currentframe < 32) {
_x = (_x - speedX);
}
}
if (this._currentframe == 32) {
if (this.dit.hitTest(_root.eagle)) {
_root.eagle.gotoAndStop(1);
this.life = this.life - 30;
}
}
}
Instance of Symbol 812 MovieClip "bubble" in Frame 989
onClipEvent (load) {
goal = 0;
i = 0;
gotoAndStop (1002);
}
onClipEvent (enterFrame) {
if (_root.narr._currentframe == 95) {
if (this._currentframe == 8) {
if (this.wrong._currentframe == 1) {
if (this.letter._currentframe == 1) {
this.goal = 65;
}
if (Key.isDown(65) && (goal == 65)) {
_root.hero.gotoAndPlay("throw");
this.play();
}
if (Key.isDown(65) && (goal != 65)) {
this.wrong.play();
}
if (this.letter._currentframe == 2) {
this.goal = 66;
}
if (Key.isDown(66) && (goal == 66)) {
_root.hero.gotoAndPlay("throw");
this.play();
}
if (Key.isDown(66) && (goal != 66)) {
this.wrong.play();
}
if (this.letter._currentframe == 3) {
this.goal = 67;
}
if (Key.isDown(67) && (goal == 67)) {
_root.hero.gotoAndPlay("throw");
this.play();
}
if (Key.isDown(67) && (goal != 67)) {
this.wrong.play();
}
if (this.letter._currentframe == 4) {
this.goal = 68;
}
if (Key.isDown(68) && (goal == 68)) {
_root.hero.gotoAndPlay("throw");
this.play();
}
if (Key.isDown(68) && (goal != 68)) {
this.wrong.play();
}
if (this.letter._currentframe == 5) {
this.goal = 69;
}
if (Key.isDown(69) && (goal == 69)) {
_root.hero.gotoAndPlay("throw");
this.play();
}
if (Key.isDown(69) && (goal != 69)) {
this.wrong.play();
}
if (this.letter._currentframe == 6) {
this.goal = 70;
}
if (Key.isDown(70) && (goal == 70)) {
_root.hero.gotoAndPlay("throw");
this.play();
}
if (Key.isDown(70) && (goal != 70)) {
this.wrong.play();
}
if (this.letter._currentframe == 7) {
this.goal = 71;
}
if (Key.isDown(71) && (goal == 71)) {
_root.hero.gotoAndPlay("throw");
this.play();
}
if (Key.isDown(71) && (goal != 71)) {
this.wrong.play();
}
if (this.letter._currentframe == 8) {
this.goal = 72;
}
if (Key.isDown(72) && (goal == 72)) {
_root.hero.gotoAndPlay("throw");
this.play();
}
if (Key.isDown(72) && (goal != 72)) {
this.wrong.play();
}
if (this.letter._currentframe == 9) {
this.goal = 73;
}
if (Key.isDown(73) && (goal == 73)) {
_root.hero.gotoAndPlay("throw");
this.play();
}
if (Key.isDown(73) && (goal != 73)) {
this.wrong.play();
}
if (this.letter._currentframe == 10) {
this.goal = 74;
}
if (Key.isDown(74) && (goal == 74)) {
_root.hero.gotoAndPlay("throw");
this.play();
}
if (Key.isDown(74) && (goal != 74)) {
this.wrong.play();
}
if (this.letter._currentframe == 11) {
this.goal = 75;
}
if (Key.isDown(75) && (goal == 75)) {
_root.hero.gotoAndPlay("throw");
this.play();
}
if (Key.isDown(75) && (goal != 75)) {
this.wrong.play();
}
if (this.letter._currentframe == 12) {
this.goal = 76;
}
if (Key.isDown(76) && (goal == 76)) {
_root.hero.gotoAndPlay("throw");
this.play();
}
if (Key.isDown(76) && (goal != 76)) {
this.wrong.play();
}
if (this.letter._currentframe == 13) {
this.goal = 77;
}
if (Key.isDown(77) && (goal == 77)) {
_root.hero.gotoAndPlay("throw");
this.play();
}
if (Key.isDown(77) && (goal != 77)) {
this.wrong.play();
}
if (this.letter._currentframe == 14) {
this.goal = 78;
}
if (Key.isDown(78) && (goal == 78)) {
_root.hero.gotoAndPlay("throw");
this.play();
}
if (Key.isDown(78) && (goal != 78)) {
this.wrong.play();
}
if (this.letter._currentframe == 15) {
this.goal = 79;
}
if (Key.isDown(79) && (goal == 79)) {
_root.hero.gotoAndPlay("throw");
this.play();
}
if (Key.isDown(79) && (goal != 79)) {
this.wrong.play();
}
if (this.letter._currentframe == 16) {
this.goal = 80;
}
if (Key.isDown(80) && (goal == 80)) {
_root.hero.gotoAndPlay("throw");
this.play();
}
if (Key.isDown(80) && (goal != 80)) {
this.wrong.play();
}
if (this.letter._currentframe == 17) {
this.goal = 81;
}
if (Key.isDown(81) && (goal == 81)) {
_root.hero.gotoAndPlay("throw");
this.play();
}
if (Key.isDown(81) && (goal != 81)) {
this.wrong.play();
}
if (this.letter._currentframe == 18) {
this.goal = 82;
}
if (Key.isDown(82) && (goal == 82)) {
_root.hero.gotoAndPlay("throw");
this.play();
}
if (Key.isDown(82) && (goal != 82)) {
this.wrong.play();
}
if (this.letter._currentframe == 19) {
this.goal = 83;
}
if (Key.isDown(83) && (goal == 83)) {
_root.hero.gotoAndPlay("throw");
this.play();
}
if (Key.isDown(83) && (goal != 83)) {
this.wrong.play();
}
if (this.letter._currentframe == 20) {
this.goal = 84;
}
if (Key.isDown(84) && (goal == 84)) {
_root.hero.gotoAndPlay("throw");
this.play();
}
if (Key.isDown(84) && (goal != 84)) {
this.wrong.play();
}
if (this.letter._currentframe == 21) {
this.goal = 85;
}
if (Key.isDown(85) && (goal == 85)) {
_root.hero.gotoAndPlay("throw");
this.play();
}
if (Key.isDown(85) && (goal != 85)) {
this.wrong.play();
}
if (this.letter._currentframe == 22) {
this.goal = 86;
}
if (Key.isDown(86) && (goal == 86)) {
_root.hero.gotoAndPlay("throw");
this.play();
}
if (Key.isDown(86) && (goal != 86)) {
this.wrong.play();
}
if (this.letter._currentframe == 23) {
this.goal = 87;
}
if (Key.isDown(87) && (goal == 87)) {
_root.hero.gotoAndPlay("throw");
this.play();
}
if (Key.isDown(87) && (goal != 87)) {
this.wrong.play();
}
if (this.letter._currentframe == 24) {
this.goal = 88;
}
if (Key.isDown(88) && (goal == 88)) {
_root.hero.gotoAndPlay("throw");
this.play();
}
if (Key.isDown(88) && (goal != 88)) {
this.wrong.play();
}
if (this.letter._currentframe == 25) {
this.goal = 89;
}
if (Key.isDown(89) && (goal == 89)) {
_root.hero.gotoAndPlay("throw");
this.play();
}
if (Key.isDown(89) && (goal != 89)) {
this.wrong.play();
}
if (this.letter._currentframe == 26) {
this.goal = 90;
}
if (Key.isDown(90) && (goal == 90)) {
_root.hero.gotoAndPlay("throw");
this.play();
}
if (Key.isDown(90) && (goal != 90)) {
this.wrong.play();
}
}
}
}
}
Instance of Symbol 816 MovieClip "edge" in Frame 989
onClipEvent (load) {
distancea = 30;
moving = false;
_visible = false;
bubMove = 5;
xSpeed = _root.fatcunt.xSpeed;
activated = true;
}
onClipEvent (enterFrame) {
if ((this.distancea < 0) && (this.distancea > -30)) {
activated = false;
} else {
activated = true;
}
if (this.activated == true) {
if ((_root.fatcunt.moving == true) && (_root.fatcunt.walking == false)) {
if (_root.fatcunt.dit.hitTest(this)) {
_root.fatcunt.gotoAndStop("edge");
_root.fatcunt.moving = false;
_root.fatcunt.gotoAndStop("edge");
_root.fatcunt.xSpeed = 0;
_root.fatcunt.hurtSpeed = 0;
moving = true;
}
}
}
if (distancea == 0) {
distancea = 0;
moving = false;
}
if (moving == true) {
if (distancea > 0) {
distancea--;
}
if (distancea < 0) {
distancea++;
}
this._x = this._x + distancea;
_root.bubble.gotoAndPlay(14);
_root.fatcunt._x = _root.fatcunt._x + distancea;
_root.hero._x = _root.hero._x + distancea;
_root.bubble._x = _root.bubble._x + bubMove;
_root.ground._x = _root.ground._x + distancea;
_root["MC" + _root.projectile.i]._x = _root["MC" + _root.projectile.i]._x + distancea;
}
if (_root.fatcunt._currentframe == 32) {
if (_root.fatcunt.life == 100) {
if (distancea == 0) {
distancea = -30;
_root.fatcunt._x = _root.fatcunt._x + 10;
_root.fatcunt.gotoAndStop(1);
}
moving = true;
bubMove = -5;
this.xSpeed = this.xSpeed + 1;
_root.fatcunt.xSpeed = this.xSpeed;
_root.fatcunt.walking = true;
_root.fatcunt.hurtSpeed = 2;
_root.fatcunt.moving = true;
_root.fatcunt.life = 40;
}
}
if (_root.fatcunt._currentframe < 32) {
if (this.distancea == 0) {
distancea = 30;
moving = false;
_visible = false;
bubMove = 5;
}
}
if (_root.fatcunt.life > 90) {
_root.bubble.gotoAndPlay(14);
}
if (this.distancea != 0) {
if (this.distancea > -30) {
_root.datcunt.hurtable = false;
this.gotoAndStop(1);
}
}
}
Instance of Symbol 823 MovieClip in Frame 989
onClipEvent (enterFrame) {
if (_root.narr._currentframe == 95) {
if (this._currentframe == 1) {
if (_root.hero._currentframe == 1) {
if (Key.isDown(32)) {
_root.hero.gotoAndPlay("eagle");
nextFrame();
}
}
}
}
}
Instance of Symbol 877 MovieClip "projectile" in Frame 989
onClipEvent (load) {
xSpeed = 40;
ySpeed = 10;
spin = 43;
i = 0;
timer = 0;
this.ite.gotoAndStop(random(9));
i++;
}
onClipEvent (enterFrame) {
if (timer > 0) {
timer--;
}
if (timer == 1) {
i++;
this.duplicateMovieClip("MC" + i, i);
_root["MC" + i]._x = _root.hero._x;
_root["MC" + i]._y = _root.hero._y;
}
if (this._currentframe == 13) {
ySpeed--;
_x = (_x - xSpeed);
_y = (_y - ySpeed);
this.ite._rotation = this.ite._rotation - spin;
}
if (this._y > 500) {
removeMovieClip(this);
}
if ((_root.edge.distancea < 0) && (_root.edge.distancea > -30)) {
if (this._currentframe > 1) {
this.removeMovieClip();
}
}
}
Instance of Symbol 880 MovieClip "eagle" in Frame 989
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (this._currentframe > 1) {
_root.bubble.gotoAndPlay(14);
}
}
Instance of Symbol 883 MovieClip "screenstate" in Frame 989
onClipEvent (enterFrame) {
if ((_root.edge.distancea == 30) or (_root.edge.distancea == -29)) {
this.gotoAndStop(1);
}
if (_root.edge.distancea == 29) {
this.gotoAndStop(2);
}
}
Instance of Symbol 886 MovieClip in Frame 989
onClipEvent (enterFrame) {
if (this._currentframe == 50) {
if (_root.narr._currentframe == 95) {
_root.timer = _root.timer - 1;
}
}
if (_root.timer < 0) {
_root.timer = 0;
}
if (_root.timer == 0) {
if (_root.narr._currentframe < 171) {
_root.narr.gotoAndPlay("timeout");
}
_root.bubble.gotoAndStop(14);
if (_root.fatcunt.walking == true) {
_root.fatcunt.xSpeed = 7;
}
}
}
Frame 990
stop();
score = 0;
timer = 60;
onLoad = function () {
_root.projectile.timer = 2;
};
Instance of Symbol 765 MovieClip "fatcunt" in Frame 990
onClipEvent (load) {
xSpeed = 2;
walking = true;
hurtSpeed = 2;
points = 1;
moving = true;
life = 40;
damage = 5;
speedX = 5;
speedY = 20;
hurtable = true;
}
onClipEvent (enterFrame) {
if (moving == true) {
if (walking == true) {
_x = (_x + xSpeed);
} else if (walking == false) {
_x = (_x - hurtSpeed);
}
if (hurtable == true) {
if (this.dit.hitTest(_root["MC" + _root.projectile.i])) {
damage = damage + 0.2;
walking = false;
this.gotoAndPlay("hurt");
_root["MC" + _root.projectile.i].xSpeed = -3;
_root["MC" + _root.projectile.i].ySpeed = 20;
}
}
if (this._currentframe < 3) {
walking = true;
}
if (walking == true) {
if (xSpeed < 4) {
gotoAndStop ("walk");
}
if (xSpeed > 3) {
gotoAndStop ("run");
}
}
if ((this._currentframe > 2) && (this._currentframe < 32)) {
_root.score = _root.score + points;
}
}
if (this._currentframe == 32) {
this.lifebar._visible = true;
this.lifebar.bar._xscale = life;
if (this.life < 100) {
this.life = this.life + random(2);
}
if (life > 100) {
life = 100;
}
if (hurtable == true) {
if (this.dit.hitTest(_root["MC" + _root.projectile.i])) {
life = life - damage;
_root["MC" + _root.projectile.i].xSpeed = -3;
_root["MC" + _root.projectile.i].ySpeed = 20;
this.pain.gotoAndStop(random(6));
_root.Expo1.start(0);
_root.Expo1.start(0);
}
}
}
if (life < 0) {
life = 0;
this.lifebar._visible = false;
this.gotoAndStop("death");
}
if (this._currentframe == 33) {
_root.bubble.gotoAndStop(14);
_rotation = (_rotation - 0.4);
speedY--;
_x = (_x - speedX);
_y = (_y - speedY);
}
if (this._y > 500) {
if (_root.narr._currentframe == 95) {
_root.narr.play();
}
removeMovieClip(this);
}
if (this.dit.hitTest(_root.hero.dit)) {
xSpeed = 0;
moving = false;
hurtSpeed = 0;
walking = false;
this.gotoAndStop("eat");
_root["MC" + _root.projectile.i].removeMovieClip();
_root.bubble.gotoAndStop(14);
}
if (this.eat._currentframe == 21) {
_root.hero._visible = false;
_root.narr.gotoAndPlay(245);
}
if (this.dit.hitTest(_root.eagle)) {
if (this.walking == true) {
_root.eagle.gotoAndStop(1);
damage = damage + 0.2;
walking = false;
this.gotoAndPlay("hurt");
}
_root.attachMovie("Explosion", "explosion", 1);
_root.explosion._x = this._x;
_root.explosion._y = this._y;
}
if (_root.explosion._currentframe < 31) {
if (this._currentframe < 32) {
_x = (_x - speedX);
}
}
if (this._currentframe == 32) {
if (this.dit.hitTest(_root.eagle)) {
_root.eagle.gotoAndStop(1);
this.life = this.life - 30;
}
}
}
Instance of Symbol 812 MovieClip "bubble" in Frame 990
onClipEvent (load) {
goal = 0;
i = 0;
gotoAndStop (1003);
}
onClipEvent (enterFrame) {
if (_root.narr._currentframe == 95) {
if (this._currentframe == 8) {
if (this.wrong._currentframe == 1) {
if (this.letter._currentframe == 1) {
this.goal = 65;
}
if (Key.isDown(65) && (goal == 65)) {
_root.hero.gotoAndPlay("throw");
this.play();
}
if (Key.isDown(65) && (goal != 65)) {
this.wrong.play();
}
if (this.letter._currentframe == 2) {
this.goal = 66;
}
if (Key.isDown(66) && (goal == 66)) {
_root.hero.gotoAndPlay("throw");
this.play();
}
if (Key.isDown(66) && (goal != 66)) {
this.wrong.play();
}
if (this.letter._currentframe == 3) {
this.goal = 67;
}
if (Key.isDown(67) && (goal == 67)) {
_root.hero.gotoAndPlay("throw");
this.play();
}
if (Key.isDown(67) && (goal != 67)) {
this.wrong.play();
}
if (this.letter._currentframe == 4) {
this.goal = 68;
}
if (Key.isDown(68) && (goal == 68)) {
_root.hero.gotoAndPlay("throw");
this.play();
}
if (Key.isDown(68) && (goal != 68)) {
this.wrong.play();
}
if (this.letter._currentframe == 5) {
this.goal = 69;
}
if (Key.isDown(69) && (goal == 69)) {
_root.hero.gotoAndPlay("throw");
this.play();
}
if (Key.isDown(69) && (goal != 69)) {
this.wrong.play();
}
if (this.letter._currentframe == 6) {
this.goal = 70;
}
if (Key.isDown(70) && (goal == 70)) {
_root.hero.gotoAndPlay("throw");
this.play();
}
if (Key.isDown(70) && (goal != 70)) {
this.wrong.play();
}
if (this.letter._currentframe == 7) {
this.goal = 71;
}
if (Key.isDown(71) && (goal == 71)) {
_root.hero.gotoAndPlay("throw");
this.play();
}
if (Key.isDown(71) && (goal != 71)) {
this.wrong.play();
}
if (this.letter._currentframe == 8) {
this.goal = 72;
}
if (Key.isDown(72) && (goal == 72)) {
_root.hero.gotoAndPlay("throw");
this.play();
}
if (Key.isDown(72) && (goal != 72)) {
this.wrong.play();
}
if (this.letter._currentframe == 9) {
this.goal = 73;
}
if (Key.isDown(73) && (goal == 73)) {
_root.hero.gotoAndPlay("throw");
this.play();
}
if (Key.isDown(73) && (goal != 73)) {
this.wrong.play();
}
if (this.letter._currentframe == 10) {
this.goal = 74;
}
if (Key.isDown(74) && (goal == 74)) {
_root.hero.gotoAndPlay("throw");
this.play();
}
if (Key.isDown(74) && (goal != 74)) {
this.wrong.play();
}
if (this.letter._currentframe == 11) {
this.goal = 75;
}
if (Key.isDown(75) && (goal == 75)) {
_root.hero.gotoAndPlay("throw");
this.play();
}
if (Key.isDown(75) && (goal != 75)) {
this.wrong.play();
}
if (this.letter._currentframe == 12) {
this.goal = 76;
}
if (Key.isDown(76) && (goal == 76)) {
_root.hero.gotoAndPlay("throw");
this.play();
}
if (Key.isDown(76) && (goal != 76)) {
this.wrong.play();
}
if (this.letter._currentframe == 13) {
this.goal = 77;
}
if (Key.isDown(77) && (goal == 77)) {
_root.hero.gotoAndPlay("throw");
this.play();
}
if (Key.isDown(77) && (goal != 77)) {
this.wrong.play();
}
if (this.letter._currentframe == 14) {
this.goal = 78;
}
if (Key.isDown(78) && (goal == 78)) {
_root.hero.gotoAndPlay("throw");
this.play();
}
if (Key.isDown(78) && (goal != 78)) {
this.wrong.play();
}
if (this.letter._currentframe == 15) {
this.goal = 79;
}
if (Key.isDown(79) && (goal == 79)) {
_root.hero.gotoAndPlay("throw");
this.play();
}
if (Key.isDown(79) && (goal != 79)) {
this.wrong.play();
}
if (this.letter._currentframe == 16) {
this.goal = 80;
}
if (Key.isDown(80) && (goal == 80)) {
_root.hero.gotoAndPlay("throw");
this.play();
}
if (Key.isDown(80) && (goal != 80)) {
this.wrong.play();
}
if (this.letter._currentframe == 17) {
this.goal = 81;
}
if (Key.isDown(81) && (goal == 81)) {
_root.hero.gotoAndPlay("throw");
this.play();
}
if (Key.isDown(81) && (goal != 81)) {
this.wrong.play();
}
if (this.letter._currentframe == 18) {
this.goal = 82;
}
if (Key.isDown(82) && (goal == 82)) {
_root.hero.gotoAndPlay("throw");
this.play();
}
if (Key.isDown(82) && (goal != 82)) {
this.wrong.play();
}
if (this.letter._currentframe == 19) {
this.goal = 83;
}
if (Key.isDown(83) && (goal == 83)) {
_root.hero.gotoAndPlay("throw");
this.play();
}
if (Key.isDown(83) && (goal != 83)) {
this.wrong.play();
}
if (this.letter._currentframe == 20) {
this.goal = 84;
}
if (Key.isDown(84) && (goal == 84)) {
_root.hero.gotoAndPlay("throw");
this.play();
}
if (Key.isDown(84) && (goal != 84)) {
this.wrong.play();
}
if (this.letter._currentframe == 21) {
this.goal = 85;
}
if (Key.isDown(85) && (goal == 85)) {
_root.hero.gotoAndPlay("throw");
this.play();
}
if (Key.isDown(85) && (goal != 85)) {
this.wrong.play();
}
if (this.letter._currentframe == 22) {
this.goal = 86;
}
if (Key.isDown(86) && (goal == 86)) {
_root.hero.gotoAndPlay("throw");
this.play();
}
if (Key.isDown(86) && (goal != 86)) {
this.wrong.play();
}
if (this.letter._currentframe == 23) {
this.goal = 87;
}
if (Key.isDown(87) && (goal == 87)) {
_root.hero.gotoAndPlay("throw");
this.play();
}
if (Key.isDown(87) && (goal != 87)) {
this.wrong.play();
}
if (this.letter._currentframe == 24) {
this.goal = 88;
}
if (Key.isDown(88) && (goal == 88)) {
_root.hero.gotoAndPlay("throw");
this.play();
}
if (Key.isDown(88) && (goal != 88)) {
this.wrong.play();
}
if (this.letter._currentframe == 25) {
this.goal = 89;
}
if (Key.isDown(89) && (goal == 89)) {
_root.hero.gotoAndPlay("throw");
this.play();
}
if (Key.isDown(89) && (goal != 89)) {
this.wrong.play();
}
if (this.letter._currentframe == 26) {
this.goal = 90;
}
if (Key.isDown(90) && (goal == 90)) {
_root.hero.gotoAndPlay("throw");
this.play();
}
if (Key.isDown(90) && (goal != 90)) {
this.wrong.play();
}
}
}
}
}
Instance of Symbol 816 MovieClip "edge" in Frame 990
onClipEvent (load) {
distancea = 30;
moving = false;
_visible = false;
bubMove = 5;
xSpeed = _root.fatcunt.xSpeed;
activated = true;
}
onClipEvent (enterFrame) {
if ((this.distancea < 0) && (this.distancea > -30)) {
activated = false;
} else {
activated = true;
}
if (activated == true) {
if ((_root.fatcunt.moving == true) && (_root.fatcunt.walking == false)) {
if (_root.fatcunt.dit.hitTest(this)) {
_root.fatcunt.gotoAndStop("edge");
_root.fatcunt.moving = false;
_root.fatcunt.gotoAndStop("edge");
_root.fatcunt.xSpeed = 0;
_root.fatcunt.hurtSpeed = 0;
moving = true;
}
}
}
if (distancea == 0) {
distancea = 0;
moving = false;
}
if (moving == true) {
if (distancea > 0) {
distancea--;
}
if (distancea < 0) {
distancea++;
}
this._x = this._x + distancea;
_root.bubble.gotoAndPlay(14);
_root.fatcunt._x = _root.fatcunt._x + distancea;
_root.hero._x = _root.hero._x + distancea;
_root.bubble._x = _root.bubble._x + bubMove;
_root.ground._x = _root.ground._x + distancea;
_root["MC" + _root.projectile.i]._x = _root["MC" + _root.projectile.i]._x + distancea;
}
if (_root.fatcunt._currentframe == 32) {
if (_root.fatcunt.life == 100) {
if (distancea == 0) {
distancea = -30;
_root.fatcunt._x = _root.fatcunt._x + 10;
_root.fatcunt.gotoAndStop(1);
}
moving = true;
bubMove = -5;
this.xSpeed = this.xSpeed + 1;
_root.fatcunt.xSpeed = this.xSpeed;
_root.fatcunt.walking = true;
_root.fatcunt.hurtSpeed = 2;
_root.fatcunt.moving = true;
_root.fatcunt.life = 40;
}
}
if (_root.fatcunt._currentframe < 32) {
if (this.distancea == 0) {
distancea = 30;
moving = false;
_visible = false;
bubMove = 5;
}
}
if (_root.fatcunt.life > 90) {
_root.bubble.gotoAndPlay(14);
}
if (this.distancea != 0) {
if (this.distancea > -30) {
_root.datcunt.hurtable = false;
this.gotoAndStop(1);
}
}
}
Instance of Symbol 823 MovieClip in Frame 990
onClipEvent (enterFrame) {
if (_root.narr._currentframe == 95) {
if (this._currentframe == 1) {
if (_root.hero._currentframe == 1) {
if (Key.isDown(32)) {
_root.hero.gotoAndPlay("eagle");
nextFrame();
}
}
}
}
}
Instance of Symbol 877 MovieClip "projectile" in Frame 990
onClipEvent (load) {
xSpeed = 40;
ySpeed = 10;
spin = 43;
i = 0;
timer = 0;
this.ite.gotoAndStop(random(9));
i++;
}
onClipEvent (enterFrame) {
if (timer > 0) {
timer--;
}
if (timer == 1) {
i++;
this.duplicateMovieClip("MC" + i, i);
_root["MC" + i]._x = _root.hero._x;
_root["MC" + i]._y = _root.hero._y;
}
if (this._currentframe == 13) {
ySpeed--;
_x = (_x - xSpeed);
_y = (_y - ySpeed);
this.ite._rotation = this.ite._rotation - spin;
}
if (this._y > 500) {
removeMovieClip(this);
}
if ((_root.edge.distancea < 0) && (_root.edge.distancea > -30)) {
if (this._currentframe > 1) {
this.removeMovieClip();
}
}
}
Instance of Symbol 880 MovieClip "eagle" in Frame 990
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (this._currentframe > 1) {
_root.bubble.gotoAndPlay(14);
}
}
Instance of Symbol 883 MovieClip "screenstate" in Frame 990
onClipEvent (enterFrame) {
if ((_root.edge.distancea == 30) or (_root.edge.distancea == -29)) {
this.gotoAndStop(1);
}
if (_root.edge.distancea == 29) {
this.gotoAndStop(2);
}
}
Instance of Symbol 886 MovieClip in Frame 990
onClipEvent (enterFrame) {
if (this._currentframe == 50) {
if (_root.narr._currentframe == 95) {
_root.timer = _root.timer - 1;
}
}
if (_root.timer < 0) {
_root.timer = 0;
}
if (_root.timer == 0) {
if (_root.narr._currentframe < 171) {
_root.narr.gotoAndPlay("timeout");
}
_root.bubble.gotoAndStop(14);
if (_root.fatcunt.walking == true) {
_root.fatcunt.xSpeed = 7;
}
}
}
Frame 991
stop();
score = 0;
timer = 60;
onLoad = function () {
_root.projectile.timer = 2;
};
Instance of Symbol 765 MovieClip "fatcunt" in Frame 991
onClipEvent (load) {
xSpeed = 5;
walking = true;
hurtSpeed = 1.5;
points = 1;
moving = true;
life = 40;
damage = 2;
speedX = 5;
speedY = 20;
hurtable = true;
}
onClipEvent (enterFrame) {
if (_root.narr._currentframe < 95) {
_x = (_x - 3);
}
if (moving == true) {
if (walking == true) {
_x = (_x + xSpeed);
} else if (walking == false) {
_x = (_x - hurtSpeed);
}
if (hurtable == true) {
if (this.dit.hitTest(_root["MC" + _root.projectile.i])) {
damage = damage + 0.2;
walking = false;
this.gotoAndPlay("hurt");
_root["MC" + _root.projectile.i].xSpeed = -3;
_root["MC" + _root.projectile.i].ySpeed = 20;
}
}
if (this._currentframe < 3) {
walking = true;
}
if (walking == true) {
if (xSpeed < 4) {
gotoAndStop ("walk");
}
if (xSpeed > 3) {
gotoAndStop ("run");
}
}
if ((this._currentframe > 2) && (this._currentframe < 32)) {
_root.score = _root.score + points;
}
}
if (this._currentframe == 32) {
this.lifebar._visible = true;
this.lifebar.bar._xscale = life;
if (this.life < 100) {
this.life = this.life + random(3);
}
if (life > 100) {
life = 100;
}
if (hurtable == true) {
if (this.dit.hitTest(_root["MC" + _root.projectile.i])) {
life = life - damage;
_root["MC" + _root.projectile.i].xSpeed = -3;
_root["MC" + _root.projectile.i].ySpeed = 20;
this.pain.gotoAndStop(random(6));
_root.Expo1.start(0);
_root.Expo1.start(0);
}
}
}
if (life < 0) {
life = 0;
this.lifebar._visible = false;
this.gotoAndStop("death");
}
if (this._currentframe == 33) {
_root.bubble.gotoAndStop(14);
_rotation = (_rotation - 0.4);
speedY--;
_x = (_x - speedX);
_y = (_y - speedY);
}
if (this._y > 500) {
if (_root.narr._currentframe == 95) {
_root.narr.play();
}
removeMovieClip(this);
}
if (this.dit.hitTest(_root.hero.dit)) {
xSpeed = 0;
moving = false;
hurtSpeed = 0;
walking = false;
this.gotoAndStop("eat");
_root["MC" + _root.projectile.i].removeMovieClip();
_root.bubble.gotoAndStop(14);
}
if (this.eat._currentframe == 21) {
_root.hero._visible = false;
_root.narr.gotoAndPlay(245);
}
if (this.dit.hitTest(_root.eagle)) {
if (this.walking == true) {
_root.eagle.gotoAndStop(1);
damage = damage + 0.2;
walking = false;
this.gotoAndPlay("hurt");
}
_root.attachMovie("Explosion", "explosion", 1);
_root.explosion._x = this._x;
_root.explosion._y = this._y;
}
if (_root.explosion._currentframe < 31) {
if (this._currentframe < 32) {
_x = (_x - speedX);
}
}
if (this._currentframe == 32) {
if (this.dit.hitTest(_root.eagle)) {
_root.eagle.gotoAndStop(1);
this.life = this.life - 30;
}
}
}
Instance of Symbol 812 MovieClip "bubble" in Frame 991
onClipEvent (load) {
goal = 0;
i = 0;
gotoAndStop (1004);
}
onClipEvent (enterFrame) {
if (_root.narr._currentframe == 95) {
if (this._currentframe == 8) {
if (this.wrong._currentframe == 1) {
if (this.letter._currentframe == 1) {
this.goal = 65;
}
if (Key.isDown(65) && (goal == 65)) {
_root.hero.gotoAndPlay("throw");
this.play();
}
if (Key.isDown(65) && (goal != 65)) {
this.wrong.play();
}
if (this.letter._currentframe == 2) {
this.goal = 66;
}
if (Key.isDown(66) && (goal == 66)) {
_root.hero.gotoAndPlay("throw");
this.play();
}
if (Key.isDown(66) && (goal != 66)) {
this.wrong.play();
}
if (this.letter._currentframe == 3) {
this.goal = 67;
}
if (Key.isDown(67) && (goal == 67)) {
_root.hero.gotoAndPlay("throw");
this.play();
}
if (Key.isDown(67) && (goal != 67)) {
this.wrong.play();
}
if (this.letter._currentframe == 4) {
this.goal = 68;
}
if (Key.isDown(68) && (goal == 68)) {
_root.hero.gotoAndPlay("throw");
this.play();
}
if (Key.isDown(68) && (goal != 68)) {
this.wrong.play();
}
if (this.letter._currentframe == 5) {
this.goal = 69;
}
if (Key.isDown(69) && (goal == 69)) {
_root.hero.gotoAndPlay("throw");
this.play();
}
if (Key.isDown(69) && (goal != 69)) {
this.wrong.play();
}
if (this.letter._currentframe == 6) {
this.goal = 70;
}
if (Key.isDown(70) && (goal == 70)) {
_root.hero.gotoAndPlay("throw");
this.play();
}
if (Key.isDown(70) && (goal != 70)) {
this.wrong.play();
}
if (this.letter._currentframe == 7) {
this.goal = 71;
}
if (Key.isDown(71) && (goal == 71)) {
_root.hero.gotoAndPlay("throw");
this.play();
}
if (Key.isDown(71) && (goal != 71)) {
this.wrong.play();
}
if (this.letter._currentframe == 8) {
this.goal = 72;
}
if (Key.isDown(72) && (goal == 72)) {
_root.hero.gotoAndPlay("throw");
this.play();
}
if (Key.isDown(72) && (goal != 72)) {
this.wrong.play();
}
if (this.letter._currentframe == 9) {
this.goal = 73;
}
if (Key.isDown(73) && (goal == 73)) {
_root.hero.gotoAndPlay("throw");
this.play();
}
if (Key.isDown(73) && (goal != 73)) {
this.wrong.play();
}
if (this.letter._currentframe == 10) {
this.goal = 74;
}
if (Key.isDown(74) && (goal == 74)) {
_root.hero.gotoAndPlay("throw");
this.play();
}
if (Key.isDown(74) && (goal != 74)) {
this.wrong.play();
}
if (this.letter._currentframe == 11) {
this.goal = 75;
}
if (Key.isDown(75) && (goal == 75)) {
_root.hero.gotoAndPlay("throw");
this.play();
}
if (Key.isDown(75) && (goal != 75)) {
this.wrong.play();
}
if (this.letter._currentframe == 12) {
this.goal = 76;
}
if (Key.isDown(76) && (goal == 76)) {
_root.hero.gotoAndPlay("throw");
this.play();
}
if (Key.isDown(76) && (goal != 76)) {
this.wrong.play();
}
if (this.letter._currentframe == 13) {
this.goal = 77;
}
if (Key.isDown(77) && (goal == 77)) {
_root.hero.gotoAndPlay("throw");
this.play();
}
if (Key.isDown(77) && (goal != 77)) {
this.wrong.play();
}
if (this.letter._currentframe == 14) {
this.goal = 78;
}
if (Key.isDown(78) && (goal == 78)) {
_root.hero.gotoAndPlay("throw");
this.play();
}
if (Key.isDown(78) && (goal != 78)) {
this.wrong.play();
}
if (this.letter._currentframe == 15) {
this.goal = 79;
}
if (Key.isDown(79) && (goal == 79)) {
_root.hero.gotoAndPlay("throw");
this.play();
}
if (Key.isDown(79) && (goal != 79)) {
this.wrong.play();
}
if (this.letter._currentframe == 16) {
this.goal = 80;
}
if (Key.isDown(80) && (goal == 80)) {
_root.hero.gotoAndPlay("throw");
this.play();
}
if (Key.isDown(80) && (goal != 80)) {
this.wrong.play();
}
if (this.letter._currentframe == 17) {
this.goal = 81;
}
if (Key.isDown(81) && (goal == 81)) {
_root.hero.gotoAndPlay("throw");
this.play();
}
if (Key.isDown(81) && (goal != 81)) {
this.wrong.play();
}
if (this.letter._currentframe == 18) {
this.goal = 82;
}
if (Key.isDown(82) && (goal == 82)) {
_root.hero.gotoAndPlay("throw");
this.play();
}
if (Key.isDown(82) && (goal != 82)) {
this.wrong.play();
}
if (this.letter._currentframe == 19) {
this.goal = 83;
}
if (Key.isDown(83) && (goal == 83)) {
_root.hero.gotoAndPlay("throw");
this.play();
}
if (Key.isDown(83) && (goal != 83)) {
this.wrong.play();
}
if (this.letter._currentframe == 20) {
this.goal = 84;
}
if (Key.isDown(84) && (goal == 84)) {
_root.hero.gotoAndPlay("throw");
this.play();
}
if (Key.isDown(84) && (goal != 84)) {
this.wrong.play();
}
if (this.letter._currentframe == 21) {
this.goal = 85;
}
if (Key.isDown(85) && (goal == 85)) {
_root.hero.gotoAndPlay("throw");
this.play();
}
if (Key.isDown(85) && (goal != 85)) {
this.wrong.play();
}
if (this.letter._currentframe == 22) {
this.goal = 86;
}
if (Key.isDown(86) && (goal == 86)) {
_root.hero.gotoAndPlay("throw");
this.play();
}
if (Key.isDown(86) && (goal != 86)) {
this.wrong.play();
}
if (this.letter._currentframe == 23) {
this.goal = 87;
}
if (Key.isDown(87) && (goal == 87)) {
_root.hero.gotoAndPlay("throw");
this.play();
}
if (Key.isDown(87) && (goal != 87)) {
this.wrong.play();
}
if (this.letter._currentframe == 24) {
this.goal = 88;
}
if (Key.isDown(88) && (goal == 88)) {
_root.hero.gotoAndPlay("throw");
this.play();
}
if (Key.isDown(88) && (goal != 88)) {
this.wrong.play();
}
if (this.letter._currentframe == 25) {
this.goal = 89;
}
if (Key.isDown(89) && (goal == 89)) {
_root.hero.gotoAndPlay("throw");
this.play();
}
if (Key.isDown(89) && (goal != 89)) {
this.wrong.play();
}
if (this.letter._currentframe == 26) {
this.goal = 90;
}
if (Key.isDown(90) && (goal == 90)) {
_root.hero.gotoAndPlay("throw");
this.play();
}
if (Key.isDown(90) && (goal != 90)) {
this.wrong.play();
}
}
}
}
}
Instance of Symbol 816 MovieClip "edge" in Frame 991
onClipEvent (load) {
distancea = 30;
moving = false;
_visible = false;
bubMove = 5;
xSpeed = _root.fatcunt.xSpeed;
activated = true;
}
onClipEvent (enterFrame) {
if ((this.distancea < 0) && (this.distancea > -30)) {
activated = false;
} else {
activated = true;
}
if (activated == true) {
if ((_root.fatcunt.moving == true) && (_root.fatcunt.walking == false)) {
if (_root.fatcunt.dit.hitTest(this)) {
_root.fatcunt.gotoAndStop("edge");
_root.fatcunt.moving = false;
_root.fatcunt.gotoAndStop("edge");
_root.fatcunt.xSpeed = 0;
_root.fatcunt.hurtSpeed = 0;
moving = true;
}
}
}
if (distancea == 0) {
distancea = 0;
moving = false;
}
if (moving == true) {
if (distancea > 0) {
distancea--;
}
if (distancea < 0) {
distancea++;
}
this._x = this._x + distancea;
_root.bubble.gotoAndPlay(14);
_root.fatcunt._x = _root.fatcunt._x + distancea;
_root.hero._x = _root.hero._x + distancea;
_root.bubble._x = _root.bubble._x + bubMove;
_root.ground._x = _root.ground._x + distancea;
_root["MC" + _root.projectile.i]._x = _root["MC" + _root.projectile.i]._x + distancea;
}
if (_root.fatcunt._currentframe == 32) {
if (_root.fatcunt.life == 100) {
if (distancea == 0) {
distancea = -30;
_root.fatcunt._x = _root.fatcunt._x + 10;
_root.fatcunt.gotoAndStop(1);
}
moving = true;
bubMove = -5;
this.xSpeed = this.xSpeed + 1;
_root.fatcunt.xSpeed = this.xSpeed;
_root.fatcunt.walking = true;
_root.fatcunt.hurtSpeed = 1.5;
_root.fatcunt.moving = true;
_root.fatcunt.life = 40;
}
}
if (_root.fatcunt._currentframe < 32) {
if (this.distancea == 0) {
distancea = 30;
moving = false;
_visible = false;
bubMove = 5;
}
}
if (_root.fatcunt.life > 90) {
_root.bubble.gotoAndPlay(14);
}
if (this.distancea != 0) {
if (this.distancea > -30) {
_root.datcunt.hurtable = false;
this.gotoAndStop(1);
}
}
}
Instance of Symbol 823 MovieClip in Frame 991
onClipEvent (enterFrame) {
if (_root.narr._currentframe == 95) {
if (this._currentframe == 1) {
if (_root.hero._currentframe == 1) {
if (Key.isDown(32)) {
_root.hero.gotoAndPlay("eagle");
nextFrame();
}
}
}
}
}
Instance of Symbol 877 MovieClip "projectile" in Frame 991
onClipEvent (load) {
xSpeed = 40;
ySpeed = 10;
spin = 43;
i = 0;
timer = 0;
this.ite.gotoAndStop(random(9));
i++;
}
onClipEvent (enterFrame) {
if (timer > 0) {
timer--;
}
if (timer == 1) {
i++;
this.duplicateMovieClip("MC" + i, i);
_root["MC" + i]._x = _root.hero._x;
_root["MC" + i]._y = _root.hero._y;
}
if (this._currentframe == 13) {
ySpeed--;
_x = (_x - xSpeed);
_y = (_y - ySpeed);
this.ite._rotation = this.ite._rotation - spin;
}
if (this._y > 500) {
removeMovieClip(this);
}
if ((_root.edge.distancea < 0) && (_root.edge.distancea > -30)) {
if (this._currentframe > 1) {
this.removeMovieClip();
}
}
}
Instance of Symbol 880 MovieClip "eagle" in Frame 991
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (this._currentframe > 1) {
_root.bubble.gotoAndPlay(14);
}
}
Instance of Symbol 883 MovieClip "screenstate" in Frame 991
onClipEvent (enterFrame) {
if ((_root.edge.distancea == 30) or (_root.edge.distancea == -29)) {
this.gotoAndStop(1);
}
if (_root.edge.distancea == 29) {
this.gotoAndStop(2);
}
}
Instance of Symbol 886 MovieClip in Frame 991
onClipEvent (enterFrame) {
if (this._currentframe == 50) {
if (_root.narr._currentframe == 95) {
_root.timer = _root.timer - 1;
}
}
if (_root.timer < 0) {
_root.timer = 0;
}
if (_root.timer == 0) {
if (_root.narr._currentframe < 171) {
_root.narr.gotoAndPlay("timeout");
}
_root.bubble.gotoAndStop(14);
if (_root.fatcunt.walking == true) {
_root.fatcunt.xSpeed = 7;
}
}
}
Symbol 7 MovieClip [Explosion] Frame 31
stop();
_root.explosion.removeMovieClip();
Symbol 23 MovieClip Frame 7
stop();
Symbol 29 Button
on (release) {
_root.play();
}
Symbol 32 MovieClip Frame 1
_root.stop();
PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
if (PercentLoaded != 100) {
bar._xscale = PercentLoaded;
} else {
gotoAndPlay ("loaded");
}
Symbol 32 MovieClip Frame 2
gotoAndPlay (1);
Symbol 32 MovieClip Frame 50
stop();
Symbol 918 MovieClip [__Packages.ab3.rankz.Armor_Bot_30_En_AS1] Frame 0
class ab3.rankz.Armor_Bot_30_En_AS1 extends Object
{
static var _CharsReverseLookup;
var _Armor_Bot_30_En_AS1Str, _Armor_Bot_30_En_AS1Count;
function Armor_Bot_30_En_AS1 () {
super();
}
static function Encode(str) {
var _local1 = new ab3.rankz.Armor_Bot_30_En_AS1();
return(_local1.encodeArmor_Bot_30_En_AS1(str));
}
static function Decode(str) {
var _local1 = new ab3.rankz.Armor_Bot_30_En_AS1();
return(_local1.decodeArmor_Bot_30_En_AS1(str));
}
static function StringReplaceAll(source, find, replacement) {
return(source.split(find).join(replacement));
}
static function InitReverseChars() {
_CharsReverseLookup = new Array();
var _local1 = 0;
while (_local1 < _Chars.length) {
_CharsReverseLookup[_Chars[_local1]] = _local1;
_local1++;
}
return(true);
}
static function UrlDecode(str) {
str = StringReplaceAll(str, "\\", " ");
str = unescape(str);
return(str);
}
static function UrlEncode(str) {
str = escape(str);
str = StringReplaceAll(str, "\\", "%2B");
str = StringReplaceAll(str, "%20", "+");
return(str);
}
function setArmor_Bot_30_En_AS1Str(str) {
_Armor_Bot_30_En_AS1Str = str;
_Armor_Bot_30_En_AS1Count = 0;
}
function readArmor_Bot_30_En_AS1() {
if (!_Armor_Bot_30_En_AS1Str) {
return(_EndOfInput);
}
if (_Armor_Bot_30_En_AS1Count >= _Armor_Bot_30_En_AS1Str.length) {
return(_EndOfInput);
}
var _local2 = _Armor_Bot_30_En_AS1Str.charCodeAt(_Armor_Bot_30_En_AS1Count) & 255;
_Armor_Bot_30_En_AS1Count++;
return(_local2);
}
function encodeArmor_Bot_30_En_AS1(str) {
setArmor_Bot_30_En_AS1Str(str);
var _local3 = "";
var _local2 = new Array(3);
var _local5 = 0;
var _local4 = false;
while ((!_local4) && (((_local2[0] = readArmor_Bot_30_En_AS1())) != _EndOfInput)) {
_local2[1] = readArmor_Bot_30_En_AS1();
_local2[2] = readArmor_Bot_30_En_AS1();
_local3 = _local3 + _Chars[_local2[0] >> 2];
if (_local2[1] != _EndOfInput) {
_local3 = _local3 + _Chars[((_local2[0] << 4) & 48) | (_local2[1] >> 4)];
if (_local2[2] != _EndOfInput) {
_local3 = _local3 + _Chars[((_local2[1] << 2) & 60) | (_local2[2] >> 6)];
_local3 = _local3 + _Chars[_local2[2] & 63];
} else {
_local3 = _local3 + _Chars[(_local2[1] << 2) & 60];
_local3 = _local3 + "=";
_local4 = true;
}
} else {
_local3 = _local3 + _Chars[(_local2[0] << 4) & 48];
_local3 = _local3 + "=";
_local3 = _local3 + "=";
_local4 = true;
}
_local5 = _local5 + 4;
if (_local5 >= 76) {
_local3 = _local3 + newline;
_local5 = 0;
}
}
return(_local3);
}
function readReverseArmor_Bot_30_En_AS1() {
if (!_Armor_Bot_30_En_AS1Str) {
return(_EndOfInput);
}
while (true) {
if (_Armor_Bot_30_En_AS1Count >= _Armor_Bot_30_En_AS1Str.length) {
return(_EndOfInput);
}
var _local2 = _Armor_Bot_30_En_AS1Str.charAt(_Armor_Bot_30_En_AS1Count);
_Armor_Bot_30_En_AS1Count++;
if (_CharsReverseLookup[_local2]) {
return(_CharsReverseLookup[_local2]);
}
if (_local2 == "A") {
return(0);
}
}
}
function ntos(n) {
var _local1 = n.toString(16);
if (_local1.length == 1) {
_local1 = "0" + _local1;
}
_local1 = "%" + _local1;
return(unescape(_local1));
}
function decodeArmor_Bot_30_En_AS1(str) {
setArmor_Bot_30_En_AS1Str(str);
var _local3 = "";
var _local2 = new Array(4);
var _local4 = false;
while (((!_local4) && (((_local2[0] = readReverseArmor_Bot_30_En_AS1())) != _EndOfInput)) && (((_local2[1] = readReverseArmor_Bot_30_En_AS1())) != _EndOfInput)) {
_local2[2] = readReverseArmor_Bot_30_En_AS1();
_local2[3] = readReverseArmor_Bot_30_En_AS1();
_local3 = _local3 + ntos(((_local2[0] << 2) & 255) | (_local2[1] >> 4));
if (_local2[2] != _EndOfInput) {
_local3 = _local3 + ntos(((_local2[1] << 4) & 255) | (_local2[2] >> 2));
if (_local2[3] != _EndOfInput) {
_local3 = _local3 + ntos(((_local2[2] << 6) & 255) | _local2[3]);
} else {
_local4 = true;
}
} else {
_local4 = true;
}
}
return(_local3);
}
function toHex(n) {
var _local4 = "";
var _local3 = true;
var _local1 = 32;
while (_local1 > 0) {
_local1 = _local1 - 4;
var _local2 = (n >> _local1) & 15;
if ((!_local3) || (_local2 != 0)) {
_local3 = false;
_local4 = _local4 + _Digits[_local2];
}
}
return(((_local4 == "") ? "0" : (_local4)));
}
function pad(str, len, pad) {
var _local2 = str;
var _local1 = str.length;
while (_local1 < len) {
_local2 = pad + _local2;
_local1++;
}
return(_local2);
}
function encodeHex(str) {
var _local4 = "";
var _local2 = 0;
while (_local2 < str.length) {
_local4 = _local4 + pad(toHex(str.charCodeAt(_local2) & 255), 2, "0");
_local2++;
}
return(_local4);
}
function decodeHex(str) {
var _local5 = "";
var _local3 = "";
var _local2 = 0;
while (_local2 < str.length) {
_local3 = _local3 + str.charAt(_local2);
if (_local3.length == 2) {
_local5 = _local5 + ntos(parseInt("0x" + _local3));
_local3 = "";
}
_local2++;
}
return(_local5);
}
static var _EndOfInput = -1;
static var _Chars = new Array("A", "B", "C", "D", "E", "F", "G", "H", "I", "J", "K", "L", "M", "N", "O", "P", "Q", "R", "S", "T", "U", "V", "W", "X", "Y", "Z", "a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z", "0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "+", "/");
static var _CharsReverseLookupInited = InitReverseChars();
static var _Digits = new Array("0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "a", "b", "c", "d", "e", "f");
}
Symbol 50 MovieClip Frame 210
_root.play();
Symbol 59 MovieClip Frame 26
stop();
Symbol 246 MovieClip Frame 1
stop();
Instance of Symbol 170 MovieClip "dit" in Symbol 246 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Symbol 246 MovieClip Frame 2
_parent["MC" + _parent.projectile.i].gotoAndPlay(2);
_parent.projectile.timer = 24;
Symbol 246 MovieClip Frame 24
gotoAndStop ("idle");
Symbol 246 MovieClip Frame 45
_root.eagle.play();
Symbol 247 MovieClip Frame 32
stop();
Symbol 249 MovieClip Frame 7
stop();
Symbol 250 MovieClip Frame 7
stop();
Symbol 252 Button
on (release) {
play();
}
Symbol 254 Button
on (press) {
_root.instructions.nextFrame();
}
Symbol 255 Button
on (press) {
getURL ("http://www.armorgames.com", "_blank");
}
Symbol 261 Button
on (release) {
gotoAndPlay (992);
}
Symbol 263 Button
on (release) {
getURL ("http://Armorblog.com", "_blank");
}
Symbol 268 MovieClip Frame 1
stop();
Symbol 271 Button
on (release) {
difficulty = 0;
_root.play();
}
Symbol 272 Button
on (release) {
difficulty = 1;
_root.play();
}
Symbol 273 Button
on (release) {
difficulty = 2;
_root.play();
}
Symbol 277 Button
on (release) {
difficulty = 0;
play();
}
Symbol 278 Button
on (release) {
difficulty = 1;
play();
}
Symbol 279 Button
on (release) {
difficulty = 2;
play();
}
Symbol 587 MovieClip Frame 1
stop();
Symbol 587 MovieClip Frame 2
stop();
Symbol 587 MovieClip Frame 3
stop();
Symbol 587 MovieClip Frame 4
stop();
Symbol 587 MovieClip Frame 5
stop();
Symbol 587 MovieClip Frame 6
stop();
Symbol 602 MovieClip Frame 1
stop();
Symbol 602 MovieClip Frame 2
stop();
Symbol 602 MovieClip Frame 19
stop();
Symbol 764 MovieClip Frame 94
stop();
Symbol 765 MovieClip Frame 1
stop();
Instance of Symbol 170 MovieClip "dit" in Symbol 765 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 587 MovieClip "pain" in Symbol 765 MovieClip Frame 3
onClipEvent (load) {
_visible = false;
this.gotoAndStop(random(6));
}
Symbol 765 MovieClip Frame 31
gotoAndStop (1);
Symbol 765 MovieClip Frame 32
stop();
Instance of Symbol 602 MovieClip "lifebar" in Symbol 765 MovieClip Frame 32
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 587 MovieClip "pain" in Symbol 765 MovieClip Frame 32
onClipEvent (load) {
_visible = false;
}
Symbol 765 MovieClip Frame 33
stop();
Symbol 765 MovieClip Frame 34
stop();
Symbol 795 MovieClip Frame 1
stop();
Symbol 798 MovieClip Frame 1
stop();
Symbol 812 MovieClip Frame 8
stop();
Instance of Symbol 795 MovieClip "letter" in Symbol 812 MovieClip Frame 8
onClipEvent (load) {
this.gotoAndStop(random(27));
}
Symbol 823 MovieClip Frame 1
stop();
Symbol 823 MovieClip Frame 2
stop();
Symbol 834 MovieClip Frame 1
this.bonuss = _root.timer;
Symbol 840 Button
on (release) {
_root["MC" + _root.projectile.i].removeMovieClip();
_root.gotoAndPlay("checkpoint1");
}
Symbol 841 Button
on (release) {
_root["MC" + _root.projectile.i].removeMovieClip();
_root.difficulty = 3;
_root.gotoAndPlay("menu");
}
Symbol 842 Button
on (press) {
getURL ("http://www.sun-studios.net", "_blank");
}
Symbol 843 Button
on (release) {
getURL ("http://www.armorgames.com", "_blank");
}
Symbol 854 Button
on (press) {
play();
}
Symbol 863 Button
on (press) {
getURL ("http://rankz.armorbot.com/donteatme/", "_blank");
}
Symbol 865 MovieClip Frame 1
stop();
yourname = "Name Here";
Symbol 865 MovieClip Frame 65
function __rankz_send__(par1, par2, par3, par4) {
par227 = new LoadVars();
par228 = new LoadVars();
par227.flashkey = par2;
par227.SU0249 = par1;
par227.bmFtZTE = ab3.rankz.Armor_Bot_30_En_AS1.Encode(par3);
par227.c2NvcmUx = ab3.rankz.Armor_Bot_30_En_AS1.Encode(par4 + "j%e%a%n%s");
par227.flashkey = par227.flashkey.split("=").join("");
par227.SU0249 = par227.SU0249.split("=").join("");
par228.onLoad = function (success) {
if (success) {
trace(par228.msg);
} else {
trace(par228.loaded);
}
};
par227.sendAndLoad("http://rankz.armorbot.com/submit/", par228, "POST");
}
bXlnYW1lX25hbWVfdmFyaWFibGU = yourname;
bXlnYW1lX3Njb3JlX3ZhcmlhYmxl = _root.score;
__rankz_send__("MjE5NmolZSVhJW4lcw==", "cWF6T1p6c2g=", bXlnYW1lX25hbWVfdmFyaWFibGU, bXlnYW1lX3Njb3JlX3ZhcmlhYmxl);
Symbol 865 MovieClip Frame 162
stop();
Symbol 866 MovieClip Frame 72
_root.projectile.timer = 24;
Symbol 866 MovieClip Frame 95
stop();
_root.bubble.play();
Symbol 866 MovieClip Frame 96
_root.score = _root.score * _root.timer;
Symbol 866 MovieClip Frame 169
gotoAndPlay ("retry");
Symbol 866 MovieClip Frame 227
stop();
Symbol 866 MovieClip Frame 244
stop();
Symbol 866 MovieClip Frame 332
gotoAndPlay ("retry");
Symbol 876 MovieClip Frame 1
stop();
Symbol 877 MovieClip Frame 1
stop();
Symbol 877 MovieClip Frame 13
stop();
Symbol 880 MovieClip Frame 1
stop();
Symbol 883 MovieClip Frame 1
stop();
onEnterFrame = function () {
if (_root.fatcunt._x < 250) {
if (_root.fatcunt._currentframe == 32) {
_root.fatcunt.gotoAndPlay(1);
_x = (_x + 1);
}
}
};
Symbol 883 MovieClip Frame 2
stop();
onEnterFrame = function () {
if (_root.fatcunt._currentframe < 32) {
_root.fatcunt.gotoAndPlay(32);
}
};
Symbol 892 Button
on (release) {
gotoAndPlay (212);
}
Symbol 913 Button
on (press) {
gotoAndPlay (214);
}
Symbol 915 Button
on (press) {
getURL ("http://www.armorgames.com", "_blank");
}