Frame 1
stop();
Frame 535
stop();
stop();
__top10_send__ = new LoadVars();
__top10_receive__ = new LoadVars();
__top10_url_1__ = "http://www.armorbot.com/flashcomm";
__top10_url_2__ = "/top10_b";
__top10_send__.hid = 1189;
__top10_send__.kid = "BXGXCT";
__top10_send__.sendAndLoad(__top10_url_1__ + __top10_url_2__, __top10_receive__, "POST");
__top10_receive__.onLoad = function (success) {
if (success) {
i = 1;
while (i < 11) {
_root[("_name" + i) + "_"].text = __top10_receive__["name" + i];
_root[("_score" + i) + "_"].text = __top10_receive__["score" + i];
i++;
}
} else {
_root.__err__.gotoAndStop(2);
}
};
Frame 537
stop();
__top10_send__ = new LoadVars();
__top10_receive__ = new LoadVars();
__top10_url_1__ = "http://www.armorbot.com/flashcomm";
__top10_url_2__ = "/top10_b";
__top10_send__.hid = 1189;
__top10_send__.kid = "BXGXCT";
__top10_send__.sendAndLoad(__top10_url_1__ + __top10_url_2__, __top10_receive__, "POST");
__top10_receive__.onLoad = function (success) {
if (success) {
i = 1;
while (i < 11) {
_root[("_name" + i) + "_"].text = __top10_receive__["name" + i];
_root[("_score" + i) + "_"].text = __top10_receive__["score" + i];
i++;
}
} else {
_root.__err__.gotoAndStop(2);
}
};
stop();
Frame 539
_root.scores = 0;
play();
Frame 541
stop();
Instance of Symbol 136 MovieClip in Frame 541
onClipEvent (enterFrame) {
if (this.hitTest(_root.selecter)) {
_root.levelname = " Spiney Hills ";
if (Key.isDown(32)) {
_root.gotoAndStop("1-1");
}
}
}
Instance of Symbol 136 MovieClip in Frame 541
onClipEvent (enterFrame) {
if (this.hitTest(_root.selecter)) {
_root.levelname = "Pipepalooza";
if (Key.isDown(32)) {
_root.gotoAndStop("1-4");
}
}
}
Instance of Symbol 136 MovieClip in Frame 541
onClipEvent (enterFrame) {
if (this.hitTest(_root.selecter)) {
_root.levelname = "Rooftop Bandits";
if (Key.isDown(32)) {
_root.gotoAndStop("1-5");
}
}
}
Instance of Symbol 155 MovieClip "selecter" in Frame 541
onClipEvent (enterFrame) {
speed = 0.7;
xscale = _xscale;
}
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
this._y = this._y - upspeed;
} else if (Key.isDown(40)) {
this._y = this._y + downspeed;
} else if (Key.isDown(39)) {
this._x = this._x + rightspeed;
} else if (Key.isDown(37)) {
this._x = this._x - leftspeed;
}
}
Instance of Symbol 159 MovieClip in Frame 541
onClipEvent (enterFrame) {
if (_global.lives <= 0) {
_root.gotoAndStop("gameover");
}
}
Frame 542
score = 0;
_quality = "LOW";
stop();
Instance of Symbol 174 MovieClip "levelb" in Frame 542
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
this._x = this._x + l;
} else if (Key.isDown(39)) {
this._x = this._x - r;
}
}
Instance of Symbol 176 MovieClip in Frame 542
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.gotoAndStop("death");
}
}
Instance of Symbol 252 MovieClip "level" in Frame 542
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
this._x = this._x + l;
} else if (Key.isDown(39)) {
this._x = this._x - r;
}
}
Instance of Symbol 302 MovieClip "tipbox" in Frame 542
onClipEvent (enterFrame) {
if (Key.isDown(16)) {
gotoAndStop ("off");
}
}
Instance of Symbol 305 MovieClip in Frame 542
onClipEvent (enterFrame) {
if (_root.score >= 6000) {
_root.nextFrame();
}
}
Instance of Symbol 159 MovieClip in Frame 542
onClipEvent (enterFrame) {
if (_global.lives <= 0) {
_root.gotoAndStop("gameover");
}
}
Instance of Symbol 313 MovieClip "health" in Frame 542
onClipEvent (enterFrame) {
if (_global.hp == 3) {
this.gotoAndStop("hard");
} else if (_global.hp == 2) {
this.gotoAndStop("med");
} else if (_global.hp == 1) {
this.gotoAndStop("easy");
}
}
Frame 543
_global.lives = _global.lives - 1;
_root.scores = _root.scores - int(_root.scores / 1.2);
_root.gotoAndStop("map");
Frame 544
stop();
mynamevar = "Player";
Frame 545
score = 0;
Instance of Symbol 174 MovieClip "levelb" in Frame 545
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
this._x = this._x + l;
} else if (Key.isDown(39)) {
this._x = this._x - r;
}
}
Instance of Symbol 176 MovieClip in Frame 545
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.gotoAndStop("death");
}
}
Instance of Symbol 343 MovieClip "level" in Frame 545
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
this._x = this._x + l;
} else if (Key.isDown(39)) {
this._x = this._x - r;
}
}
Instance of Symbol 305 MovieClip in Frame 545
onClipEvent (enterFrame) {
if (_root.score >= 6000) {
_root.nextFrame();
}
}
Instance of Symbol 159 MovieClip in Frame 545
onClipEvent (enterFrame) {
if (_global.lives <= 0) {
_root.gotoAndStop("gameover");
}
}
Instance of Symbol 313 MovieClip "health" in Frame 545
onClipEvent (enterFrame) {
if (_global.hp == 3) {
this.gotoAndStop("hard");
} else if (_global.hp == 2) {
this.gotoAndStop("med");
} else if (_global.hp == 1) {
this.gotoAndStop("easy");
}
}
Frame 546
_root.gotoAndStop("death");
Frame 547
score = 0;
Instance of Symbol 351 MovieClip "levelb" in Frame 547
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
this._x = this._x + l;
} else if (Key.isDown(39)) {
this._x = this._x - r;
}
}
Instance of Symbol 176 MovieClip in Frame 547
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.gotoAndStop("death");
}
}
Instance of Symbol 367 MovieClip "level" in Frame 547
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
this._x = this._x + l;
} else if (Key.isDown(39)) {
this._x = this._x - r;
}
}
Instance of Symbol 185 MovieClip in Frame 547
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 305 MovieClip in Frame 547
onClipEvent (enterFrame) {
if (_root.score >= 6000) {
_root.nextFrame();
}
}
Instance of Symbol 159 MovieClip in Frame 547
onClipEvent (enterFrame) {
if (_global.lives <= 0) {
_root.gotoAndStop("gameover");
}
}
Instance of Symbol 313 MovieClip "health" in Frame 547
onClipEvent (enterFrame) {
if (_global.hp == 3) {
this.gotoAndStop("hard");
} else if (_global.hp == 2) {
this.gotoAndStop("med");
} else if (_global.hp == 1) {
this.gotoAndStop("easy");
}
}
Frame 549
_root.score = 0;
mynamevar = "Player";
Instance of Symbol 382 MovieClip "levelb" in Frame 549
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
this._x = this._x + l;
} else if (Key.isDown(39)) {
this._x = this._x - r;
}
}
Instance of Symbol 176 MovieClip in Frame 549
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.gotoAndStop("death");
}
}
Instance of Symbol 405 MovieClip "level" in Frame 549
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
this._x = this._x + l;
} else if (Key.isDown(39)) {
this._x = this._x - r;
}
}
Instance of Symbol 305 MovieClip in Frame 549
onClipEvent (enterFrame) {
if (_root.score >= 6000) {
_root.nextFrame();
}
}
Instance of Symbol 159 MovieClip in Frame 549
onClipEvent (enterFrame) {
if (_global.lives <= 0) {
_root.gotoAndStop("gameover");
}
}
Instance of Symbol 313 MovieClip "health" in Frame 549
onClipEvent (enterFrame) {
if (_global.hp == 3) {
this.gotoAndStop("hard");
} else if (_global.hp == 2) {
this.gotoAndStop("med");
} else if (_global.hp == 1) {
this.gotoAndStop("easy");
}
}
Frame 550
gotoAndStop ("map");
Frame 551
stop();
_root.score = 0;
_root.warn = " ";
Instance of Symbol 176 MovieClip in Frame 551
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.gotoAndStop("death");
}
}
Instance of Symbol 415 MovieClip "levelb" in Frame 551
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
this._x = this._x + l;
} else if (Key.isDown(39)) {
this._x = this._x - r;
}
}
Instance of Symbol 176 MovieClip in Frame 551
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.gotoAndStop("death");
}
}
Instance of Symbol 427 MovieClip "level" in Frame 551
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
this._x = this._x + l;
} else if (Key.isDown(39)) {
this._x = this._x - r;
}
}
Instance of Symbol 305 MovieClip in Frame 551
onClipEvent (enterFrame) {
if (_root.score >= 6000) {
_root.nextFrame();
}
}
Instance of Symbol 159 MovieClip in Frame 551
onClipEvent (enterFrame) {
if (_global.lives <= 0) {
_root.gotoAndStop("gameover");
}
}
Instance of Symbol 313 MovieClip "health" in Frame 551
onClipEvent (enterFrame) {
if (_global.hp == 3) {
this.gotoAndStop("hard");
} else if (_global.hp == 2) {
this.gotoAndStop("med");
} else if (_global.hp == 1) {
this.gotoAndStop("easy");
}
}
Frame 552
gotoAndStop ("map");
Frame 553
stop();
mynamevar = "Player";
Symbol 28 Button
on (release) {
_root.play();
}
Symbol 29 MovieClip Frame 1
_root.stop();
PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
if (PercentLoaded != 100) {
setProperty(bar, _xscale , PercentLoaded);
} else {
gotoAndStop ("loaded");
}
Symbol 29 MovieClip Frame 2
gotoAndPlay (1);
Symbol 29 MovieClip Frame 3
_root.play();
Symbol 52 Button
on (release) {
gotoAndStop ("mode");
}
Symbol 54 Button
on (release) {
gotoAndStop ("instruct");
}
Symbol 58 MovieClip Frame 1
stop();
Symbol 59 MovieClip Frame 1
stop();
Symbol 61 Button
on (release) {
gotoAndStop ("highscores");
}
Symbol 64 Button
on (release) {
getURL ("http://www.shark-flash.com", _BLANK);
}
Symbol 85 MovieClip Frame 10
stop();
Symbol 96 Button
on (release) {
gotoAndStop ("mode");
}
Symbol 127 Button
on (release) {
_global.hp = 1;
}
on (release) {
_global.lives = 3;
}
on (release) {
gotoAndStop ("start");
}
Symbol 129 Button
on (release) {
_global.hp = 2;
}
on (release) {
_global.lives = 3;
}
on (release) {
gotoAndStop ("start");
}
Symbol 131 Button
on (release) {
_global.hp = 3;
}
on (release) {
_global.lives = 3;
}
on (release) {
gotoAndStop ("start");
}
Symbol 143 MovieClip Frame 1
stop();
Instance of Symbol 136 MovieClip in Symbol 143 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.selecter)) {
_root.levelname = "Pokeydocks Parryblocks";
if (Key.isDown(32)) {
_root.gotoAndStop("1-2");
}
}
}
Symbol 144 MovieClip Frame 1
stop();
Instance of Symbol 136 MovieClip in Symbol 144 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.selecter)) {
_root.levelname = "Spiney Coin Mine";
if (Key.isDown(32)) {
_root.gotoAndStop("1-3");
}
}
}
Instance of Symbol 152 MovieClip in Symbol 155 MovieClip Frame 1
onClipEvent (enterFrame) {
speed = 0.7;
xscale = _xscale;
}
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
this._xscale = -100;
} else if (Key.isDown(39)) {
this._xscale = 100;
}
}
Instance of Symbol 154 MovieClip in Symbol 155 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
_parent.leftspeed = 0;
} else {
_parent.leftspeed = 2.7;
}
}
Instance of Symbol 154 MovieClip in Symbol 155 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
_parent.rightspeed = 0;
} else {
_parent.rightspeed = 2.7;
}
}
Instance of Symbol 154 MovieClip in Symbol 155 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
_parent.upspeed = 0;
} else {
_parent.upspeed = 2.7;
}
}
Instance of Symbol 154 MovieClip in Symbol 155 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
_parent.downspeed = 0;
} else {
_parent.downspeed = 2.7;
}
}
Symbol 165 Button
on (release) {
_root.gotoAndStop("gameover");
}
Symbol 168 MovieClip Frame 1
stop();
Symbol 185 MovieClip Frame 1
stop();
Symbol 185 MovieClip Frame 2
_root.health.hp.prevFrame();
Instance of Symbol 191 MovieClip in Symbol 192 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.head)) {
_global.tips = "When you see a shell like the blue one below you can pick it up using the\t''DOWN'' arrow key. Then you can bring it back to a hut like the one to the left and trade it for \tmoney by pressing the ''DOWN'' key. Jumping on a koopa will also create a shell you can trade for cash!";
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.head)) {
_root.tipbox.nextFrame();
}
}
Instance of Symbol 191 MovieClip in Symbol 192 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.head)) {
_global.tips = "You can run across small gaps like this with out falling down, but do not stop half way or you might fall down!";
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.head)) {
_root.tipbox.nextFrame();
}
}
Instance of Symbol 141 MovieClip in Symbol 221 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.board)) {
_parent._visible = true;
} else {
_parent._visible = false;
}
}
Instance of Symbol 220 MovieClip in Symbol 221 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.player.hitzone)) {
_root.health.hp.nextFrame();
}
}
Symbol 240 MovieClip Frame 1
stop();
Instance of Symbol 240 MovieClip in Symbol 241 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.pick)) {
_global.itemslot = 2;
if (Key.isDown(40)) {
_root.player.gotoAndStop("item");
if (Key.isDown(40)) {
this.nextFrame();
}
}
}
}
Symbol 243 MovieClip Frame 1
stop();
Instance of Symbol 238 MovieClip in Symbol 243 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.board)) {
_parent._visible = true;
} else {
_parent._visible = false;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.jump)) {
_root.player.player.gravity = -11;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.jump)) {
_parent.gotoAndStop("shell");
}
}
Instance of Symbol 239 MovieClip in Symbol 243 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.player.hitzone)) {
_root.health.hp.nextFrame();
}
}
Symbol 243 MovieClip Frame 2
_root.scores = _root.scores + 200;
Instance of Symbol 241 MovieClip in Symbol 243 MovieClip Frame 2
onClipEvent (enterFrame) {
_parent.speed = 0;
}
Symbol 251 MovieClip Frame 1
stop();
Instance of Symbol 76 MovieClip in Symbol 251 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.board)) {
_parent._visible = true;
} else {
_parent._visible = false;
}
}
Symbol 251 MovieClip Frame 2
_root.scores = _root.scores + 50;
_root.score = _root.score + 10;
Instance of Symbol 178 MovieClip in Symbol 252 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.score >= 1650) {
_root.block.one.nextFrame();
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.score >= 1650) {
_root.level2.nextFrame();
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.score >= 1650) {
_global.lives = _global.lives + 5;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.warn = " You need at least $1650 to Advance ";
if (_root.score >= 1650) {
_root.gotoAndStop("map");
}
} else {
_root.warn = " ";
}
}
Instance of Symbol 185 MovieClip in Symbol 252 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 185 MovieClip in Symbol 252 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 185 MovieClip in Symbol 252 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 221 MovieClip in Symbol 252 MovieClip Frame 1
onClipEvent (load) {
speed = 1.5;
xscale = _xscale;
}
onClipEvent (enterFrame) {
this._x = this._x - speed;
}
onClipEvent (enterFrame) {
while (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._y = this._y - ((up = 9));
}
}
onClipEvent (enterFrame) {
this._y = this._y + ((gravity = 9));
if (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
gravity = 9;
} else {
gravity++;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcl.hitTest(_x + _parent._x, _y + _parent._y, true)) {
speed = -1.5;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcr.hitTest(_x + _parent._x, _y + _parent._y, true)) {
speed = 1.5;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcl.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._xscale = xscale - 200;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcr.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._xscale = xscale;
}
}
Instance of Symbol 221 MovieClip in Symbol 252 MovieClip Frame 1
onClipEvent (load) {
speed = 1.5;
xscale = _xscale;
}
onClipEvent (enterFrame) {
this._x = this._x - speed;
}
onClipEvent (enterFrame) {
while (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._y = this._y - ((up = 9));
}
}
onClipEvent (enterFrame) {
this._y = this._y + ((gravity = 9));
if (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
gravity = 9;
} else {
gravity++;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcl.hitTest(_x + _parent._x, _y + _parent._y, true)) {
speed = -1.5;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcr.hitTest(_x + _parent._x, _y + _parent._y, true)) {
speed = 1.5;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcl.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._xscale = xscale - 200;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcr.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._xscale = xscale;
}
}
Instance of Symbol 221 MovieClip in Symbol 252 MovieClip Frame 1
onClipEvent (load) {
speed = 1.5;
xscale = _xscale;
}
onClipEvent (enterFrame) {
this._x = this._x - speed;
}
onClipEvent (enterFrame) {
while (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._y = this._y - ((up = 9));
}
}
onClipEvent (enterFrame) {
this._y = this._y + ((gravity = 9));
if (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
gravity = 9;
} else {
gravity++;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcl.hitTest(_x + _parent._x, _y + _parent._y, true)) {
speed = -1.5;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcr.hitTest(_x + _parent._x, _y + _parent._y, true)) {
speed = 1.5;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcl.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._xscale = xscale - 200;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcr.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._xscale = xscale;
}
}
Instance of Symbol 221 MovieClip in Symbol 252 MovieClip Frame 1
onClipEvent (load) {
speed = 1.5;
xscale = _xscale;
}
onClipEvent (enterFrame) {
this._x = this._x - speed;
}
onClipEvent (enterFrame) {
while (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._y = this._y - ((up = 9));
}
}
onClipEvent (enterFrame) {
this._y = this._y + ((gravity = 9));
if (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
gravity = 9;
} else {
gravity++;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcl.hitTest(_x + _parent._x, _y + _parent._y, true)) {
speed = -1.5;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcr.hitTest(_x + _parent._x, _y + _parent._y, true)) {
speed = 1.5;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcl.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._xscale = xscale - 200;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcr.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._xscale = xscale;
}
}
Instance of Symbol 221 MovieClip in Symbol 252 MovieClip Frame 1
onClipEvent (load) {
speed = 1.5;
xscale = _xscale;
}
onClipEvent (enterFrame) {
this._x = this._x - speed;
}
onClipEvent (enterFrame) {
while (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._y = this._y - ((up = 9));
}
}
onClipEvent (enterFrame) {
this._y = this._y + ((gravity = 9));
if (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
gravity = 9;
} else {
gravity++;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcl.hitTest(_x + _parent._x, _y + _parent._y, true)) {
speed = -1.5;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcr.hitTest(_x + _parent._x, _y + _parent._y, true)) {
speed = 1.5;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcl.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._xscale = xscale - 200;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcr.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._xscale = xscale;
}
}
Instance of Symbol 221 MovieClip in Symbol 252 MovieClip Frame 1
onClipEvent (load) {
speed = 0;
xscale = _xscale;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.board)) {
speed = 2;
}
}
onClipEvent (enterFrame) {
this._x = this._x - speed;
}
onClipEvent (enterFrame) {
while (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._y = this._y - ((up = 9));
}
}
onClipEvent (enterFrame) {
this._y = this._y + ((gravity = 9));
if (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
gravity = 9;
} else {
gravity++;
}
}
Instance of Symbol 221 MovieClip in Symbol 252 MovieClip Frame 1
onClipEvent (load) {
speed = 1.5;
xscale = _xscale;
}
onClipEvent (enterFrame) {
this._x = this._x - speed;
}
onClipEvent (enterFrame) {
while (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._y = this._y - ((up = 9));
}
}
onClipEvent (enterFrame) {
this._y = this._y + ((gravity = 9));
if (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
gravity = 9;
} else {
gravity++;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcl.hitTest(_x + _parent._x, _y + _parent._y, true)) {
speed = -1.5;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcr.hitTest(_x + _parent._x, _y + _parent._y, true)) {
speed = 1.5;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcl.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._xscale = xscale - 200;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcr.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._xscale = xscale;
}
}
Instance of Symbol 243 MovieClip in Symbol 252 MovieClip Frame 1
onClipEvent (load) {
speed = 1.5;
xscale = _xscale;
}
onClipEvent (enterFrame) {
this._x = this._x - speed;
}
onClipEvent (enterFrame) {
while (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._y = this._y - ((up = 9));
}
}
onClipEvent (enterFrame) {
this._y = this._y + ((gravity = 9));
if (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
gravity = 9;
} else {
gravity++;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcl.hitTest(_x + _parent._x, _y + _parent._y, true)) {
speed = -1.5;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcr.hitTest(_x + _parent._x, _y + _parent._y, true)) {
speed = 1.5;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcl.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._xscale = -200;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcr.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._xscale = xscale;
}
}
Instance of Symbol 243 MovieClip in Symbol 252 MovieClip Frame 1
onClipEvent (load) {
speed = 1.5;
xscale = _xscale;
}
onClipEvent (enterFrame) {
this._x = this._x - speed;
}
onClipEvent (enterFrame) {
while (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._y = this._y - ((up = 9));
}
}
onClipEvent (enterFrame) {
this._y = this._y + ((gravity = 9));
if (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
gravity = 9;
} else {
gravity++;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcl.hitTest(_x + _parent._x, _y + _parent._y, true)) {
speed = -1.5;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcr.hitTest(_x + _parent._x, _y + _parent._y, true)) {
speed = 1.5;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcl.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._xscale = -200;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcr.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._xscale = xscale;
}
}
Instance of Symbol 243 MovieClip in Symbol 252 MovieClip Frame 1
onClipEvent (load) {
speed = 1.5;
xscale = _xscale;
}
onClipEvent (enterFrame) {
this._x = this._x - speed;
}
onClipEvent (enterFrame) {
while (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._y = this._y - ((up = 9));
}
}
onClipEvent (enterFrame) {
this._y = this._y + ((gravity = 9));
if (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
gravity = 9;
} else {
gravity++;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcl.hitTest(_x + _parent._x, _y + _parent._y, true)) {
speed = -1.5;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcr.hitTest(_x + _parent._x, _y + _parent._y, true)) {
speed = 1.5;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcl.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._xscale = -200;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcr.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._xscale = xscale;
}
}
Instance of Symbol 243 MovieClip in Symbol 252 MovieClip Frame 1
onClipEvent (load) {
speed = 1.5;
xscale = _xscale;
}
onClipEvent (enterFrame) {
this._x = this._x - speed;
}
onClipEvent (enterFrame) {
while (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._y = this._y - ((up = 9));
}
}
onClipEvent (enterFrame) {
this._y = this._y + ((gravity = 9));
if (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
gravity = 9;
} else {
gravity++;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcl.hitTest(_x + _parent._x, _y + _parent._y, true)) {
speed = -1.5;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcr.hitTest(_x + _parent._x, _y + _parent._y, true)) {
speed = 1.5;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcl.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._xscale = -200;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcr.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._xscale = xscale;
}
}
Instance of Symbol 251 MovieClip in Symbol 252 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 252 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 252 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 252 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 252 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 252 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 252 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 252 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 252 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 252 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 252 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 252 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 252 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 252 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 252 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 252 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 252 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 252 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 252 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 252 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 252 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 252 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 87 MovieClip in Symbol 252 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.drop)) {
if (Key.isDown(40)) {
_root.scores = _root.scores + 100;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.drop)) {
if (Key.isDown(40)) {
_root.score = _root.score + 150;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.drop)) {
if (Key.isDown(40)) {
_root.player.gotoAndStop("normal");
}
}
}
Instance of Symbol 251 MovieClip in Symbol 252 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 252 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 252 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 252 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 252 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 252 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 252 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 252 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 252 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 252 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 252 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 252 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 252 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 252 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 252 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 252 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 252 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 252 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 252 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 252 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 252 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 252 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 252 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 252 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 252 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 252 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 252 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 252 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 240 MovieClip in Symbol 252 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.pick)) {
_global.itemslot = 1;
if (Key.isDown(40)) {
_root.player.gotoAndStop("item");
if (Key.isDown(40)) {
this.nextFrame();
}
}
}
}
Instance of Symbol 240 MovieClip in Symbol 252 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.pick)) {
_global.itemslot = 1;
if (Key.isDown(40)) {
_root.player.gotoAndStop("item");
if (Key.isDown(40)) {
this.nextFrame();
}
}
}
}
Instance of Symbol 240 MovieClip in Symbol 252 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.pick)) {
_global.itemslot = 1;
if (Key.isDown(40)) {
_root.player.gotoAndStop("item");
if (Key.isDown(40)) {
this.nextFrame();
}
}
}
}
Instance of Symbol 240 MovieClip in Symbol 252 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.pick)) {
_global.itemslot = 1;
if (Key.isDown(40)) {
_root.player.gotoAndStop("item");
if (Key.isDown(40)) {
this.nextFrame();
}
}
}
}
Symbol 276 MovieClip Frame 1
stop();
Symbol 277 MovieClip Frame 1
stop();
Symbol 277 MovieClip Frame 2
_root.player._visible = false;
Symbol 277 MovieClip Frame 3
_root.player._visible = true;
Symbol 277 MovieClip Frame 4
_root.player._visible = false;
Symbol 277 MovieClip Frame 5
_root.player._visible = true;
Symbol 277 MovieClip Frame 6
_root.player._visible = false;
Symbol 277 MovieClip Frame 7
_root.player._visible = true;
Symbol 277 MovieClip Frame 8
_root.player._visible = false;
Symbol 277 MovieClip Frame 9
_root.player._visible = true;
Symbol 277 MovieClip Frame 10
_root.player._visible = false;
Symbol 277 MovieClip Frame 11
_root.player._visible = true;
Symbol 277 MovieClip Frame 12
_root.player._visible = false;
Symbol 277 MovieClip Frame 13
_root.player._visible = true;
Symbol 277 MovieClip Frame 14
_root.player._visible = false;
Symbol 277 MovieClip Frame 15
_root.player._visible = true;
Symbol 277 MovieClip Frame 16
_root.player._visible = false;
Symbol 277 MovieClip Frame 17
_root.player._visible = true;
Symbol 277 MovieClip Frame 18
_root.player._visible = false;
Symbol 277 MovieClip Frame 19
_root.player._visible = true;
Symbol 277 MovieClip Frame 20
_root.player._visible = false;
Symbol 277 MovieClip Frame 21
_root.player._visible = true;
Symbol 277 MovieClip Frame 22
_root.player._visible = false;
Symbol 277 MovieClip Frame 23
_root.player._visible = true;
Symbol 277 MovieClip Frame 24
_root.player._visible = false;
Symbol 277 MovieClip Frame 25
_root.player._visible = true;
Symbol 287 MovieClip Frame 1
stop();
Symbol 293 MovieClip Frame 64
stop();
_root.gotoAndStop("death");
Symbol 295 MovieClip Frame 1
stop();
Symbol 297 MovieClip Frame 1
stop();
Instance of Symbol 259 MovieClip in Symbol 297 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
_root.level.r = 0;
} else {
_root.level.r = 9;
}
}
onClipEvent (enterFrame) {
if (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
_root.levelb.r = 0;
} else {
_root.levelb.r = 3;
}
}
Instance of Symbol 259 MovieClip in Symbol 297 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
_root.level.l = 0;
} else {
_root.level.l = 9;
}
}
onClipEvent (enterFrame) {
if (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
_root.levelb.l = 0;
} else {
_root.levelb.l = 3;
}
}
Instance of Symbol 278 MovieClip "player" in Symbol 297 MovieClip Frame 1
onClipEvent (load) {
gravity = -0.01;
xscale = _xscale;
}
onClipEvent (enterFrame) {
if (Key.isDown(32)) {
this.red.gotoAndStop("jump");
} else if (Key.isDown(37)) {
this.red.gotoAndStop("walk");
} else if (Key.isDown(39)) {
this.red.gotoAndStop("walk");
} else {
this.red.gotoAndStop("idle");
}
}
onClipEvent (enterFrame) {
_parent._y = _parent._y + gravity;
if (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
gravity = 0.1;
if (Key.isDown(32)) {
gravity = -13;
}
} else {
gravity++;
}
}
onClipEvent (enterFrame) {
while (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
_parent._y = _parent._y - 0.1;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
this._xscale = xscale - 200;
} else if (Key.isDown(39)) {
this._xscale = xscale;
}
}
Instance of Symbol 280 MovieClip in Symbol 297 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.level.roof.hitTest(_x + _parent._x, _y + _parent._y, true)) {
_root.player.player.gravity = 5;
}
}
Instance of Symbol 278 MovieClip "player" in Symbol 297 MovieClip Frame 2
onClipEvent (load) {
gravity = -1;
xscale = _xscale;
}
onClipEvent (enterFrame) {
_parent._y = _parent._y + gravity;
if (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
gravity = 0.1;
if (Key.isDown(32)) {
gravity = -13;
}
} else {
gravity++;
}
}
onClipEvent (enterFrame) {
while (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
_parent._y = _parent._y - 0.1;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(32)) {
this.red.gotoAndStop("jump");
} else if (Key.isDown(37)) {
this.red.gotoAndStop("walk");
} else if (Key.isDown(39)) {
this.red.gotoAndStop("walk");
} else {
this.red.gotoAndStop("idle");
}
}
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
this._xscale = xscale - 200;
} else if (Key.isDown(39)) {
this._xscale = xscale;
}
}
Instance of Symbol 287 MovieClip in Symbol 297 MovieClip Frame 2
onClipEvent (enterFrame) {
if (_global.itemslot == 0) {
this.gotoAndStop("nothing");
} else if (_global.itemslot == 1) {
this.gotoAndStop("shell");
} else if (_global.itemslot == 2) {
this.gotoAndStop("shell2");
}
}
Instance of Symbol 259 MovieClip in Symbol 297 MovieClip Frame 3
onClipEvent (enterFrame) {
if (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
_root.level.r = 0;
} else {
_root.level.r = 0;
}
}
onClipEvent (enterFrame) {
if (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
_root.levelb.r = 0;
} else {
_root.levelb.r = 0;
}
}
Instance of Symbol 259 MovieClip in Symbol 297 MovieClip Frame 3
onClipEvent (enterFrame) {
if (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
_root.level.l = 0;
} else {
_root.level.l = 0;
}
}
onClipEvent (enterFrame) {
if (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
_root.levelb.l = 0;
} else {
_root.levelb.l = 0;
}
}
Instance of Symbol 259 MovieClip in Symbol 297 MovieClip Frame 4
onClipEvent (enterFrame) {
if (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
_root.level.r = 0;
} else {
_root.level.r = 5.5;
}
}
onClipEvent (enterFrame) {
if (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
_root.levelb.r = 0;
} else {
_root.levelb.r = 1.2;
}
}
Instance of Symbol 259 MovieClip in Symbol 297 MovieClip Frame 4
onClipEvent (enterFrame) {
if (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
_root.level.l = 0;
} else {
_root.level.l = 5.5;
}
}
onClipEvent (enterFrame) {
if (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
_root.levelb.l = 0;
} else {
_root.levelb.l = 1.2;
}
}
Instance of Symbol 280 MovieClip in Symbol 297 MovieClip Frame 4
onClipEvent (enterFrame) {
if (_root.level.roof.hitTest(_x + _parent._x, _y + _parent._y, true)) {
_root.player.player.gravity = 5;
}
}
Instance of Symbol 296 MovieClip "player" in Symbol 297 MovieClip Frame 4
onClipEvent (load) {
gravity = -0.01;
xscale = _xscale;
}
onClipEvent (enterFrame) {
_parent._y = _parent._y + gravity;
if (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
gravity = 0.1;
if (Key.isDown(32)) {
gravity = -12;
}
} else {
gravity++;
}
}
onClipEvent (enterFrame) {
while (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
_parent._y = _parent._y - 0.1;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
this.red.gotoAndStop("walk");
} else if (Key.isDown(39)) {
this.red.gotoAndStop("walk");
} else {
this.red.gotoAndStop("idle");
}
}
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
this._xscale = xscale - 240;
} else if (Key.isDown(39)) {
this._xscale = xscale;
}
}
Symbol 302 MovieClip Frame 1
stop();
Symbol 302 MovieClip Frame 2
stop();
Symbol 310 MovieClip Frame 1
stop();
Symbol 310 MovieClip Frame 2
stop();
_root.player.player.hitzone.play();
Symbol 310 MovieClip Frame 3
_root.player.player.hitzone.play();
Symbol 310 MovieClip Frame 4
_root.player.player.hitzone.play();
Symbol 310 MovieClip Frame 5
_root.player.gotoAndStop("dead");
Symbol 311 MovieClip Frame 1
stop();
Symbol 311 MovieClip Frame 2
_root.player.player.hitzone.play();
Symbol 311 MovieClip Frame 3
_root.player.gotoAndStop("dead");
Symbol 312 MovieClip Frame 1
stop();
Symbol 312 MovieClip Frame 2
_root.player.gotoAndStop("dead");
Symbol 313 MovieClip Frame 1
stop();
Symbol 315 MovieClip Frame 56
stop();
Symbol 323 Button
on (release) {
ab20_09 = new LoadVars();
ab20_09.z = mynamevar;
ab20_09.x = scores;
ab20_09.c = 1189;
ab20_09.v = "BXGXCT";
ab20_09.sendAndLoad("http://armorbot.com/s_b", ab20_09, "POST");
_root.gotoAndStop(1);
}
Symbol 337 MovieClip Frame 1
stop();
Symbol 337 MovieClip Frame 2
stop();
Instance of Symbol 335 MovieClip in Symbol 337 MovieClip Frame 2
/* no clip actions */
Symbol 337 MovieClip Frame 35
play();
Instance of Symbol 336 MovieClip in Symbol 337 MovieClip Frame 35
onClipEvent (load) {
gravity = 0;
}
onClipEvent (enterFrame) {
this._y = this._y + (gravity++);
}
Instance of Symbol 337 MovieClip in Symbol 338 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.play();
}
}
Instance of Symbol 337 MovieClip in Symbol 338 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.play();
}
}
Instance of Symbol 337 MovieClip in Symbol 338 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.play();
}
}
Instance of Symbol 337 MovieClip in Symbol 338 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.play();
}
}
Instance of Symbol 337 MovieClip in Symbol 338 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.play();
}
}
Instance of Symbol 337 MovieClip in Symbol 338 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.play();
}
}
Instance of Symbol 337 MovieClip in Symbol 338 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.play();
}
}
Instance of Symbol 337 MovieClip in Symbol 338 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.play();
}
}
Instance of Symbol 178 MovieClip in Symbol 343 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.score >= 1650) {
_root.block.two.nextFrame();
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.score >= 1650) {
_root.level3.nextFrame();
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.score >= 1650) {
_global.lives = _global.lives + 5;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.warn = " You need at least $1650 to Advance ";
if (_root.score >= 1650) {
_root.gotoAndStop("map");
}
} else {
_root.warn = " ";
}
}
Instance of Symbol 185 MovieClip in Symbol 343 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 87 MovieClip in Symbol 343 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.drop)) {
if (Key.isDown(40)) {
_root.scores = _root.scores + 100;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.drop)) {
if (Key.isDown(40)) {
_root.score = _root.score + 150;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.drop)) {
if (Key.isDown(40)) {
_root.player.gotoAndStop("normal");
}
}
}
Instance of Symbol 221 MovieClip in Symbol 343 MovieClip Frame 1
onClipEvent (load) {
speed = 1.5;
xscale = _xscale;
}
onClipEvent (enterFrame) {
this._x = this._x - speed;
}
onClipEvent (enterFrame) {
while (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._y = this._y - ((up = 9));
}
}
onClipEvent (enterFrame) {
this._y = this._y + ((gravity = 9));
if (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
gravity = 9;
} else {
gravity++;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcl.hitTest(_x + _parent._x, _y + _parent._y, true)) {
speed = -1.5;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcr.hitTest(_x + _parent._x, _y + _parent._y, true)) {
speed = 1.5;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcl.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._xscale = xscale - 200;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcr.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._xscale = xscale;
}
}
Instance of Symbol 221 MovieClip in Symbol 343 MovieClip Frame 1
onClipEvent (load) {
speed = 0;
xscale = _xscale;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.board)) {
speed = 2;
}
}
onClipEvent (enterFrame) {
this._x = this._x - speed;
}
onClipEvent (enterFrame) {
while (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._y = this._y - ((up = 9));
}
}
onClipEvent (enterFrame) {
this._y = this._y + ((gravity = 9));
if (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
gravity = 9;
} else {
gravity++;
}
}
Instance of Symbol 221 MovieClip in Symbol 343 MovieClip Frame 1
onClipEvent (load) {
speed = 1.5;
xscale = _xscale;
}
onClipEvent (enterFrame) {
this._x = this._x - speed;
}
onClipEvent (enterFrame) {
while (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._y = this._y - ((up = 9));
}
}
onClipEvent (enterFrame) {
this._y = this._y + ((gravity = 9));
if (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
gravity = 9;
} else {
gravity++;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcl.hitTest(_x + _parent._x, _y + _parent._y, true)) {
speed = -1.5;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcr.hitTest(_x + _parent._x, _y + _parent._y, true)) {
speed = 1.5;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcl.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._xscale = xscale - 200;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcr.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._xscale = xscale;
}
}
Instance of Symbol 221 MovieClip in Symbol 343 MovieClip Frame 1
onClipEvent (load) {
speed = 0;
xscale = _xscale;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.board)) {
speed = 2;
}
}
onClipEvent (enterFrame) {
this._x = this._x - speed;
}
onClipEvent (enterFrame) {
while (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._y = this._y - ((up = 9));
}
}
onClipEvent (enterFrame) {
this._y = this._y + ((gravity = 9));
if (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
gravity = 9;
} else {
gravity++;
}
}
Instance of Symbol 221 MovieClip in Symbol 343 MovieClip Frame 1
onClipEvent (load) {
speed = 0;
xscale = _xscale;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.board)) {
speed = 2;
}
}
onClipEvent (enterFrame) {
this._x = this._x - speed;
}
onClipEvent (enterFrame) {
while (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._y = this._y - ((up = 9));
}
}
onClipEvent (enterFrame) {
this._y = this._y + ((gravity = 9));
if (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
gravity = 9;
} else {
gravity++;
}
}
Instance of Symbol 221 MovieClip in Symbol 343 MovieClip Frame 1
onClipEvent (load) {
speed = 0;
xscale = _xscale;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.board)) {
speed = 2;
}
}
onClipEvent (enterFrame) {
this._x = this._x - speed;
}
onClipEvent (enterFrame) {
while (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._y = this._y - ((up = 9));
}
}
onClipEvent (enterFrame) {
this._y = this._y + ((gravity = 9));
if (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
gravity = 9;
} else {
gravity++;
}
}
Instance of Symbol 221 MovieClip in Symbol 343 MovieClip Frame 1
onClipEvent (load) {
speed = 0;
xscale = _xscale;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.board)) {
speed = 2;
}
}
onClipEvent (enterFrame) {
this._x = this._x - speed;
}
onClipEvent (enterFrame) {
while (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._y = this._y - ((up = 9));
}
}
onClipEvent (enterFrame) {
this._y = this._y + ((gravity = 9));
if (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
gravity = 9;
} else {
gravity++;
}
}
Instance of Symbol 221 MovieClip in Symbol 343 MovieClip Frame 1
onClipEvent (load) {
speed = 0;
xscale = _xscale;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.board)) {
speed = 2;
}
}
onClipEvent (enterFrame) {
this._x = this._x - speed;
}
onClipEvent (enterFrame) {
while (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._y = this._y - ((up = 9));
}
}
onClipEvent (enterFrame) {
this._y = this._y + ((gravity = 9));
if (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
gravity = 9;
} else {
gravity++;
}
}
Instance of Symbol 243 MovieClip in Symbol 343 MovieClip Frame 1
onClipEvent (load) {
speed = 1.5;
xscale = _xscale;
}
onClipEvent (enterFrame) {
this._x = this._x - speed;
}
onClipEvent (enterFrame) {
while (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._y = this._y - ((up = 9));
}
}
onClipEvent (enterFrame) {
this._y = this._y + ((gravity = 9));
if (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
gravity = 9;
} else {
gravity++;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcl.hitTest(_x + _parent._x, _y + _parent._y, true)) {
speed = -1.5;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcr.hitTest(_x + _parent._x, _y + _parent._y, true)) {
speed = 1.5;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcl.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._xscale = -200;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcr.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._xscale = xscale;
}
}
Instance of Symbol 243 MovieClip in Symbol 343 MovieClip Frame 1
onClipEvent (load) {
speed = 1.5;
xscale = _xscale;
}
onClipEvent (enterFrame) {
this._x = this._x - speed;
}
onClipEvent (enterFrame) {
while (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._y = this._y - ((up = 9));
}
}
onClipEvent (enterFrame) {
this._y = this._y + ((gravity = 9));
if (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
gravity = 9;
} else {
gravity++;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcl.hitTest(_x + _parent._x, _y + _parent._y, true)) {
speed = -1.5;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcr.hitTest(_x + _parent._x, _y + _parent._y, true)) {
speed = 1.5;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcl.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._xscale = -200;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcr.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._xscale = xscale;
}
}
Instance of Symbol 243 MovieClip in Symbol 343 MovieClip Frame 1
onClipEvent (load) {
speed = 1.5;
xscale = _xscale;
}
onClipEvent (enterFrame) {
this._x = this._x - speed;
}
onClipEvent (enterFrame) {
while (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._y = this._y - ((up = 9));
}
}
onClipEvent (enterFrame) {
this._y = this._y + ((gravity = 9));
if (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
gravity = 9;
} else {
gravity++;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcl.hitTest(_x + _parent._x, _y + _parent._y, true)) {
speed = -1.5;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcr.hitTest(_x + _parent._x, _y + _parent._y, true)) {
speed = 1.5;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcl.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._xscale = -200;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcr.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._xscale = xscale;
}
}
Instance of Symbol 185 MovieClip in Symbol 343 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 243 MovieClip in Symbol 343 MovieClip Frame 1
onClipEvent (load) {
speed = 1.5;
xscale = _xscale;
}
onClipEvent (enterFrame) {
this._x = this._x - speed;
}
onClipEvent (enterFrame) {
while (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._y = this._y - ((up = 9));
}
}
onClipEvent (enterFrame) {
this._y = this._y + ((gravity = 9));
if (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
gravity = 9;
} else {
gravity++;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcl.hitTest(_x + _parent._x, _y + _parent._y, true)) {
speed = -1.5;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcr.hitTest(_x + _parent._x, _y + _parent._y, true)) {
speed = 1.5;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcl.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._xscale = -200;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcr.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._xscale = xscale;
}
}
Instance of Symbol 243 MovieClip in Symbol 343 MovieClip Frame 1
onClipEvent (load) {
speed = 1.5;
xscale = _xscale;
}
onClipEvent (enterFrame) {
this._x = this._x - speed;
}
onClipEvent (enterFrame) {
while (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._y = this._y - ((up = 9));
}
}
onClipEvent (enterFrame) {
this._y = this._y + ((gravity = 9));
if (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
gravity = 9;
} else {
gravity++;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcl.hitTest(_x + _parent._x, _y + _parent._y, true)) {
speed = -1.5;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcr.hitTest(_x + _parent._x, _y + _parent._y, true)) {
speed = 1.5;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcl.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._xscale = -200;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcr.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._xscale = xscale;
}
}
Instance of Symbol 243 MovieClip in Symbol 343 MovieClip Frame 1
onClipEvent (load) {
speed = 1.5;
xscale = _xscale;
}
onClipEvent (enterFrame) {
this._x = this._x - speed;
}
onClipEvent (enterFrame) {
while (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._y = this._y - ((up = 9));
}
}
onClipEvent (enterFrame) {
this._y = this._y + ((gravity = 9));
if (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
gravity = 9;
} else {
gravity++;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcl.hitTest(_x + _parent._x, _y + _parent._y, true)) {
speed = -1.5;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcr.hitTest(_x + _parent._x, _y + _parent._y, true)) {
speed = 1.5;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcl.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._xscale = -200;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcr.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._xscale = xscale;
}
}
Instance of Symbol 240 MovieClip in Symbol 343 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.pick)) {
_global.itemslot = 1;
if (Key.isDown(40)) {
_root.player.gotoAndStop("item");
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (Key.isDown(40)) {
this.nextFrame();
}
}
}
Instance of Symbol 251 MovieClip in Symbol 343 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 343 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 343 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 343 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 343 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 343 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 343 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 343 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 343 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 343 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 343 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 343 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 343 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 343 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 343 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 343 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 343 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 343 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 343 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 343 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 343 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 343 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 343 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 343 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 343 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 343 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 343 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 343 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 343 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 343 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 343 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 343 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 343 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 343 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 343 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 343 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 343 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 343 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 343 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 343 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 343 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 343 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 343 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 343 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 343 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 343 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 343 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 343 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 343 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 343 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 343 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 343 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 343 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 343 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 343 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 343 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 343 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 343 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 343 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 343 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 343 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 343 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 343 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 343 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 343 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 337 MovieClip in Symbol 357 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.play();
}
}
Instance of Symbol 337 MovieClip in Symbol 357 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.play();
}
}
Instance of Symbol 337 MovieClip in Symbol 357 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.play();
}
}
Symbol 360 MovieClip Frame 1
stop();
Symbol 362 MovieClip Frame 1
stop();
Instance of Symbol 178 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.score >= 2000) {
_root.block.three.nextFrame();
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.score >= 2000) {
_global.lives = _global.lives + 5;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.warn = " You need at least $2000 to Advance ";
if (_root.score >= 2000) {
_root.gotoAndStop("map");
}
} else {
_root.warn = " ";
}
}
Instance of Symbol 87 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.drop)) {
if (Key.isDown(40)) {
_root.scores = _root.scores + 100;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.drop)) {
if (Key.isDown(40)) {
_root.score = _root.score + 150;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.drop)) {
if (Key.isDown(40)) {
_root.player.gotoAndStop("normal");
}
}
}
Instance of Symbol 87 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.drop)) {
if (Key.isDown(40)) {
_root.scores = _root.scores + 100;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.drop)) {
if (Key.isDown(40)) {
_root.score = _root.score + 150;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.drop)) {
if (Key.isDown(40)) {
_root.player.gotoAndStop("normal");
}
}
}
Instance of Symbol 240 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.pick)) {
_global.itemslot = 1;
if (Key.isDown(40)) {
_root.player.gotoAndStop("item");
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (Key.isDown(40)) {
this.nextFrame();
}
}
}
Instance of Symbol 251 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 360 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player.gotoAndStop("spiney");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 362 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player.gotoAndStop("normal");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 243 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (load) {
speed = 1.5;
xscale = _xscale;
}
onClipEvent (enterFrame) {
this._x = this._x - speed;
}
onClipEvent (enterFrame) {
while (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._y = this._y - ((up = 9));
}
}
onClipEvent (enterFrame) {
this._y = this._y + ((gravity = 9));
if (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
gravity = 9;
} else {
gravity++;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcl.hitTest(_x + _parent._x, _y + _parent._y, true)) {
speed = -1.5;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcr.hitTest(_x + _parent._x, _y + _parent._y, true)) {
speed = 1.5;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcl.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._xscale = -200;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcr.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._xscale = xscale;
}
}
Instance of Symbol 243 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (load) {
speed = 1.5;
xscale = _xscale;
}
onClipEvent (enterFrame) {
this._x = this._x - speed;
}
onClipEvent (enterFrame) {
while (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._y = this._y - ((up = 9));
}
}
onClipEvent (enterFrame) {
this._y = this._y + ((gravity = 9));
if (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
gravity = 9;
} else {
gravity++;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcl.hitTest(_x + _parent._x, _y + _parent._y, true)) {
speed = -1.5;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcr.hitTest(_x + _parent._x, _y + _parent._y, true)) {
speed = 1.5;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcl.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._xscale = -200;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcr.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._xscale = xscale;
}
}
Instance of Symbol 221 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (load) {
speed = 0;
xscale = _xscale;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.board)) {
speed = 2;
}
}
onClipEvent (enterFrame) {
this._x = this._x - speed;
}
onClipEvent (enterFrame) {
while (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._y = this._y - ((up = 9));
}
}
onClipEvent (enterFrame) {
this._y = this._y + ((gravity = 9));
if (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
gravity = 9;
} else {
gravity++;
}
}
Instance of Symbol 221 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (load) {
speed = 0;
xscale = _xscale;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.board)) {
speed = 2;
}
}
onClipEvent (enterFrame) {
this._x = this._x - speed;
}
onClipEvent (enterFrame) {
while (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._y = this._y - ((up = 9));
}
}
onClipEvent (enterFrame) {
this._y = this._y + ((gravity = 9));
if (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
gravity = 9;
} else {
gravity++;
}
}
Instance of Symbol 221 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (load) {
speed = 0;
xscale = _xscale;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.board)) {
speed = 2;
}
}
onClipEvent (enterFrame) {
this._x = this._x - speed;
}
onClipEvent (enterFrame) {
while (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._y = this._y - ((up = 9));
}
}
onClipEvent (enterFrame) {
this._y = this._y + ((gravity = 9));
if (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
gravity = 9;
} else {
gravity++;
}
}
Instance of Symbol 243 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (load) {
speed = 1.5;
xscale = _xscale;
}
onClipEvent (enterFrame) {
this._x = this._x - speed;
}
onClipEvent (enterFrame) {
while (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._y = this._y - ((up = 9));
}
}
onClipEvent (enterFrame) {
this._y = this._y + ((gravity = 9));
if (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
gravity = 9;
} else {
gravity++;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcl.hitTest(_x + _parent._x, _y + _parent._y, true)) {
speed = -1.5;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcr.hitTest(_x + _parent._x, _y + _parent._y, true)) {
speed = 1.5;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcl.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._xscale = -200;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcr.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._xscale = xscale;
}
}
Instance of Symbol 243 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (load) {
speed = 1.5;
xscale = _xscale;
}
onClipEvent (enterFrame) {
this._x = this._x - speed;
}
onClipEvent (enterFrame) {
while (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._y = this._y - ((up = 9));
}
}
onClipEvent (enterFrame) {
this._y = this._y + ((gravity = 9));
if (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
gravity = 9;
} else {
gravity++;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcl.hitTest(_x + _parent._x, _y + _parent._y, true)) {
speed = -1.5;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcr.hitTest(_x + _parent._x, _y + _parent._y, true)) {
speed = 1.5;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcl.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._xscale = -200;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcr.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._xscale = xscale;
}
}
Instance of Symbol 243 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (load) {
speed = 1.5;
xscale = _xscale;
}
onClipEvent (enterFrame) {
this._x = this._x - speed;
}
onClipEvent (enterFrame) {
while (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._y = this._y - ((up = 9));
}
}
onClipEvent (enterFrame) {
this._y = this._y + ((gravity = 9));
if (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
gravity = 9;
} else {
gravity++;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcl.hitTest(_x + _parent._x, _y + _parent._y, true)) {
speed = -1.5;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcr.hitTest(_x + _parent._x, _y + _parent._y, true)) {
speed = 1.5;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcl.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._xscale = -200;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcr.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._xscale = xscale;
}
}
Instance of Symbol 221 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (load) {
speed = 0;
xscale = _xscale;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.board)) {
speed = 2;
}
}
onClipEvent (enterFrame) {
this._x = this._x - speed;
}
onClipEvent (enterFrame) {
while (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._y = this._y - ((up = 9));
}
}
onClipEvent (enterFrame) {
this._y = this._y + ((gravity = 9));
if (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
gravity = 9;
} else {
gravity++;
}
}
Instance of Symbol 221 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (load) {
speed = 0;
xscale = _xscale;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.board)) {
speed = 2;
}
}
onClipEvent (enterFrame) {
this._x = this._x - speed;
}
onClipEvent (enterFrame) {
while (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._y = this._y - ((up = 9));
}
}
onClipEvent (enterFrame) {
this._y = this._y + ((gravity = 9));
if (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
gravity = 9;
} else {
gravity++;
}
}
Instance of Symbol 221 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (load) {
speed = 0;
xscale = _xscale;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.board)) {
speed = 2;
}
}
onClipEvent (enterFrame) {
this._x = this._x - speed;
}
onClipEvent (enterFrame) {
while (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._y = this._y - ((up = 9));
}
}
onClipEvent (enterFrame) {
this._y = this._y + ((gravity = 9));
if (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
gravity = 9;
} else {
gravity++;
}
}
Instance of Symbol 221 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (load) {
speed = 0;
xscale = _xscale;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.board)) {
speed = 2;
}
}
onClipEvent (enterFrame) {
this._x = this._x - speed;
}
onClipEvent (enterFrame) {
while (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._y = this._y - ((up = 9));
}
}
onClipEvent (enterFrame) {
this._y = this._y + ((gravity = 9));
if (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
gravity = 9;
} else {
gravity++;
}
}
Instance of Symbol 221 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (load) {
speed = 0;
xscale = _xscale;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.board)) {
speed = 2;
}
}
onClipEvent (enterFrame) {
this._x = this._x - speed;
}
onClipEvent (enterFrame) {
while (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._y = this._y - ((up = 9));
}
}
onClipEvent (enterFrame) {
this._y = this._y + ((gravity = 9));
if (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
gravity = 9;
} else {
gravity++;
}
}
Instance of Symbol 185 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 185 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 185 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 387 MovieClip in Symbol 391 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.player.hitzone)) {
_root.health.hp.nextFrame();
}
}
Instance of Symbol 337 MovieClip in Symbol 398 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.play();
}
}
Instance of Symbol 337 MovieClip in Symbol 398 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.play();
}
}
Instance of Symbol 337 MovieClip in Symbol 398 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.play();
}
}
Instance of Symbol 337 MovieClip in Symbol 398 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.play();
}
}
Instance of Symbol 178 MovieClip in Symbol 405 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.score >= 2200) {
_root.block.four.nextFrame();
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.score >= 2200) {
_global.lives = _global.lives + 5;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.warn = " You need at least $2200 to Advance ";
if (_root.score >= 2200) {
_root.gotoAndStop("map");
}
} else {
_root.warn = " ";
}
}
Instance of Symbol 185 MovieClip in Symbol 405 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 185 MovieClip in Symbol 405 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 185 MovieClip in Symbol 405 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 185 MovieClip in Symbol 405 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 185 MovieClip in Symbol 405 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 87 MovieClip in Symbol 405 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.drop)) {
if (Key.isDown(40)) {
_root.scores = _root.scores + 100;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.drop)) {
if (Key.isDown(40)) {
_root.score = _root.score + 150;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.drop)) {
if (Key.isDown(40)) {
_root.player.gotoAndStop("normal");
}
}
}
Instance of Symbol 87 MovieClip in Symbol 405 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.drop)) {
if (Key.isDown(40)) {
_root.scores = _root.scores + 100;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.drop)) {
if (Key.isDown(40)) {
_root.score = _root.score + 150;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.drop)) {
if (Key.isDown(40)) {
_root.player.gotoAndStop("normal");
}
}
}
Instance of Symbol 251 MovieClip in Symbol 405 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 405 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 405 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 405 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 405 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 405 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 405 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 405 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 405 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 405 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 405 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 405 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 405 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 405 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 405 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 405 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 405 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 405 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 405 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 405 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 405 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 405 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 405 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 405 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 405 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 405 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 405 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 405 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 405 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 405 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 405 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 405 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 405 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 405 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 405 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 405 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 405 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 405 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 405 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 243 MovieClip in Symbol 405 MovieClip Frame 1
onClipEvent (load) {
speed = 1.5;
xscale = _xscale;
}
onClipEvent (enterFrame) {
this._x = this._x - speed;
}
onClipEvent (enterFrame) {
while (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._y = this._y - ((up = 9));
}
}
onClipEvent (enterFrame) {
this._y = this._y + ((gravity = 9));
if (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
gravity = 9;
} else {
gravity++;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcl.hitTest(_x + _parent._x, _y + _parent._y, true)) {
speed = -1.5;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcr.hitTest(_x + _parent._x, _y + _parent._y, true)) {
speed = 1.5;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcl.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._xscale = -200;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcr.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._xscale = xscale;
}
}
Instance of Symbol 243 MovieClip in Symbol 405 MovieClip Frame 1
onClipEvent (load) {
speed = 1.5;
xscale = _xscale;
}
onClipEvent (enterFrame) {
this._x = this._x - speed;
}
onClipEvent (enterFrame) {
while (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._y = this._y - ((up = 9));
}
}
onClipEvent (enterFrame) {
this._y = this._y + ((gravity = 9));
if (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
gravity = 9;
} else {
gravity++;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcl.hitTest(_x + _parent._x, _y + _parent._y, true)) {
speed = -1.5;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcr.hitTest(_x + _parent._x, _y + _parent._y, true)) {
speed = 1.5;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcl.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._xscale = -200;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcr.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._xscale = xscale;
}
}
Instance of Symbol 243 MovieClip in Symbol 405 MovieClip Frame 1
onClipEvent (load) {
speed = 1.5;
xscale = _xscale;
}
onClipEvent (enterFrame) {
this._x = this._x - speed;
}
onClipEvent (enterFrame) {
while (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._y = this._y - ((up = 9));
}
}
onClipEvent (enterFrame) {
this._y = this._y + ((gravity = 9));
if (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
gravity = 9;
} else {
gravity++;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcl.hitTest(_x + _parent._x, _y + _parent._y, true)) {
speed = -1.5;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcr.hitTest(_x + _parent._x, _y + _parent._y, true)) {
speed = 1.5;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcl.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._xscale = -200;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcr.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._xscale = xscale;
}
}
Instance of Symbol 243 MovieClip in Symbol 405 MovieClip Frame 1
onClipEvent (load) {
speed = 1.5;
xscale = _xscale;
}
onClipEvent (enterFrame) {
this._x = this._x - speed;
}
onClipEvent (enterFrame) {
while (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._y = this._y - ((up = 9));
}
}
onClipEvent (enterFrame) {
this._y = this._y + ((gravity = 9));
if (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
gravity = 9;
} else {
gravity++;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcl.hitTest(_x + _parent._x, _y + _parent._y, true)) {
speed = -1.5;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcr.hitTest(_x + _parent._x, _y + _parent._y, true)) {
speed = 1.5;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcl.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._xscale = -200;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcr.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._xscale = xscale;
}
}
Instance of Symbol 243 MovieClip in Symbol 405 MovieClip Frame 1
onClipEvent (load) {
speed = 1.5;
xscale = _xscale;
}
onClipEvent (enterFrame) {
this._x = this._x - speed;
}
onClipEvent (enterFrame) {
while (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._y = this._y - ((up = 9));
}
}
onClipEvent (enterFrame) {
this._y = this._y + ((gravity = 9));
if (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
gravity = 9;
} else {
gravity++;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcl.hitTest(_x + _parent._x, _y + _parent._y, true)) {
speed = -1.5;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcr.hitTest(_x + _parent._x, _y + _parent._y, true)) {
speed = 1.5;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcl.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._xscale = -200;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcr.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._xscale = xscale;
}
}
Instance of Symbol 221 MovieClip in Symbol 405 MovieClip Frame 1
onClipEvent (load) {
speed = 1.5;
xscale = _xscale;
}
onClipEvent (enterFrame) {
this._x = this._x - speed;
}
onClipEvent (enterFrame) {
while (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._y = this._y - ((up = 9));
}
}
onClipEvent (enterFrame) {
this._y = this._y + ((gravity = 9));
if (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
gravity = 9;
} else {
gravity++;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcl.hitTest(_x + _parent._x, _y + _parent._y, true)) {
speed = -1.5;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcr.hitTest(_x + _parent._x, _y + _parent._y, true)) {
speed = 1.5;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcl.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._xscale = xscale - 200;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcr.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._xscale = xscale;
}
}
Instance of Symbol 243 MovieClip in Symbol 405 MovieClip Frame 1
onClipEvent (load) {
speed = 1.5;
xscale = _xscale;
}
onClipEvent (enterFrame) {
this._x = this._x - speed;
}
onClipEvent (enterFrame) {
while (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._y = this._y - ((up = 9));
}
}
onClipEvent (enterFrame) {
this._y = this._y + ((gravity = 9));
if (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
gravity = 9;
} else {
gravity++;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcl.hitTest(_x + _parent._x, _y + _parent._y, true)) {
speed = -1.5;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcr.hitTest(_x + _parent._x, _y + _parent._y, true)) {
speed = 1.5;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcl.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._xscale = -200;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcr.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._xscale = xscale;
}
}
Instance of Symbol 243 MovieClip in Symbol 405 MovieClip Frame 1
onClipEvent (load) {
speed = 1.5;
xscale = _xscale;
}
onClipEvent (enterFrame) {
this._x = this._x - speed;
}
onClipEvent (enterFrame) {
while (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._y = this._y - ((up = 9));
}
}
onClipEvent (enterFrame) {
this._y = this._y + ((gravity = 9));
if (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
gravity = 9;
} else {
gravity++;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcl.hitTest(_x + _parent._x, _y + _parent._y, true)) {
speed = -1.5;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcr.hitTest(_x + _parent._x, _y + _parent._y, true)) {
speed = 1.5;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcl.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._xscale = -200;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcr.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._xscale = xscale;
}
}
Instance of Symbol 243 MovieClip in Symbol 405 MovieClip Frame 1
onClipEvent (load) {
speed = 1.5;
xscale = _xscale;
}
onClipEvent (enterFrame) {
this._x = this._x - speed;
}
onClipEvent (enterFrame) {
while (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._y = this._y - ((up = 9));
}
}
onClipEvent (enterFrame) {
this._y = this._y + ((gravity = 9));
if (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
gravity = 9;
} else {
gravity++;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcl.hitTest(_x + _parent._x, _y + _parent._y, true)) {
speed = -1.5;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcr.hitTest(_x + _parent._x, _y + _parent._y, true)) {
speed = 1.5;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcl.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._xscale = -200;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcr.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._xscale = xscale;
}
}
Instance of Symbol 243 MovieClip in Symbol 405 MovieClip Frame 1
onClipEvent (load) {
speed = 1.5;
xscale = _xscale;
}
onClipEvent (enterFrame) {
this._x = this._x - speed;
}
onClipEvent (enterFrame) {
while (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._y = this._y - ((up = 9));
}
}
onClipEvent (enterFrame) {
this._y = this._y + ((gravity = 9));
if (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
gravity = 9;
} else {
gravity++;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcl.hitTest(_x + _parent._x, _y + _parent._y, true)) {
speed = -1.5;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcr.hitTest(_x + _parent._x, _y + _parent._y, true)) {
speed = 1.5;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcl.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._xscale = -200;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcr.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._xscale = xscale;
}
}
Instance of Symbol 243 MovieClip in Symbol 405 MovieClip Frame 1
onClipEvent (load) {
speed = 1.5;
xscale = _xscale;
}
onClipEvent (enterFrame) {
this._x = this._x - speed;
}
onClipEvent (enterFrame) {
while (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._y = this._y - ((up = 9));
}
}
onClipEvent (enterFrame) {
this._y = this._y + ((gravity = 9));
if (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
gravity = 9;
} else {
gravity++;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcl.hitTest(_x + _parent._x, _y + _parent._y, true)) {
speed = -1.5;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcr.hitTest(_x + _parent._x, _y + _parent._y, true)) {
speed = 1.5;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcl.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._xscale = -200;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcr.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._xscale = xscale;
}
}
Instance of Symbol 243 MovieClip in Symbol 405 MovieClip Frame 1
onClipEvent (load) {
speed = 1.5;
xscale = _xscale;
}
onClipEvent (enterFrame) {
this._x = this._x - speed;
}
onClipEvent (enterFrame) {
while (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._y = this._y - ((up = 9));
}
}
onClipEvent (enterFrame) {
this._y = this._y + ((gravity = 9));
if (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
gravity = 9;
} else {
gravity++;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcl.hitTest(_x + _parent._x, _y + _parent._y, true)) {
speed = -1.5;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcr.hitTest(_x + _parent._x, _y + _parent._y, true)) {
speed = 1.5;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcl.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._xscale = -200;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcr.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._xscale = xscale;
}
}
Instance of Symbol 243 MovieClip in Symbol 405 MovieClip Frame 1
onClipEvent (load) {
speed = 1.5;
xscale = _xscale;
}
onClipEvent (enterFrame) {
this._x = this._x - speed;
}
onClipEvent (enterFrame) {
while (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._y = this._y - ((up = 9));
}
}
onClipEvent (enterFrame) {
this._y = this._y + ((gravity = 9));
if (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
gravity = 9;
} else {
gravity++;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcl.hitTest(_x + _parent._x, _y + _parent._y, true)) {
speed = -1.5;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcr.hitTest(_x + _parent._x, _y + _parent._y, true)) {
speed = 1.5;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcl.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._xscale = -200;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcr.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._xscale = xscale;
}
}
Instance of Symbol 221 MovieClip in Symbol 405 MovieClip Frame 1
onClipEvent (load) {
speed = 1.5;
xscale = _xscale;
}
onClipEvent (enterFrame) {
this._x = this._x - speed;
}
onClipEvent (enterFrame) {
while (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._y = this._y - ((up = 9));
}
}
onClipEvent (enterFrame) {
this._y = this._y + ((gravity = 9));
if (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
gravity = 9;
} else {
gravity++;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcl.hitTest(_x + _parent._x, _y + _parent._y, true)) {
speed = -1.5;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcr.hitTest(_x + _parent._x, _y + _parent._y, true)) {
speed = 1.5;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcl.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._xscale = xscale - 200;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcr.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._xscale = xscale;
}
}
Instance of Symbol 221 MovieClip in Symbol 405 MovieClip Frame 1
onClipEvent (load) {
speed = 1.5;
xscale = _xscale;
}
onClipEvent (enterFrame) {
this._x = this._x - speed;
}
onClipEvent (enterFrame) {
while (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._y = this._y - ((up = 9));
}
}
onClipEvent (enterFrame) {
this._y = this._y + ((gravity = 9));
if (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
gravity = 9;
} else {
gravity++;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcl.hitTest(_x + _parent._x, _y + _parent._y, true)) {
speed = -1.5;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcr.hitTest(_x + _parent._x, _y + _parent._y, true)) {
speed = 1.5;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcl.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._xscale = xscale - 200;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcr.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._xscale = xscale;
}
}
Instance of Symbol 221 MovieClip in Symbol 405 MovieClip Frame 1
onClipEvent (load) {
speed = 1.5;
xscale = _xscale;
}
onClipEvent (enterFrame) {
this._x = this._x - speed;
}
onClipEvent (enterFrame) {
while (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._y = this._y - ((up = 9));
}
}
onClipEvent (enterFrame) {
this._y = this._y + ((gravity = 9));
if (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
gravity = 9;
} else {
gravity++;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcl.hitTest(_x + _parent._x, _y + _parent._y, true)) {
speed = -1.5;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcr.hitTest(_x + _parent._x, _y + _parent._y, true)) {
speed = 1.5;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcl.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._xscale = xscale - 200;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcr.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._xscale = xscale;
}
}
Instance of Symbol 243 MovieClip in Symbol 405 MovieClip Frame 1
onClipEvent (load) {
speed = 1.5;
xscale = _xscale;
}
onClipEvent (enterFrame) {
this._x = this._x - speed;
}
onClipEvent (enterFrame) {
while (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._y = this._y - ((up = 9));
}
}
onClipEvent (enterFrame) {
this._y = this._y + ((gravity = 9));
if (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
gravity = 9;
} else {
gravity++;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcl.hitTest(_x + _parent._x, _y + _parent._y, true)) {
speed = -1.5;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcr.hitTest(_x + _parent._x, _y + _parent._y, true)) {
speed = 1.5;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcl.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._xscale = -200;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcr.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._xscale = xscale;
}
}
Instance of Symbol 221 MovieClip in Symbol 405 MovieClip Frame 1
onClipEvent (load) {
speed = 1.5;
xscale = _xscale;
}
onClipEvent (enterFrame) {
this._x = this._x - speed;
}
onClipEvent (enterFrame) {
while (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._y = this._y - ((up = 9));
}
}
onClipEvent (enterFrame) {
this._y = this._y + ((gravity = 9));
if (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
gravity = 9;
} else {
gravity++;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcl.hitTest(_x + _parent._x, _y + _parent._y, true)) {
speed = -1.5;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcr.hitTest(_x + _parent._x, _y + _parent._y, true)) {
speed = 1.5;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcl.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._xscale = xscale - 200;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcr.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._xscale = xscale;
}
}
Instance of Symbol 221 MovieClip in Symbol 405 MovieClip Frame 1
onClipEvent (load) {
speed = 1.5;
xscale = _xscale;
}
onClipEvent (enterFrame) {
this._x = this._x - speed;
}
onClipEvent (enterFrame) {
while (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._y = this._y - ((up = 9));
}
}
onClipEvent (enterFrame) {
this._y = this._y + ((gravity = 9));
if (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
gravity = 9;
} else {
gravity++;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcl.hitTest(_x + _parent._x, _y + _parent._y, true)) {
speed = -1.5;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcr.hitTest(_x + _parent._x, _y + _parent._y, true)) {
speed = 1.5;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcl.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._xscale = xscale - 200;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcr.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._xscale = xscale;
}
}
Instance of Symbol 221 MovieClip in Symbol 405 MovieClip Frame 1
onClipEvent (load) {
speed = 1.5;
xscale = _xscale;
}
onClipEvent (enterFrame) {
this._x = this._x - speed;
}
onClipEvent (enterFrame) {
while (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._y = this._y - ((up = 9));
}
}
onClipEvent (enterFrame) {
this._y = this._y + ((gravity = 9));
if (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
gravity = 9;
} else {
gravity++;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcl.hitTest(_x + _parent._x, _y + _parent._y, true)) {
speed = -1.5;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcr.hitTest(_x + _parent._x, _y + _parent._y, true)) {
speed = 1.5;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcl.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._xscale = xscale - 200;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcr.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._xscale = xscale;
}
}
Instance of Symbol 221 MovieClip in Symbol 405 MovieClip Frame 1
onClipEvent (load) {
speed = 1.5;
xscale = _xscale;
}
onClipEvent (enterFrame) {
this._x = this._x - speed;
}
onClipEvent (enterFrame) {
while (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._y = this._y - ((up = 9));
}
}
onClipEvent (enterFrame) {
this._y = this._y + ((gravity = 9));
if (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
gravity = 9;
} else {
gravity++;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcl.hitTest(_x + _parent._x, _y + _parent._y, true)) {
speed = -1.5;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcr.hitTest(_x + _parent._x, _y + _parent._y, true)) {
speed = 1.5;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcl.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._xscale = xscale - 200;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcr.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._xscale = xscale;
}
}
Instance of Symbol 221 MovieClip in Symbol 405 MovieClip Frame 1
onClipEvent (load) {
speed = 1.5;
xscale = _xscale;
}
onClipEvent (enterFrame) {
this._x = this._x - speed;
}
onClipEvent (enterFrame) {
while (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._y = this._y - ((up = 9));
}
}
onClipEvent (enterFrame) {
this._y = this._y + ((gravity = 9));
if (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
gravity = 9;
} else {
gravity++;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcl.hitTest(_x + _parent._x, _y + _parent._y, true)) {
speed = -1.5;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcr.hitTest(_x + _parent._x, _y + _parent._y, true)) {
speed = 1.5;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcl.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._xscale = xscale - 200;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcr.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._xscale = xscale;
}
}
Instance of Symbol 243 MovieClip in Symbol 405 MovieClip Frame 1
onClipEvent (load) {
speed = 1.5;
xscale = _xscale;
}
onClipEvent (enterFrame) {
this._x = this._x - speed;
}
onClipEvent (enterFrame) {
while (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._y = this._y - ((up = 9));
}
}
onClipEvent (enterFrame) {
this._y = this._y + ((gravity = 9));
if (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
gravity = 9;
} else {
gravity++;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcl.hitTest(_x + _parent._x, _y + _parent._y, true)) {
speed = -1.5;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcr.hitTest(_x + _parent._x, _y + _parent._y, true)) {
speed = 1.5;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcl.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._xscale = -200;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcr.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._xscale = xscale;
}
}
Instance of Symbol 243 MovieClip in Symbol 405 MovieClip Frame 1
onClipEvent (load) {
speed = 1.5;
xscale = _xscale;
}
onClipEvent (enterFrame) {
this._x = this._x - speed;
}
onClipEvent (enterFrame) {
while (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._y = this._y - ((up = 9));
}
}
onClipEvent (enterFrame) {
this._y = this._y + ((gravity = 9));
if (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
gravity = 9;
} else {
gravity++;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcl.hitTest(_x + _parent._x, _y + _parent._y, true)) {
speed = -1.5;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcr.hitTest(_x + _parent._x, _y + _parent._y, true)) {
speed = 1.5;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcl.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._xscale = -200;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcr.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._xscale = xscale;
}
}
Instance of Symbol 243 MovieClip in Symbol 405 MovieClip Frame 1
onClipEvent (load) {
speed = 1.5;
xscale = _xscale;
}
onClipEvent (enterFrame) {
this._x = this._x - speed;
}
onClipEvent (enterFrame) {
while (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._y = this._y - ((up = 9));
}
}
onClipEvent (enterFrame) {
this._y = this._y + ((gravity = 9));
if (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
gravity = 9;
} else {
gravity++;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcl.hitTest(_x + _parent._x, _y + _parent._y, true)) {
speed = -1.5;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcr.hitTest(_x + _parent._x, _y + _parent._y, true)) {
speed = 1.5;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcl.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._xscale = -200;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcr.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._xscale = xscale;
}
}
Instance of Symbol 337 MovieClip in Symbol 420 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.play();
}
}
Instance of Symbol 337 MovieClip in Symbol 420 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.play();
}
}
Instance of Symbol 337 MovieClip in Symbol 420 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.play();
}
}
Instance of Symbol 337 MovieClip in Symbol 420 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.play();
}
}
Instance of Symbol 337 MovieClip in Symbol 420 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.play();
}
}
Instance of Symbol 337 MovieClip in Symbol 420 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.play();
}
}
Instance of Symbol 251 MovieClip in Symbol 427 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 427 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 427 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 185 MovieClip in Symbol 427 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 185 MovieClip in Symbol 427 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 185 MovieClip in Symbol 427 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 87 MovieClip in Symbol 427 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.drop)) {
if (Key.isDown(40)) {
_root.scores = _root.scores + 100;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.drop)) {
if (Key.isDown(40)) {
_root.score = _root.score + 150;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.drop)) {
if (Key.isDown(40)) {
_root.player.gotoAndStop("normal");
}
}
}
Instance of Symbol 178 MovieClip in Symbol 427 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.score >= 2000) {
_root.block.one.nextFrame();
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.score >= 2000) {
_root.level2.nextFrame();
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.score >= 2000) {
_global.lives = _global.lives + 5;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.warn = " You need at least $2000 to Advance ";
if (_root.score >= 1650) {
_root.gotoAndStop("final");
}
} else {
_root.warn = " ";
}
}
Instance of Symbol 251 MovieClip in Symbol 427 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 427 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 427 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 427 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 427 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 427 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 427 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 427 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 427 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 427 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 427 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 427 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 427 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 427 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 427 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 427 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 427 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 427 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 427 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 427 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 427 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 427 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 427 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 427 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 427 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 427 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 427 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 427 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 427 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 251 MovieClip in Symbol 427 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 243 MovieClip in Symbol 427 MovieClip Frame 1
onClipEvent (load) {
speed = 1.5;
xscale = _xscale;
}
onClipEvent (enterFrame) {
this._x = this._x - speed;
}
onClipEvent (enterFrame) {
while (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._y = this._y - ((up = 9));
}
}
onClipEvent (enterFrame) {
this._y = this._y + ((gravity = 9));
if (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
gravity = 9;
} else {
gravity++;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcl.hitTest(_x + _parent._x, _y + _parent._y, true)) {
speed = -1.5;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcr.hitTest(_x + _parent._x, _y + _parent._y, true)) {
speed = 1.5;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcl.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._xscale = -200;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcr.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._xscale = xscale;
}
}
Instance of Symbol 243 MovieClip in Symbol 427 MovieClip Frame 1
onClipEvent (load) {
speed = 1.5;
xscale = _xscale;
}
onClipEvent (enterFrame) {
this._x = this._x - speed;
}
onClipEvent (enterFrame) {
while (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._y = this._y - ((up = 9));
}
}
onClipEvent (enterFrame) {
this._y = this._y + ((gravity = 9));
if (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
gravity = 9;
} else {
gravity++;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcl.hitTest(_x + _parent._x, _y + _parent._y, true)) {
speed = -1.5;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcr.hitTest(_x + _parent._x, _y + _parent._y, true)) {
speed = 1.5;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcl.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._xscale = -200;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcr.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._xscale = xscale;
}
}
Instance of Symbol 243 MovieClip in Symbol 427 MovieClip Frame 1
onClipEvent (load) {
speed = 1.5;
xscale = _xscale;
}
onClipEvent (enterFrame) {
this._x = this._x - speed;
}
onClipEvent (enterFrame) {
while (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._y = this._y - ((up = 9));
}
}
onClipEvent (enterFrame) {
this._y = this._y + ((gravity = 9));
if (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
gravity = 9;
} else {
gravity++;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcl.hitTest(_x + _parent._x, _y + _parent._y, true)) {
speed = -1.5;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcr.hitTest(_x + _parent._x, _y + _parent._y, true)) {
speed = 1.5;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcl.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._xscale = -200;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcr.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._xscale = xscale;
}
}
Instance of Symbol 243 MovieClip in Symbol 427 MovieClip Frame 1
onClipEvent (load) {
speed = 1.5;
xscale = _xscale;
}
onClipEvent (enterFrame) {
this._x = this._x - speed;
}
onClipEvent (enterFrame) {
while (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._y = this._y - ((up = 9));
}
}
onClipEvent (enterFrame) {
this._y = this._y + ((gravity = 9));
if (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
gravity = 9;
} else {
gravity++;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcl.hitTest(_x + _parent._x, _y + _parent._y, true)) {
speed = -1.5;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcr.hitTest(_x + _parent._x, _y + _parent._y, true)) {
speed = 1.5;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcl.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._xscale = -200;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcr.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._xscale = xscale;
}
}
Instance of Symbol 243 MovieClip in Symbol 427 MovieClip Frame 1
onClipEvent (load) {
speed = 1.5;
xscale = _xscale;
}
onClipEvent (enterFrame) {
this._x = this._x - speed;
}
onClipEvent (enterFrame) {
while (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._y = this._y - ((up = 9));
}
}
onClipEvent (enterFrame) {
this._y = this._y + ((gravity = 9));
if (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
gravity = 9;
} else {
gravity++;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcl.hitTest(_x + _parent._x, _y + _parent._y, true)) {
speed = -1.5;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcr.hitTest(_x + _parent._x, _y + _parent._y, true)) {
speed = 1.5;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcl.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._xscale = -200;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcr.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._xscale = xscale;
}
}
Instance of Symbol 243 MovieClip in Symbol 427 MovieClip Frame 1
onClipEvent (load) {
speed = 1.5;
xscale = _xscale;
}
onClipEvent (enterFrame) {
this._x = this._x - speed;
}
onClipEvent (enterFrame) {
while (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._y = this._y - ((up = 9));
}
}
onClipEvent (enterFrame) {
this._y = this._y + ((gravity = 9));
if (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
gravity = 9;
} else {
gravity++;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcl.hitTest(_x + _parent._x, _y + _parent._y, true)) {
speed = -1.5;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcr.hitTest(_x + _parent._x, _y + _parent._y, true)) {
speed = 1.5;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcl.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._xscale = -200;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcr.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._xscale = xscale;
}
}
Instance of Symbol 243 MovieClip in Symbol 427 MovieClip Frame 1
onClipEvent (load) {
speed = 1.5;
xscale = _xscale;
}
onClipEvent (enterFrame) {
this._x = this._x - speed;
}
onClipEvent (enterFrame) {
while (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._y = this._y - ((up = 9));
}
}
onClipEvent (enterFrame) {
this._y = this._y + ((gravity = 9));
if (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
gravity = 9;
} else {
gravity++;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcl.hitTest(_x + _parent._x, _y + _parent._y, true)) {
speed = -1.5;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcr.hitTest(_x + _parent._x, _y + _parent._y, true)) {
speed = 1.5;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcl.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._xscale = -200;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcr.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._xscale = xscale;
}
}
Instance of Symbol 243 MovieClip in Symbol 427 MovieClip Frame 1
onClipEvent (load) {
speed = 1.5;
xscale = _xscale;
}
onClipEvent (enterFrame) {
this._x = this._x - speed;
}
onClipEvent (enterFrame) {
while (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._y = this._y - ((up = 9));
}
}
onClipEvent (enterFrame) {
this._y = this._y + ((gravity = 9));
if (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
gravity = 9;
} else {
gravity++;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcl.hitTest(_x + _parent._x, _y + _parent._y, true)) {
speed = -1.5;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcr.hitTest(_x + _parent._x, _y + _parent._y, true)) {
speed = 1.5;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcl.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._xscale = -200;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcr.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._xscale = xscale;
}
}
Instance of Symbol 243 MovieClip in Symbol 427 MovieClip Frame 1
onClipEvent (load) {
speed = 1.5;
xscale = _xscale;
}
onClipEvent (enterFrame) {
this._x = this._x - speed;
}
onClipEvent (enterFrame) {
while (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._y = this._y - ((up = 9));
}
}
onClipEvent (enterFrame) {
this._y = this._y + ((gravity = 9));
if (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
gravity = 9;
} else {
gravity++;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcl.hitTest(_x + _parent._x, _y + _parent._y, true)) {
speed = -1.5;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcr.hitTest(_x + _parent._x, _y + _parent._y, true)) {
speed = 1.5;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcl.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._xscale = -200;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcr.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._xscale = xscale;
}
}
Instance of Symbol 221 MovieClip in Symbol 427 MovieClip Frame 1
onClipEvent (load) {
speed = 1.5;
xscale = _xscale;
}
onClipEvent (enterFrame) {
this._x = this._x - speed;
}
onClipEvent (enterFrame) {
while (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._y = this._y - ((up = 9));
}
}
onClipEvent (enterFrame) {
this._y = this._y + ((gravity = 9));
if (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
gravity = 9;
} else {
gravity++;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcl.hitTest(_x + _parent._x, _y + _parent._y, true)) {
speed = -1.5;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcr.hitTest(_x + _parent._x, _y + _parent._y, true)) {
speed = 1.5;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcl.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._xscale = xscale - 200;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcr.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._xscale = xscale;
}
}
Instance of Symbol 221 MovieClip in Symbol 427 MovieClip Frame 1
onClipEvent (load) {
speed = 1.5;
xscale = _xscale;
}
onClipEvent (enterFrame) {
this._x = this._x - speed;
}
onClipEvent (enterFrame) {
while (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._y = this._y - ((up = 9));
}
}
onClipEvent (enterFrame) {
this._y = this._y + ((gravity = 9));
if (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
gravity = 9;
} else {
gravity++;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcl.hitTest(_x + _parent._x, _y + _parent._y, true)) {
speed = -1.5;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcr.hitTest(_x + _parent._x, _y + _parent._y, true)) {
speed = 1.5;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcl.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._xscale = xscale - 200;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcr.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._xscale = xscale;
}
}
Instance of Symbol 221 MovieClip in Symbol 427 MovieClip Frame 1
onClipEvent (load) {
speed = 1.5;
xscale = _xscale;
}
onClipEvent (enterFrame) {
this._x = this._x - speed;
}
onClipEvent (enterFrame) {
while (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._y = this._y - ((up = 9));
}
}
onClipEvent (enterFrame) {
this._y = this._y + ((gravity = 9));
if (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
gravity = 9;
} else {
gravity++;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcl.hitTest(_x + _parent._x, _y + _parent._y, true)) {
speed = -1.5;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcr.hitTest(_x + _parent._x, _y + _parent._y, true)) {
speed = 1.5;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcl.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._xscale = xscale - 200;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcr.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._xscale = xscale;
}
}
Instance of Symbol 221 MovieClip in Symbol 427 MovieClip Frame 1
onClipEvent (load) {
speed = 1.5;
xscale = _xscale;
}
onClipEvent (enterFrame) {
this._x = this._x - speed;
}
onClipEvent (enterFrame) {
while (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._y = this._y - ((up = 9));
}
}
onClipEvent (enterFrame) {
this._y = this._y + ((gravity = 9));
if (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
gravity = 9;
} else {
gravity++;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcl.hitTest(_x + _parent._x, _y + _parent._y, true)) {
speed = -1.5;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcr.hitTest(_x + _parent._x, _y + _parent._y, true)) {
speed = 1.5;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcl.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._xscale = xscale - 200;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcr.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._xscale = xscale;
}
}
Instance of Symbol 221 MovieClip in Symbol 427 MovieClip Frame 1
onClipEvent (load) {
speed = 1.5;
xscale = _xscale;
}
onClipEvent (enterFrame) {
this._x = this._x - speed;
}
onClipEvent (enterFrame) {
while (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._y = this._y - ((up = 9));
}
}
onClipEvent (enterFrame) {
this._y = this._y + ((gravity = 9));
if (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
gravity = 9;
} else {
gravity++;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcl.hitTest(_x + _parent._x, _y + _parent._y, true)) {
speed = -1.5;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcr.hitTest(_x + _parent._x, _y + _parent._y, true)) {
speed = 1.5;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcl.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._xscale = xscale - 200;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcr.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._xscale = xscale;
}
}
Instance of Symbol 221 MovieClip in Symbol 427 MovieClip Frame 1
onClipEvent (load) {
speed = 1.5;
xscale = _xscale;
}
onClipEvent (enterFrame) {
this._x = this._x - speed;
}
onClipEvent (enterFrame) {
while (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._y = this._y - ((up = 9));
}
}
onClipEvent (enterFrame) {
this._y = this._y + ((gravity = 9));
if (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
gravity = 9;
} else {
gravity++;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcl.hitTest(_x + _parent._x, _y + _parent._y, true)) {
speed = -1.5;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcr.hitTest(_x + _parent._x, _y + _parent._y, true)) {
speed = 1.5;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcl.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._xscale = xscale - 200;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcr.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._xscale = xscale;
}
}
Instance of Symbol 221 MovieClip in Symbol 427 MovieClip Frame 1
onClipEvent (load) {
speed = 1.5;
xscale = _xscale;
}
onClipEvent (enterFrame) {
this._x = this._x - speed;
}
onClipEvent (enterFrame) {
while (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._y = this._y - ((up = 9));
}
}
onClipEvent (enterFrame) {
this._y = this._y + ((gravity = 9));
if (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) {
gravity = 9;
} else {
gravity++;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcl.hitTest(_x + _parent._x, _y + _parent._y, true)) {
speed = -1.5;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcr.hitTest(_x + _parent._x, _y + _parent._y, true)) {
speed = 1.5;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcl.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._xscale = xscale - 200;
}
}
onClipEvent (enterFrame) {
if (_root.level.npcr.hitTest(_x + _parent._x, _y + _parent._y, true)) {
this._xscale = xscale;
}
}
Symbol 442 Button
on (release) {
gotoAndStop ("map");
}