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 540
stop();
Instance of Symbol 127 MovieClip in Frame 540
onClipEvent (enterFrame) {
if (this.hitTest(_root.selecter)) {
_root.levelname = " Spiney Hills ";
if (Key.isDown(32)) {
_root.gotoAndStop("1-1");
}
}
}
Instance of Symbol 127 MovieClip in Frame 540
onClipEvent (enterFrame) {
if (this.hitTest(_root.selecter)) {
_root.levelname = "Pipealooza";
if (Key.isDown(32)) {
_root.gotoAndStop("1-4");
}
}
}
Instance of Symbol 127 MovieClip in Frame 540
onClipEvent (enterFrame) {
if (this.hitTest(_root.selecter)) {
_root.levelname = "Secret Zone";
if (Key.isDown(32)) {
_root.gotoAndStop("1-1");
}
}
}
Instance of Symbol 146 MovieClip "selecter" in Frame 540
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 150 MovieClip in Frame 540
onClipEvent (enterFrame) {
if (_global.lives <= 0) {
_root.gotoAndStop("gameover");
}
}
Frame 541
score = 0;
_quality = "LOW";
stop();
Instance of Symbol 165 MovieClip "levelb" in Frame 541
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
this._x = this._x + l;
} else if (Key.isDown(39)) {
this._x = this._x - r;
}
}
Instance of Symbol 167 MovieClip in Frame 541
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.gotoAndStop("death");
}
}
Instance of Symbol 231 MovieClip "level" in Frame 541
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
this._x = this._x + l;
} else if (Key.isDown(39)) {
this._x = this._x - r;
}
}
Instance of Symbol 280 MovieClip "tipbox" in Frame 541
onClipEvent (enterFrame) {
if (Key.isDown(16)) {
gotoAndStop ("off");
}
}
Instance of Symbol 283 MovieClip in Frame 541
onClipEvent (enterFrame) {
if (_root.score >= 6000) {
_root.nextFrame();
}
}
Instance of Symbol 150 MovieClip in Frame 541
onClipEvent (enterFrame) {
if (_global.lives <= 0) {
_root.gotoAndStop("gameover");
}
}
Instance of Symbol 290 MovieClip "health" in Frame 541
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 542
_global.lives = _global.lives - 1;
_root.scores = _root.scores - int(_root.scores / 1.2);
_root.gotoAndStop("map");
Frame 543
stop();
mynamevar = "< Name >";
Frame 544
score = 0;
Instance of Symbol 165 MovieClip "levelb" in Frame 544
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
this._x = this._x + l;
} else if (Key.isDown(39)) {
this._x = this._x - r;
}
}
Instance of Symbol 167 MovieClip in Frame 544
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.gotoAndStop("death");
}
}
Instance of Symbol 320 MovieClip "level" in Frame 544
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
this._x = this._x + l;
} else if (Key.isDown(39)) {
this._x = this._x - r;
}
}
Instance of Symbol 283 MovieClip in Frame 544
onClipEvent (enterFrame) {
if (_root.score >= 6000) {
_root.nextFrame();
}
}
Instance of Symbol 150 MovieClip in Frame 544
onClipEvent (enterFrame) {
if (_global.lives <= 0) {
_root.gotoAndStop("gameover");
}
}
Instance of Symbol 290 MovieClip "health" in Frame 544
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 545
_root.gotoAndStop("death");
Frame 546
score = 0;
Instance of Symbol 337 MovieClip "levelb" in Frame 546
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
this._x = this._x + l;
} else if (Key.isDown(39)) {
this._x = this._x - r;
}
}
Instance of Symbol 167 MovieClip in Frame 546
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.gotoAndStop("death");
}
}
Instance of Symbol 356 MovieClip "level" in Frame 546
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
this._x = this._x + l;
} else if (Key.isDown(39)) {
this._x = this._x - r;
}
}
Instance of Symbol 178 MovieClip in Frame 546
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 178 MovieClip in Frame 546
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 283 MovieClip in Frame 546
onClipEvent (enterFrame) {
if (_root.score >= 6000) {
_root.nextFrame();
}
}
Instance of Symbol 150 MovieClip in Frame 546
onClipEvent (enterFrame) {
if (_global.lives <= 0) {
_root.gotoAndStop("gameover");
}
}
Instance of Symbol 290 MovieClip "health" in Frame 546
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 548
_root.score = 0;
mynamevar = "< Name >";
Instance of Symbol 372 MovieClip "levelb" in Frame 548
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
this._x = this._x + l;
} else if (Key.isDown(39)) {
this._x = this._x - r;
}
}
Instance of Symbol 167 MovieClip in Frame 548
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.gotoAndStop("death");
}
}
Instance of Symbol 386 MovieClip "level" in Frame 548
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
this._x = this._x + l;
} else if (Key.isDown(39)) {
this._x = this._x - r;
}
}
Instance of Symbol 283 MovieClip in Frame 548
onClipEvent (enterFrame) {
if (_root.score >= 6000) {
_root.nextFrame();
}
}
Instance of Symbol 150 MovieClip in Frame 548
onClipEvent (enterFrame) {
if (_global.lives <= 0) {
_root.gotoAndStop("gameover");
}
}
Instance of Symbol 290 MovieClip "health" in Frame 548
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
stop();
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 53 Button
on (release) {
gotoAndStop ("mode");
}
Symbol 55 Button
on (release) {
gotoAndStop ("instruct");
}
Symbol 59 MovieClip Frame 1
stop();
Symbol 60 MovieClip Frame 1
stop();
Symbol 62 Button
on (release) {
gotoAndStop ("highscores");
}
Symbol 86 Button
on (release) {
gotoAndStop ("mode");
}
Symbol 117 Button
on (release) {
_global.hp = 1;
}
on (release) {
_global.lives = 3;
}
on (release) {
gotoAndStop ("start");
}
Symbol 119 Button
on (release) {
_global.hp = 2;
}
on (release) {
_global.lives = 3;
}
on (release) {
gotoAndStop ("start");
}
Symbol 121 Button
on (release) {
_global.hp = 3;
}
on (release) {
_global.lives = 3;
}
on (release) {
gotoAndStop ("start");
}
Symbol 134 MovieClip Frame 1
stop();
Instance of Symbol 127 MovieClip in Symbol 134 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.selecter)) {
_root.levelname = "Pokeydocks Parryblocks";
if (Key.isDown(32)) {
_root.gotoAndStop("1-2");
}
}
}
Symbol 135 MovieClip Frame 1
stop();
Instance of Symbol 127 MovieClip in Symbol 135 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 143 MovieClip in Symbol 146 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 145 MovieClip in Symbol 146 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 145 MovieClip in Symbol 146 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 145 MovieClip in Symbol 146 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 145 MovieClip in Symbol 146 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 156 Button
on (release) {
_root.gotoAndStop("gameover");
}
Symbol 159 MovieClip Frame 1
stop();
Symbol 178 MovieClip Frame 1
stop();
Symbol 178 MovieClip Frame 2
_root.health.hp.prevFrame();
Instance of Symbol 184 MovieClip in Symbol 185 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 184 MovieClip in Symbol 185 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 132 MovieClip in Symbol 214 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.board)) {
_parent._visible = true;
} else {
_parent._visible = false;
}
}
Instance of Symbol 213 MovieClip in Symbol 214 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.player.hitzone)) {
_root.health.hp.nextFrame();
}
}
Symbol 221 MovieClip Frame 1
stop();
Instance of Symbol 221 MovieClip in Symbol 222 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 223 MovieClip Frame 1
stop();
Instance of Symbol 219 MovieClip in Symbol 223 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 = -10;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.jump)) {
_parent.gotoAndStop("shell");
}
}
Instance of Symbol 220 MovieClip in Symbol 223 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.player.hitzone)) {
_root.health.hp.nextFrame();
}
}
Symbol 223 MovieClip Frame 2
_root.scores = _root.scores + 200;
Instance of Symbol 222 MovieClip in Symbol 223 MovieClip Frame 2
onClipEvent (enterFrame) {
_parent.speed = 0;
}
Symbol 230 MovieClip Frame 1
stop();
Instance of Symbol 72 MovieClip in Symbol 230 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.board)) {
_parent._visible = true;
} else {
_parent._visible = false;
}
}
Symbol 230 MovieClip Frame 2
_root.scores = _root.scores + 50;
_root.score = _root.score + 10;
Instance of Symbol 171 MovieClip in Symbol 231 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 178 MovieClip in Symbol 231 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 178 MovieClip in Symbol 231 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 178 MovieClip in Symbol 231 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 214 MovieClip in Symbol 231 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 214 MovieClip in Symbol 231 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 214 MovieClip in Symbol 231 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 214 MovieClip in Symbol 231 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 214 MovieClip in Symbol 231 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 214 MovieClip in Symbol 231 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 214 MovieClip in Symbol 231 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 214 MovieClip in Symbol 231 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 214 MovieClip in Symbol 231 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 214 MovieClip in Symbol 231 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 214 MovieClip in Symbol 231 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 214 MovieClip in Symbol 231 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 214 MovieClip in Symbol 231 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 214 MovieClip in Symbol 231 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 223 MovieClip in Symbol 231 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 223 MovieClip in Symbol 231 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 223 MovieClip in Symbol 231 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 223 MovieClip in Symbol 231 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 230 MovieClip in Symbol 231 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 231 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 231 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 231 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 231 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 231 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 231 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 231 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 231 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 231 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 231 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 231 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 231 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 231 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 231 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 231 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 231 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 231 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 231 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 231 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 231 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 231 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 76 MovieClip in Symbol 231 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 230 MovieClip in Symbol 231 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 231 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 231 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 231 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 231 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 231 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 231 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 231 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 231 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 231 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 231 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 231 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 231 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 231 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 231 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 231 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 231 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 231 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 231 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 231 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 231 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 231 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 231 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 231 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 231 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 231 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 231 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 231 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 231 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 221 MovieClip in Symbol 231 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 221 MovieClip in Symbol 231 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 221 MovieClip in Symbol 231 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 221 MovieClip in Symbol 231 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 254 MovieClip Frame 1
stop();
Symbol 255 MovieClip Frame 1
stop();
Symbol 255 MovieClip Frame 2
_root.player._visible = false;
Symbol 255 MovieClip Frame 3
_root.player._visible = true;
Symbol 255 MovieClip Frame 4
_root.player._visible = false;
Symbol 255 MovieClip Frame 5
_root.player._visible = true;
Symbol 255 MovieClip Frame 6
_root.player._visible = false;
Symbol 255 MovieClip Frame 7
_root.player._visible = true;
Symbol 255 MovieClip Frame 8
_root.player._visible = false;
Symbol 255 MovieClip Frame 9
_root.player._visible = true;
Symbol 255 MovieClip Frame 10
_root.player._visible = false;
Symbol 255 MovieClip Frame 11
_root.player._visible = true;
Symbol 255 MovieClip Frame 12
_root.player._visible = false;
Symbol 255 MovieClip Frame 13
_root.player._visible = true;
Symbol 255 MovieClip Frame 14
_root.player._visible = false;
Symbol 255 MovieClip Frame 15
_root.player._visible = true;
Symbol 255 MovieClip Frame 16
_root.player._visible = false;
Symbol 255 MovieClip Frame 17
_root.player._visible = true;
Symbol 255 MovieClip Frame 18
_root.player._visible = false;
Symbol 255 MovieClip Frame 19
_root.player._visible = true;
Symbol 255 MovieClip Frame 20
_root.player._visible = false;
Symbol 255 MovieClip Frame 21
_root.player._visible = true;
Symbol 255 MovieClip Frame 22
_root.player._visible = false;
Symbol 255 MovieClip Frame 23
_root.player._visible = true;
Symbol 255 MovieClip Frame 24
_root.player._visible = false;
Symbol 255 MovieClip Frame 25
_root.player._visible = true;
Symbol 266 MovieClip Frame 1
stop();
Symbol 271 MovieClip Frame 64
stop();
_root.gotoAndStop("death");
Symbol 273 MovieClip Frame 1
stop();
Symbol 275 MovieClip Frame 1
stop();
Instance of Symbol 238 MovieClip in Symbol 275 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 238 MovieClip in Symbol 275 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 256 MovieClip "player" in Symbol 275 MovieClip Frame 1
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 = -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 258 MovieClip in Symbol 275 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 256 MovieClip "player" in Symbol 275 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 266 MovieClip in Symbol 275 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 238 MovieClip in Symbol 275 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 238 MovieClip in Symbol 275 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 238 MovieClip in Symbol 275 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 238 MovieClip in Symbol 275 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 258 MovieClip in Symbol 275 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 274 MovieClip "player" in Symbol 275 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 280 MovieClip Frame 1
stop();
Symbol 280 MovieClip Frame 2
stop();
Symbol 287 MovieClip Frame 1
stop();
Symbol 287 MovieClip Frame 2
stop();
_root.player.player.hitzone.play();
Symbol 287 MovieClip Frame 3
_root.player.player.hitzone.play();
Symbol 287 MovieClip Frame 4
_root.player.player.hitzone.play();
Symbol 287 MovieClip Frame 5
_root.player.gotoAndStop("dead");
Symbol 288 MovieClip Frame 1
stop();
Symbol 288 MovieClip Frame 2
_root.player.player.hitzone.play();
Symbol 288 MovieClip Frame 3
_root.player.gotoAndStop("dead");
Symbol 289 MovieClip Frame 1
stop();
Symbol 289 MovieClip Frame 2
_root.player.gotoAndStop("dead");
Symbol 290 MovieClip Frame 1
stop();
Symbol 292 MovieClip Frame 56
stop();
Symbol 300 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 314 MovieClip Frame 1
stop();
Symbol 314 MovieClip Frame 2
stop();
Instance of Symbol 312 MovieClip in Symbol 314 MovieClip Frame 2
/* no clip actions */
Symbol 314 MovieClip Frame 35
play();
Instance of Symbol 313 MovieClip in Symbol 314 MovieClip Frame 35
onClipEvent (load) {
gravity = 0;
}
onClipEvent (enterFrame) {
this._y = this._y + (gravity++);
}
Instance of Symbol 314 MovieClip in Symbol 315 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.play();
}
}
Instance of Symbol 314 MovieClip in Symbol 315 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.play();
}
}
Instance of Symbol 314 MovieClip in Symbol 315 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.play();
}
}
Instance of Symbol 314 MovieClip in Symbol 315 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.play();
}
}
Instance of Symbol 314 MovieClip in Symbol 315 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.play();
}
}
Instance of Symbol 314 MovieClip in Symbol 315 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.play();
}
}
Instance of Symbol 314 MovieClip in Symbol 315 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.play();
}
}
Instance of Symbol 314 MovieClip in Symbol 315 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.play();
}
}
Instance of Symbol 171 MovieClip in Symbol 320 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 178 MovieClip in Symbol 320 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 76 MovieClip in Symbol 320 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 214 MovieClip in Symbol 320 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 214 MovieClip in Symbol 320 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 214 MovieClip in Symbol 320 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 214 MovieClip in Symbol 320 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 214 MovieClip in Symbol 320 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 214 MovieClip in Symbol 320 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 214 MovieClip in Symbol 320 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 214 MovieClip in Symbol 320 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 223 MovieClip in Symbol 320 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 223 MovieClip in Symbol 320 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 223 MovieClip in Symbol 320 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 178 MovieClip in Symbol 320 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 223 MovieClip in Symbol 320 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 223 MovieClip in Symbol 320 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 223 MovieClip in Symbol 320 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 320 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 230 MovieClip in Symbol 320 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 320 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 320 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 320 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 320 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 320 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 320 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 320 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 320 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 320 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 320 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 320 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 320 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 320 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 320 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 320 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 320 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 320 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 320 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 320 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 320 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 320 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 320 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 320 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 320 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 320 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 320 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 320 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 320 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 320 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 320 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 320 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 320 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 320 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 320 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 320 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 320 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 320 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 320 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 320 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 320 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 320 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 320 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 320 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 320 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 320 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 320 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 320 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 320 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 320 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 320 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 320 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 320 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 320 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 320 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 320 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 320 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 320 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 320 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 320 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 320 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 320 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 320 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 320 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 320 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 327 MovieClip in Symbol 331 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.player.hitzone)) {
_root.health.hp.nextFrame();
}
}
Instance of Symbol 314 MovieClip in Symbol 346 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.play();
}
}
Instance of Symbol 314 MovieClip in Symbol 346 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.play();
}
}
Instance of Symbol 314 MovieClip in Symbol 346 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.play();
}
}
Symbol 349 MovieClip Frame 1
stop();
Symbol 351 MovieClip Frame 1
stop();
Instance of Symbol 171 MovieClip in Symbol 356 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 76 MovieClip in Symbol 356 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 76 MovieClip in Symbol 356 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 356 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 230 MovieClip in Symbol 356 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 349 MovieClip in Symbol 356 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 230 MovieClip in Symbol 356 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 356 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 356 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 356 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 356 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 356 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 356 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 356 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 356 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 356 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 356 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 356 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 356 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 356 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 356 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 356 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 356 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 356 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 356 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 356 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 356 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 356 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 356 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 356 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 356 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 356 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 356 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 356 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 356 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 356 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 356 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 356 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 356 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 356 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 356 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 356 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 356 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 356 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 356 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 356 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 356 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 351 MovieClip in Symbol 356 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 230 MovieClip in Symbol 356 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 356 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 356 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 356 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 356 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 356 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 356 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 356 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 356 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 356 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 356 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 356 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 356 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 356 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 356 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 356 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 356 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 356 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 356 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 356 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 356 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 356 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 356 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 356 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 356 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 356 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 356 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 356 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 356 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 356 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 356 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 356 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 356 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 356 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 356 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 356 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 356 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 356 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 356 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 356 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 356 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 356 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 356 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 356 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 356 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 356 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 356 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 356 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 356 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 356 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 356 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 356 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 356 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 356 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 356 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 356 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 356 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 356 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 356 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 356 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 356 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 356 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 356 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 356 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 356 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 356 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 356 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 356 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 356 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 356 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 356 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 356 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 223 MovieClip in Symbol 356 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 223 MovieClip in Symbol 356 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 214 MovieClip in Symbol 356 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 214 MovieClip in Symbol 356 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 214 MovieClip in Symbol 356 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 214 MovieClip in Symbol 356 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 214 MovieClip in Symbol 356 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 214 MovieClip in Symbol 356 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 214 MovieClip in Symbol 356 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 214 MovieClip in Symbol 356 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 214 MovieClip in Symbol 356 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 223 MovieClip in Symbol 356 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 223 MovieClip in Symbol 356 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 223 MovieClip in Symbol 356 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 214 MovieClip in Symbol 356 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 214 MovieClip in Symbol 356 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 214 MovieClip in Symbol 356 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 214 MovieClip in Symbol 356 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 214 MovieClip in Symbol 356 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 214 MovieClip in Symbol 356 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 214 MovieClip in Symbol 356 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 214 MovieClip in Symbol 356 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 214 MovieClip in Symbol 356 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 178 MovieClip in Symbol 356 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 178 MovieClip in Symbol 356 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 178 MovieClip in Symbol 356 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 314 MovieClip in Symbol 379 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.play();
}
}
Instance of Symbol 314 MovieClip in Symbol 379 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.play();
}
}
Instance of Symbol 314 MovieClip in Symbol 379 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.play();
}
}
Instance of Symbol 314 MovieClip in Symbol 379 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.play();
}
}
Instance of Symbol 171 MovieClip in Symbol 386 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.score >= 3500) {
_root.block.four.nextFrame();
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (_root.score >= 2500) {
_global.lives = _global.lives + 5;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.warn = " You need at least $2500 to Advance ";
if (_root.score >= 2500) {
_root.gotoAndStop("final");
}
} else {
_root.warn = " ";
}
}
Instance of Symbol 178 MovieClip in Symbol 386 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 178 MovieClip in Symbol 386 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 178 MovieClip in Symbol 386 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 178 MovieClip in Symbol 386 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 178 MovieClip in Symbol 386 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 76 MovieClip in Symbol 386 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 76 MovieClip in Symbol 386 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 230 MovieClip in Symbol 386 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 386 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 386 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 386 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 386 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 386 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 386 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 386 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 386 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 386 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 386 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 386 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 386 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 386 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 386 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 386 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 386 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 386 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 386 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 386 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 386 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 386 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 386 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 386 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 386 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 386 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 386 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 386 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 386 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 386 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 386 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 386 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 386 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 386 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 386 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 386 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 386 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 386 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 230 MovieClip in Symbol 386 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.nextFrame();
}
}
Instance of Symbol 223 MovieClip in Symbol 386 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 223 MovieClip in Symbol 386 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 214 MovieClip in Symbol 386 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 214 MovieClip in Symbol 386 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 214 MovieClip in Symbol 386 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 214 MovieClip in Symbol 386 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 214 MovieClip in Symbol 386 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 214 MovieClip in Symbol 386 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 223 MovieClip in Symbol 386 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 223 MovieClip in Symbol 386 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 223 MovieClip in Symbol 386 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 214 MovieClip in Symbol 386 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 214 MovieClip in Symbol 386 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 223 MovieClip in Symbol 386 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 223 MovieClip in Symbol 386 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 223 MovieClip in Symbol 386 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 223 MovieClip in Symbol 386 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 223 MovieClip in Symbol 386 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 223 MovieClip in Symbol 386 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 223 MovieClip in Symbol 386 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 214 MovieClip in Symbol 386 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 214 MovieClip in Symbol 386 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 214 MovieClip in Symbol 386 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 214 MovieClip in Symbol 386 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 214 MovieClip in Symbol 386 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 214 MovieClip in Symbol 386 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 223 MovieClip in Symbol 386 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 214 MovieClip in Symbol 386 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 214 MovieClip in Symbol 386 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 214 MovieClip in Symbol 386 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 214 MovieClip in Symbol 386 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 214 MovieClip in Symbol 386 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 214 MovieClip in Symbol 386 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 214 MovieClip in Symbol 386 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 214 MovieClip in Symbol 386 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 223 MovieClip in Symbol 386 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 223 MovieClip in Symbol 386 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 223 MovieClip in Symbol 386 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;
}
}