Frame 1
ifFrameLoaded (_totalframes + 0) {
_root.firstSound = new Sound();
_root.firstSound.attachSound("firstSound01");
_root.gotoAndPlay(15);
}
Frame 13
Stage.showMenu = false;
_root.kongregateServices.connect();
Frame 20
playing = false;
_root.firstSound.start(0, 999);
Frame 58
stop();
Frame 62
stop();
Frame 79
gotoAndStop (161);
Frame 159
_quality = "HIGH";
Frame 160
_quality = "HIGH";
Frame 161
_quality = "HIGH";
_root.freeze = 1;
stop();
stop();
Frame 162
_root.freeze = 1;
Frame 250
function sendScore() {
var _local1 = _root;
now = new Date();
_local1.diff = _local1.dmode;
_local1.username = _local1.nick;
_local1.score = _local1.subscore;
_local1.game_id = 2;
_local1.chs = ((_local1.score * now.getUTCHours()) * now.getUTCDate()) + (now.getUTCFullYear() * 77);
loadVariablesNum ("http://scores.funny-games.biz/scores.php", 0, "POST");
}
_root.freeze = 1;
_root.nick = _root.nick;
stop();
Frame 280
stop();
Frame 281
function moveHero(speed) {
var _local1 = _root;
var _local2 = speed;
if (Key.isDown(37) && (Key.isDown(40))) {
_local1.hero._x = _local1.hero._x - _local2;
_local1.hero._y = _local1.hero._y + _local2;
} else if (Key.isDown(37) && (Key.isDown(38))) {
_local1.hero._x = _local1.hero._x - _local2;
_local1.hero._y = _local1.hero._y - _local2;
} else if (Key.isDown(39) && (Key.isDown(38))) {
_local1.hero._x = _local1.hero._x + _local2;
_local1.hero._y = _local1.hero._y - _local2;
} else if (Key.isDown(39) && (Key.isDown(40))) {
_local1.hero._x = _local1.hero._x + _local2;
_local1.hero._y = _local1.hero._y + _local2;
} else if (Key.isDown(38)) {
_local1.hero._y = _local1.hero._y - _local2;
} else if (Key.isDown(37)) {
_local1.hero._x = _local1.hero._x - _local2;
} else if (Key.isDown(40)) {
_local1.hero._y = _local1.hero._y + _local2;
} else if (Key.isDown(39)) {
_local1.hero._x = _local1.hero._x + _local2;
}
}
_quality = "LOW";
_root.wallset._x = _root.wallsetx;
_root.hero._x = _root.hero._x + (_root.wallset._x + 15);
stop();
_root.freeze = 1;
_root.numBlue = 0;
_root.onEnterFrame = function () {
moveHero(_root.hspeed);
};
Instance of Symbol 226 MovieClip in Frame 281
onClipEvent (load) {
function resetbb1() {
var _local1 = this;
_local1.gotoAndStop(1);
bbspeed = _root.aspeed;
_local1._x = (math.random() * 650) + 600;
_local1._y = (math.random() * 300) + 45;
}
resetbb1();
}
onClipEvent (enterFrame) {
if (_root.nlevel <= 2) {
if (this._x >= -500) {
resetbb1();
}
}
this._x = this._x - bbspeed;
if (this.hitTest(_root.hero)) {
if (_root.hithero == 2) {
_root.hitsaver.gotoAndPlay(2);
}
}
if (this.hitTest(_root.wallset)) {
this.gotoAndPlay(2);
}
if (this._x <= _root.wallset._x) {
resetbb1();
}
if (this.hitTest(_root.bomb)) {
this.play();
}
if (this.hitTest(_root.ffire)) {
this.play();
}
if (this.hitTest(_root.upfire)) {
this.play();
}
if (this.hitTest(_root.downfire)) {
this.play();
}
}
Instance of Symbol 226 MovieClip in Frame 281
onClipEvent (load) {
function resetbb1() {
var _local1 = this;
_local1.gotoAndStop(1);
bbspeed = _root.aspeed;
_local1._x = (math.random() * 650) + 600;
_local1._y = (math.random() * 300) + 45;
}
resetbb1();
}
onClipEvent (enterFrame) {
if (_root.nlevel <= 4) {
if (this._x >= -500) {
this._alpha = 0;
resetbb1();
}
}
this._x = this._x - bbspeed;
if (this.hitTest(_root.hero)) {
if (_root.hithero == 2) {
_root.hitsaver.gotoAndPlay(2);
}
}
if (this.hitTest(_root.wallset)) {
this.gotoAndPlay(2);
}
if (this._x <= _root.wallset._x) {
resetbb1();
}
if (this.hitTest(_root.bomb)) {
this.play();
}
if (this.hitTest(_root.ffire)) {
this.play();
}
if (this.hitTest(_root.upfire)) {
this.play();
}
if (this.hitTest(_root.downfire)) {
this.play();
}
}
Instance of Symbol 226 MovieClip in Frame 281
onClipEvent (load) {
function resetbb1() {
var _local1 = this;
_local1.gotoAndStop(1);
bbspeed = _root.aspeed;
_local1._x = (math.random() * 650) + 600;
_local1._y = (math.random() * 300) + 45;
}
resetbb1();
}
onClipEvent (enterFrame) {
if (_root.nlevel <= 6) {
if (this._x >= -500) {
this._alpha = 0;
resetbb1();
}
}
this._x = this._x - bbspeed;
if (this.hitTest(_root.hero)) {
if (_root.hithero == 2) {
_root.hitsaver.gotoAndPlay(2);
}
}
if (this.hitTest(_root.wallset)) {
this.gotoAndPlay(2);
}
if (this._x <= _root.wallset._x) {
resetbb1();
}
if (this.hitTest(_root.bomb)) {
this.play();
}
if (this.hitTest(_root.ffire)) {
this.play();
}
if (this.hitTest(_root.upfire)) {
this.play();
}
if (this.hitTest(_root.downfire)) {
this.play();
}
}
Instance of Symbol 226 MovieClip in Frame 281
onClipEvent (load) {
function resetbb1() {
var _local1 = this;
_local1.gotoAndStop(1);
bbspeed = _root.aspeed;
_local1._x = (math.random() * 650) + 600;
_local1._y = (math.random() * 300) + 45;
}
resetbb1();
}
onClipEvent (enterFrame) {
if (_root.nlevel <= 8) {
if (this._x >= -500) {
this._alpha = 0;
resetbb1();
}
}
this._x = this._x - bbspeed;
if (this.hitTest(_root.hero)) {
if (_root.hithero == 2) {
_root.hitsaver.gotoAndPlay(2);
}
}
if (this.hitTest(_root.wallset)) {
this.gotoAndPlay(2);
}
if (this._x <= _root.wallset._x) {
resetbb1();
}
if (this.hitTest(_root.bomb)) {
this.play();
}
if (this.hitTest(_root.ffire)) {
this.play();
}
if (this.hitTest(_root.upfire)) {
this.play();
}
if (this.hitTest(_root.downfire)) {
this.play();
}
}
Instance of Symbol 226 MovieClip in Frame 281
onClipEvent (load) {
function resetbb1() {
var _local1 = this;
_local1.gotoAndStop(1);
bbspeed = _root.aspeed;
_local1._x = (math.random() * 650) + 600;
_local1._y = (math.random() * 300) + 45;
}
resetbb1();
}
onClipEvent (enterFrame) {
if (_root.nlevel <= 12) {
if (this._x >= -500) {
this._alpha = 0;
resetbb1();
}
}
this._x = this._x - bbspeed;
if (this.hitTest(_root.hero)) {
if (_root.hithero == 2) {
_root.hitsaver.gotoAndPlay(2);
}
}
if (this.hitTest(_root.wallset)) {
this.gotoAndPlay(2);
}
if (this._x <= _root.wallset._x) {
resetbb1();
}
if (this.hitTest(_root.bomb)) {
this.play();
}
if (this.hitTest(_root.ffire)) {
this.play();
}
if (this.hitTest(_root.upfire)) {
this.play();
}
if (this.hitTest(_root.downfire)) {
this.play();
}
}
Instance of Symbol 226 MovieClip in Frame 281
onClipEvent (load) {
function resetbb1() {
var _local1 = this;
_local1.gotoAndStop(1);
bbspeed = _root.aspeed;
_local1._x = (math.random() * 650) + 600;
_local1._y = (math.random() * 300) + 45;
}
resetbb1();
}
onClipEvent (enterFrame) {
if (_root.nlevel <= 14) {
if (this._x >= -500) {
this._alpha = 0;
resetbb1();
}
}
this._x = this._x - bbspeed;
if (this.hitTest(_root.hero)) {
if (_root.hithero == 2) {
_root.hitsaver.gotoAndPlay(2);
}
}
if (this.hitTest(_root.wallset)) {
this.gotoAndPlay(2);
}
if (this._x <= _root.wallset._x) {
resetbb1();
}
if (this.hitTest(_root.bomb)) {
this.play();
}
if (this.hitTest(_root.ffire)) {
this.play();
}
if (this.hitTest(_root.upfire)) {
this.play();
}
if (this.hitTest(_root.downfire)) {
this.play();
}
}
Instance of Symbol 226 MovieClip in Frame 281
onClipEvent (load) {
function resetbb1() {
var _local1 = this;
_local1.gotoAndStop(1);
bbspeed = _root.aspeed;
_local1._x = (math.random() * 650) + 600;
_local1._y = (math.random() * 300) + 45;
}
resetbb1();
}
onClipEvent (enterFrame) {
if (_root.nlevel <= 18) {
if (this._x >= -500) {
this._alpha = 0;
resetbb1();
}
}
this._x = this._x - bbspeed;
if (this.hitTest(_root.hero)) {
if (_root.hithero == 2) {
_root.hitsaver.gotoAndPlay(2);
}
}
if (this.hitTest(_root.wallset)) {
this.gotoAndPlay(2);
}
if (this._x <= _root.wallset._x) {
resetbb1();
}
if (this.hitTest(_root.bomb)) {
this.play();
}
if (this.hitTest(_root.ffire)) {
this.play();
}
if (this.hitTest(_root.upfire)) {
this.play();
}
if (this.hitTest(_root.downfire)) {
this.play();
}
}
Instance of Symbol 226 MovieClip in Frame 281
onClipEvent (load) {
function resetbb1() {
var _local1 = this;
_local1.gotoAndStop(1);
bbspeed = _root.aspeed;
_local1._x = (math.random() * 650) + 600;
_local1._y = (math.random() * 300) + 45;
}
resetbb1();
}
onClipEvent (enterFrame) {
if (_root.nlevel <= 20) {
if (this._x >= -500) {
this._alpha = 0;
resetbb1();
}
}
this._x = this._x - bbspeed;
if (this.hitTest(_root.hero)) {
if (_root.hithero == 2) {
_root.hitsaver.gotoAndPlay(2);
}
}
if (this.hitTest(_root.wallset)) {
this.gotoAndPlay(2);
}
if (this._x <= _root.wallset._x) {
resetbb1();
}
if (this.hitTest(_root.bomb)) {
this.play();
}
if (this.hitTest(_root.ffire)) {
this.play();
}
if (this.hitTest(_root.upfire)) {
this.play();
}
if (this.hitTest(_root.downfire)) {
this.play();
}
}
Instance of Symbol 226 MovieClip in Frame 281
onClipEvent (load) {
function resetbb1() {
var _local1 = this;
_local1.gotoAndStop(1);
bbspeed = _root.aspeed;
_local1._x = (math.random() * 650) + 600;
_local1._y = (math.random() * 300) + 45;
}
resetbb1();
}
onClipEvent (enterFrame) {
if (_root.nlevel <= 22) {
if (this._x >= -500) {
this._alpha = 0;
resetbb1();
}
}
this._x = this._x - bbspeed;
if (this.hitTest(_root.hero)) {
if (_root.hithero == 2) {
_root.hitsaver.gotoAndPlay(2);
}
}
if (this.hitTest(_root.wallset)) {
this.gotoAndPlay(2);
}
if (this._x <= _root.wallset._x) {
resetbb1();
}
if (this.hitTest(_root.bomb)) {
this.play();
}
if (this.hitTest(_root.ffire)) {
this.play();
}
if (this.hitTest(_root.upfire)) {
this.play();
}
if (this.hitTest(_root.downfire)) {
this.play();
}
}
Instance of Symbol 226 MovieClip in Frame 281
onClipEvent (load) {
function resetbb1() {
var _local1 = this;
_local1.gotoAndStop(1);
bbspeed = _root.aspeed;
_local1._x = (math.random() * 650) + 600;
_local1._y = (math.random() * 300) + 45;
}
resetbb1();
}
onClipEvent (enterFrame) {
if (_root.nlevel <= 24) {
if (this._x >= -500) {
this._alpha = 0;
resetbb1();
}
}
this._x = this._x - bbspeed;
if (this.hitTest(_root.hero)) {
if (_root.hithero == 2) {
_root.hitsaver.gotoAndPlay(2);
}
}
if (this.hitTest(_root.wallset)) {
this.gotoAndPlay(2);
}
if (this._x <= _root.wallset._x) {
resetbb1();
}
if (this.hitTest(_root.bomb)) {
this.play();
}
if (this.hitTest(_root.ffire)) {
this.play();
}
if (this.hitTest(_root.upfire)) {
this.play();
}
if (this.hitTest(_root.downfire)) {
this.play();
}
}
Instance of Symbol 229 MovieClip "wallset" in Frame 281
onClipEvent (enterFrame) {
if (this._x >= 490) {
_root.gotoAndStop(250);
}
}
Instance of Symbol 236 MovieClip "ffire" in Frame 281
onClipEvent (enterFrame) {
if (this._x >= 700) {
this._x = 400;
this._y = 600;
}
}
Instance of Symbol 236 MovieClip "upfire" in Frame 281
onClipEvent (enterFrame) {
if (this._x >= 700) {
this._x = 400;
this._y = 600;
}
}
Instance of Symbol 236 MovieClip "downfire" in Frame 281
onClipEvent (enterFrame) {
if (this._x >= 700) {
this._x = 400;
this._y = 600;
}
}
Instance of Symbol 267 MovieClip "stages" in Frame 281
onClipEvent (enterFrame) {
if (_root.hstage == 1) {
this.gotoAndStop(1);
}
if (_root.hstage == 2) {
this.gotoAndStop(2);
}
if (_root.hstage == 3) {
this.gotoAndStop(3);
}
if (_root.hstage == 4) {
this.gotoAndStop(4);
}
if (_root.hstage == 5) {
this.gotoAndStop(5);
}
if (_root.hstage == 6) {
this.gotoAndStop(6);
}
if (_root.hstage >= 7) {
this.gotoAndStop(7);
}
}
Instance of Symbol 286 MovieClip in Frame 281
onClipEvent (enterFrame) {
if (_root.plevel >= 1) {
if (_root.powerup == 0) {
this.gotoAndStop(1);
}
}
if (_root.powerup == 1) {
this.gotoAndStop(2);
}
if (_root.powerup == 2) {
this.gotoAndStop(3);
}
if (_root.powerup == 3) {
this.gotoAndStop(4);
}
if (_root.powerup == 4) {
this.gotoAndStop(5);
}
}
Instance of Symbol 293 MovieClip in Frame 281
onClipEvent (enterFrame) {
if (_root.plevel >= 2) {
if (_root.powerupa == 0) {
this.gotoAndStop(1);
}
if (_root.powerupa == 1) {
this.gotoAndStop(2);
}
if (_root.powerupa == 2) {
this.gotoAndStop(3);
}
if (_root.powerupa == 3) {
this.gotoAndStop(4);
}
if (_root.powerupa == 4) {
this.gotoAndStop(5);
}
}
}
Instance of Symbol 298 MovieClip in Frame 281
onClipEvent (enterFrame) {
if (_root.bonus >= 2) {
this.play();
}
}
Instance of Symbol 311 MovieClip "hero" in Frame 281
onClipEvent (enterFrame) {
if (hitTest(_root.bottom_wall) == true) {
_y = (_root.bottom_wall._y - 30);
}
if (hitTest(_root.top_wall) == true) {
_y = (_root.top_wall._y + 30);
}
if (hitTest(_root.wallset) == true) {
_x = (_root.wallset._x + 30);
}
if (hitTest(_root.right_wall) == true) {
_x = (_root.right_wall._x - 35);
}
if (_root.hstage == 1) {
this.gotoAndStop(1);
}
if (_root.hstage == 2) {
this.gotoAndStop(5);
}
if (_root.hstage == 3) {
this.gotoAndStop(10);
}
if (_root.hstage == 4) {
this.gotoAndStop(15);
}
if (_root.hstage == 5) {
this.gotoAndStop(20);
}
if (_root.hstage >= 6) {
this.gotoAndStop(25);
}
}
Instance of Symbol 330 MovieClip in Frame 281
onClipEvent (load) {
function resetbb1() {
var _local1 = this;
_local1.gotoAndStop(7);
bbspeed = _root.aspeed;
_local1._x = (math.random() * 650) + 600;
_local1._y = (math.random() * 300) + 45;
}
resetbb1();
}
onClipEvent (enterFrame) {
this._x = this._x - bbspeed;
if (this.hitTest(_root.hero)) {
this.play();
}
if (this.hitTest(_root.wallset)) {
_root.program.play();
this.gotoAndStop(2);
}
if (this._x <= _root.wallset._x) {
resetbb1();
}
if (this.hitTest(_root.bomb)) {
this.play();
}
if (this.hitTest(_root.ffire)) {
this.play();
}
if (this.hitTest(_root.upfire)) {
this.play();
}
if (this.hitTest(_root.downfire)) {
this.play();
}
}
Instance of Symbol 330 MovieClip in Frame 281
onClipEvent (load) {
function resetbb1() {
var _local1 = this;
_local1.gotoAndStop(7);
bbspeed = _root.aspeed;
_local1._x = (math.random() * 650) + 600;
_local1._y = (math.random() * 300) + 45;
}
resetbb1();
}
onClipEvent (enterFrame) {
this._x = this._x - bbspeed;
if (this.hitTest(_root.hero)) {
this.play();
}
if (this.hitTest(_root.wallset)) {
_root.program.play();
this.gotoAndStop(2);
}
if (this._x <= _root.wallset._x) {
resetbb1();
}
if (this.hitTest(_root.bomb)) {
this.play();
}
if (this.hitTest(_root.ffire)) {
this.play();
}
if (this.hitTest(_root.upfire)) {
this.play();
}
if (this.hitTest(_root.downfire)) {
this.play();
}
}
Instance of Symbol 330 MovieClip in Frame 281
onClipEvent (load) {
function resetbb1() {
var _local1 = this;
_local1.gotoAndStop(7);
bbspeed = _root.aspeed;
_local1._x = (math.random() * 650) + 600;
_local1._y = (math.random() * 300) + 45;
}
resetbb1();
}
onClipEvent (enterFrame) {
if (_root.nlevel <= 1) {
if (this._x >= -500) {
this._alpha = 0;
resetbb1();
}
}
this._x = this._x - bbspeed;
if (this.hitTest(_root.hero)) {
this.play();
}
if (this.hitTest(_root.wallset)) {
_root.program.play();
this.gotoAndStop(2);
}
if (this._x <= _root.wallset._x) {
resetbb1();
}
if (this.hitTest(_root.bomb)) {
this.play();
}
if (this.hitTest(_root.ffire)) {
this.play();
}
if (this.hitTest(_root.upfire)) {
this.play();
}
if (this.hitTest(_root.downfire)) {
this.play();
}
}
Instance of Symbol 330 MovieClip in Frame 281
onClipEvent (load) {
function resetbb1() {
var _local1 = this;
_local1.gotoAndStop(7);
bbspeed = _root.aspeed;
_local1._x = (math.random() * 650) + 600;
_local1._y = (math.random() * 300) + 45;
}
resetbb1();
}
onClipEvent (enterFrame) {
this._x = this._x - bbspeed;
if (this.hitTest(_root.hero)) {
this.play();
}
if (this.hitTest(_root.wallset)) {
_root.program.play();
this.gotoAndStop(2);
}
if (this._x <= _root.wallset._x) {
resetbb1();
}
if (this.hitTest(_root.bomb)) {
this.play();
}
if (this.hitTest(_root.ffire)) {
this.play();
}
if (this.hitTest(_root.upfire)) {
this.play();
}
if (this.hitTest(_root.downfire)) {
this.play();
}
}
Instance of Symbol 330 MovieClip in Frame 281
onClipEvent (load) {
function resetbb1() {
var _local1 = this;
_local1.gotoAndStop(7);
bbspeed = _root.aspeed;
_local1._x = (math.random() * 650) + 600;
_local1._y = (math.random() * 300) + 45;
}
resetbb1();
}
onClipEvent (enterFrame) {
this._x = this._x - bbspeed;
if (this.hitTest(_root.hero)) {
this.play();
}
if (this.hitTest(_root.wallset)) {
_root.program.play();
this.gotoAndStop(2);
}
if (this._x <= _root.wallset._x) {
resetbb1();
}
if (this.hitTest(_root.bomb)) {
this.play();
}
if (this.hitTest(_root.ffire)) {
this.play();
}
if (this.hitTest(_root.upfire)) {
this.play();
}
if (this.hitTest(_root.downfire)) {
this.play();
}
}
Instance of Symbol 330 MovieClip in Frame 281
onClipEvent (load) {
function resetbb1() {
var _local1 = this;
_local1.gotoAndStop(7);
bbspeed = _root.aspeed;
_local1._x = (math.random() * 650) + 600;
_local1._y = (math.random() * 300) + 45;
}
resetbb1();
}
onClipEvent (enterFrame) {
this._x = this._x - bbspeed;
if (this.hitTest(_root.hero)) {
this.play();
}
if (this.hitTest(_root.wallset)) {
_root.program.play();
this.gotoAndStop(2);
}
if (this._x <= _root.wallset._x) {
resetbb1();
}
if (this.hitTest(_root.bomb)) {
this.play();
}
if (this.hitTest(_root.ffire)) {
this.play();
}
if (this.hitTest(_root.upfire)) {
this.play();
}
if (this.hitTest(_root.downfire)) {
this.play();
}
}
Instance of Symbol 330 MovieClip in Frame 281
onClipEvent (load) {
function resetbb1() {
var _local1 = this;
_local1.gotoAndStop(7);
bbspeed = _root.aspeed;
_local1._x = (math.random() * 650) + 600;
_local1._y = (math.random() * 300) + 45;
}
resetbb1();
}
onClipEvent (enterFrame) {
if (_root.nlevel <= 1) {
if (this._x >= -500) {
this._alpha = 0;
resetbb1();
}
}
this._x = this._x - bbspeed;
if (this.hitTest(_root.hero)) {
this.play();
}
if (this.hitTest(_root.wallset)) {
_root.program.play();
this.gotoAndStop(2);
}
if (this._x <= _root.wallset._x) {
resetbb1();
}
if (this.hitTest(_root.bomb)) {
this.play();
}
if (this.hitTest(_root.ffire)) {
this.play();
}
if (this.hitTest(_root.upfire)) {
this.play();
}
if (this.hitTest(_root.downfire)) {
this.play();
}
}
Instance of Symbol 330 MovieClip in Frame 281
onClipEvent (load) {
function resetbb1() {
var _local1 = this;
_local1.gotoAndStop(7);
bbspeed = _root.aspeed;
_local1._x = (math.random() * 650) + 600;
_local1._y = (math.random() * 300) + 45;
}
resetbb1();
}
onClipEvent (enterFrame) {
if (_root.nlevel <= 5) {
if (this._x >= -500) {
this._alpha = 0;
resetbb1();
}
}
this._x = this._x - bbspeed;
if (this.hitTest(_root.hero)) {
this.play();
}
if (this.hitTest(_root.wallset)) {
_root.program.play();
this.gotoAndStop(2);
}
if (this._x <= _root.wallset._x) {
resetbb1();
}
if (this.hitTest(_root.bomb)) {
this.play();
}
if (this.hitTest(_root.ffire)) {
this.play();
}
if (this.hitTest(_root.upfire)) {
this.play();
}
if (this.hitTest(_root.downfire)) {
this.play();
}
}
Instance of Symbol 330 MovieClip in Frame 281
onClipEvent (load) {
function resetbb1() {
var _local1 = this;
_local1.gotoAndStop(7);
bbspeed = _root.aspeed;
_local1._x = (math.random() * 650) + 600;
_local1._y = (math.random() * 300) + 45;
}
resetbb1();
}
onClipEvent (enterFrame) {
if (_root.nlevel <= 7) {
if (this._x >= -500) {
this._alpha = 0;
resetbb1();
}
}
this._x = this._x - bbspeed;
if (this.hitTest(_root.hero)) {
this.play();
}
if (this.hitTest(_root.wallset)) {
_root.program.play();
this.gotoAndStop(2);
}
if (this._x <= _root.wallset._x) {
resetbb1();
}
if (this.hitTest(_root.bomb)) {
this.play();
}
if (this.hitTest(_root.ffire)) {
this.play();
}
if (this.hitTest(_root.upfire)) {
this.play();
}
if (this.hitTest(_root.downfire)) {
this.play();
}
}
Instance of Symbol 330 MovieClip in Frame 281
onClipEvent (load) {
function resetbb1() {
var _local1 = this;
_local1.gotoAndStop(7);
bbspeed = _root.aspeed;
_local1._x = (math.random() * 650) + 600;
_local1._y = (math.random() * 300) + 45;
}
resetbb1();
}
onClipEvent (enterFrame) {
if (_root.nlevel <= 14) {
if (this._x >= -500) {
this._alpha = 0;
resetbb1();
}
}
this._x = this._x - bbspeed;
if (this.hitTest(_root.hero)) {
this.play();
}
if (this.hitTest(_root.wallset)) {
_root.program.play();
this.gotoAndStop(2);
}
if (this._x <= _root.wallset._x) {
resetbb1();
}
if (this.hitTest(_root.bomb)) {
this.play();
}
if (this.hitTest(_root.ffire)) {
this.play();
}
if (this.hitTest(_root.upfire)) {
this.play();
}
if (this.hitTest(_root.downfire)) {
this.play();
}
}
Instance of Symbol 330 MovieClip in Frame 281
onClipEvent (load) {
function resetbb1() {
var _local1 = this;
_local1.gotoAndStop(7);
bbspeed = _root.aspeed;
_local1._x = (math.random() * 650) + 600;
_local1._y = (math.random() * 300) + 45;
}
resetbb1();
}
onClipEvent (enterFrame) {
if (_root.nlevel <= 23) {
if (this._x >= -500) {
this._alpha = 0;
resetbb1();
}
}
this._x = this._x - bbspeed;
if (this.hitTest(_root.hero)) {
this.play();
}
if (this.hitTest(_root.wallset)) {
_root.program.play();
this.gotoAndStop(2);
}
if (this._x <= _root.wallset._x) {
resetbb1();
}
if (this.hitTest(_root.bomb)) {
this.play();
}
if (this.hitTest(_root.ffire)) {
this.play();
}
if (this.hitTest(_root.upfire)) {
this.play();
}
if (this.hitTest(_root.downfire)) {
this.play();
}
}
Instance of Symbol 330 MovieClip in Frame 281
onClipEvent (load) {
function resetbb1() {
var _local1 = this;
_local1.gotoAndStop(7);
bbspeed = _root.aspeed;
_local1._x = (math.random() * 650) + 600;
_local1._y = (math.random() * 300) + 45;
}
resetbb1();
}
onClipEvent (enterFrame) {
if (_root.nlevel <= 25) {
if (this._x >= -500) {
this._alpha = 0;
resetbb1();
}
}
this._x = this._x - bbspeed;
if (this.hitTest(_root.hero)) {
this.play();
}
if (this.hitTest(_root.wallset)) {
_root.program.play();
this.gotoAndStop(2);
}
if (this._x <= _root.wallset._x) {
resetbb1();
}
if (this.hitTest(_root.bomb)) {
this.play();
}
if (this.hitTest(_root.ffire)) {
this.play();
}
if (this.hitTest(_root.upfire)) {
this.play();
}
if (this.hitTest(_root.downfire)) {
this.play();
}
}
Instance of Symbol 330 MovieClip in Frame 281
onClipEvent (load) {
function resetbb1() {
var _local1 = this;
_local1.gotoAndStop(7);
bbspeed = _root.aspeed;
_local1._x = (math.random() * 650) + 600;
_local1._y = (math.random() * 300) + 45;
}
resetbb1();
}
onClipEvent (enterFrame) {
if (_root.nlevel <= 29) {
if (this._x >= -500) {
this._alpha = 0;
resetbb1();
}
}
this._x = this._x - bbspeed;
if (this.hitTest(_root.hero)) {
this.play();
}
if (this.hitTest(_root.wallset)) {
_root.program.play();
this.gotoAndStop(2);
}
if (this._x <= _root.wallset._x) {
resetbb1();
}
if (this.hitTest(_root.bomb)) {
this.play();
}
if (this.hitTest(_root.ffire)) {
this.play();
}
if (this.hitTest(_root.upfire)) {
this.play();
}
if (this.hitTest(_root.downfire)) {
this.play();
}
}
Instance of Symbol 331 MovieClip in Frame 281
onClipEvent (load) {
function resetbb2() {
var _local1 = this;
_local1.gotoAndStop(1);
bbspeed = _root.aspeed;
_local1._x = (math.random() * 650) + 650;
_local1._y = (math.random() * 300) + 45;
}
resetbb2();
}
onClipEvent (enterFrame) {
if (_root.nlevel <= 8) {
if (this._x >= -500) {
this._alpha = 0;
resetbb2();
}
}
this._x = this._x - (bbspeed * 1.5);
if (this.hitTest(_root.hero)) {
if (_root.hithero == 2) {
_root.hitsaver.gotoAndPlay(2);
}
}
if (this.hitTest(_root.wallset)) {
this.gotoAndPlay(2);
}
if (this._x <= _root.wallset._x) {
resetbb2();
}
if (this.hitTest(_root.bomb)) {
this.play();
}
if (this.hitTest(_root.ffire)) {
this.play();
}
if (this.hitTest(_root.upfire)) {
this.play();
}
if (this.hitTest(_root.downfire)) {
this.play();
}
}
Instance of Symbol 272 MovieClip in Frame 281
onClipEvent (load) {
function resetpup2() {
var _local1 = this;
_local1.gotoAndStop(1);
bbspeed = _root.aspeed;
_local1._x = (math.random() * 650) + 700;
_local1._y = (math.random() * 300) + 45;
}
resetpup2();
}
onClipEvent (enterFrame) {
if (_root.nlevel <= 16) {
if (this._x >= -500) {
this._alpha = 0;
resetpup2();
}
}
this._x = this._x - bbspeed;
if (this.hitTest(_root.hero)) {
this.play();
}
if (this.hitTest(_root.wallset)) {
_root.program.play();
this.gotoAndStop(2);
}
if (this._x <= _root.wallset._x) {
resetpup2();
}
}
Instance of Symbol 272 MovieClip in Frame 281
onClipEvent (load) {
function resetpup2() {
var _local1 = this;
_local1.gotoAndStop(1);
bbspeed = _root.aspeed;
_local1._x = (math.random() * 650) + 700;
_local1._y = (math.random() * 300) + 45;
}
resetpup2();
}
onClipEvent (enterFrame) {
if (_root.nlevel <= 24) {
if (this._x >= -500) {
this._alpha = 0;
resetpup2();
}
}
this._x = this._x - bbspeed;
if (this.hitTest(_root.hero)) {
this.play();
}
if (this.hitTest(_root.wallset)) {
_root.program.play();
this.gotoAndStop(2);
}
if (this._x <= _root.wallset._x) {
resetpup2();
}
}
Instance of Symbol 272 MovieClip in Frame 281
onClipEvent (load) {
function resetpup2() {
var _local1 = this;
_local1.gotoAndStop(1);
bbspeed = _root.aspeed;
_local1._x = (math.random() * 650) + 700;
_local1._y = (math.random() * 300) + 45;
}
resetpup2();
}
onClipEvent (enterFrame) {
if (_root.nlevel <= 30) {
if (this._x >= -500) {
this._alpha = 0;
resetpup2();
}
}
this._x = this._x - bbspeed;
if (this.hitTest(_root.hero)) {
this.play();
}
if (this.hitTest(_root.wallset)) {
_root.program.play();
this.gotoAndStop(2);
}
if (this._x <= _root.wallset._x) {
resetpup2();
}
}
Instance of Symbol 171 MovieClip in Frame 281
onClipEvent (load) {
function resetpup2() {
var _local1 = this;
_local1.gotoAndStop(1);
bbspeed = _root.aspeed;
_local1._x = (math.random() * 650) + 700;
_local1._y = (math.random() * 300) + 45;
}
resetpup2();
}
onClipEvent (enterFrame) {
if (_root.nlevel <= 14) {
if (this._x >= -500) {
this._alpha = 0;
resetpup2();
}
}
this._x = this._x - bbspeed;
if (this.hitTest(_root.hero)) {
this.play();
}
if (this.hitTest(_root.wallset)) {
_root.program.play();
this.gotoAndStop(2);
}
if (this._x <= _root.wallset._x) {
resetpup2();
}
}
Instance of Symbol 171 MovieClip in Frame 281
onClipEvent (load) {
function resetpup2() {
var _local1 = this;
_local1.gotoAndStop(1);
bbspeed = _root.aspeed;
_local1._x = (math.random() * 650) + 700;
_local1._y = (math.random() * 300) + 45;
}
resetpup2();
}
onClipEvent (enterFrame) {
if (_root.nlevel <= 17) {
if (this._x >= -500) {
this._alpha = 0;
resetpup2();
}
}
this._x = this._x - bbspeed;
if (this.hitTest(_root.hero)) {
this.play();
}
if (this.hitTest(_root.wallset)) {
_root.program.play();
this.gotoAndStop(2);
}
if (this._x <= _root.wallset._x) {
resetpup2();
}
}
Instance of Symbol 171 MovieClip in Frame 281
onClipEvent (load) {
function resetpup2() {
var _local1 = this;
_local1.gotoAndStop(1);
bbspeed = _root.aspeed;
_local1._x = (math.random() * 650) + 700;
_local1._y = (math.random() * 300) + 45;
}
resetpup2();
}
onClipEvent (enterFrame) {
if (_root.nlevel <= 25) {
if (this._x >= -500) {
this._alpha = 0;
resetpup2();
}
}
this._x = this._x - bbspeed;
if (this.hitTest(_root.hero)) {
this.play();
}
if (this.hitTest(_root.wallset)) {
_root.program.play();
this.gotoAndStop(2);
}
if (this._x <= _root.wallset._x) {
resetpup2();
}
}
Instance of Symbol 331 MovieClip in Frame 281
onClipEvent (load) {
function resetbb2() {
var _local1 = this;
_local1.gotoAndStop(1);
bbspeed = _root.aspeed;
_local1._x = (math.random() * 650) + 650;
_local1._y = (math.random() * 300) + 45;
}
resetbb2();
}
onClipEvent (enterFrame) {
if (_root.nlevel <= 18) {
if (this._x >= -500) {
this._alpha = 0;
resetbb2();
}
}
this._x = this._x - (bbspeed * 1.5);
if (this.hitTest(_root.hero)) {
if (_root.hithero == 2) {
_root.hitsaver.gotoAndPlay(2);
}
}
if (this.hitTest(_root.wallset)) {
this.gotoAndPlay(2);
}
if (this._x <= _root.wallset._x) {
resetbb2();
}
if (this.hitTest(_root.bomb)) {
this.play();
}
if (this.hitTest(_root.ffire)) {
this.play();
}
if (this.hitTest(_root.upfire)) {
this.play();
}
if (this.hitTest(_root.downfire)) {
this.play();
}
}
Instance of Symbol 331 MovieClip in Frame 281
onClipEvent (load) {
function resetbb2() {
var _local1 = this;
_local1.gotoAndStop(1);
bbspeed = _root.aspeed;
_local1._x = (math.random() * 650) + 650;
_local1._y = (math.random() * 300) + 45;
}
resetbb2();
}
onClipEvent (enterFrame) {
if (_root.nlevel <= 22) {
if (this._x >= -500) {
this._alpha = 0;
resetbb2();
}
}
this._x = this._x - (bbspeed * 1.5);
if (this.hitTest(_root.hero)) {
if (_root.hithero == 2) {
_root.hitsaver.gotoAndPlay(2);
}
}
if (this.hitTest(_root.wallset)) {
this.gotoAndPlay(2);
}
if (this._x <= _root.wallset._x) {
resetbb2();
}
if (this.hitTest(_root.bomb)) {
this.play();
}
if (this.hitTest(_root.ffire)) {
this.play();
}
if (this.hitTest(_root.upfire)) {
this.play();
}
if (this.hitTest(_root.downfire)) {
this.play();
}
}
Instance of Symbol 331 MovieClip in Frame 281
onClipEvent (load) {
function resetbb2() {
var _local1 = this;
_local1.gotoAndStop(1);
bbspeed = _root.aspeed;
_local1._x = (math.random() * 650) + 650;
_local1._y = (math.random() * 300) + 45;
}
resetbb2();
}
onClipEvent (enterFrame) {
if (_root.nlevel <= 28) {
if (this._x >= -500) {
this._alpha = 0;
resetbb2();
}
}
this._x = this._x - (bbspeed * 1.5);
if (this.hitTest(_root.hero)) {
if (_root.hithero == 2) {
_root.hitsaver.gotoAndPlay(2);
}
}
if (this.hitTest(_root.wallset)) {
this.gotoAndPlay(2);
}
if (this._x <= _root.wallset._x) {
resetbb2();
}
if (this.hitTest(_root.bomb)) {
this.play();
}
if (this.hitTest(_root.ffire)) {
this.play();
}
if (this.hitTest(_root.upfire)) {
this.play();
}
if (this.hitTest(_root.downfire)) {
this.play();
}
}
Instance of Symbol 331 MovieClip in Frame 281
onClipEvent (load) {
function resetbb2() {
var _local1 = this;
_local1.gotoAndStop(1);
bbspeed = _root.aspeed;
_local1._x = (math.random() * 650) + 650;
_local1._y = (math.random() * 300) + 45;
}
resetbb2();
}
onClipEvent (enterFrame) {
if (_root.nlevel <= 35) {
if (this._x >= -500) {
this._alpha = 0;
resetbb2();
}
}
this._x = this._x - (bbspeed * 1.5);
if (this.hitTest(_root.hero)) {
if (_root.hithero == 2) {
_root.hitsaver.gotoAndPlay(2);
}
}
if (this.hitTest(_root.wallset)) {
this.gotoAndPlay(2);
}
if (this._x <= _root.wallset._x) {
resetbb2();
}
if (this.hitTest(_root.bomb)) {
this.play();
}
if (this.hitTest(_root.ffire)) {
this.play();
}
if (this.hitTest(_root.upfire)) {
this.play();
}
if (this.hitTest(_root.downfire)) {
this.play();
}
}
Instance of Symbol 333 MovieClip in Frame 281
onClipEvent (load) {
function resetgb1() {
var _local1 = this;
_local1.gotoAndStop(7);
bbspeed = _root.aspeed;
_local1._x = (math.random() * 550) + 550;
_local1._y = (math.random() * 300) + 35;
}
resetgb1();
}
onClipEvent (enterFrame) {
if (_root.nlevel <= 4) {
if (this._x >= -500) {
this._alpha = 0;
resetgb1();
}
}
this._x = this._x - bbspeed;
if (this.hitTest(_root.hero)) {
this.play();
}
if (this.hitTest(_root.wallset)) {
_root.program.play();
this.gotoAndStop(2);
}
if (this._x <= _root.wallset._x) {
resetgb1();
}
if (this.hitTest(_root.bomb)) {
this.play();
}
if (this.hitTest(_root.ffire)) {
this.play();
}
if (this.hitTest(_root.upfire)) {
this.play();
}
if (this.hitTest(_root.downfire)) {
}
}
Instance of Symbol 333 MovieClip in Frame 281
onClipEvent (load) {
function resetgb1() {
var _local1 = this;
_local1.gotoAndStop(7);
bbspeed = _root.aspeed;
_local1._x = (math.random() * 550) + 550;
_local1._y = (math.random() * 300) + 35;
}
resetgb1();
}
onClipEvent (enterFrame) {
if (_root.nlevel <= 6) {
if (this._x >= -500) {
this._alpha = 0;
resetgb1();
}
}
this._x = this._x - bbspeed;
if (this.hitTest(_root.hero)) {
this.play();
}
if (this.hitTest(_root.wallset)) {
_root.program.play();
this.gotoAndStop(2);
}
if (this._x <= _root.wallset._x) {
resetgb1();
}
if (this.hitTest(_root.bomb)) {
this.play();
}
if (this.hitTest(_root.ffire)) {
this.play();
}
if (this.hitTest(_root.upfire)) {
this.play();
}
if (this.hitTest(_root.downfire)) {
}
}
Instance of Symbol 333 MovieClip in Frame 281
onClipEvent (load) {
function resetgb1() {
var _local1 = this;
_local1.gotoAndStop(7);
bbspeed = _root.aspeed;
_local1._x = (math.random() * 550) + 550;
_local1._y = (math.random() * 300) + 35;
}
resetgb1();
}
onClipEvent (enterFrame) {
if (_root.nlevel <= 7) {
if (this._x >= -500) {
this._alpha = 0;
resetgb1();
}
}
this._x = this._x - bbspeed;
if (this.hitTest(_root.hero)) {
this.play();
}
if (this.hitTest(_root.wallset)) {
_root.program.play();
this.gotoAndStop(2);
}
if (this._x <= _root.wallset._x) {
resetgb1();
}
if (this.hitTest(_root.bomb)) {
this.play();
}
if (this.hitTest(_root.ffire)) {
this.play();
}
if (this.hitTest(_root.upfire)) {
this.play();
}
if (this.hitTest(_root.downfire)) {
}
}
Instance of Symbol 333 MovieClip in Frame 281
onClipEvent (load) {
function resetgb1() {
var _local1 = this;
_local1.gotoAndStop(7);
bbspeed = _root.aspeed;
_local1._x = (math.random() * 550) + 550;
_local1._y = (math.random() * 300) + 35;
}
resetgb1();
}
onClipEvent (enterFrame) {
if (_root.nlevel <= 10) {
if (this._x >= -500) {
this._alpha = 0;
resetgb1();
}
}
this._x = this._x - bbspeed;
if (this.hitTest(_root.hero)) {
this.play();
}
if (this.hitTest(_root.wallset)) {
_root.program.play();
this.gotoAndStop(2);
}
if (this._x <= _root.wallset._x) {
resetgb1();
}
if (this.hitTest(_root.bomb)) {
this.play();
}
if (this.hitTest(_root.ffire)) {
this.play();
}
if (this.hitTest(_root.upfire)) {
this.play();
}
if (this.hitTest(_root.downfire)) {
}
}
Instance of Symbol 272 MovieClip in Frame 281
onClipEvent (load) {
function resetpup2() {
var _local1 = this;
_local1.gotoAndStop(1);
bbspeed = _root.aspeed;
_local1._x = (math.random() * 650) + 700;
_local1._y = (math.random() * 300) + 45;
}
resetpup2();
}
onClipEvent (enterFrame) {
if (_root.nlevel <= 16) {
if (this._x >= -500) {
this._alpha = 0;
resetpup2();
}
}
this._x = this._x - bbspeed;
if (this.hitTest(_root.hero)) {
this.play();
}
if (this.hitTest(_root.wallset)) {
_root.program.play();
this.gotoAndStop(2);
}
if (this._x <= _root.wallset._x) {
resetpup2();
}
}
Instance of Symbol 171 MovieClip in Frame 281
onClipEvent (load) {
function resetpup2() {
var _local1 = this;
_local1.gotoAndStop(1);
bbspeed = _root.aspeed;
_local1._x = (math.random() * 650) + 700;
_local1._y = (math.random() * 300) + 45;
}
resetpup2();
}
onClipEvent (enterFrame) {
if (_root.nlevel <= 14) {
if (this._x >= -500) {
this._alpha = 0;
resetpup2();
}
}
this._x = this._x - bbspeed;
if (this.hitTest(_root.hero)) {
this.play();
}
if (this.hitTest(_root.wallset)) {
_root.program.play();
this.gotoAndStop(2);
}
if (this._x <= _root.wallset._x) {
resetpup2();
}
}
Instance of Symbol 337 MovieClip in Frame 281
onClipEvent (load) {
function resetpup1() {
var _local1 = this;
_local1.gotoAndStop(1);
bbspeed = _root.aspeed;
_local1._x = (math.random() * 900) + 2000;
_local1._y = (math.random() * 300) + 45;
}
resetpup1();
}
onClipEvent (enterFrame) {
if (_root.nlevel <= 3) {
if (this._x >= -500) {
resetpup1();
}
}
this._x = this._x - bbspeed;
if (this.hitTest(_root.hero)) {
this.play();
}
if (this._x <= _root.wallset._x) {
resetpup1();
}
}
Instance of Symbol 339 MovieClip in Frame 281
onClipEvent (load) {
function resetbb1() {
var _local1 = this;
_local1.gotoAndStop(7);
bbspeed = _root.aspeed;
_local1._x = (math.random() * 550) + 550;
_local1._y = (math.random() * 300) + 35;
}
resetbb1();
}
onClipEvent (enterFrame) {
if (_root.nlevel <= 3) {
if (this._x >= -500) {
this._alpha = 0;
resetbb1();
}
}
this._x = this._x - bbspeed;
if (this.hitTest(_root.hero)) {
this.play();
}
if (this.hitTest(_root.wallset)) {
bbspeed = _root.aspeed * -1;
_root.program.play();
this.gotoAndStop(2);
}
if (this._x >= 1200) {
resetbb1();
}
if (this.hitTest(_root.bomb)) {
this.play();
}
if (this.hitTest(_root.ffire)) {
this.play();
}
if (this.hitTest(_root.upfire)) {
this.play();
}
if (this.hitTest(_root.downfire)) {
this.play();
}
}
Instance of Symbol 167 MovieClip in Frame 281
onClipEvent (load) {
function resetpup2() {
var _local1 = this;
_local1.gotoAndStop(1);
bbspeed = _root.aspeed;
_local1._x = (math.random() * 650) + 600;
_local1._y = (math.random() * 300) + 45;
}
resetpup2();
}
onClipEvent (enterFrame) {
if (_root.nlevel <= 3) {
if (this._x >= -500) {
resetpup2();
}
}
this._x = this._x - bbspeed;
if (this.hitTest(_root.hero)) {
this.play();
}
if (this.hitTest(_root.wallset)) {
_root.program.play();
this.gotoAndStop(2);
}
if (this._x <= _root.wallset._x) {
resetpup2();
}
}
Instance of Symbol 339 MovieClip in Frame 281
onClipEvent (load) {
function resetbb1() {
var _local1 = this;
_local1.gotoAndStop(7);
bbspeed = _root.aspeed;
_local1._x = (math.random() * 550) + 550;
_local1._y = (math.random() * 300) + 35;
}
resetbb1();
}
onClipEvent (enterFrame) {
if (_root.nlevel <= 8) {
if (this._x >= -500) {
this._alpha = 0;
resetbb1();
}
}
this._x = this._x - bbspeed;
if (this.hitTest(_root.hero)) {
this.play();
}
if (this.hitTest(_root.wallset)) {
bbspeed = _root.aspeed * -1;
_root.program.play();
this.gotoAndStop(2);
}
if (this._x >= 1200) {
resetbb1();
}
if (this.hitTest(_root.bomb)) {
this.play();
}
if (this.hitTest(_root.ffire)) {
this.play();
}
if (this.hitTest(_root.upfire)) {
this.play();
}
if (this.hitTest(_root.downfire)) {
this.play();
}
}
Instance of Symbol 339 MovieClip in Frame 281
onClipEvent (load) {
function resetbb1() {
var _local1 = this;
_local1.gotoAndStop(7);
bbspeed = _root.aspeed;
_local1._x = (math.random() * 550) + 550;
_local1._y = (math.random() * 300) + 35;
}
resetbb1();
}
onClipEvent (enterFrame) {
if (_root.nlevel <= 11) {
if (this._x >= -500) {
this._alpha = 0;
resetbb1();
}
}
this._x = this._x - bbspeed;
if (this.hitTest(_root.hero)) {
this.play();
}
if (this.hitTest(_root.wallset)) {
bbspeed = _root.aspeed * -1;
_root.program.play();
this.gotoAndStop(2);
}
if (this._x >= 1200) {
resetbb1();
}
if (this.hitTest(_root.bomb)) {
this.play();
}
if (this.hitTest(_root.ffire)) {
this.play();
}
if (this.hitTest(_root.upfire)) {
this.play();
}
if (this.hitTest(_root.downfire)) {
this.play();
}
}
Instance of Symbol 339 MovieClip in Frame 281
onClipEvent (load) {
function resetbb1() {
var _local1 = this;
_local1.gotoAndStop(7);
bbspeed = _root.aspeed;
_local1._x = (math.random() * 550) + 550;
_local1._y = (math.random() * 300) + 35;
}
resetbb1();
}
onClipEvent (enterFrame) {
if (_root.nlevel <= 14) {
if (this._x >= -500) {
this._alpha = 0;
resetbb1();
}
}
this._x = this._x - bbspeed;
if (this.hitTest(_root.hero)) {
this.play();
}
if (this.hitTest(_root.wallset)) {
bbspeed = _root.aspeed * -1;
_root.program.play();
this.gotoAndStop(2);
}
if (this._x >= 1200) {
resetbb1();
}
if (this.hitTest(_root.bomb)) {
this.play();
}
if (this.hitTest(_root.ffire)) {
this.play();
}
if (this.hitTest(_root.upfire)) {
this.play();
}
if (this.hitTest(_root.downfire)) {
this.play();
}
}
Instance of Symbol 339 MovieClip in Frame 281
onClipEvent (load) {
function resetbb1() {
var _local1 = this;
_local1.gotoAndStop(7);
bbspeed = _root.aspeed;
_local1._x = (math.random() * 550) + 550;
_local1._y = (math.random() * 300) + 35;
}
resetbb1();
}
onClipEvent (enterFrame) {
if (_root.nlevel <= 17) {
if (this._x >= -500) {
this._alpha = 0;
resetbb1();
}
}
this._x = this._x - bbspeed;
if (this.hitTest(_root.hero)) {
this.play();
}
if (this.hitTest(_root.wallset)) {
bbspeed = _root.aspeed * -1;
_root.program.play();
this.gotoAndStop(2);
}
if (this._x >= 1200) {
resetbb1();
}
if (this.hitTest(_root.bomb)) {
this.play();
}
if (this.hitTest(_root.ffire)) {
this.play();
}
if (this.hitTest(_root.upfire)) {
this.play();
}
if (this.hitTest(_root.downfire)) {
this.play();
}
}
Instance of Symbol 339 MovieClip in Frame 281
onClipEvent (load) {
function resetbb1() {
var _local1 = this;
_local1.gotoAndStop(7);
bbspeed = _root.aspeed;
_local1._x = (math.random() * 550) + 550;
_local1._y = (math.random() * 300) + 35;
}
resetbb1();
}
onClipEvent (enterFrame) {
if (_root.nlevel <= 20) {
if (this._x >= -500) {
this._alpha = 0;
resetbb1();
}
}
this._x = this._x - bbspeed;
if (this.hitTest(_root.hero)) {
this.play();
}
if (this.hitTest(_root.wallset)) {
bbspeed = _root.aspeed * -1;
_root.program.play();
this.gotoAndStop(2);
}
if (this._x >= 1200) {
resetbb1();
}
if (this.hitTest(_root.bomb)) {
this.play();
}
if (this.hitTest(_root.ffire)) {
this.play();
}
if (this.hitTest(_root.upfire)) {
this.play();
}
if (this.hitTest(_root.downfire)) {
this.play();
}
}
Instance of Symbol 339 MovieClip in Frame 281
onClipEvent (load) {
function resetbb1() {
var _local1 = this;
_local1.gotoAndStop(7);
bbspeed = _root.aspeed;
_local1._x = (math.random() * 550) + 550;
_local1._y = (math.random() * 300) + 35;
}
resetbb1();
}
onClipEvent (enterFrame) {
if (_root.nlevel <= 23) {
if (this._x >= -500) {
this._alpha = 0;
resetbb1();
}
}
this._x = this._x - bbspeed;
if (this.hitTest(_root.hero)) {
this.play();
}
if (this.hitTest(_root.wallset)) {
bbspeed = _root.aspeed * -1;
_root.program.play();
this.gotoAndStop(2);
}
if (this._x >= 1200) {
resetbb1();
}
if (this.hitTest(_root.bomb)) {
this.play();
}
if (this.hitTest(_root.ffire)) {
this.play();
}
if (this.hitTest(_root.upfire)) {
this.play();
}
if (this.hitTest(_root.downfire)) {
this.play();
}
}
Instance of Symbol 339 MovieClip in Frame 281
onClipEvent (load) {
function resetbb1() {
var _local1 = this;
_local1.gotoAndStop(7);
bbspeed = _root.aspeed;
_local1._x = (math.random() * 550) + 550;
_local1._y = (math.random() * 300) + 35;
}
resetbb1();
}
onClipEvent (enterFrame) {
if (_root.nlevel <= 26) {
if (this._x >= -500) {
this._alpha = 0;
resetbb1();
}
}
this._x = this._x - bbspeed;
if (this.hitTest(_root.hero)) {
this.play();
}
if (this.hitTest(_root.wallset)) {
bbspeed = _root.aspeed * -1;
_root.program.play();
this.gotoAndStop(2);
}
if (this._x >= 1200) {
resetbb1();
}
if (this.hitTest(_root.bomb)) {
this.play();
}
if (this.hitTest(_root.ffire)) {
this.play();
}
if (this.hitTest(_root.upfire)) {
this.play();
}
if (this.hitTest(_root.downfire)) {
this.play();
}
}
Instance of Symbol 339 MovieClip in Frame 281
onClipEvent (load) {
function resetbb1() {
var _local1 = this;
_local1.gotoAndStop(7);
bbspeed = _root.aspeed;
_local1._x = (math.random() * 550) + 550;
_local1._y = (math.random() * 300) + 35;
}
resetbb1();
}
onClipEvent (enterFrame) {
if (_root.nlevel <= 26) {
if (this._x >= -500) {
this._alpha = 0;
resetbb1();
}
}
this._x = this._x - bbspeed;
if (this.hitTest(_root.hero)) {
this.play();
}
if (this.hitTest(_root.wallset)) {
bbspeed = _root.aspeed * -1;
_root.program.play();
this.gotoAndStop(2);
}
if (this._x >= 1200) {
resetbb1();
}
if (this.hitTest(_root.bomb)) {
this.play();
}
if (this.hitTest(_root.ffire)) {
this.play();
}
if (this.hitTest(_root.upfire)) {
this.play();
}
if (this.hitTest(_root.downfire)) {
this.play();
}
}
Instance of Symbol 339 MovieClip in Frame 281
onClipEvent (load) {
function resetbb1() {
var _local1 = this;
_local1.gotoAndStop(7);
bbspeed = _root.aspeed;
_local1._x = (math.random() * 550) + 550;
_local1._y = (math.random() * 300) + 35;
}
resetbb1();
}
onClipEvent (enterFrame) {
if (_root.nlevel <= 26) {
if (this._x >= -500) {
this._alpha = 0;
resetbb1();
}
}
this._x = this._x - bbspeed;
if (this.hitTest(_root.hero)) {
this.play();
}
if (this.hitTest(_root.wallset)) {
bbspeed = _root.aspeed * -1;
_root.program.play();
this.gotoAndStop(2);
}
if (this._x >= 1200) {
resetbb1();
}
if (this.hitTest(_root.bomb)) {
this.play();
}
if (this.hitTest(_root.ffire)) {
this.play();
}
if (this.hitTest(_root.upfire)) {
this.play();
}
if (this.hitTest(_root.downfire)) {
this.play();
}
}
Instance of Symbol 337 MovieClip in Frame 281
onClipEvent (load) {
function resetpup1() {
var _local1 = this;
_local1.gotoAndStop(1);
bbspeed = _root.aspeed;
_local1._x = (math.random() * 900) + 2000;
_local1._y = (math.random() * 300) + 45;
}
resetpup1();
}
onClipEvent (enterFrame) {
if (_root.nlevel <= 6) {
if (this._x >= -500) {
resetpup1();
}
}
this._x = this._x - bbspeed;
if (this.hitTest(_root.hero)) {
this.play();
}
if (this._x <= _root.wallset._x) {
resetpup1();
}
}
Instance of Symbol 337 MovieClip in Frame 281
onClipEvent (load) {
function resetpup1() {
var _local1 = this;
_local1.gotoAndStop(1);
bbspeed = _root.aspeed;
_local1._x = (math.random() * 900) + 2000;
_local1._y = (math.random() * 300) + 45;
}
resetpup1();
}
onClipEvent (enterFrame) {
if (_root.nlevel <= 9) {
if (this._x >= -500) {
resetpup1();
}
}
this._x = this._x - bbspeed;
if (this.hitTest(_root.hero)) {
this.play();
}
if (this._x <= _root.wallset._x) {
resetpup1();
}
}
Instance of Symbol 167 MovieClip in Frame 281
onClipEvent (load) {
function resetpup2() {
var _local1 = this;
_local1.gotoAndStop(1);
bbspeed = _root.aspeed;
_local1._x = (math.random() * 650) + 600;
_local1._y = (math.random() * 300) + 45;
}
resetpup2();
}
onClipEvent (enterFrame) {
if (_root.nlevel <= 6) {
if (this._x >= -500) {
resetpup2();
}
}
this._x = this._x - bbspeed;
if (this.hitTest(_root.hero)) {
this.play();
}
if (this.hitTest(_root.wallset)) {
_root.program.play();
this.gotoAndStop(2);
}
if (this._x <= _root.wallset._x) {
resetpup2();
}
}
Instance of Symbol 167 MovieClip in Frame 281
onClipEvent (load) {
function resetpup2() {
var _local1 = this;
_local1.gotoAndStop(1);
bbspeed = _root.aspeed;
_local1._x = (math.random() * 650) + 600;
_local1._y = (math.random() * 300) + 45;
}
resetpup2();
}
onClipEvent (enterFrame) {
if (_root.nlevel <= 10) {
if (this._x >= -500) {
resetpup2();
}
}
this._x = this._x - bbspeed;
if (this.hitTest(_root.hero)) {
this.play();
}
if (this.hitTest(_root.wallset)) {
_root.program.play();
this.gotoAndStop(2);
}
if (this._x <= _root.wallset._x) {
resetpup2();
}
}
Instance of Symbol 167 MovieClip in Frame 281
onClipEvent (load) {
function resetpup2() {
var _local1 = this;
_local1.gotoAndStop(1);
bbspeed = _root.aspeed;
_local1._x = (math.random() * 650) + 600;
_local1._y = (math.random() * 300) + 45;
}
resetpup2();
}
onClipEvent (enterFrame) {
if (_root.nlevel <= 17) {
if (this._x >= -500) {
resetpup2();
}
}
this._x = this._x - bbspeed;
if (this.hitTest(_root.hero)) {
this.play();
}
if (this.hitTest(_root.wallset)) {
_root.program.play();
this.gotoAndStop(2);
}
if (this._x <= _root.wallset._x) {
resetpup2();
}
}
Frame 282
gotoAndStop (280);
Frame 300
stop();
Frame 301
function moveHero(speed) {
var _local1 = _root;
var _local2 = speed;
if (Key.isDown(37) && (Key.isDown(40))) {
_local1.hero._x = _local1.hero._x - _local2;
_local1.hero._y = _local1.hero._y + _local2;
} else if (Key.isDown(37) && (Key.isDown(38))) {
_local1.hero._x = _local1.hero._x - _local2;
_local1.hero._y = _local1.hero._y - _local2;
} else if (Key.isDown(39) && (Key.isDown(38))) {
_local1.hero._x = _local1.hero._x + _local2;
_local1.hero._y = _local1.hero._y - _local2;
} else if (Key.isDown(39) && (Key.isDown(40))) {
_local1.hero._x = _local1.hero._x + _local2;
_local1.hero._y = _local1.hero._y + _local2;
} else if (Key.isDown(38)) {
_local1.hero._y = _local1.hero._y - _local2;
} else if (Key.isDown(37)) {
_local1.hero._x = _local1.hero._x - _local2;
} else if (Key.isDown(40)) {
_local1.hero._y = _local1.hero._y + _local2;
} else if (Key.isDown(39)) {
_local1.hero._x = _local1.hero._x + _local2;
}
}
_quality = "LOW";
_root.wallset._x = _root.wallsetx;
_root.hero._x = _root.hero._x + (_root.wallset._x + 15);
stop();
_root.freeze = 1;
_root.numBlue = 0;
_root.onEnterFrame = function () {
moveHero(_root.hspeed);
};
Instance of Symbol 226 MovieClip in Frame 301
onClipEvent (load) {
function resetbb1() {
var _local1 = this;
_local1.gotoAndStop(1);
bbspeed = _root.aspeed;
_local1._x = (math.random() * 650) + 600;
_local1._y = (math.random() * 300) + 45;
}
resetbb1();
}
onClipEvent (enterFrame) {
this._x = this._x - bbspeed;
if (this.hitTest(_root.hero)) {
if (_root.hithero == 2) {
_root.hitsaver.gotoAndPlay(2);
}
}
if (this.hitTest(_root.wallset)) {
this.gotoAndPlay(2);
}
if (this._x <= _root.wallset._x) {
resetbb1();
}
if (this.hitTest(_root.bomb)) {
this.play();
}
if (this.hitTest(_root.ffire)) {
this.play();
}
if (this.hitTest(_root.upfire)) {
this.play();
}
if (this.hitTest(_root.downfire)) {
this.play();
}
}
Instance of Symbol 226 MovieClip in Frame 301
onClipEvent (load) {
function resetbb1() {
var _local1 = this;
_local1.gotoAndStop(1);
bbspeed = _root.aspeed;
_local1._x = (math.random() * 650) + 600;
_local1._y = (math.random() * 300) + 45;
}
resetbb1();
}
onClipEvent (enterFrame) {
this._x = this._x - bbspeed;
if (this.hitTest(_root.hero)) {
if (_root.hithero == 2) {
_root.hitsaver.gotoAndPlay(2);
}
}
if (this.hitTest(_root.wallset)) {
this.gotoAndPlay(2);
}
if (this._x <= _root.wallset._x) {
resetbb1();
}
if (this.hitTest(_root.bomb)) {
this.play();
}
if (this.hitTest(_root.ffire)) {
this.play();
}
if (this.hitTest(_root.upfire)) {
this.play();
}
if (this.hitTest(_root.downfire)) {
this.play();
}
}
Instance of Symbol 226 MovieClip in Frame 301
onClipEvent (load) {
function resetbb1() {
var _local1 = this;
_local1.gotoAndStop(1);
bbspeed = _root.aspeed;
_local1._x = (math.random() * 650) + 600;
_local1._y = (math.random() * 300) + 45;
}
resetbb1();
}
onClipEvent (enterFrame) {
if (_root.nlevel <= 3) {
if (this._x >= -500) {
this._alpha = 0;
resetbb1();
}
}
this._x = this._x - bbspeed;
if (this.hitTest(_root.hero)) {
if (_root.hithero == 2) {
_root.hitsaver.gotoAndPlay(2);
}
}
if (this.hitTest(_root.wallset)) {
this.gotoAndPlay(2);
}
if (this._x <= _root.wallset._x) {
resetbb1();
}
if (this.hitTest(_root.bomb)) {
this.play();
}
if (this.hitTest(_root.ffire)) {
this.play();
}
if (this.hitTest(_root.upfire)) {
this.play();
}
if (this.hitTest(_root.downfire)) {
this.play();
}
}
Instance of Symbol 226 MovieClip in Frame 301
onClipEvent (load) {
function resetbb1() {
var _local1 = this;
_local1.gotoAndStop(1);
bbspeed = _root.aspeed;
_local1._x = (math.random() * 650) + 600;
_local1._y = (math.random() * 300) + 45;
}
resetbb1();
}
onClipEvent (enterFrame) {
if (_root.nlevel <= 4) {
if (this._x >= -500) {
this._alpha = 0;
resetbb1();
}
}
this._x = this._x - bbspeed;
if (this.hitTest(_root.hero)) {
if (_root.hithero == 2) {
_root.hitsaver.gotoAndPlay(2);
}
}
if (this.hitTest(_root.wallset)) {
this.gotoAndPlay(2);
}
if (this._x <= _root.wallset._x) {
resetbb1();
}
if (this.hitTest(_root.bomb)) {
this.play();
}
if (this.hitTest(_root.ffire)) {
this.play();
}
if (this.hitTest(_root.upfire)) {
this.play();
}
if (this.hitTest(_root.downfire)) {
this.play();
}
}
Instance of Symbol 226 MovieClip in Frame 301
onClipEvent (load) {
function resetbb1() {
var _local1 = this;
_local1.gotoAndStop(1);
bbspeed = _root.aspeed;
_local1._x = (math.random() * 650) + 600;
_local1._y = (math.random() * 300) + 45;
}
resetbb1();
}
onClipEvent (enterFrame) {
if (_root.nlevel <= 12) {
if (this._x >= -500) {
this._alpha = 0;
resetbb1();
}
}
this._x = this._x - bbspeed;
if (this.hitTest(_root.hero)) {
if (_root.hithero == 2) {
_root.hitsaver.gotoAndPlay(2);
}
}
if (this.hitTest(_root.wallset)) {
this.gotoAndPlay(2);
}
if (this._x <= _root.wallset._x) {
resetbb1();
}
if (this.hitTest(_root.bomb)) {
this.play();
}
if (this.hitTest(_root.ffire)) {
this.play();
}
if (this.hitTest(_root.upfire)) {
this.play();
}
if (this.hitTest(_root.downfire)) {
this.play();
}
}
Instance of Symbol 226 MovieClip in Frame 301
onClipEvent (load) {
function resetbb1() {
var _local1 = this;
_local1.gotoAndStop(1);
bbspeed = _root.aspeed;
_local1._x = (math.random() * 650) + 600;
_local1._y = (math.random() * 300) + 45;
}
resetbb1();
}
onClipEvent (enterFrame) {
if (_root.nlevel <= 14) {
if (this._x >= -500) {
this._alpha = 0;
resetbb1();
}
}
this._x = this._x - bbspeed;
if (this.hitTest(_root.hero)) {
if (_root.hithero == 2) {
_root.hitsaver.gotoAndPlay(2);
}
}
if (this.hitTest(_root.wallset)) {
this.gotoAndPlay(2);
}
if (this._x <= _root.wallset._x) {
resetbb1();
}
if (this.hitTest(_root.bomb)) {
this.play();
}
if (this.hitTest(_root.ffire)) {
this.play();
}
if (this.hitTest(_root.upfire)) {
this.play();
}
if (this.hitTest(_root.downfire)) {
this.play();
}
}
Instance of Symbol 226 MovieClip in Frame 301
onClipEvent (load) {
function resetbb1() {
var _local1 = this;
_local1.gotoAndStop(1);
bbspeed = _root.aspeed;
_local1._x = (math.random() * 650) + 600;
_local1._y = (math.random() * 300) + 45;
}
resetbb1();
}
onClipEvent (enterFrame) {
if (_root.nlevel <= 18) {
if (this._x >= -500) {
this._alpha = 0;
resetbb1();
}
}
this._x = this._x - bbspeed;
if (this.hitTest(_root.hero)) {
if (_root.hithero == 2) {
_root.hitsaver.gotoAndPlay(2);
}
}
if (this.hitTest(_root.wallset)) {
this.gotoAndPlay(2);
}
if (this._x <= _root.wallset._x) {
resetbb1();
}
if (this.hitTest(_root.bomb)) {
this.play();
}
if (this.hitTest(_root.ffire)) {
this.play();
}
if (this.hitTest(_root.upfire)) {
this.play();
}
if (this.hitTest(_root.downfire)) {
this.play();
}
}
Instance of Symbol 226 MovieClip in Frame 301
onClipEvent (load) {
function resetbb1() {
var _local1 = this;
_local1.gotoAndStop(1);
bbspeed = _root.aspeed;
_local1._x = (math.random() * 650) + 600;
_local1._y = (math.random() * 300) + 45;
}
resetbb1();
}
onClipEvent (enterFrame) {
if (_root.nlevel <= 20) {
if (this._x >= -500) {
this._alpha = 0;
resetbb1();
}
}
this._x = this._x - bbspeed;
if (this.hitTest(_root.hero)) {
if (_root.hithero == 2) {
_root.hitsaver.gotoAndPlay(2);
}
}
if (this.hitTest(_root.wallset)) {
this.gotoAndPlay(2);
}
if (this._x <= _root.wallset._x) {
resetbb1();
}
if (this.hitTest(_root.bomb)) {
this.play();
}
if (this.hitTest(_root.ffire)) {
this.play();
}
if (this.hitTest(_root.upfire)) {
this.play();
}
if (this.hitTest(_root.downfire)) {
this.play();
}
}
Instance of Symbol 226 MovieClip in Frame 301
onClipEvent (load) {
function resetbb1() {
var _local1 = this;
_local1.gotoAndStop(1);
bbspeed = _root.aspeed;
_local1._x = (math.random() * 650) + 600;
_local1._y = (math.random() * 300) + 45;
}
resetbb1();
}
onClipEvent (enterFrame) {
if (_root.nlevel <= 22) {
if (this._x >= -500) {
this._alpha = 0;
resetbb1();
}
}
this._x = this._x - bbspeed;
if (this.hitTest(_root.hero)) {
if (_root.hithero == 2) {
_root.hitsaver.gotoAndPlay(2);
}
}
if (this.hitTest(_root.wallset)) {
this.gotoAndPlay(2);
}
if (this._x <= _root.wallset._x) {
resetbb1();
}
if (this.hitTest(_root.bomb)) {
this.play();
}
if (this.hitTest(_root.ffire)) {
this.play();
}
if (this.hitTest(_root.upfire)) {
this.play();
}
if (this.hitTest(_root.downfire)) {
this.play();
}
}
Instance of Symbol 226 MovieClip in Frame 301
onClipEvent (load) {
function resetbb1() {
var _local1 = this;
_local1.gotoAndStop(1);
bbspeed = _root.aspeed;
_local1._x = (math.random() * 650) + 600;
_local1._y = (math.random() * 300) + 45;
}
resetbb1();
}
onClipEvent (enterFrame) {
if (_root.nlevel <= 24) {
if (this._x >= -500) {
this._alpha = 0;
resetbb1();
}
}
this._x = this._x - bbspeed;
if (this.hitTest(_root.hero)) {
if (_root.hithero == 2) {
_root.hitsaver.gotoAndPlay(2);
}
}
if (this.hitTest(_root.wallset)) {
this.gotoAndPlay(2);
}
if (this._x <= _root.wallset._x) {
resetbb1();
}
if (this.hitTest(_root.bomb)) {
this.play();
}
if (this.hitTest(_root.ffire)) {
this.play();
}
if (this.hitTest(_root.upfire)) {
this.play();
}
if (this.hitTest(_root.downfire)) {
this.play();
}
}
Instance of Symbol 226 MovieClip in Frame 301
onClipEvent (load) {
function resetbb1() {
var _local1 = this;
_local1.gotoAndStop(1);
bbspeed = _root.aspeed;
_local1._x = (math.random() * 650) + 600;
_local1._y = (math.random() * 300) + 45;
}
resetbb1();
}
onClipEvent (enterFrame) {
if (_root.nlevel <= 2) {
if (this._x >= -500) {
resetbb1();
}
}
this._x = this._x - bbspeed;
if (this.hitTest(_root.hero)) {
if (_root.hithero == 2) {
_root.hitsaver.gotoAndPlay(2);
}
}
if (this.hitTest(_root.wallset)) {
this.gotoAndPlay(2);
}
if (this._x <= _root.wallset._x) {
resetbb1();
}
if (this.hitTest(_root.bomb)) {
this.play();
}
if (this.hitTest(_root.ffire)) {
this.play();
}
if (this.hitTest(_root.upfire)) {
this.play();
}
if (this.hitTest(_root.downfire)) {
this.play();
}
}
Instance of Symbol 226 MovieClip in Frame 301
onClipEvent (load) {
function resetbb1() {
var _local1 = this;
_local1.gotoAndStop(1);
bbspeed = _root.aspeed;
_local1._x = (math.random() * 650) + 600;
_local1._y = (math.random() * 300) + 45;
}
resetbb1();
}
onClipEvent (enterFrame) {
this._x = this._x - bbspeed;
if (this.hitTest(_root.hero)) {
if (_root.hithero == 2) {
_root.hitsaver.gotoAndPlay(2);
}
}
if (this.hitTest(_root.wallset)) {
this.gotoAndPlay(2);
}
if (this._x <= _root.wallset._x) {
resetbb1();
}
if (this.hitTest(_root.bomb)) {
this.play();
}
if (this.hitTest(_root.ffire)) {
this.play();
}
if (this.hitTest(_root.upfire)) {
this.play();
}
if (this.hitTest(_root.downfire)) {
this.play();
}
}
Instance of Symbol 226 MovieClip in Frame 301
onClipEvent (load) {
function resetbb1() {
var _local1 = this;
_local1.gotoAndStop(1);
bbspeed = _root.aspeed;
_local1._x = (math.random() * 650) + 600;
_local1._y = (math.random() * 300) + 45;
}
resetbb1();
}
onClipEvent (enterFrame) {
if (_root.nlevel <= 2) {
if (this._x >= -500) {
this._alpha = 0;
resetbb1();
}
}
this._x = this._x - bbspeed;
if (this.hitTest(_root.hero)) {
if (_root.hithero == 2) {
_root.hitsaver.gotoAndPlay(2);
}
}
if (this.hitTest(_root.wallset)) {
this.gotoAndPlay(2);
}
if (this._x <= _root.wallset._x) {
resetbb1();
}
if (this.hitTest(_root.bomb)) {
this.play();
}
if (this.hitTest(_root.ffire)) {
this.play();
}
if (this.hitTest(_root.upfire)) {
this.play();
}
if (this.hitTest(_root.downfire)) {
this.play();
}
}
Instance of Symbol 226 MovieClip in Frame 301
onClipEvent (load) {
function resetbb1() {
var _local1 = this;
_local1.gotoAndStop(1);
bbspeed = _root.aspeed;
_local1._x = (math.random() * 650) + 600;
_local1._y = (math.random() * 300) + 45;
}
resetbb1();
}
onClipEvent (enterFrame) {
if (_root.nlevel <= 2) {
if (this._x >= -500) {
this._alpha = 0;
resetbb1();
}
}
this._x = this._x - bbspeed;
if (this.hitTest(_root.hero)) {
if (_root.hithero == 2) {
_root.hitsaver.gotoAndPlay(2);
}
}
if (this.hitTest(_root.wallset)) {
this.gotoAndPlay(2);
}
if (this._x <= _root.wallset._x) {
resetbb1();
}
if (this.hitTest(_root.bomb)) {
this.play();
}
if (this.hitTest(_root.ffire)) {
this.play();
}
if (this.hitTest(_root.upfire)) {
this.play();
}
if (this.hitTest(_root.downfire)) {
this.play();
}
}
Instance of Symbol 226 MovieClip in Frame 301
onClipEvent (load) {
function resetbb1() {
var _local1 = this;
_local1.gotoAndStop(1);
bbspeed = _root.aspeed;
_local1._x = (math.random() * 650) + 600;
_local1._y = (math.random() * 300) + 45;
}
resetbb1();
}
onClipEvent (enterFrame) {
if (_root.nlevel <= 14) {
if (this._x >= -500) {
this._alpha = 0;
resetbb1();
}
}
this._x = this._x - bbspeed;
if (this.hitTest(_root.hero)) {
if (_root.hithero == 2) {
_root.hitsaver.gotoAndPlay(2);
}
}
if (this.hitTest(_root.wallset)) {
this.gotoAndPlay(2);
}
if (this._x <= _root.wallset._x) {
resetbb1();
}
if (this.hitTest(_root.bomb)) {
this.play();
}
if (this.hitTest(_root.ffire)) {
this.play();
}
if (this.hitTest(_root.upfire)) {
this.play();
}
if (this.hitTest(_root.downfire)) {
this.play();
}
}
Instance of Symbol 226 MovieClip in Frame 301
onClipEvent (load) {
function resetbb1() {
var _local1 = this;
_local1.gotoAndStop(1);
bbspeed = _root.aspeed;
_local1._x = (math.random() * 650) + 600;
_local1._y = (math.random() * 300) + 45;
}
resetbb1();
}
onClipEvent (enterFrame) {
if (_root.nlevel <= 20) {
if (this._x >= -500) {
this._alpha = 0;
resetbb1();
}
}
this._x = this._x - bbspeed;
if (this.hitTest(_root.hero)) {
if (_root.hithero == 2) {
_root.hitsaver.gotoAndPlay(2);
}
}
if (this.hitTest(_root.wallset)) {
this.gotoAndPlay(2);
}
if (this._x <= _root.wallset._x) {
resetbb1();
}
if (this.hitTest(_root.bomb)) {
this.play();
}
if (this.hitTest(_root.ffire)) {
this.play();
}
if (this.hitTest(_root.upfire)) {
this.play();
}
if (this.hitTest(_root.downfire)) {
this.play();
}
}
Instance of Symbol 226 MovieClip in Frame 301
onClipEvent (load) {
function resetbb1() {
var _local1 = this;
_local1.gotoAndStop(1);
bbspeed = _root.aspeed;
_local1._x = (math.random() * 650) + 600;
_local1._y = (math.random() * 300) + 45;
}
resetbb1();
}
onClipEvent (enterFrame) {
if (_root.nlevel <= 3) {
if (this._x >= -500) {
this._alpha = 0;
resetbb1();
}
}
this._x = this._x - bbspeed;
if (this.hitTest(_root.hero)) {
if (_root.hithero == 2) {
_root.hitsaver.gotoAndPlay(2);
}
}
if (this.hitTest(_root.wallset)) {
this.gotoAndPlay(2);
}
if (this._x <= _root.wallset._x) {
resetbb1();
}
if (this.hitTest(_root.bomb)) {
this.play();
}
if (this.hitTest(_root.ffire)) {
this.play();
}
if (this.hitTest(_root.upfire)) {
this.play();
}
if (this.hitTest(_root.downfire)) {
this.play();
}
}
Instance of Symbol 226 MovieClip in Frame 301
onClipEvent (load) {
function resetbb1() {
var _local1 = this;
_local1.gotoAndStop(1);
bbspeed = _root.aspeed;
_local1._x = (math.random() * 650) + 600;
_local1._y = (math.random() * 300) + 45;
}
resetbb1();
}
onClipEvent (enterFrame) {
if (_root.nlevel <= 2) {
if (this._x >= -500) {
this._alpha = 0;
resetbb1();
}
}
this._x = this._x - bbspeed;
if (this.hitTest(_root.hero)) {
if (_root.hithero == 2) {
_root.hitsaver.gotoAndPlay(2);
}
}
if (this.hitTest(_root.wallset)) {
this.gotoAndPlay(2);
}
if (this._x <= _root.wallset._x) {
resetbb1();
}
if (this.hitTest(_root.bomb)) {
this.play();
}
if (this.hitTest(_root.ffire)) {
this.play();
}
if (this.hitTest(_root.upfire)) {
this.play();
}
if (this.hitTest(_root.downfire)) {
this.play();
}
}
Instance of Symbol 226 MovieClip in Frame 301
onClipEvent (load) {
function resetbb1() {
var _local1 = this;
_local1.gotoAndStop(1);
bbspeed = _root.aspeed;
_local1._x = (math.random() * 650) + 600;
_local1._y = (math.random() * 300) + 45;
}
resetbb1();
}
onClipEvent (enterFrame) {
if (_root.nlevel <= 2) {
if (this._x >= -500) {
this._alpha = 0;
resetbb1();
}
}
this._x = this._x - bbspeed;
if (this.hitTest(_root.hero)) {
if (_root.hithero == 2) {
_root.hitsaver.gotoAndPlay(2);
}
}
if (this.hitTest(_root.wallset)) {
this.gotoAndPlay(2);
}
if (this._x <= _root.wallset._x) {
resetbb1();
}
if (this.hitTest(_root.bomb)) {
this.play();
}
if (this.hitTest(_root.ffire)) {
this.play();
}
if (this.hitTest(_root.upfire)) {
this.play();
}
if (this.hitTest(_root.downfire)) {
this.play();
}
}
Instance of Symbol 229 MovieClip "wallset" in Frame 301
onClipEvent (enterFrame) {
if (this._x >= 490) {
_root.gotoAndStop(250);
}
}
Instance of Symbol 236 MovieClip "ffire" in Frame 301
onClipEvent (enterFrame) {
if (this._x >= 700) {
this._x = 400;
this._y = 600;
}
}
Instance of Symbol 236 MovieClip "upfire" in Frame 301
onClipEvent (enterFrame) {
if (this._x >= 700) {
this._x = 400;
this._y = 600;
}
}
Instance of Symbol 236 MovieClip "downfire" in Frame 301
onClipEvent (enterFrame) {
if (this._x >= 700) {
this._x = 400;
this._y = 600;
}
}
Instance of Symbol 267 MovieClip "stages" in Frame 301
onClipEvent (enterFrame) {
if (_root.hstage == 1) {
this.gotoAndStop(1);
}
if (_root.hstage == 2) {
this.gotoAndStop(2);
}
if (_root.hstage == 3) {
this.gotoAndStop(3);
}
if (_root.hstage == 4) {
this.gotoAndStop(4);
}
if (_root.hstage == 5) {
this.gotoAndStop(5);
}
if (_root.hstage == 6) {
this.gotoAndStop(6);
}
if (_root.hstage >= 7) {
this.gotoAndStop(7);
}
}
Instance of Symbol 286 MovieClip in Frame 301
onClipEvent (enterFrame) {
if (_root.plevel >= 1) {
if (_root.powerup == 0) {
this.gotoAndStop(1);
}
}
if (_root.powerup == 1) {
this.gotoAndStop(2);
}
if (_root.powerup == 2) {
this.gotoAndStop(3);
}
if (_root.powerup == 3) {
this.gotoAndStop(4);
}
if (_root.powerup == 4) {
this.gotoAndStop(5);
}
}
Instance of Symbol 293 MovieClip in Frame 301
onClipEvent (enterFrame) {
if (_root.plevel >= 2) {
if (_root.powerupa == 0) {
this.gotoAndStop(1);
}
if (_root.powerupa == 1) {
this.gotoAndStop(2);
}
if (_root.powerupa == 2) {
this.gotoAndStop(3);
}
if (_root.powerupa == 3) {
this.gotoAndStop(4);
}
if (_root.powerupa == 4) {
this.gotoAndStop(5);
}
}
}
Instance of Symbol 298 MovieClip in Frame 301
onClipEvent (enterFrame) {
if (_root.bonus >= 2) {
this.play();
}
}
Instance of Symbol 311 MovieClip "hero" in Frame 301
onClipEvent (enterFrame) {
if (hitTest(_root.bottom_wall) == true) {
_y = (_root.bottom_wall._y - 30);
}
if (hitTest(_root.top_wall) == true) {
_y = (_root.top_wall._y + 30);
}
if (hitTest(_root.wallset) == true) {
_x = (_root.wallset._x + 30);
}
if (hitTest(_root.right_wall) == true) {
_x = (_root.right_wall._x - 35);
}
if (_root.hstage == 1) {
this.gotoAndStop(1);
}
if (_root.hstage == 2) {
this.gotoAndStop(5);
}
if (_root.hstage == 3) {
this.gotoAndStop(10);
}
if (_root.hstage == 4) {
this.gotoAndStop(15);
}
if (_root.hstage == 5) {
this.gotoAndStop(20);
}
if (_root.hstage >= 6) {
this.gotoAndStop(25);
}
}
Instance of Symbol 330 MovieClip in Frame 301
onClipEvent (load) {
function resetbb1() {
var _local1 = this;
_local1.gotoAndStop(7);
bbspeed = _root.aspeed;
_local1._x = (math.random() * 650) + 600;
_local1._y = (math.random() * 300) + 45;
}
resetbb1();
}
onClipEvent (enterFrame) {
this._x = this._x - bbspeed;
if (this.hitTest(_root.hero)) {
this.play();
}
if (this.hitTest(_root.wallset)) {
_root.program.play();
this.gotoAndStop(2);
}
if (this._x <= _root.wallset._x) {
resetbb1();
}
if (this.hitTest(_root.bomb)) {
this.play();
}
if (this.hitTest(_root.ffire)) {
this.play();
}
if (this.hitTest(_root.upfire)) {
this.play();
}
if (this.hitTest(_root.downfire)) {
this.play();
}
}
Instance of Symbol 330 MovieClip in Frame 301
onClipEvent (load) {
function resetbb1() {
var _local1 = this;
_local1.gotoAndStop(7);
bbspeed = _root.aspeed;
_local1._x = (math.random() * 650) + 600;
_local1._y = (math.random() * 300) + 45;
}
resetbb1();
}
onClipEvent (enterFrame) {
this._x = this._x - bbspeed;
if (this.hitTest(_root.hero)) {
this.play();
}
if (this.hitTest(_root.wallset)) {
_root.program.play();
this.gotoAndStop(2);
}
if (this._x <= _root.wallset._x) {
resetbb1();
}
if (this.hitTest(_root.bomb)) {
this.play();
}
if (this.hitTest(_root.ffire)) {
this.play();
}
if (this.hitTest(_root.upfire)) {
this.play();
}
if (this.hitTest(_root.downfire)) {
this.play();
}
}
Instance of Symbol 330 MovieClip in Frame 301
onClipEvent (load) {
function resetbb1() {
var _local1 = this;
_local1.gotoAndStop(7);
bbspeed = _root.aspeed;
_local1._x = (math.random() * 650) + 600;
_local1._y = (math.random() * 300) + 45;
}
resetbb1();
}
onClipEvent (enterFrame) {
if (_root.nlevel <= 1) {
if (this._x >= -500) {
this._alpha = 0;
resetbb1();
}
}
this._x = this._x - bbspeed;
if (this.hitTest(_root.hero)) {
this.play();
}
if (this.hitTest(_root.wallset)) {
_root.program.play();
this.gotoAndStop(2);
}
if (this._x <= _root.wallset._x) {
resetbb1();
}
if (this.hitTest(_root.bomb)) {
this.play();
}
if (this.hitTest(_root.ffire)) {
this.play();
}
if (this.hitTest(_root.upfire)) {
this.play();
}
if (this.hitTest(_root.downfire)) {
this.play();
}
}
Instance of Symbol 330 MovieClip in Frame 301
onClipEvent (load) {
function resetbb1() {
var _local1 = this;
_local1.gotoAndStop(7);
bbspeed = _root.aspeed;
_local1._x = (math.random() * 650) + 600;
_local1._y = (math.random() * 300) + 45;
}
resetbb1();
}
onClipEvent (enterFrame) {
this._x = this._x - bbspeed;
if (this.hitTest(_root.hero)) {
this.play();
}
if (this.hitTest(_root.wallset)) {
_root.program.play();
this.gotoAndStop(2);
}
if (this._x <= _root.wallset._x) {
resetbb1();
}
if (this.hitTest(_root.bomb)) {
this.play();
}
if (this.hitTest(_root.ffire)) {
this.play();
}
if (this.hitTest(_root.upfire)) {
this.play();
}
if (this.hitTest(_root.downfire)) {
this.play();
}
}
Instance of Symbol 330 MovieClip in Frame 301
onClipEvent (load) {
function resetbb1() {
var _local1 = this;
_local1.gotoAndStop(7);
bbspeed = _root.aspeed;
_local1._x = (math.random() * 650) + 600;
_local1._y = (math.random() * 300) + 45;
}
resetbb1();
}
onClipEvent (enterFrame) {
this._x = this._x - bbspeed;
if (this.hitTest(_root.hero)) {
this.play();
}
if (this.hitTest(_root.wallset)) {
_root.program.play();
this.gotoAndStop(2);
}
if (this._x <= _root.wallset._x) {
resetbb1();
}
if (this.hitTest(_root.bomb)) {
this.play();
}
if (this.hitTest(_root.ffire)) {
this.play();
}
if (this.hitTest(_root.upfire)) {
this.play();
}
if (this.hitTest(_root.downfire)) {
this.play();
}
}
Instance of Symbol 330 MovieClip in Frame 301
onClipEvent (load) {
function resetbb1() {
var _local1 = this;
_local1.gotoAndStop(7);
bbspeed = _root.aspeed;
_local1._x = (math.random() * 650) + 600;
_local1._y = (math.random() * 300) + 45;
}
resetbb1();
}
onClipEvent (enterFrame) {
this._x = this._x - bbspeed;
if (this.hitTest(_root.hero)) {
this.play();
}
if (this.hitTest(_root.wallset)) {
_root.program.play();
this.gotoAndStop(2);
}
if (this._x <= _root.wallset._x) {
resetbb1();
}
if (this.hitTest(_root.bomb)) {
this.play();
}
if (this.hitTest(_root.ffire)) {
this.play();
}
if (this.hitTest(_root.upfire)) {
this.play();
}
if (this.hitTest(_root.downfire)) {
this.play();
}
}
Instance of Symbol 330 MovieClip in Frame 301
onClipEvent (load) {
function resetbb1() {
var _local1 = this;
_local1.gotoAndStop(7);
bbspeed = _root.aspeed;
_local1._x = (math.random() * 650) + 600;
_local1._y = (math.random() * 300) + 45;
}
resetbb1();
}
onClipEvent (enterFrame) {
if (_root.nlevel <= 1) {
if (this._x >= -500) {
this._alpha = 0;
resetbb1();
}
}
this._x = this._x - bbspeed;
if (this.hitTest(_root.hero)) {
this.play();
}
if (this.hitTest(_root.wallset)) {
_root.program.play();
this.gotoAndStop(2);
}
if (this._x <= _root.wallset._x) {
resetbb1();
}
if (this.hitTest(_root.bomb)) {
this.play();
}
if (this.hitTest(_root.ffire)) {
this.play();
}
if (this.hitTest(_root.upfire)) {
this.play();
}
if (this.hitTest(_root.downfire)) {
this.play();
}
}
Instance of Symbol 330 MovieClip in Frame 301
onClipEvent (load) {
function resetbb1() {
var _local1 = this;
_local1.gotoAndStop(7);
bbspeed = _root.aspeed;
_local1._x = (math.random() * 650) + 600;
_local1._y = (math.random() * 300) + 45;
}
resetbb1();
}
onClipEvent (enterFrame) {
if (_root.nlevel <= 5) {
if (this._x >= -500) {
this._alpha = 0;
resetbb1();
}
}
this._x = this._x - bbspeed;
if (this.hitTest(_root.hero)) {
this.play();
}
if (this.hitTest(_root.wallset)) {
_root.program.play();
this.gotoAndStop(2);
}
if (this._x <= _root.wallset._x) {
resetbb1();
}
if (this.hitTest(_root.bomb)) {
this.play();
}
if (this.hitTest(_root.ffire)) {
this.play();
}
if (this.hitTest(_root.upfire)) {
this.play();
}
if (this.hitTest(_root.downfire)) {
this.play();
}
}
Instance of Symbol 330 MovieClip in Frame 301
onClipEvent (load) {
function resetbb1() {
var _local1 = this;
_local1.gotoAndStop(7);
bbspeed = _root.aspeed;
_local1._x = (math.random() * 650) + 600;
_local1._y = (math.random() * 300) + 45;
}
resetbb1();
}
onClipEvent (enterFrame) {
if (_root.nlevel <= 7) {
if (this._x >= -500) {
this._alpha = 0;
resetbb1();
}
}
this._x = this._x - bbspeed;
if (this.hitTest(_root.hero)) {
this.play();
}
if (this.hitTest(_root.wallset)) {
_root.program.play();
this.gotoAndStop(2);
}
if (this._x <= _root.wallset._x) {
resetbb1();
}
if (this.hitTest(_root.bomb)) {
this.play();
}
if (this.hitTest(_root.ffire)) {
this.play();
}
if (this.hitTest(_root.upfire)) {
this.play();
}
if (this.hitTest(_root.downfire)) {
this.play();
}
}
Instance of Symbol 330 MovieClip in Frame 301
onClipEvent (load) {
function resetbb1() {
var _local1 = this;
_local1.gotoAndStop(7);
bbspeed = _root.aspeed;
_local1._x = (math.random() * 650) + 600;
_local1._y = (math.random() * 300) + 45;
}
resetbb1();
}
onClipEvent (enterFrame) {
if (_root.nlevel <= 14) {
if (this._x >= -500) {
this._alpha = 0;
resetbb1();
}
}
this._x = this._x - bbspeed;
if (this.hitTest(_root.hero)) {
this.play();
}
if (this.hitTest(_root.wallset)) {
_root.program.play();
this.gotoAndStop(2);
}
if (this._x <= _root.wallset._x) {
resetbb1();
}
if (this.hitTest(_root.bomb)) {
this.play();
}
if (this.hitTest(_root.ffire)) {
this.play();
}
if (this.hitTest(_root.upfire)) {
this.play();
}
if (this.hitTest(_root.downfire)) {
this.play();
}
}
Instance of Symbol 330 MovieClip in Frame 301
onClipEvent (load) {
function resetbb1() {
var _local1 = this;
_local1.gotoAndStop(7);
bbspeed = _root.aspeed;
_local1._x = (math.random() * 650) + 600;
_local1._y = (math.random() * 300) + 45;
}
resetbb1();
}
onClipEvent (enterFrame) {
if (_root.nlevel <= 23) {
if (this._x >= -500) {
this._alpha = 0;
resetbb1();
}
}
this._x = this._x - bbspeed;
if (this.hitTest(_root.hero)) {
this.play();
}
if (this.hitTest(_root.wallset)) {
_root.program.play();
this.gotoAndStop(2);
}
if (this._x <= _root.wallset._x) {
resetbb1();
}
if (this.hitTest(_root.bomb)) {
this.play();
}
if (this.hitTest(_root.ffire)) {
this.play();
}
if (this.hitTest(_root.upfire)) {
this.play();
}
if (this.hitTest(_root.downfire)) {
this.play();
}
}
Instance of Symbol 330 MovieClip in Frame 301
onClipEvent (load) {
function resetbb1() {
var _local1 = this;
_local1.gotoAndStop(7);
bbspeed = _root.aspeed;
_local1._x = (math.random() * 650) + 600;
_local1._y = (math.random() * 300) + 45;
}
resetbb1();
}
onClipEvent (enterFrame) {
if (_root.nlevel <= 25) {
if (this._x >= -500) {
this._alpha = 0;
resetbb1();
}
}
this._x = this._x - bbspeed;
if (this.hitTest(_root.hero)) {
this.play();
}
if (this.hitTest(_root.wallset)) {
_root.program.play();
this.gotoAndStop(2);
}
if (this._x <= _root.wallset._x) {
resetbb1();
}
if (this.hitTest(_root.bomb)) {
this.play();
}
if (this.hitTest(_root.ffire)) {
this.play();
}
if (this.hitTest(_root.upfire)) {
this.play();
}
if (this.hitTest(_root.downfire)) {
this.play();
}
}
Instance of Symbol 330 MovieClip in Frame 301
onClipEvent (load) {
function resetbb1() {
var _local1 = this;
_local1.gotoAndStop(7);
bbspeed = _root.aspeed;
_local1._x = (math.random() * 650) + 600;
_local1._y = (math.random() * 300) + 45;
}
resetbb1();
}
onClipEvent (enterFrame) {
if (_root.nlevel <= 29) {
if (this._x >= -500) {
this._alpha = 0;
resetbb1();
}
}
this._x = this._x - bbspeed;
if (this.hitTest(_root.hero)) {
this.play();
}
if (this.hitTest(_root.wallset)) {
_root.program.play();
this.gotoAndStop(2);
}
if (this._x <= _root.wallset._x) {
resetbb1();
}
if (this.hitTest(_root.bomb)) {
this.play();
}
if (this.hitTest(_root.ffire)) {
this.play();
}
if (this.hitTest(_root.upfire)) {
this.play();
}
if (this.hitTest(_root.downfire)) {
this.play();
}
}
Instance of Symbol 331 MovieClip in Frame 301
onClipEvent (load) {
function resetbb2() {
var _local1 = this;
_local1.gotoAndStop(1);
bbspeed = _root.aspeed;
_local1._x = (math.random() * 650) + 650;
_local1._y = (math.random() * 300) + 45;
}
resetbb2();
}
onClipEvent (enterFrame) {
if (_root.nlevel <= 10) {
if (this._x >= -500) {
this._alpha = 0;
resetbb2();
}
}
this._x = this._x - (bbspeed * 1.5);
if (this.hitTest(_root.hero)) {
if (_root.hithero == 2) {
_root.hitsaver.gotoAndPlay(2);
}
}
if (this.hitTest(_root.wallset)) {
this.gotoAndPlay(2);
}
if (this._x <= _root.wallset._x) {
resetbb2();
}
if (this.hitTest(_root.bomb)) {
this.play();
}
if (this.hitTest(_root.ffire)) {
this.play();
}
if (this.hitTest(_root.upfire)) {
this.play();
}
if (this.hitTest(_root.downfire)) {
this.play();
}
}
Instance of Symbol 272 MovieClip in Frame 301
onClipEvent (load) {
function resetpup2() {
var _local1 = this;
_local1.gotoAndStop(1);
bbspeed = _root.aspeed;
_local1._x = (math.random() * 650) + 700;
_local1._y = (math.random() * 300) + 45;
}
resetpup2();
}
onClipEvent (enterFrame) {
if (_root.nlevel <= 15) {
if (this._x >= -500) {
this._alpha = 0;
resetpup2();
}
}
this._x = this._x - bbspeed;
if (this.hitTest(_root.hero)) {
this.play();
}
if (this.hitTest(_root.wallset)) {
_root.program.play();
this.gotoAndStop(2);
}
if (this._x <= _root.wallset._x) {
resetpup2();
}
}
Instance of Symbol 272 MovieClip in Frame 301
onClipEvent (load) {
function resetpup2() {
var _local1 = this;
_local1.gotoAndStop(1);
bbspeed = _root.aspeed;
_local1._x = (math.random() * 650) + 700;
_local1._y = (math.random() * 300) + 45;
}
resetpup2();
}
onClipEvent (enterFrame) {
if (_root.nlevel <= 7) {
if (this._x >= -500) {
this._alpha = 0;
resetpup2();
}
}
this._x = this._x - bbspeed;
if (this.hitTest(_root.hero)) {
this.play();
}
if (this.hitTest(_root.wallset)) {
_root.program.play();
this.gotoAndStop(2);
}
if (this._x <= _root.wallset._x) {
resetpup2();
}
}
Instance of Symbol 171 MovieClip in Frame 301
onClipEvent (load) {
function resetpup2() {
var _local1 = this;
_local1.gotoAndStop(1);
bbspeed = _root.aspeed;
_local1._x = (math.random() * 650) + 700;
_local1._y = (math.random() * 300) + 45;
}
resetpup2();
}
onClipEvent (enterFrame) {
if (_root.nlevel <= 15) {
if (this._x >= -500) {
this._alpha = 0;
resetpup2();
}
}
this._x = this._x - bbspeed;
if (this.hitTest(_root.hero)) {
this.play();
}
if (this.hitTest(_root.wallset)) {
_root.program.play();
this.gotoAndStop(2);
}
if (this._x <= _root.wallset._x) {
resetpup2();
}
}
Instance of Symbol 171 MovieClip in Frame 301
onClipEvent (load) {
function resetpup2() {
var _local1 = this;
_local1.gotoAndStop(1);
bbspeed = _root.aspeed;
_local1._x = (math.random() * 650) + 700;
_local1._y = (math.random() * 300) + 45;
}
resetpup2();
}
onClipEvent (enterFrame) {
if (_root.nlevel <= 10) {
if (this._x >= -500) {
this._alpha = 0;
resetpup2();
}
}
this._x = this._x - bbspeed;
if (this.hitTest(_root.hero)) {
this.play();
}
if (this.hitTest(_root.wallset)) {
_root.program.play();
this.gotoAndStop(2);
}
if (this._x <= _root.wallset._x) {
resetpup2();
}
}
Instance of Symbol 171 MovieClip in Frame 301
onClipEvent (load) {
function resetpup2() {
var _local1 = this;
_local1.gotoAndStop(1);
bbspeed = _root.aspeed;
_local1._x = (math.random() * 650) + 700;
_local1._y = (math.random() * 300) + 45;
}
resetpup2();
}
onClipEvent (enterFrame) {
if (_root.nlevel <= 8) {
if (this._x >= -500) {
this._alpha = 0;
resetpup2();
}
}
this._x = this._x - bbspeed;
if (this.hitTest(_root.hero)) {
this.play();
}
if (this.hitTest(_root.wallset)) {
_root.program.play();
this.gotoAndStop(2);
}
if (this._x <= _root.wallset._x) {
resetpup2();
}
}
Instance of Symbol 331 MovieClip in Frame 301
onClipEvent (load) {
function resetbb2() {
var _local1 = this;
_local1.gotoAndStop(1);
bbspeed = _root.aspeed;
_local1._x = (math.random() * 650) + 650;
_local1._y = (math.random() * 300) + 45;
}
resetbb2();
}
onClipEvent (enterFrame) {
if (_root.nlevel <= 17) {
if (this._x >= -500) {
this._alpha = 0;
resetbb2();
}
}
this._x = this._x - (bbspeed * 1.5);
if (this.hitTest(_root.hero)) {
if (_root.hithero == 2) {
_root.hitsaver.gotoAndPlay(2);
}
}
if (this.hitTest(_root.wallset)) {
this.gotoAndPlay(2);
}
if (this._x <= _root.wallset._x) {
resetbb2();
}
if (this.hitTest(_root.bomb)) {
this.play();
}
if (this.hitTest(_root.ffire)) {
this.play();
}
if (this.hitTest(_root.upfire)) {
this.play();
}
if (this.hitTest(_root.downfire)) {
this.play();
}
}
Instance of Symbol 331 MovieClip in Frame 301
onClipEvent (load) {
function resetbb2() {
var _local1 = this;
_local1.gotoAndStop(1);
bbspeed = _root.aspeed;
_local1._x = (math.random() * 650) + 650;
_local1._y = (math.random() * 300) + 45;
}
resetbb2();
}
onClipEvent (enterFrame) {
if (_root.nlevel <= 19) {
if (this._x >= -500) {
this._alpha = 0;
resetbb2();
}
}
this._x = this._x - (bbspeed * 1.5);
if (this.hitTest(_root.hero)) {
if (_root.hithero == 2) {
_root.hitsaver.gotoAndPlay(2);
}
}
if (this.hitTest(_root.wallset)) {
this.gotoAndPlay(2);
}
if (this._x <= _root.wallset._x) {
resetbb2();
}
if (this.hitTest(_root.bomb)) {
this.play();
}
if (this.hitTest(_root.ffire)) {
this.play();
}
if (this.hitTest(_root.upfire)) {
this.play();
}
if (this.hitTest(_root.downfire)) {
this.play();
}
}
Instance of Symbol 331 MovieClip in Frame 301
onClipEvent (load) {
function resetbb2() {
var _local1 = this;
_local1.gotoAndStop(1);
bbspeed = _root.aspeed;
_local1._x = (math.random() * 650) + 650;
_local1._y = (math.random() * 300) + 45;
}
resetbb2();
}
onClipEvent (enterFrame) {
if (_root.nlevel <= 28) {
if (this._x >= -500) {
this._alpha = 0;
resetbb2();
}
}
this._x = this._x - (bbspeed * 1.5);
if (this.hitTest(_root.hero)) {
if (_root.hithero == 2) {
_root.hitsaver.gotoAndPlay(2);
}
}
if (this.hitTest(_root.wallset)) {
this.gotoAndPlay(2);
}
if (this._x <= _root.wallset._x) {
resetbb2();
}
if (this.hitTest(_root.bomb)) {
this.play();
}
if (this.hitTest(_root.ffire)) {
this.play();
}
if (this.hitTest(_root.upfire)) {
this.play();
}
if (this.hitTest(_root.downfire)) {
this.play();
}
}
Instance of Symbol 331 MovieClip in Frame 301
onClipEvent (load) {
function resetbb2() {
var _local1 = this;
_local1.gotoAndStop(1);
bbspeed = _root.aspeed;
_local1._x = (math.random() * 650) + 650;
_local1._y = (math.random() * 300) + 45;
}
resetbb2();
}
onClipEvent (enterFrame) {
if (_root.nlevel <= 35) {
if (this._x >= -500) {
this._alpha = 0;
resetbb2();
}
}
this._x = this._x - (bbspeed * 1.5);
if (this.hitTest(_root.hero)) {
if (_root.hithero == 2) {
_root.hitsaver.gotoAndPlay(2);
}
}
if (this.hitTest(_root.wallset)) {
this.gotoAndPlay(2);
}
if (this._x <= _root.wallset._x) {
resetbb2();
}
if (this.hitTest(_root.bomb)) {
this.play();
}
if (this.hitTest(_root.ffire)) {
this.play();
}
if (this.hitTest(_root.upfire)) {
this.play();
}
if (this.hitTest(_root.downfire)) {
this.play();
}
}
Instance of Symbol 333 MovieClip in Frame 301
onClipEvent (load) {
function resetgb1() {
var _local1 = this;
_local1.gotoAndStop(7);
bbspeed = _root.aspeed;
_local1._x = (math.random() * 550) + 550;
_local1._y = (math.random() * 300) + 35;
}
resetgb1();
}
onClipEvent (enterFrame) {
if (_root.nlevel <= 4) {
if (this._x >= -500) {
this._alpha = 0;
resetgb1();
}
}
this._x = this._x - bbspeed;
if (this.hitTest(_root.hero)) {
this.play();
}
if (this.hitTest(_root.wallset)) {
_root.program.play();
this.gotoAndStop(2);
}
if (this._x <= _root.wallset._x) {
resetgb1();
}
if (this.hitTest(_root.bomb)) {
this.play();
}
if (this.hitTest(_root.ffire)) {
this.play();
}
if (this.hitTest(_root.upfire)) {
this.play();
}
if (this.hitTest(_root.downfire)) {
}
}
Instance of Symbol 333 MovieClip in Frame 301
onClipEvent (load) {
function resetgb1() {
var _local1 = this;
_local1.gotoAndStop(7);
bbspeed = _root.aspeed;
_local1._x = (math.random() * 550) + 550;
_local1._y = (math.random() * 300) + 35;
}
resetgb1();
}
onClipEvent (enterFrame) {
if (_root.nlevel <= 6) {
if (this._x >= -500) {
this._alpha = 0;
resetgb1();
}
}
this._x = this._x - bbspeed;
if (this.hitTest(_root.hero)) {
this.play();
}
if (this.hitTest(_root.wallset)) {
_root.program.play();
this.gotoAndStop(2);
}
if (this._x <= _root.wallset._x) {
resetgb1();
}
if (this.hitTest(_root.bomb)) {
this.play();
}
if (this.hitTest(_root.ffire)) {
this.play();
}
if (this.hitTest(_root.upfire)) {
this.play();
}
if (this.hitTest(_root.downfire)) {
}
}
Instance of Symbol 333 MovieClip in Frame 301
onClipEvent (load) {
function resetgb1() {
var _local1 = this;
_local1.gotoAndStop(7);
bbspeed = _root.aspeed;
_local1._x = (math.random() * 550) + 550;
_local1._y = (math.random() * 300) + 35;
}
resetgb1();
}
onClipEvent (enterFrame) {
if (_root.nlevel <= 7) {
if (this._x >= -500) {
this._alpha = 0;
resetgb1();
}
}
this._x = this._x - bbspeed;
if (this.hitTest(_root.hero)) {
this.play();
}
if (this.hitTest(_root.wallset)) {
_root.program.play();
this.gotoAndStop(2);
}
if (this._x <= _root.wallset._x) {
resetgb1();
}
if (this.hitTest(_root.bomb)) {
this.play();
}
if (this.hitTest(_root.ffire)) {
this.play();
}
if (this.hitTest(_root.upfire)) {
this.play();
}
if (this.hitTest(_root.downfire)) {
}
}
Instance of Symbol 333 MovieClip in Frame 301
onClipEvent (load) {
function resetgb1() {
var _local1 = this;
_local1.gotoAndStop(7);
bbspeed = _root.aspeed;
_local1._x = (math.random() * 550) + 550;
_local1._y = (math.random() * 300) + 35;
}
resetgb1();
}
onClipEvent (enterFrame) {
if (_root.nlevel <= 10) {
if (this._x >= -500) {
this._alpha = 0;
resetgb1();
}
}
this._x = this._x - bbspeed;
if (this.hitTest(_root.hero)) {
this.play();
}
if (this.hitTest(_root.wallset)) {
_root.program.play();
this.gotoAndStop(2);
}
if (this._x <= _root.wallset._x) {
resetgb1();
}
if (this.hitTest(_root.bomb)) {
this.play();
}
if (this.hitTest(_root.ffire)) {
this.play();
}
if (this.hitTest(_root.upfire)) {
this.play();
}
if (this.hitTest(_root.downfire)) {
}
}
Instance of Symbol 333 MovieClip in Frame 301
onClipEvent (load) {
function resetgb1() {
var _local1 = this;
_local1.gotoAndStop(7);
bbspeed = _root.aspeed;
_local1._x = (math.random() * 550) + 550;
_local1._y = (math.random() * 300) + 35;
}
resetgb1();
}
onClipEvent (enterFrame) {
if (_root.nlevel <= 16) {
if (this._x >= -500) {
this._alpha = 0;
resetgb1();
}
}
this._x = this._x - bbspeed;
if (this.hitTest(_root.hero)) {
this.play();
}
if (this.hitTest(_root.wallset)) {
_root.program.play();
this.gotoAndStop(2);
}
if (this._x <= _root.wallset._x) {
resetgb1();
}
if (this.hitTest(_root.bomb)) {
this.play();
}
if (this.hitTest(_root.ffire)) {
this.play();
}
if (this.hitTest(_root.upfire)) {
this.play();
}
if (this.hitTest(_root.downfire)) {
}
}
Instance of Symbol 337 MovieClip in Frame 301
onClipEvent (load) {
function resetpup1() {
var _local1 = this;
_local1.gotoAndStop(1);
bbspeed = _root.aspeed;
_local1._x = (math.random() * 900) + 2000;
_local1._y = (math.random() * 300) + 45;
}
resetpup1();
}
onClipEvent (enterFrame) {
if (_root.nlevel <= 3) {
if (this._x >= -500) {
resetpup1();
}
}
this._x = this._x - bbspeed;
if (this.hitTest(_root.hero)) {
this.play();
}
if (this._x <= _root.wallset._x) {
resetpup1();
}
}
Instance of Symbol 339 MovieClip in Frame 301
onClipEvent (load) {
function resetbb1() {
var _local1 = this;
_local1.gotoAndStop(7);
bbspeed = _root.aspeed;
_local1._x = (math.random() * 550) + 550;
_local1._y = (math.random() * 300) + 35;
}
resetbb1();
}
onClipEvent (enterFrame) {
if (_root.nlevel <= 3) {
if (this._x >= -500) {
this._alpha = 0;
resetbb1();
}
}
this._x = this._x - bbspeed;
if (this.hitTest(_root.hero)) {
this.play();
}
if (this.hitTest(_root.wallset)) {
bbspeed = _root.aspeed * -1;
_root.program.play();
this.gotoAndStop(2);
}
if (this._x >= 1200) {
resetbb1();
}
if (this.hitTest(_root.bomb)) {
this.play();
}
if (this.hitTest(_root.ffire)) {
this.play();
}
if (this.hitTest(_root.upfire)) {
this.play();
}
if (this.hitTest(_root.downfire)) {
this.play();
}
}
Instance of Symbol 167 MovieClip in Frame 301
onClipEvent (load) {
function resetpup2() {
var _local1 = this;
_local1.gotoAndStop(1);
bbspeed = _root.aspeed;
_local1._x = (math.random() * 650) + 600;
_local1._y = (math.random() * 300) + 45;
}
resetpup2();
}
onClipEvent (enterFrame) {
if (_root.nlevel <= 3) {
if (this._x >= -500) {
resetpup2();
}
}
this._x = this._x - bbspeed;
if (this.hitTest(_root.hero)) {
this.play();
}
if (this.hitTest(_root.wallset)) {
_root.program.play();
this.gotoAndStop(2);
}
if (this._x <= _root.wallset._x) {
resetpup2();
}
}
Instance of Symbol 339 MovieClip in Frame 301
onClipEvent (load) {
function resetbb1() {
var _local1 = this;
_local1.gotoAndStop(7);
bbspeed = _root.aspeed;
_local1._x = (math.random() * 550) + 550;
_local1._y = (math.random() * 300) + 35;
}
resetbb1();
}
onClipEvent (enterFrame) {
if (_root.nlevel <= 3) {
if (this._x >= -500) {
this._alpha = 0;
resetbb1();
}
}
this._x = this._x - bbspeed;
if (this.hitTest(_root.hero)) {
this.play();
}
if (this.hitTest(_root.wallset)) {
bbspeed = _root.aspeed * -1;
_root.program.play();
this.gotoAndStop(2);
}
if (this._x >= 1200) {
resetbb1();
}
if (this.hitTest(_root.bomb)) {
this.play();
}
if (this.hitTest(_root.ffire)) {
this.play();
}
if (this.hitTest(_root.upfire)) {
this.play();
}
if (this.hitTest(_root.downfire)) {
this.play();
}
}
Instance of Symbol 339 MovieClip in Frame 301
onClipEvent (load) {
function resetbb1() {
var _local1 = this;
_local1.gotoAndStop(7);
bbspeed = _root.aspeed;
_local1._x = (math.random() * 550) + 550;
_local1._y = (math.random() * 300) + 35;
}
resetbb1();
}
onClipEvent (enterFrame) {
if (_root.nlevel <= 8) {
if (this._x >= -500) {
this._alpha = 0;
resetbb1();
}
}
this._x = this._x - bbspeed;
if (this.hitTest(_root.hero)) {
this.play();
}
if (this.hitTest(_root.wallset)) {
bbspeed = _root.aspeed * -1;
_root.program.play();
this.gotoAndStop(2);
}
if (this._x >= 1200) {
resetbb1();
}
if (this.hitTest(_root.bomb)) {
this.play();
}
if (this.hitTest(_root.ffire)) {
this.play();
}
if (this.hitTest(_root.upfire)) {
this.play();
}
if (this.hitTest(_root.downfire)) {
this.play();
}
}
Instance of Symbol 339 MovieClip in Frame 301
onClipEvent (load) {
function resetbb1() {
var _local1 = this;
_local1.gotoAndStop(7);
bbspeed = _root.aspeed;
_local1._x = (math.random() * 550) + 550;
_local1._y = (math.random() * 300) + 35;
}
resetbb1();
}
onClipEvent (enterFrame) {
if (_root.nlevel <= 10) {
if (this._x >= -500) {
this._alpha = 0;
resetbb1();
}
}
this._x = this._x - bbspeed;
if (this.hitTest(_root.hero)) {
this.play();
}
if (this.hitTest(_root.wallset)) {
bbspeed = _root.aspeed * -1;
_root.program.play();
this.gotoAndStop(2);
}
if (this._x >= 1200) {
resetbb1();
}
if (this.hitTest(_root.bomb)) {
this.play();
}
if (this.hitTest(_root.ffire)) {
this.play();
}
if (this.hitTest(_root.upfire)) {
this.play();
}
if (this.hitTest(_root.downfire)) {
this.play();
}
}
Instance of Symbol 339 MovieClip in Frame 301
onClipEvent (load) {
function resetbb1() {
var _local1 = this;
_local1.gotoAndStop(7);
bbspeed = _root.aspeed;
_local1._x = (math.random() * 550) + 550;
_local1._y = (math.random() * 300) + 35;
}
resetbb1();
}
onClipEvent (enterFrame) {
if (_root.nlevel <= 7) {
if (this._x >= -500) {
this._alpha = 0;
resetbb1();
}
}
this._x = this._x - bbspeed;
if (this.hitTest(_root.hero)) {
this.play();
}
if (this.hitTest(_root.wallset)) {
bbspeed = _root.aspeed * -1;
_root.program.play();
this.gotoAndStop(2);
}
if (this._x >= 1200) {
resetbb1();
}
if (this.hitTest(_root.bomb)) {
this.play();
}
if (this.hitTest(_root.ffire)) {
this.play();
}
if (this.hitTest(_root.upfire)) {
this.play();
}
if (this.hitTest(_root.downfire)) {
this.play();
}
}
Instance of Symbol 339 MovieClip in Frame 301
onClipEvent (load) {
function resetbb1() {
var _local1 = this;
_local1.gotoAndStop(7);
bbspeed = _root.aspeed;
_local1._x = (math.random() * 550) + 550;
_local1._y = (math.random() * 300) + 35;
}
resetbb1();
}
onClipEvent (enterFrame) {
if (_root.nlevel <= 2) {
if (this._x >= -500) {
this._alpha = 0;
resetbb1();
}
}
this._x = this._x - bbspeed;
if (this.hitTest(_root.hero)) {
this.play();
}
if (this.hitTest(_root.wallset)) {
bbspeed = _root.aspeed * -1;
_root.program.play();
this.gotoAndStop(2);
}
if (this._x >= 1200) {
resetbb1();
}
if (this.hitTest(_root.bomb)) {
this.play();
}
if (this.hitTest(_root.ffire)) {
this.play();
}
if (this.hitTest(_root.upfire)) {
this.play();
}
if (this.hitTest(_root.downfire)) {
this.play();
}
}
Instance of Symbol 339 MovieClip in Frame 301
onClipEvent (load) {
function resetbb1() {
var _local1 = this;
_local1.gotoAndStop(7);
bbspeed = _root.aspeed;
_local1._x = (math.random() * 550) + 550;
_local1._y = (math.random() * 300) + 35;
}
resetbb1();
}
onClipEvent (enterFrame) {
if (_root.nlevel <= 15) {
if (this._x >= -500) {
this._alpha = 0;
resetbb1();
}
}
this._x = this._x - bbspeed;
if (this.hitTest(_root.hero)) {
this.play();
}
if (this.hitTest(_root.wallset)) {
bbspeed = _root.aspeed * -1;
_root.program.play();
this.gotoAndStop(2);
}
if (this._x >= 1200) {
resetbb1();
}
if (this.hitTest(_root.bomb)) {
this.play();
}
if (this.hitTest(_root.ffire)) {
this.play();
}
if (this.hitTest(_root.upfire)) {
this.play();
}
if (this.hitTest(_root.downfire)) {
this.play();
}
}
Instance of Symbol 339 MovieClip in Frame 301
onClipEvent (load) {
function resetbb1() {
var _local1 = this;
_local1.gotoAndStop(7);
bbspeed = _root.aspeed;
_local1._x = (math.random() * 550) + 550;
_local1._y = (math.random() * 300) + 35;
}
resetbb1();
}
onClipEvent (enterFrame) {
if (_root.nlevel <= 16) {
if (this._x >= -500) {
this._alpha = 0;
resetbb1();
}
}
this._x = this._x - bbspeed;
if (this.hitTest(_root.hero)) {
this.play();
}
if (this.hitTest(_root.wallset)) {
bbspeed = _root.aspeed * -1;
_root.program.play();
this.gotoAndStop(2);
}
if (this._x >= 1200) {
resetbb1();
}
if (this.hitTest(_root.bomb)) {
this.play();
}
if (this.hitTest(_root.ffire)) {
this.play();
}
if (this.hitTest(_root.upfire)) {
this.play();
}
if (this.hitTest(_root.downfire)) {
this.play();
}
}
Instance of Symbol 339 MovieClip in Frame 301
onClipEvent (load) {
function resetbb1() {
var _local1 = this;
_local1.gotoAndStop(7);
bbspeed = _root.aspeed;
_local1._x = (math.random() * 550) + 550;
_local1._y = (math.random() * 300) + 35;
}
resetbb1();
}
onClipEvent (enterFrame) {
if (_root.nlevel <= 26) {
if (this._x >= -500) {
this._alpha = 0;
resetbb1();
}
}
this._x = this._x - bbspeed;
if (this.hitTest(_root.hero)) {
this.play();
}
if (this.hitTest(_root.wallset)) {
bbspeed = _root.aspeed * -1;
_root.program.play();
this.gotoAndStop(2);
}
if (this._x >= 1200) {
resetbb1();
}
if (this.hitTest(_root.bomb)) {
this.play();
}
if (this.hitTest(_root.ffire)) {
this.play();
}
if (this.hitTest(_root.upfire)) {
this.play();
}
if (this.hitTest(_root.downfire)) {
this.play();
}
}
Instance of Symbol 339 MovieClip in Frame 301
onClipEvent (load) {
function resetbb1() {
var _local1 = this;
_local1.gotoAndStop(7);
bbspeed = _root.aspeed;
_local1._x = (math.random() * 550) + 550;
_local1._y = (math.random() * 300) + 35;
}
resetbb1();
}
onClipEvent (enterFrame) {
if (_root.nlevel <= 26) {
if (this._x >= -500) {
this._alpha = 0;
resetbb1();
}
}
this._x = this._x - bbspeed;
if (this.hitTest(_root.hero)) {
this.play();
}
if (this.hitTest(_root.wallset)) {
bbspeed = _root.aspeed * -1;
_root.program.play();
this.gotoAndStop(2);
}
if (this._x >= 1200) {
resetbb1();
}
if (this.hitTest(_root.bomb)) {
this.play();
}
if (this.hitTest(_root.ffire)) {
this.play();
}
if (this.hitTest(_root.upfire)) {
this.play();
}
if (this.hitTest(_root.downfire)) {
this.play();
}
}
Instance of Symbol 337 MovieClip in Frame 301
onClipEvent (load) {
function resetpup1() {
var _local1 = this;
_local1.gotoAndStop(1);
bbspeed = _root.aspeed;
_local1._x = (math.random() * 900) + 2000;
_local1._y = (math.random() * 300) + 45;
}
resetpup1();
}
onClipEvent (enterFrame) {
if (_root.nlevel <= 6) {
if (this._x >= -500) {
resetpup1();
}
}
this._x = this._x - bbspeed;
if (this.hitTest(_root.hero)) {
this.play();
}
if (this._x <= _root.wallset._x) {
resetpup1();
}
}
Instance of Symbol 337 MovieClip in Frame 301
onClipEvent (load) {
function resetpup1() {
var _local1 = this;
_local1.gotoAndStop(1);
bbspeed = _root.aspeed;
_local1._x = (math.random() * 900) + 2000;
_local1._y = (math.random() * 300) + 45;
}
resetpup1();
}
onClipEvent (enterFrame) {
if (_root.nlevel <= 9) {
if (this._x >= -500) {
resetpup1();
}
}
this._x = this._x - bbspeed;
if (this.hitTest(_root.hero)) {
this.play();
}
if (this._x <= _root.wallset._x) {
resetpup1();
}
}
Instance of Symbol 337 MovieClip in Frame 301
onClipEvent (load) {
function resetpup1() {
var _local1 = this;
_local1.gotoAndStop(1);
bbspeed = _root.aspeed;
_local1._x = (math.random() * 900) + 2000;
_local1._y = (math.random() * 300) + 45;
}
resetpup1();
}
onClipEvent (enterFrame) {
if (_root.nlevel <= 14) {
if (this._x >= -500) {
resetpup1();
}
}
this._x = this._x - bbspeed;
if (this.hitTest(_root.hero)) {
this.play();
}
if (this._x <= _root.wallset._x) {
resetpup1();
}
}
Instance of Symbol 167 MovieClip in Frame 301
onClipEvent (load) {
function resetpup2() {
var _local1 = this;
_local1.gotoAndStop(1);
bbspeed = _root.aspeed;
_local1._x = (math.random() * 650) + 600;
_local1._y = (math.random() * 300) + 45;
}
resetpup2();
}
onClipEvent (enterFrame) {
if (_root.nlevel <= 6) {
if (this._x >= -500) {
resetpup2();
}
}
this._x = this._x - bbspeed;
if (this.hitTest(_root.hero)) {
this.play();
}
if (this.hitTest(_root.wallset)) {
_root.program.play();
this.gotoAndStop(2);
}
if (this._x <= _root.wallset._x) {
resetpup2();
}
}
Instance of Symbol 167 MovieClip in Frame 301
onClipEvent (load) {
function resetpup2() {
var _local1 = this;
_local1.gotoAndStop(1);
bbspeed = _root.aspeed;
_local1._x = (math.random() * 650) + 600;
_local1._y = (math.random() * 300) + 45;
}
resetpup2();
}
onClipEvent (enterFrame) {
if (_root.nlevel <= 10) {
if (this._x >= -500) {
resetpup2();
}
}
this._x = this._x - bbspeed;
if (this.hitTest(_root.hero)) {
this.play();
}
if (this.hitTest(_root.wallset)) {
_root.program.play();
this.gotoAndStop(2);
}
if (this._x <= _root.wallset._x) {
resetpup2();
}
}
Instance of Symbol 339 MovieClip in Frame 301
onClipEvent (load) {
function resetbb1() {
var _local1 = this;
_local1.gotoAndStop(7);
bbspeed = _root.aspeed;
_local1._x = (math.random() * 550) + 550;
_local1._y = (math.random() * 300) + 35;
}
resetbb1();
}
onClipEvent (enterFrame) {
if (_root.nlevel <= 8) {
if (this._x >= -500) {
this._alpha = 0;
resetbb1();
}
}
this._x = this._x - bbspeed;
if (this.hitTest(_root.hero)) {
this.play();
}
if (this.hitTest(_root.wallset)) {
bbspeed = _root.aspeed * -1;
_root.program.play();
this.gotoAndStop(2);
}
if (this._x >= 1200) {
resetbb1();
}
if (this.hitTest(_root.bomb)) {
this.play();
}
if (this.hitTest(_root.ffire)) {
this.play();
}
if (this.hitTest(_root.upfire)) {
this.play();
}
if (this.hitTest(_root.downfire)) {
this.play();
}
}
Frame 302
gotoAndStop (300);
Instance of Symbol 226 MovieClip in Frame 305
onClipEvent (load) {
function resetbb1() {
var _local1 = this;
_local1.gotoAndStop(1);
bbspeed = _root.aspeed;
_local1._x = (math.random() * 650) + 600;
_local1._y = (math.random() * 300) + 45;
}
resetbb1();
}
onClipEvent (enterFrame) {
if (_root.nlevel <= 2) {
if (this._x >= -500) {
resetbb1();
}
}
this._x = this._x - bbspeed;
if (this.hitTest(_root.hero)) {
if (_root.hithero == 2) {
_root.hitsaver.gotoAndPlay(2);
}
}
if (this.hitTest(_root.wallset)) {
this.gotoAndPlay(2);
}
if (this._x <= _root.wallset._x) {
resetbb1();
}
if (this.hitTest(_root.bomb)) {
this.play();
}
if (this.hitTest(_root.ffire)) {
this.play();
}
if (this.hitTest(_root.upfire)) {
this.play();
}
if (this.hitTest(_root.downfire)) {
this.play();
}
}
Instance of Symbol 226 MovieClip in Frame 305
onClipEvent (load) {
function resetbb1() {
var _local1 = this;
_local1.gotoAndStop(1);
bbspeed = _root.aspeed;
_local1._x = (math.random() * 650) + 600;
_local1._y = (math.random() * 300) + 45;
}
resetbb1();
}
onClipEvent (enterFrame) {
if (_root.nlevel <= 4) {
if (this._x >= -500) {
this._alpha = 0;
resetbb1();
}
}
this._x = this._x - bbspeed;
if (this.hitTest(_root.hero)) {
if (_root.hithero == 2) {
_root.hitsaver.gotoAndPlay(2);
}
}
if (this.hitTest(_root.wallset)) {
this.gotoAndPlay(2);
}
if (this._x <= _root.wallset._x) {
resetbb1();
}
if (this.hitTest(_root.bomb)) {
this.play();
}
if (this.hitTest(_root.ffire)) {
this.play();
}
if (this.hitTest(_root.upfire)) {
this.play();
}
if (this.hitTest(_root.downfire)) {
this.play();
}
}
Instance of Symbol 226 MovieClip in Frame 305
onClipEvent (load) {
function resetbb1() {
var _local1 = this;
_local1.gotoAndStop(1);
bbspeed = _root.aspeed;
_local1._x = (math.random() * 650) + 600;
_local1._y = (math.random() * 300) + 45;
}
resetbb1();
}
onClipEvent (enterFrame) {
if (_root.nlevel <= 6) {
if (this._x >= -500) {
this._alpha = 0;
resetbb1();
}
}
this._x = this._x - bbspeed;
if (this.hitTest(_root.hero)) {
if (_root.hithero == 2) {
_root.hitsaver.gotoAndPlay(2);
}
}
if (this.hitTest(_root.wallset)) {
this.gotoAndPlay(2);
}
if (this._x <= _root.wallset._x) {
resetbb1();
}
if (this.hitTest(_root.bomb)) {
this.play();
}
if (this.hitTest(_root.ffire)) {
this.play();
}
if (this.hitTest(_root.upfire)) {
this.play();
}
if (this.hitTest(_root.downfire)) {
this.play();
}
}
Instance of Symbol 226 MovieClip in Frame 305
onClipEvent (load) {
function resetbb1() {
var _local1 = this;
_local1.gotoAndStop(1);
bbspeed = _root.aspeed;
_local1._x = (math.random() * 650) + 600;
_local1._y = (math.random() * 300) + 45;
}
resetbb1();
}
onClipEvent (enterFrame) {
if (_root.nlevel <= 8) {
if (this._x >= -500) {
this._alpha = 0;
resetbb1();
}
}
this._x = this._x - bbspeed;
if (this.hitTest(_root.hero)) {
if (_root.hithero == 2) {
_root.hitsaver.gotoAndPlay(2);
}
}
if (this.hitTest(_root.wallset)) {
this.gotoAndPlay(2);
}
if (this._x <= _root.wallset._x) {
resetbb1();
}
if (this.hitTest(_root.bomb)) {
this.play();
}
if (this.hitTest(_root.ffire)) {
this.play();
}
if (this.hitTest(_root.upfire)) {
this.play();
}
if (this.hitTest(_root.downfire)) {
this.play();
}
}
Instance of Symbol 226 MovieClip in Frame 305
onClipEvent (load) {
function resetbb1() {
var _local1 = this;
_local1.gotoAndStop(1);
bbspeed = _root.aspeed;
_local1._x = (math.random() * 650) + 600;
_local1._y = (math.random() * 300) + 45;
}
resetbb1();
}
onClipEvent (enterFrame) {
if (_root.nlevel <= 12) {
if (this._x >= -500) {
this._alpha = 0;
resetbb1();
}
}
this._x = this._x - bbspeed;
if (this.hitTest(_root.hero)) {
if (_root.hithero == 2) {
_root.hitsaver.gotoAndPlay(2);
}
}
if (this.hitTest(_root.wallset)) {
this.gotoAndPlay(2);
}
if (this._x <= _root.wallset._x) {
resetbb1();
}
if (this.hitTest(_root.bomb)) {
this.play();
}
if (this.hitTest(_root.ffire)) {
this.play();
}
if (this.hitTest(_root.upfire)) {
this.play();
}
if (this.hitTest(_root.downfire)) {
this.play();
}
}
Instance of Symbol 226 MovieClip in Frame 305
onClipEvent (load) {
function resetbb1() {
var _local1 = this;
_local1.gotoAndStop(1);
bbspeed = _root.aspeed;
_local1._x = (math.random() * 650) + 600;
_local1._y = (math.random() * 300) + 45;
}
resetbb1();
}
onClipEvent (enterFrame) {
if (_root.nlevel <= 14) {
if (this._x >= -500) {
this._alpha = 0;
resetbb1();
}
}
this._x = this._x - bbspeed;
if (this.hitTest(_root.hero)) {
if (_root.hithero == 2) {
_root.hitsaver.gotoAndPlay(2);
}
}
if (this.hitTest(_root.wallset)) {
this.gotoAndPlay(2);
}
if (this._x <= _root.wallset._x) {
resetbb1();
}
if (this.hitTest(_root.bomb)) {
this.play();
}
if (this.hitTest(_root.ffire)) {
this.play();
}
if (this.hitTest(_root.upfire)) {
this.play();
}
if (this.hitTest(_root.downfire)) {
this.play();
}
}
Instance of Symbol 226 MovieClip in Frame 305
onClipEvent (load) {
function resetbb1() {
var _local1 = this;
_local1.gotoAndStop(1);
bbspeed = _root.aspeed;
_local1._x = (math.random() * 650) + 600;
_local1._y = (math.random() * 300) + 45;
}
resetbb1();
}
onClipEvent (enterFrame) {
if (_root.nlevel <= 18) {
if (this._x >= -500) {
this._alpha = 0;
resetbb1();
}
}
this._x = this._x - bbspeed;
if (this.hitTest(_root.hero)) {
if (_root.hithero == 2) {
_root.hitsaver.gotoAndPlay(2);
}
}
if (this.hitTest(_root.wallset)) {
this.gotoAndPlay(2);
}
if (this._x <= _root.wallset._x) {
resetbb1();
}
if (this.hitTest(_root.bomb)) {
this.play();
}
if (this.hitTest(_root.ffire)) {
this.play();
}
if (this.hitTest(_root.upfire)) {
this.play();
}
if (this.hitTest(_root.downfire)) {
this.play();
}
}
Instance of Symbol 226 MovieClip in Frame 305
onClipEvent (load) {
function resetbb1() {
var _local1 = this;
_local1.gotoAndStop(1);
bbspeed = _root.aspeed;
_local1._x = (math.random() * 650) + 600;
_local1._y = (math.random() * 300) + 45;
}
resetbb1();
}
onClipEvent (enterFrame) {
if (_root.nlevel <= 20) {
if (this._x >= -500) {
this._alpha = 0;
resetbb1();
}
}
this._x = this._x - bbspeed;
if (this.hitTest(_root.hero)) {
if (_root.hithero == 2) {
_root.hitsaver.gotoAndPlay(2);
}
}
if (this.hitTest(_root.wallset)) {
this.gotoAndPlay(2);
}
if (this._x <= _root.wallset._x) {
resetbb1();
}
if (this.hitTest(_root.bomb)) {
this.play();
}
if (this.hitTest(_root.ffire)) {
this.play();
}
if (this.hitTest(_root.upfire)) {
this.play();
}
if (this.hitTest(_root.downfire)) {
this.play();
}
}
Instance of Symbol 226 MovieClip in Frame 305
onClipEvent (load) {
function resetbb1() {
var _local1 = this;
_local1.gotoAndStop(1);
bbspeed = _root.aspeed;
_local1._x = (math.random() * 650) + 600;
_local1._y = (math.random() * 300) + 45;
}
resetbb1();
}
onClipEvent (enterFrame) {
if (_root.nlevel <= 22) {
if (this._x >= -500) {
this._alpha = 0;
resetbb1();
}
}
this._x = this._x - bbspeed;
if (this.hitTest(_root.hero)) {
if (_root.hithero == 2) {
_root.hitsaver.gotoAndPlay(2);
}
}
if (this.hitTest(_root.wallset)) {
this.gotoAndPlay(2);
}
if (this._x <= _root.wallset._x) {
resetbb1();
}
if (this.hitTest(_root.bomb)) {
this.play();
}
if (this.hitTest(_root.ffire)) {
this.play();
}
if (this.hitTest(_root.upfire)) {
this.play();
}
if (this.hitTest(_root.downfire)) {
this.play();
}
}
Instance of Symbol 226 MovieClip in Frame 305
onClipEvent (load) {
function resetbb1() {
var _local1 = this;
_local1.gotoAndStop(1);
bbspeed = _root.aspeed;
_local1._x = (math.random() * 650) + 600;
_local1._y = (math.random() * 300) + 45;
}
resetbb1();
}
onClipEvent (enterFrame) {
if (_root.nlevel <= 24) {
if (this._x >= -500) {
this._alpha = 0;
resetbb1();
}
}
this._x = this._x - bbspeed;
if (this.hitTest(_root.hero)) {
if (_root.hithero == 2) {
_root.hitsaver.gotoAndPlay(2);
}
}
if (this.hitTest(_root.wallset)) {
this.gotoAndPlay(2);
}
if (this._x <= _root.wallset._x) {
resetbb1();
}
if (this.hitTest(_root.bomb)) {
this.play();
}
if (this.hitTest(_root.ffire)) {
this.play();
}
if (this.hitTest(_root.upfire)) {
this.play();
}
if (this.hitTest(_root.downfire)) {
this.play();
}
}
Instance of Symbol 226 MovieClip in Frame 305
onClipEvent (load) {
function resetbb1() {
var _local1 = this;
_local1.gotoAndStop(1);
bbspeed = _root.aspeed;
_local1._x = (math.random() * 650) + 600;
_local1._y = (math.random() * 300) + 45;
}
resetbb1();
}
onClipEvent (enterFrame) {
if (_root.nlevel <= 2) {
if (this._x >= -500) {
resetbb1();
}
}
this._x = this._x - bbspeed;
if (this.hitTest(_root.hero)) {
if (_root.hithero == 2) {
_root.hitsaver.gotoAndPlay(2);
}
}
if (this.hitTest(_root.wallset)) {
this.gotoAndPlay(2);
}
if (this._x <= _root.wallset._x) {
resetbb1();
}
if (this.hitTest(_root.bomb)) {
this.play();
}
if (this.hitTest(_root.ffire)) {
this.play();
}
if (this.hitTest(_root.upfire)) {
this.play();
}
if (this.hitTest(_root.downfire)) {
this.play();
}
}
Instance of Symbol 226 MovieClip in Frame 305
onClipEvent (load) {
function resetbb1() {
var _local1 = this;
_local1.gotoAndStop(1);
bbspeed = _root.aspeed;
_local1._x = (math.random() * 650) + 600;
_local1._y = (math.random() * 300) + 45;
}
resetbb1();
}
onClipEvent (enterFrame) {
if (_root.nlevel <= 4) {
if (this._x >= -500) {
this._alpha = 0;
resetbb1();
}
}
this._x = this._x - bbspeed;
if (this.hitTest(_root.hero)) {
if (_root.hithero == 2) {
_root.hitsaver.gotoAndPlay(2);
}
}
if (this.hitTest(_root.wallset)) {
this.gotoAndPlay(2);
}
if (this._x <= _root.wallset._x) {
resetbb1();
}
if (this.hitTest(_root.bomb)) {
this.play();
}
if (this.hitTest(_root.ffire)) {
this.play();
}
if (this.hitTest(_root.upfire)) {
this.play();
}
if (this.hitTest(_root.downfire)) {
this.play();
}
}
Instance of Symbol 226 MovieClip in Frame 305
onClipEvent (load) {
function resetbb1() {
var _local1 = this;
_local1.gotoAndStop(1);
bbspeed = _root.aspeed;
_local1._x = (math.random() * 650) + 600;
_local1._y = (math.random() * 300) + 45;
}
resetbb1();
}
onClipEvent (enterFrame) {
if (_root.nlevel <= 6) {
if (this._x >= -500) {
this._alpha = 0;
resetbb1();
}
}
this._x = this._x - bbspeed;
if (this.hitTest(_root.hero)) {
if (_root.hithero == 2) {
_root.hitsaver.gotoAndPlay(2);
}
}
if (this.hitTest(_root.wallset)) {
this.gotoAndPlay(2);
}
if (this._x <= _root.wallset._x) {
resetbb1();
}
if (this.hitTest(_root.bomb)) {
this.play();
}
if (this.hitTest(_root.ffire)) {
this.play();
}
if (this.hitTest(_root.upfire)) {
this.play();
}
if (this.hitTest(_root.downfire)) {
this.play();
}
}
Instance of Symbol 226 MovieClip in Frame 305
onClipEvent (load) {
function resetbb1() {
var _local1 = this;
_local1.gotoAndStop(1);
bbspeed = _root.aspeed;
_local1._x = (math.random() * 650) + 600;
_local1._y = (math.random() * 300) + 45;
}
resetbb1();
}
onClipEvent (enterFrame) {
if (_root.nlevel <= 8) {
if (this._x >= -500) {
this._alpha = 0;
resetbb1();
}
}
this._x = this._x - bbspeed;
if (this.hitTest(_root.hero)) {
if (_root.hithero == 2) {
_root.hitsaver.gotoAndPlay(2);
}
}
if (this.hitTest(_root.wallset)) {
this.gotoAndPlay(2);
}
if (this._x <= _root.wallset._x) {
resetbb1();
}
if (this.hitTest(_root.bomb)) {
this.play();
}
if (this.hitTest(_root.ffire)) {
this.play();
}
if (this.hitTest(_root.upfire)) {
this.play();
}
if (this.hitTest(_root.downfire)) {
this.play();
}
}
Instance of Symbol 226 MovieClip in Frame 305
onClipEvent (load) {
function resetbb1() {
var _local1 = this;
_local1.gotoAndStop(1);
bbspeed = _root.aspeed;
_local1._x = (math.random() * 650) + 600;
_local1._y = (math.random() * 300) + 45;
}
resetbb1();
}
onClipEvent (enterFrame) {
if (_root.nlevel <= 14) {
if (this._x >= -500) {
this._alpha = 0;
resetbb1();
}
}
this._x = this._x - bbspeed;
if (this.hitTest(_root.hero)) {
if (_root.hithero == 2) {
_root.hitsaver.gotoAndPlay(2);
}
}
if (this.hitTest(_root.wallset)) {
this.gotoAndPlay(2);
}
if (this._x <= _root.wallset._x) {
resetbb1();
}
if (this.hitTest(_root.bomb)) {
this.play();
}
if (this.hitTest(_root.ffire)) {
this.play();
}
if (this.hitTest(_root.upfire)) {
this.play();
}
if (this.hitTest(_root.downfire)) {
this.play();
}
}
Instance of Symbol 226 MovieClip in Frame 305
onClipEvent (load) {
function resetbb1() {
var _local1 = this;
_local1.gotoAndStop(1);
bbspeed = _root.aspeed;
_local1._x = (math.random() * 650) + 600;
_local1._y = (math.random() * 300) + 45;
}
resetbb1();
}
onClipEvent (enterFrame) {
if (_root.nlevel <= 20) {
if (this._x >= -500) {
this._alpha = 0;
resetbb1();
}
}
this._x = this._x - bbspeed;
if (this.hitTest(_root.hero)) {
if (_root.hithero == 2) {
_root.hitsaver.gotoAndPlay(2);
}
}
if (this.hitTest(_root.wallset)) {
this.gotoAndPlay(2);
}
if (this._x <= _root.wallset._x) {
resetbb1();
}
if (this.hitTest(_root.bomb)) {
this.play();
}
if (this.hitTest(_root.ffire)) {
this.play();
}
if (this.hitTest(_root.upfire)) {
this.play();
}
if (this.hitTest(_root.downfire)) {
this.play();
}
}
Symbol 5 Button
on (release) {
getURL ("http://www.funny-games.biz/main.html", "_blank");
}
Symbol 19 MovieClip Frame 4
gotoAndPlay (1);
Symbol 21 Button
on (release) {
getURL ("http://emperialgames.com", "_blank");
}
Symbol 32 Button
on (release) {
getURL ("http://www.funny-games.biz/main.html", "_blank");
}
Symbol 34 MovieClip Frame 77
_root.play();
Symbol 40 MovieClip Frame 5
gotoAndPlay (1);
Symbol 43 Button
on (release) {
gotoAndPlay (65);
}
Symbol 81 MovieClip Frame 255
_root.play();
Symbol 84 MovieClip Frame 50
gotoAndPlay (1);
Symbol 90 MovieClip Frame 50
gotoAndPlay (1);
Symbol 91 MovieClip Frame 50
gotoAndPlay (1);
Symbol 95 MovieClip Frame 5
gotoAndPlay (1);
Symbol 97 Button
on (release) {
_root.wallsetx = 14;
_root.dmode = 1;
_root.level = 0;
_root.nlevel = 0;
_root.aspeed = 4.3;
_root.files = 10;
_root.numBlue = 0;
_root.freeze = 1;
_root.hstage = 2;
_root.tfiles = 0;
_root.powerup = 0;
_root.powerupa = 0;
_root.powerupb = 0;
_root.aspeed = 5;
_root.score = 0;
_root.hspeed = 3;
_root.bonus = 0;
gotoAndStop (280);
}
Symbol 100 MovieClip Frame 5
gotoAndPlay (1);
Symbol 102 Button
on (release) {
_root.dmode = 2;
_root.wallsetx = 14;
_root.level = 0;
_root.nlevel = 0;
_root.aspeed = 6.4;
_root.files = 10;
_root.numBlue = 0;
_root.freeze = 1;
_root.hstage = 2;
_root.tfiles = 0;
_root.powerup = 0;
_root.powerupa = 0;
_root.powerupb = 0;
_root.aspeed = 6;
_root.score = 0;
_root.hspeed = 3;
_root.bonus = 0;
gotoAndStop (300);
}
Symbol 105 MovieClip Frame 5
gotoAndPlay (1);
Symbol 107 Button
on (release) {
_root.gotoAndStop(161);
}
Symbol 111 Button
on (release) {
getURL ("http://www.funny-games.biz/main.html", "_blank");
}
Symbol 117 Button
on (release) {
getURL ("http://emperialgames.com", "_blank");
}
Symbol 120 Button
on (release) {
nextFrame();
}
Symbol 125 MovieClip Frame 5
gotoAndPlay (1);
Symbol 127 Button
on (release) {
_root.mode = 0;
gotoAndStop (159);
}
Symbol 130 MovieClip Frame 5
gotoAndPlay (1);
Symbol 132 Button
on (release) {
gotoAndStop (162);
}
Symbol 135 MovieClip Frame 5
gotoAndPlay (1);
Symbol 137 Button
on (release) {
gotoAndStop (160);
}
Symbol 138 Button
on (release) {
getURL ("http://emperialgames.com", "_blank");
}
Symbol 142 Button
on (release) {
getURL ("http://www.funny-games.biz/main.html", "_blank");
}
Symbol 145 Button
on (release) {
getURL ("http://scores.funny-games.biz/show.php?game_id=2&difficulty=1", "_blank");
}
Symbol 149 Button
on (release) {
nextFrame();
}
Symbol 160 MovieClip Frame 5
gotoAndPlay (1);
Symbol 161 Button
on (release) {
_root.gotoAndStop(161);
}
Symbol 167 MovieClip Frame 1
stop();
Symbol 167 MovieClip Frame 6
if (_root.plevel == 1) {
if (_root.powerup >= 0) {
_root.powerup = 2;
}
}
if (_root.plevel == 2) {
if (_root.powerup >= 1) {
_root.powerupa = 2;
}
if (_root.powerup == 0) {
_root.powerup = 2;
}
}
resetpup2();
Symbol 171 MovieClip Frame 1
stop();
Symbol 171 MovieClip Frame 6
if (_root.plevel == 1) {
if (_root.powerup >= 0) {
_root.powerup = 3;
}
}
if (_root.plevel == 2) {
if (_root.powerup >= 1) {
_root.powerupa = 3;
}
if (_root.powerup == 0) {
_root.powerup = 3;
}
}
resetpup2();
Symbol 180 Button
on (press) {
_root.firstSound.stop("firstSound01");
playing = false;
nextFrame();
}
Symbol 184 Button
on (press) {
if (playing != true) {
playing = true;
stopAllSounds();
_root.firstSound.start(0, 999);
nextFrame();
}
}
Symbol 185 Button
on (press) {
_root.firstSound.stop("firstSound01");
playing = false;
}
Symbol 186 MovieClip Frame 2
stop();
Symbol 186 MovieClip Frame 3
gotoAndStop (1);
Symbol 194 Button
on (release) {
gotoAndStop (161);
}
Symbol 203 MovieClip Frame 10
stop();
Symbol 208 Button
on (release) {
_root.nick = _root.nick;
_root.subscore = _root.score;
_root.nick = _root.nick;
_root.subscore = _root.score;
sendScore();
getURL ("http://scores.funny-games.biz/show.php?game_id=2&difficulty=1", "_blank");
gotoAndStop (161);
}
Symbol 214 MovieClip Frame 1
_root.nlevel = _root.nlevel + 1;
_root.files = _root.nlevel * 5;
_root.aspeed = _root.aspeed + 0.15;
_root.freeze = 1;
_root.numBlue = 0;
Symbol 214 MovieClip Frame 25
_root.play();
Symbol 226 MovieClip Frame 1
stop();
Symbol 226 MovieClip Frame 6
resetbb1();
Symbol 229 MovieClip Frame 1
stop();
Symbol 229 MovieClip Frame 6
gotoAndStop (1);
Symbol 233 MovieClip Frame 1
stop();
Symbol 233 MovieClip Frame 16
stop();
Symbol 236 MovieClip Frame 1
stop();
Symbol 236 MovieClip Frame 51
stop();
Symbol 267 MovieClip Frame 1
stop();
Symbol 272 MovieClip Frame 1
stop();
Symbol 272 MovieClip Frame 6
if (_root.plevel == 1) {
if (_root.powerup >= 0) {
_root.powerup = 1;
}
}
if (_root.plevel == 2) {
if (_root.powerup >= 1) {
_root.powerupa = 1;
}
if (_root.powerup == 0) {
_root.powerup = 1;
}
}
resetpup2();
Symbol 275 Button
on (release) {
_root.bomb._x = _root.hero._x;
_root.bomb._y = _root.hero._y;
_root.powerup = 0;
_root.bomb.gotoAndPlay(2);
}
Symbol 278 Button
on (release) {
_root.ffire._x = _root.hero._x;
_root.ffire._y = _root.hero._y;
_root.ffire.gotoAndPlay(2);
_root.powerup = 0;
}
Symbol 281 Button
on (release) {
_root.upfire._x = _root.hero._x;
_root.upfire._y = _root.hero._y;
_root.downfire._x = _root.hero._x;
_root.downfire._y = _root.hero._y;
_root.upfire.gotoAndPlay(2);
_root.downfire.gotoAndPlay(2);
_root.powerup = 0;
}
Symbol 285 Button
on (release) {
_root.hyperspeed.gotoAndStop(1);
_root.hyperspeed.gotoAndPlay(2);
_root.powerup = 0;
}
Symbol 286 MovieClip Frame 1
stop();
Symbol 288 MovieClip Frame 1
stop();
Symbol 288 MovieClip Frame 2
_root.hspeed = 16;
Symbol 288 MovieClip Frame 201
stop();
_root.hspeed = 6.5;
Symbol 289 Button
on (release) {
_root.bomb._x = _root.hero._x;
_root.bomb._y = _root.hero._y;
_root.powerupa = 0;
_root.bomb.gotoAndPlay(2);
}
Symbol 290 Button
on (release) {
_root.ffire._x = _root.hero._x;
_root.ffire._y = _root.hero._y;
_root.ffire.gotoAndPlay(2);
_root.powerupa = 0;
}
Symbol 291 Button
on (release) {
_root.upfire._x = _root.hero._x;
_root.upfire._y = _root.hero._y;
_root.downfire._x = _root.hero._x;
_root.downfire._y = _root.hero._y;
_root.upfire.gotoAndPlay(2);
_root.downfire.gotoAndPlay(2);
_root.powerupa = 0;
}
Symbol 292 Button
on (release) {
_root.hyperspeed.gotoAndStop(1);
_root.hyperspeed.gotoAndPlay(2);
_root.powerupa = 0;
}
Symbol 293 MovieClip Frame 1
stop();
Symbol 298 MovieClip Frame 1
stop();
Symbol 298 MovieClip Frame 10
_root.bonus = _root.bonus - 1;
gotoAndStop (1);
Symbol 306 MovieClip Frame 20
gotoAndPlay (1);
Symbol 310 MovieClip Frame 1
play();
Symbol 310 MovieClip Frame 7
gotoAndPlay (1);
Symbol 311 MovieClip Frame 1
_root.hspeed = 6;
_root.plevel = 0;
stop();
Symbol 311 MovieClip Frame 5
_root.hspeed = 7;
_root.plevel = 1;
Symbol 311 MovieClip Frame 10
_root.hspeed = 8;
_root.plevel = 1;
Symbol 311 MovieClip Frame 15
_root.hspeed = 9;
_root.plevel = 1;
Symbol 311 MovieClip Frame 20
_root.hspeed = 10;
_root.plevel = 2;
Symbol 311 MovieClip Frame 25
_root.hspeed = 13;
_root.plevel = 2;
Symbol 326 MovieClip Frame 1
_root.hithero = 2;
stop();
Symbol 326 MovieClip Frame 2
_root.hithero = 1;
if (_root.hstage >= 1) {
_root.hstage = _root.hstage - 1;
}
if (_root.hstage <= 0) {
_root.gotoAndStop(250);
}
_root.hero._alpha = 50;
Symbol 326 MovieClip Frame 4
_root.hero._alpha = 100;
Symbol 326 MovieClip Frame 6
_root.hero._alpha = 50;
Symbol 326 MovieClip Frame 8
_root.hero._alpha = 100;
Symbol 326 MovieClip Frame 10
_root.hero._alpha = 50;
Symbol 326 MovieClip Frame 12
_root.hero._alpha = 100;
Symbol 326 MovieClip Frame 14
_root.hero._alpha = 50;
Symbol 326 MovieClip Frame 16
_root.hero._alpha = 100;
Symbol 326 MovieClip Frame 18
_root.hero._alpha = 50;
Symbol 326 MovieClip Frame 20
_root.hero._alpha = 100;
Symbol 326 MovieClip Frame 22
_root.hero._alpha = 50;
Symbol 326 MovieClip Frame 24
_root.hero._alpha = 100;
Symbol 326 MovieClip Frame 25
_root.hithero = 2;
gotoAndStop (1);
Symbol 330 MovieClip Frame 1
_root.bbhit1 == 1;
stop();
Symbol 330 MovieClip Frame 2
_root.wallset._x = _root.wallset._x + 4;
_root.wallsetx = _root.wallset._x;
Symbol 330 MovieClip Frame 3
if (_root.hithero == 2) {
_root.hitsaver.play();
}
gotoAndStop (2);
Symbol 330 MovieClip Frame 10
_root.bonus = _root.bonus + 1;
_root.score = _root.score + (5 * _root.bonus);
_root.files = _root.files - 1;
_root.tfiles = _root.tfiles + 1;
if (_root.files <= 0) {
_root.play();
}
resetbb1();
Symbol 331 MovieClip Frame 1
stop();
Symbol 331 MovieClip Frame 6
_root.wallset._x = _root.wallset._x + 5;
resetbb2();
Symbol 333 MovieClip Frame 1
_root.bbhit1 == 1;
stop();
Symbol 333 MovieClip Frame 2
_root.wallset._x = _root.wallset._x + 10;
this._x = this._x + 10;
Symbol 333 MovieClip Frame 3
if (_root.hithero == 2) {
_root.hitsaver.play();
}
gotoAndStop (2);
Symbol 333 MovieClip Frame 10
_root.score = _root.score + (25 * _root.bonus);
_root.files = _root.files - 1;
_root.tfiles = _root.tfiles + 1;
if (_root.files <= 0) {
_root.play();
}
if (_root.wallset._x >= 25) {
_root.wallset._x = _root.wallset._x - 20;
}
resetgb1();
Symbol 336 MovieClip Frame 1
if (_root.files == 0) {
_root.gotoAndStop(280);
}
Symbol 336 MovieClip Frame 2
gotoAndPlay (1);
Symbol 337 MovieClip Frame 1
stop();
Symbol 337 MovieClip Frame 7
if (_root.hstage <= 6) {
_root.hstage = _root.hstage + 1;
}
Symbol 337 MovieClip Frame 8
resetpup1();
Symbol 339 MovieClip Frame 1
_root.bbhit1 == 1;
stop();
Symbol 339 MovieClip Frame 2
_root.wallset._x = _root.wallset._x + 4;
this._x = this._x + 10;
Symbol 339 MovieClip Frame 3
if (_root.hithero == 2) {
_root.hitsaver.play();
}
gotoAndStop (2);
Symbol 339 MovieClip Frame 10
_root.score = _root.score + (20 * _root.bonus);
_root.files = _root.files - 1;
_root.tfiles = _root.tfiles + 1;
if (_root.files <= 0) {
_root.play();
}
resetbb1();
Symbol 340 MovieClip Frame 13
stop();
Symbol 342 MovieClip Frame 1
_root.nlevel = _root.nlevel + 1;
_root.files = _root.nlevel * 5;
_root.aspeed = _root.aspeed + 0.2;
_root.freeze = 1;
_root.numBlue = 0;
Symbol 342 MovieClip Frame 25
_root.gotoAndStop(301);
Symbol 351 MovieClip Frame 1
if (_root.files == 0) {
_root.gotoAndStop(300);
}
Symbol 351 MovieClip Frame 2
gotoAndPlay (1);