STORY   LOOP   FURRY   PORN   GAMES
• C •   SERVICES [?] [R] RND   POPULAR
Archived flashes:
228095
/disc/ · /res/     /show/ · /fap/ · /gg/ · /swf/P0001 · P2561 · P5121

<div style="position:absolute;top:-99px;left:-99px;"><img src="http://swfchan.com:57475/74160274?noj=FRM74160274-5DC" width="1" height="1"></div>

Super Bandit Bros.swf

This is the info page for
Flash #42808

(Click the ID number above for more basic data on this flash file.)


Text
PRESENTS

SUPER BANDIT
BROS.

Game Developed by Shark-Flash.com
Based on characters created by Nintendo

Ormond rocks!

Bigmike pwns

Start Game

Instructions

Highscores

All Time Best PLayer

More

SPECIAL EDITION

loading...

...loading

SF 07

The objective of the game is to earn enough cash on each stage
to advance to the next level. Cash can be earned by collecting
coins    or by picking up objects you find like the koopa shell
and bringing them to the start of the stage to your stash where it
will be traded for money.
At the end of each level there is an exit sign.       If you have
earned the target cash amount , the next level will be unlocked.

EXIT

Controls-
LEFT/RIGHT ARROW KEYS- Move
SPACE- Jump (On World map, space will activate a level.)
DOWN- Pick up or drop an object at stash.

#
1.
2.
3.
4.
5.
6.
7.
8.
9.
10.

Name

Score

loading...

loading...

loading...

loading...

loading...

loading...

loading...

loading...

loading...

loading...

...loading

...loading

...loading

...loading

...loading

...loading

...loading

...loading

...loading

...loading

Top 10 Players

Game Developed by Shark-Flash.com
Based on characters created by nintendo

Easy

Medium

Hard

x

<p align="left"></p>

Submit Score

<p align="center"></p>

1-1

<p align="center"></p>

PRESS SHIFT TO CLOSE THIS WINDOW

<p align="left"><font face="Impact" size="19" color="#ffffff" letterSpacing="0.000000" kerning="1">TEST</font></p>

<p align="left"></p>

<p align="center"><font face="Impact" size="23" color="#ff0000" letterSpacing="0.000000" kerning="1">$</font></p>

<p align="left"></p>

<p align="right"></p>

GAME OVER

Please Submit your score!

<p align="center"></p>

Submit

1-2

<p align="center"></p>

<p align="left"></p>

<p align="left"></p>

<p align="right"></p>

1-3

<p align="center"></p>

<p align="left"></p>

<p align="left"></p>

<p align="right"></p>

<p align="center"></p>

1-4

<p align="center"></p>

<p align="left"></p>

<p align="left"></p>

<p align="right"></p>

<p align="center"></p>

1-5

<p align="center"></p>

<p align="left"></p>

<p align="left"></p>

<p align="right"></p>

ALL LEVELS COMPLETED

<p align="center"></p>

Contuinue playing?

If not, submit your final score!

BACK TO MAP SCREEN!!

ActionScript [AS1/AS2]

Frame 1
stop();
Frame 535
stop(); stop(); __top10_send__ = new LoadVars(); __top10_receive__ = new LoadVars(); __top10_url_1__ = "http://www.armorbot.com/flashcomm"; __top10_url_2__ = "/top10_b"; __top10_send__.hid = 1189; __top10_send__.kid = "BXGXCT"; __top10_send__.sendAndLoad(__top10_url_1__ + __top10_url_2__, __top10_receive__, "POST"); __top10_receive__.onLoad = function (success) { if (success) { i = 1; while (i < 11) { _root[("_name" + i) + "_"].text = __top10_receive__["name" + i]; _root[("_score" + i) + "_"].text = __top10_receive__["score" + i]; i++; } } else { _root.__err__.gotoAndStop(2); } };
Frame 537
stop(); __top10_send__ = new LoadVars(); __top10_receive__ = new LoadVars(); __top10_url_1__ = "http://www.armorbot.com/flashcomm"; __top10_url_2__ = "/top10_b"; __top10_send__.hid = 1189; __top10_send__.kid = "BXGXCT"; __top10_send__.sendAndLoad(__top10_url_1__ + __top10_url_2__, __top10_receive__, "POST"); __top10_receive__.onLoad = function (success) { if (success) { i = 1; while (i < 11) { _root[("_name" + i) + "_"].text = __top10_receive__["name" + i]; _root[("_score" + i) + "_"].text = __top10_receive__["score" + i]; i++; } } else { _root.__err__.gotoAndStop(2); } }; stop();
Frame 539
_root.scores = 0; play();
Frame 541
stop();
Instance of Symbol 139 MovieClip in Frame 541
onClipEvent (enterFrame) { if (this.hitTest(_root.selecter)) { _root.levelname = " Spiney Hills "; if (Key.isDown(32)) { _root.gotoAndStop("1-1"); } } }
Instance of Symbol 139 MovieClip in Frame 541
onClipEvent (enterFrame) { if (this.hitTest(_root.selecter)) { _root.levelname = "Pipepalooza"; if (Key.isDown(32)) { _root.gotoAndStop("1-4"); } } }
Instance of Symbol 139 MovieClip in Frame 541
onClipEvent (enterFrame) { if (this.hitTest(_root.selecter)) { _root.levelname = "Rooftop Bandits"; if (Key.isDown(32)) { _root.gotoAndStop("1-5"); } } }
Instance of Symbol 158 MovieClip "selecter" in Frame 541
onClipEvent (enterFrame) { speed = 0.7; xscale = _xscale; } onClipEvent (enterFrame) { if (Key.isDown(38)) { this._y = this._y - upspeed; } else if (Key.isDown(40)) { this._y = this._y + downspeed; } else if (Key.isDown(39)) { this._x = this._x + rightspeed; } else if (Key.isDown(37)) { this._x = this._x - leftspeed; } }
Instance of Symbol 162 MovieClip in Frame 541
onClipEvent (enterFrame) { if (_global.lives <= 0) { _root.gotoAndStop("gameover"); } }
Frame 542
score = 0; _quality = "LOW"; stop();
Instance of Symbol 177 MovieClip "levelb" in Frame 542
onClipEvent (enterFrame) { if (Key.isDown(37)) { this._x = this._x + l; } else if (Key.isDown(39)) { this._x = this._x - r; } }
Instance of Symbol 179 MovieClip in Frame 542
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.gotoAndStop("death"); } }
Instance of Symbol 255 MovieClip "level" in Frame 542
onClipEvent (enterFrame) { if (Key.isDown(37)) { this._x = this._x + l; } else if (Key.isDown(39)) { this._x = this._x - r; } }
Instance of Symbol 305 MovieClip "tipbox" in Frame 542
onClipEvent (enterFrame) { if (Key.isDown(16)) { gotoAndStop ("off"); } }
Instance of Symbol 308 MovieClip in Frame 542
onClipEvent (enterFrame) { if (_root.score >= 6000) { _root.nextFrame(); } }
Instance of Symbol 162 MovieClip in Frame 542
onClipEvent (enterFrame) { if (_global.lives <= 0) { _root.gotoAndStop("gameover"); } }
Instance of Symbol 316 MovieClip "health" in Frame 542
onClipEvent (enterFrame) { if (_global.hp == 3) { this.gotoAndStop("hard"); } else if (_global.hp == 2) { this.gotoAndStop("med"); } else if (_global.hp == 1) { this.gotoAndStop("easy"); } }
Frame 543
_global.lives = _global.lives - 1; _root.scores = _root.scores - int(_root.scores / 1.2); _root.gotoAndStop("map");
Frame 544
stop(); mynamevar = "Player";
Frame 545
score = 0;
Instance of Symbol 177 MovieClip "levelb" in Frame 545
onClipEvent (enterFrame) { if (Key.isDown(37)) { this._x = this._x + l; } else if (Key.isDown(39)) { this._x = this._x - r; } }
Instance of Symbol 179 MovieClip in Frame 545
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.gotoAndStop("death"); } }
Instance of Symbol 346 MovieClip "level" in Frame 545
onClipEvent (enterFrame) { if (Key.isDown(37)) { this._x = this._x + l; } else if (Key.isDown(39)) { this._x = this._x - r; } }
Instance of Symbol 308 MovieClip in Frame 545
onClipEvent (enterFrame) { if (_root.score >= 6000) { _root.nextFrame(); } }
Instance of Symbol 162 MovieClip in Frame 545
onClipEvent (enterFrame) { if (_global.lives <= 0) { _root.gotoAndStop("gameover"); } }
Instance of Symbol 316 MovieClip "health" in Frame 545
onClipEvent (enterFrame) { if (_global.hp == 3) { this.gotoAndStop("hard"); } else if (_global.hp == 2) { this.gotoAndStop("med"); } else if (_global.hp == 1) { this.gotoAndStop("easy"); } }
Frame 546
_root.gotoAndStop("death");
Frame 547
score = 0;
Instance of Symbol 354 MovieClip "levelb" in Frame 547
onClipEvent (enterFrame) { if (Key.isDown(37)) { this._x = this._x + l; } else if (Key.isDown(39)) { this._x = this._x - r; } }
Instance of Symbol 179 MovieClip in Frame 547
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.gotoAndStop("death"); } }
Instance of Symbol 370 MovieClip "level" in Frame 547
onClipEvent (enterFrame) { if (Key.isDown(37)) { this._x = this._x + l; } else if (Key.isDown(39)) { this._x = this._x - r; } }
Instance of Symbol 188 MovieClip in Frame 547
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 308 MovieClip in Frame 547
onClipEvent (enterFrame) { if (_root.score >= 6000) { _root.nextFrame(); } }
Instance of Symbol 162 MovieClip in Frame 547
onClipEvent (enterFrame) { if (_global.lives <= 0) { _root.gotoAndStop("gameover"); } }
Instance of Symbol 316 MovieClip "health" in Frame 547
onClipEvent (enterFrame) { if (_global.hp == 3) { this.gotoAndStop("hard"); } else if (_global.hp == 2) { this.gotoAndStop("med"); } else if (_global.hp == 1) { this.gotoAndStop("easy"); } }
Frame 549
_root.score = 0; mynamevar = "Player";
Instance of Symbol 385 MovieClip "levelb" in Frame 549
onClipEvent (enterFrame) { if (Key.isDown(37)) { this._x = this._x + l; } else if (Key.isDown(39)) { this._x = this._x - r; } }
Instance of Symbol 179 MovieClip in Frame 549
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.gotoAndStop("death"); } }
Instance of Symbol 408 MovieClip "level" in Frame 549
onClipEvent (enterFrame) { if (Key.isDown(37)) { this._x = this._x + l; } else if (Key.isDown(39)) { this._x = this._x - r; } }
Instance of Symbol 308 MovieClip in Frame 549
onClipEvent (enterFrame) { if (_root.score >= 6000) { _root.nextFrame(); } }
Instance of Symbol 162 MovieClip in Frame 549
onClipEvent (enterFrame) { if (_global.lives <= 0) { _root.gotoAndStop("gameover"); } }
Instance of Symbol 316 MovieClip "health" in Frame 549
onClipEvent (enterFrame) { if (_global.hp == 3) { this.gotoAndStop("hard"); } else if (_global.hp == 2) { this.gotoAndStop("med"); } else if (_global.hp == 1) { this.gotoAndStop("easy"); } }
Frame 550
gotoAndStop ("map");
Frame 551
stop(); _root.score = 0; _root.warn = " ";
Instance of Symbol 179 MovieClip in Frame 551
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.gotoAndStop("death"); } }
Instance of Symbol 419 MovieClip "levelb" in Frame 551
onClipEvent (enterFrame) { if (Key.isDown(37)) { this._x = this._x + l; } else if (Key.isDown(39)) { this._x = this._x - r; } }
Instance of Symbol 179 MovieClip in Frame 551
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.gotoAndStop("death"); } }
Instance of Symbol 431 MovieClip "level" in Frame 551
onClipEvent (enterFrame) { if (Key.isDown(37)) { this._x = this._x + l; } else if (Key.isDown(39)) { this._x = this._x - r; } }
Instance of Symbol 308 MovieClip in Frame 551
onClipEvent (enterFrame) { if (_root.score >= 6000) { _root.nextFrame(); } }
Instance of Symbol 162 MovieClip in Frame 551
onClipEvent (enterFrame) { if (_global.lives <= 0) { _root.gotoAndStop("gameover"); } }
Instance of Symbol 316 MovieClip "health" in Frame 551
onClipEvent (enterFrame) { if (_global.hp == 3) { this.gotoAndStop("hard"); } else if (_global.hp == 2) { this.gotoAndStop("med"); } else if (_global.hp == 1) { this.gotoAndStop("easy"); } }
Frame 552
gotoAndStop ("map");
Frame 553
stop(); mynamevar = "Player";
Symbol 28 Button
on (release) { _root.play(); }
Symbol 29 MovieClip Frame 1
_root.stop(); PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100; if (PercentLoaded != 100) { setProperty(bar, _xscale , PercentLoaded); } else { gotoAndStop ("loaded"); }
Symbol 29 MovieClip Frame 2
gotoAndPlay (1);
Symbol 29 MovieClip Frame 3
_root.play();
Symbol 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 65 Button
on (release) { getURL ("http://www.shark-flash.com", _BLANK); }
Symbol 87 MovieClip Frame 10
stop();
Symbol 98 Button
on (release) { gotoAndStop ("mode"); }
Symbol 129 Button
on (release) { _global.hp = 1; } on (release) { _global.lives = 3; } on (release) { gotoAndStop ("start"); }
Symbol 131 Button
on (release) { _global.hp = 2; } on (release) { _global.lives = 3; } on (release) { gotoAndStop ("start"); }
Symbol 133 Button
on (release) { _global.hp = 3; } on (release) { _global.lives = 3; } on (release) { gotoAndStop ("start"); }
Symbol 146 MovieClip Frame 1
stop();
Instance of Symbol 139 MovieClip in Symbol 146 MovieClip Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.selecter)) { _root.levelname = "Pokeydocks Parryblocks"; if (Key.isDown(32)) { _root.gotoAndStop("1-2"); } } }
Symbol 147 MovieClip Frame 1
stop();
Instance of Symbol 139 MovieClip in Symbol 147 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 155 MovieClip in Symbol 158 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 157 MovieClip in Symbol 158 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 157 MovieClip in Symbol 158 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 157 MovieClip in Symbol 158 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 157 MovieClip in Symbol 158 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 168 Button
on (release) { _root.gotoAndStop("gameover"); }
Symbol 171 MovieClip Frame 1
stop();
Symbol 188 MovieClip Frame 1
stop();
Symbol 188 MovieClip Frame 2
_root.health.hp.prevFrame();
Instance of Symbol 194 MovieClip in Symbol 195 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 194 MovieClip in Symbol 195 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 144 MovieClip in Symbol 224 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.board)) { _parent._visible = true; } else { _parent._visible = false; } }
Instance of Symbol 223 MovieClip in Symbol 224 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player.player.hitzone)) { _root.health.hp.nextFrame(); } }
Symbol 243 MovieClip Frame 1
stop();
Instance of Symbol 243 MovieClip in Symbol 244 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 246 MovieClip Frame 1
stop();
Instance of Symbol 241 MovieClip in Symbol 246 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.board)) { _parent._visible = true; } else { _parent._visible = false; } } onClipEvent (enterFrame) { if (this.hitTest(_root.player.jump)) { _root.player.player.gravity = -11; } } onClipEvent (enterFrame) { if (this.hitTest(_root.player.jump)) { _parent.gotoAndStop("shell"); } }
Instance of Symbol 242 MovieClip in Symbol 246 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player.player.hitzone)) { _root.health.hp.nextFrame(); } }
Symbol 246 MovieClip Frame 2
_root.scores = _root.scores + 200;
Instance of Symbol 244 MovieClip in Symbol 246 MovieClip Frame 2
onClipEvent (enterFrame) { _parent.speed = 0; }
Symbol 254 MovieClip Frame 1
stop();
Instance of Symbol 78 MovieClip in Symbol 254 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.board)) { _parent._visible = true; } else { _parent._visible = false; } }
Symbol 254 MovieClip Frame 2
_root.scores = _root.scores + 50; _root.score = _root.score + 10;
Instance of Symbol 181 MovieClip in Symbol 255 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 188 MovieClip in Symbol 255 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 188 MovieClip in Symbol 255 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 188 MovieClip in Symbol 255 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 224 MovieClip in Symbol 255 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 224 MovieClip in Symbol 255 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 224 MovieClip in Symbol 255 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 224 MovieClip in Symbol 255 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 224 MovieClip in Symbol 255 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 224 MovieClip in Symbol 255 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 224 MovieClip in Symbol 255 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 246 MovieClip in Symbol 255 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 246 MovieClip in Symbol 255 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 246 MovieClip in Symbol 255 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 246 MovieClip in Symbol 255 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 254 MovieClip in Symbol 255 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 255 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 255 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 255 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 255 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 255 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 255 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 255 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 255 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 255 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 255 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 255 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 255 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 255 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 255 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 255 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 255 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 255 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 255 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 255 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 255 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 255 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 89 MovieClip in Symbol 255 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 254 MovieClip in Symbol 255 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 255 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 255 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 255 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 255 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 255 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 255 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 255 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 255 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 255 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 255 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 255 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 255 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 255 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 255 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 255 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 255 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 255 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 255 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 255 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 255 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 255 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 255 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 255 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 255 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 255 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 255 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 255 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 243 MovieClip in Symbol 255 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 243 MovieClip in Symbol 255 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 243 MovieClip in Symbol 255 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 243 MovieClip in Symbol 255 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 279 MovieClip Frame 1
stop();
Symbol 280 MovieClip Frame 1
stop();
Symbol 280 MovieClip Frame 2
_root.player._visible = false;
Symbol 280 MovieClip Frame 3
_root.player._visible = true;
Symbol 280 MovieClip Frame 4
_root.player._visible = false;
Symbol 280 MovieClip Frame 5
_root.player._visible = true;
Symbol 280 MovieClip Frame 6
_root.player._visible = false;
Symbol 280 MovieClip Frame 7
_root.player._visible = true;
Symbol 280 MovieClip Frame 8
_root.player._visible = false;
Symbol 280 MovieClip Frame 9
_root.player._visible = true;
Symbol 280 MovieClip Frame 10
_root.player._visible = false;
Symbol 280 MovieClip Frame 11
_root.player._visible = true;
Symbol 280 MovieClip Frame 12
_root.player._visible = false;
Symbol 280 MovieClip Frame 13
_root.player._visible = true;
Symbol 280 MovieClip Frame 14
_root.player._visible = false;
Symbol 280 MovieClip Frame 15
_root.player._visible = true;
Symbol 280 MovieClip Frame 16
_root.player._visible = false;
Symbol 280 MovieClip Frame 17
_root.player._visible = true;
Symbol 280 MovieClip Frame 18
_root.player._visible = false;
Symbol 280 MovieClip Frame 19
_root.player._visible = true;
Symbol 280 MovieClip Frame 20
_root.player._visible = false;
Symbol 280 MovieClip Frame 21
_root.player._visible = true;
Symbol 280 MovieClip Frame 22
_root.player._visible = false;
Symbol 280 MovieClip Frame 23
_root.player._visible = true;
Symbol 280 MovieClip Frame 24
_root.player._visible = false;
Symbol 280 MovieClip Frame 25
_root.player._visible = true;
Symbol 290 MovieClip Frame 1
stop();
Symbol 296 MovieClip Frame 64
stop(); _root.gotoAndStop("death");
Symbol 298 MovieClip Frame 1
stop();
Symbol 300 MovieClip Frame 1
stop();
Instance of Symbol 262 MovieClip in Symbol 300 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 262 MovieClip in Symbol 300 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 281 MovieClip "player" in Symbol 300 MovieClip Frame 1
onClipEvent (load) { gravity = -0.01; xscale = _xscale; } onClipEvent (enterFrame) { if (Key.isDown(32)) { this.red.gotoAndStop("jump"); } else if (Key.isDown(37)) { this.red.gotoAndStop("walk"); } else if (Key.isDown(39)) { this.red.gotoAndStop("walk"); } else { this.red.gotoAndStop("idle"); } } onClipEvent (enterFrame) { _parent._y = _parent._y + gravity; if (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) { gravity = 0.1; if (Key.isDown(32)) { gravity = -13; } } else { gravity++; } } onClipEvent (enterFrame) { while (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) { _parent._y = _parent._y - 0.1; } } onClipEvent (enterFrame) { if (Key.isDown(37)) { this._xscale = xscale - 200; } else if (Key.isDown(39)) { this._xscale = xscale; } }
Instance of Symbol 283 MovieClip in Symbol 300 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 281 MovieClip "player" in Symbol 300 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 290 MovieClip in Symbol 300 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 262 MovieClip in Symbol 300 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 262 MovieClip in Symbol 300 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 262 MovieClip in Symbol 300 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 262 MovieClip in Symbol 300 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 283 MovieClip in Symbol 300 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 299 MovieClip "player" in Symbol 300 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 305 MovieClip Frame 1
stop();
Symbol 305 MovieClip Frame 2
stop();
Symbol 313 MovieClip Frame 1
stop();
Symbol 313 MovieClip Frame 2
stop(); _root.player.player.hitzone.play();
Symbol 313 MovieClip Frame 3
_root.player.player.hitzone.play();
Symbol 313 MovieClip Frame 4
_root.player.player.hitzone.play();
Symbol 313 MovieClip Frame 5
_root.player.gotoAndStop("dead");
Symbol 314 MovieClip Frame 1
stop();
Symbol 314 MovieClip Frame 2
_root.player.player.hitzone.play();
Symbol 314 MovieClip Frame 3
_root.player.gotoAndStop("dead");
Symbol 315 MovieClip Frame 1
stop();
Symbol 315 MovieClip Frame 2
_root.player.gotoAndStop("dead");
Symbol 316 MovieClip Frame 1
stop();
Symbol 318 MovieClip Frame 56
stop();
Symbol 326 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 340 MovieClip Frame 1
stop();
Symbol 340 MovieClip Frame 2
stop();
Instance of Symbol 338 MovieClip in Symbol 340 MovieClip Frame 2
/* no clip actions */
Symbol 340 MovieClip Frame 35
play();
Instance of Symbol 339 MovieClip in Symbol 340 MovieClip Frame 35
onClipEvent (load) { gravity = 0; } onClipEvent (enterFrame) { this._y = this._y + (gravity++); }
Instance of Symbol 340 MovieClip in Symbol 341 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.play(); } }
Instance of Symbol 340 MovieClip in Symbol 341 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.play(); } }
Instance of Symbol 340 MovieClip in Symbol 341 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.play(); } }
Instance of Symbol 340 MovieClip in Symbol 341 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.play(); } }
Instance of Symbol 340 MovieClip in Symbol 341 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.play(); } }
Instance of Symbol 340 MovieClip in Symbol 341 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.play(); } }
Instance of Symbol 340 MovieClip in Symbol 341 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.play(); } }
Instance of Symbol 340 MovieClip in Symbol 341 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.play(); } }
Instance of Symbol 181 MovieClip in Symbol 346 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 188 MovieClip in Symbol 346 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 89 MovieClip in Symbol 346 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 224 MovieClip in Symbol 346 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 224 MovieClip in Symbol 346 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 224 MovieClip in Symbol 346 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 224 MovieClip in Symbol 346 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 224 MovieClip in Symbol 346 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 224 MovieClip in Symbol 346 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 224 MovieClip in Symbol 346 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 224 MovieClip in Symbol 346 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 246 MovieClip in Symbol 346 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 246 MovieClip in Symbol 346 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 246 MovieClip in Symbol 346 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 188 MovieClip in Symbol 346 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 246 MovieClip in Symbol 346 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 246 MovieClip in Symbol 346 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 246 MovieClip in Symbol 346 MovieClip Frame 1
onClipEvent (load) { speed = 1.5; xscale = _xscale; } onClipEvent (enterFrame) { this._x = this._x - speed; } onClipEvent (enterFrame) { while (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) { this._y = this._y - ((up = 9)); } } onClipEvent (enterFrame) { this._y = this._y + ((gravity = 9)); if (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) { gravity = 9; } else { gravity++; } } onClipEvent (enterFrame) { if (_root.level.npcl.hitTest(_x + _parent._x, _y + _parent._y, true)) { speed = -1.5; } } onClipEvent (enterFrame) { if (_root.level.npcr.hitTest(_x + _parent._x, _y + _parent._y, true)) { speed = 1.5; } } onClipEvent (enterFrame) { if (_root.level.npcl.hitTest(_x + _parent._x, _y + _parent._y, true)) { this._xscale = -200; } } onClipEvent (enterFrame) { if (_root.level.npcr.hitTest(_x + _parent._x, _y + _parent._y, true)) { this._xscale = xscale; } }
Instance of Symbol 243 MovieClip in Symbol 346 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 254 MovieClip in Symbol 346 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 346 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 346 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 346 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 346 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 346 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 346 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 346 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 346 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 346 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 346 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 346 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 346 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 346 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 346 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 346 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 346 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 346 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 346 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 346 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 346 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 346 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 346 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 346 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 346 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 346 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 346 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 346 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 346 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 346 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 346 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 346 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 346 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 346 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 346 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 346 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 346 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 346 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 346 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 346 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 346 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 346 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 346 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 346 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 346 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 346 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 346 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 346 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 346 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 346 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 346 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 346 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 346 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 346 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 346 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 346 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 346 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 346 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 346 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 346 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 346 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 346 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 346 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 346 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 346 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 340 MovieClip in Symbol 360 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.play(); } }
Instance of Symbol 340 MovieClip in Symbol 360 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.play(); } }
Instance of Symbol 340 MovieClip in Symbol 360 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.play(); } }
Symbol 363 MovieClip Frame 1
stop();
Symbol 365 MovieClip Frame 1
stop();
Instance of Symbol 181 MovieClip in Symbol 370 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 89 MovieClip in Symbol 370 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 89 MovieClip in Symbol 370 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 243 MovieClip in Symbol 370 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 254 MovieClip in Symbol 370 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 363 MovieClip in Symbol 370 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 254 MovieClip in Symbol 370 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 370 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 370 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 370 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 370 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 370 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 370 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 370 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 370 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 370 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 370 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 370 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 370 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 370 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 370 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 370 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 370 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 370 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 370 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 370 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 370 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 370 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 370 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 370 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 370 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 370 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 370 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 370 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 370 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 370 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 370 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 370 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 370 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 370 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 370 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 370 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 370 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 370 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 370 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 370 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 370 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 365 MovieClip in Symbol 370 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 254 MovieClip in Symbol 370 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 370 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 370 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 370 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 370 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 370 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 370 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 370 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 370 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 370 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 370 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 370 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 370 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 370 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 370 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 370 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 370 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 370 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 370 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 370 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 370 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 370 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 370 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 370 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 370 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 370 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 370 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 370 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 370 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 370 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 370 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 370 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 370 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 370 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 370 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 370 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 370 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 370 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 370 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 370 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 370 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 370 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 370 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 370 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 370 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 370 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 370 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 370 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 370 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 370 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 370 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 370 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 370 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 370 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 370 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 370 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 370 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 370 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 370 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 370 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 370 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 370 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 370 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 370 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 370 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 370 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 370 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 370 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 370 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 370 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 370 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 370 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 246 MovieClip in Symbol 370 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 246 MovieClip in Symbol 370 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 224 MovieClip in Symbol 370 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 224 MovieClip in Symbol 370 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 224 MovieClip in Symbol 370 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 246 MovieClip in Symbol 370 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 246 MovieClip in Symbol 370 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 246 MovieClip in Symbol 370 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 224 MovieClip in Symbol 370 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 224 MovieClip in Symbol 370 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 224 MovieClip in Symbol 370 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 224 MovieClip in Symbol 370 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 224 MovieClip in Symbol 370 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 188 MovieClip in Symbol 370 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 188 MovieClip in Symbol 370 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 188 MovieClip in Symbol 370 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 390 MovieClip in Symbol 394 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player.player.hitzone)) { _root.health.hp.nextFrame(); } }
Instance of Symbol 340 MovieClip in Symbol 401 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.play(); } }
Instance of Symbol 340 MovieClip in Symbol 401 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.play(); } }
Instance of Symbol 340 MovieClip in Symbol 401 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.play(); } }
Instance of Symbol 340 MovieClip in Symbol 401 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.play(); } }
Instance of Symbol 181 MovieClip in Symbol 408 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { if (_root.score >= 2200) { _root.block.four.nextFrame(); } } } onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { if (_root.score >= 2200) { _global.lives = _global.lives + 5; } } } onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.warn = " You need at least $2200 to Advance "; if (_root.score >= 2200) { _root.gotoAndStop("map"); } } else { _root.warn = " "; } }
Instance of Symbol 188 MovieClip in Symbol 408 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 188 MovieClip in Symbol 408 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 188 MovieClip in Symbol 408 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 188 MovieClip in Symbol 408 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 188 MovieClip in Symbol 408 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 89 MovieClip in Symbol 408 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 89 MovieClip in Symbol 408 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 254 MovieClip in Symbol 408 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 408 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 408 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 408 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 408 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 408 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 408 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 408 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 408 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 408 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 408 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 408 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 408 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 408 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 408 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 408 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 408 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 408 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 408 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 408 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 408 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 408 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 408 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 408 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 408 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 408 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 408 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 408 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 408 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 408 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 408 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 408 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 408 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 408 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 408 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 408 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 408 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 408 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 408 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 246 MovieClip in Symbol 408 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 246 MovieClip in Symbol 408 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 246 MovieClip in Symbol 408 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 246 MovieClip in Symbol 408 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 246 MovieClip in Symbol 408 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 224 MovieClip in Symbol 408 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 246 MovieClip in Symbol 408 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 246 MovieClip in Symbol 408 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 246 MovieClip in Symbol 408 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 246 MovieClip in Symbol 408 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 246 MovieClip in Symbol 408 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 246 MovieClip in Symbol 408 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 246 MovieClip in Symbol 408 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 224 MovieClip in Symbol 408 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 224 MovieClip in Symbol 408 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 224 MovieClip in Symbol 408 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 246 MovieClip in Symbol 408 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 224 MovieClip in Symbol 408 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 224 MovieClip in Symbol 408 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 224 MovieClip in Symbol 408 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 224 MovieClip in Symbol 408 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 224 MovieClip in Symbol 408 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 246 MovieClip in Symbol 408 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 246 MovieClip in Symbol 408 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 246 MovieClip in Symbol 408 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 340 MovieClip in Symbol 424 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.play(); } }
Instance of Symbol 340 MovieClip in Symbol 424 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.play(); } }
Instance of Symbol 340 MovieClip in Symbol 424 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.play(); } }
Instance of Symbol 340 MovieClip in Symbol 424 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.play(); } }
Instance of Symbol 340 MovieClip in Symbol 424 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.play(); } }
Instance of Symbol 340 MovieClip in Symbol 424 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.play(); } }
Instance of Symbol 254 MovieClip in Symbol 431 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 431 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 431 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 188 MovieClip in Symbol 431 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 188 MovieClip in Symbol 431 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 188 MovieClip in Symbol 431 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 89 MovieClip in Symbol 431 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 181 MovieClip in Symbol 431 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { if (_root.score >= 2000) { _root.block.one.nextFrame(); } } } onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { if (_root.score >= 2000) { _root.level2.nextFrame(); } } } onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { if (_root.score >= 2000) { _global.lives = _global.lives + 5; } } } onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.warn = " You need at least $2000 to Advance "; if (_root.score >= 1650) { _root.gotoAndStop("final"); } } else { _root.warn = " "; } }
Instance of Symbol 254 MovieClip in Symbol 431 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 431 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 431 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 431 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 431 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 431 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 431 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 431 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 431 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 431 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 431 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 431 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 431 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 431 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 431 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 431 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 431 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 431 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 431 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 431 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 431 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 431 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 431 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 431 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 431 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 431 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 431 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 431 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 431 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 254 MovieClip in Symbol 431 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 246 MovieClip in Symbol 431 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 246 MovieClip in Symbol 431 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 246 MovieClip in Symbol 431 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 246 MovieClip in Symbol 431 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 246 MovieClip in Symbol 431 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 246 MovieClip in Symbol 431 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 246 MovieClip in Symbol 431 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 246 MovieClip in Symbol 431 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 246 MovieClip in Symbol 431 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 224 MovieClip in Symbol 431 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 224 MovieClip in Symbol 431 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 224 MovieClip in Symbol 431 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 224 MovieClip in Symbol 431 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 224 MovieClip in Symbol 431 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 224 MovieClip in Symbol 431 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 224 MovieClip in Symbol 431 MovieClip Frame 1
onClipEvent (load) { speed = 1.5; xscale = _xscale; } onClipEvent (enterFrame) { this._x = this._x - speed; } onClipEvent (enterFrame) { while (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) { this._y = this._y - ((up = 9)); } } onClipEvent (enterFrame) { this._y = this._y + ((gravity = 9)); if (_root.level.block.hitTest(_x + _parent._x, _y + _parent._y, true)) { gravity = 9; } else { gravity++; } } onClipEvent (enterFrame) { if (_root.level.npcl.hitTest(_x + _parent._x, _y + _parent._y, true)) { speed = -1.5; } } onClipEvent (enterFrame) { if (_root.level.npcr.hitTest(_x + _parent._x, _y + _parent._y, true)) { speed = 1.5; } } onClipEvent (enterFrame) { if (_root.level.npcl.hitTest(_x + _parent._x, _y + _parent._y, true)) { this._xscale = xscale - 200; } } onClipEvent (enterFrame) { if (_root.level.npcr.hitTest(_x + _parent._x, _y + _parent._y, true)) { this._xscale = xscale; } }
Symbol 446 Button
on (release) { gotoAndStop ("map"); }

Library Items

Symbol 1 GraphicUsed by:Timeline
Symbol 2 BitmapUsed by:3
Symbol 3 GraphicUses:2Used by:18
Symbol 4 GraphicUsed by:5
Symbol 5 MovieClipUses:4Used by:18
Symbol 6 BitmapUsed by:7
Symbol 7 GraphicUses:6Used by:18
Symbol 8 BitmapUsed by:9
Symbol 9 GraphicUses:8Used by:18
Symbol 10 BitmapUsed by:11
Symbol 11 GraphicUses:10Used by:18
Symbol 12 BitmapUsed by:13
Symbol 13 GraphicUses:12Used by:18
Symbol 14 BitmapUsed by:15
Symbol 15 GraphicUses:14Used by:18
Symbol 16 BitmapUsed by:17 288
Symbol 17 GraphicUses:16Used by:18
Symbol 18 MovieClipUses:3 5 7 9 11 13 15 17Used by:Timeline
Symbol 19 GraphicUsed by:20 44 168  Timeline
Symbol 20 MovieClipUses:19Used by:29
Symbol 21 GraphicUsed by:29
Symbol 22 GraphicUsed by:28
Symbol 23 GraphicUsed by:27 28
Symbol 24 GraphicUsed by:27 28
Symbol 25 GraphicUsed by:27 28
Symbol 26 GraphicUsed by:27 28
Symbol 27 MovieClipUses:23 24 25 26Used by:28
Symbol 28 ButtonUses:22 27 23 24 25 26Used by:29
Symbol 29 MovieClipUses:20 21 28Used by:Timeline
Symbol 30 GraphicUsed by:31
Symbol 31 MovieClipUses:30Used by:Timeline
Symbol 32 GraphicUsed by:Timeline
Symbol 33 GraphicUsed by:34
Symbol 34 MovieClipUses:33Used by:35
Symbol 35 MovieClipUses:34Used by:Timeline
Symbol 36 GraphicUsed by:Timeline
Symbol 37 BitmapUsed by:38
Symbol 38 GraphicUses:37Used by:Timeline
Symbol 39 GraphicUsed by:Timeline
Symbol 40 FontUsed by:41 48 49 50 51 52 54 61 63 64 66 72 73 95 127 128 130 132 161 163 256 257 304 306 307 309 321 322 324 347 348 349 350 371 372 374 375 409 410 411 414 415 432 433 434 436 437 439 442 443 444
Symbol 41 TextUses:40Used by:42 43
Symbol 42 MovieClipUses:41Used by:Timeline
Symbol 43 MovieClipUses:41Used by:Timeline
Symbol 44 MovieClipUses:19 SS2Used by:Timeline
Symbol 45 BitmapUsed by:46 379
Symbol 46 GraphicUses:45Used by:47
Symbol 47 MovieClipUses:46Used by:Timeline
Symbol 48 TextUses:40Used by:Timeline
Symbol 49 TextUses:40Used by:Timeline
Symbol 50 TextUses:40Used by:Timeline
Symbol 51 TextUses:40Used by:Timeline
Symbol 52 TextUses:40Used by:53 98
Symbol 53 ButtonUses:52Used by:Timeline
Symbol 54 TextUses:40Used by:55
Symbol 55 ButtonUses:54Used by:Timeline
Symbol 56 GraphicUsed by:57
Symbol 57 MovieClipUses:56Used by:58
Symbol 58 MovieClipUses:57Used by:59
Symbol 59 MovieClipUses:58Used by:60
Symbol 60 MovieClipUses:59Used by:Timeline
Symbol 61 TextUses:40Used by:62
Symbol 62 ButtonUses:61Used by:Timeline
Symbol 63 TextUses:40Used by:Timeline
Symbol 64 TextUses:40Used by:65
Symbol 65 ButtonUses:64Used by:Timeline
Symbol 66 TextUses:40Used by:Timeline
Symbol 67 GraphicUsed by:68
Symbol 68 MovieClipUses:67Used by:Timeline
Symbol 69 FontUsed by:70 71 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 166 327 441
Symbol 70 EditableTextUses:69Used by:Timeline
Symbol 71 EditableTextUses:69Used by:Timeline
Symbol 72 TextUses:40Used by:Timeline
Symbol 73 TextUses:40Used by:Timeline
Symbol 74 GraphicUsed by:78
Symbol 75 GraphicUsed by:78
Symbol 76 GraphicUsed by:78
Symbol 77 GraphicUsed by:78
Symbol 78 MovieClipUses:74 75 76 77Used by:254  Timeline
Symbol 79 GraphicUsed by:80
Symbol 80 MovieClipUses:79Used by:87
Symbol 81 GraphicUsed by:82
Symbol 82 MovieClipUses:81Used by:87
Symbol 83 GraphicUsed by:84
Symbol 84 MovieClipUses:83Used by:87
Symbol 85 GraphicUsed by:86
Symbol 86 MovieClipUses:85Used by:87 290
Symbol 87 MovieClipUses:80 82 84 86Used by:243  Timeline
Symbol 88 GraphicUsed by:89
Symbol 89 MovieClipUses:88Used by:255 346 370 408 431  Timeline
Symbol 90 BitmapUsed by:91 180
Symbol 91 GraphicUses:90Used by:Timeline
Symbol 92 FontUsed by:93
Symbol 93 TextUses:92Used by:181  Timeline
Symbol 94 FontUsed by:95
Symbol 95 TextUses:40 94Used by:Timeline
Symbol 96 BitmapUsed by:97 134
Symbol 97 GraphicUses:96Used by:Timeline
Symbol 98 ButtonUses:52Used by:Timeline
Symbol 99 GraphicUsed by:Timeline
Symbol 100 GraphicUsed by:101
Symbol 101 MovieClipUses:100Used by:Timeline
Symbol 102 GraphicUsed by:Timeline
Symbol 103 TextUses:69Used by:Timeline
Symbol 104 TextUses:69Used by:Timeline
Symbol 105 TextUses:69Used by:Timeline
Symbol 106 EditableTextUses:69Used by:Timeline
Symbol 107 EditableTextUses:69Used by:Timeline
Symbol 108 EditableTextUses:69Used by:Timeline
Symbol 109 EditableTextUses:69Used by:Timeline
Symbol 110 EditableTextUses:69Used by:Timeline
Symbol 111 EditableTextUses:69Used by:Timeline
Symbol 112 EditableTextUses:69Used by:Timeline
Symbol 113 EditableTextUses:69Used by:Timeline
Symbol 114 EditableTextUses:69Used by:Timeline
Symbol 115 EditableTextUses:69Used by:Timeline
Symbol 116 EditableTextUses:69Used by:Timeline
Symbol 117 EditableTextUses:69Used by:Timeline
Symbol 118 EditableTextUses:69Used by:Timeline
Symbol 119 EditableTextUses:69Used by:Timeline
Symbol 120 EditableTextUses:69Used by:Timeline
Symbol 121 EditableTextUses:69Used by:Timeline
Symbol 122 EditableTextUses:69Used by:Timeline
Symbol 123 EditableTextUses:69Used by:Timeline
Symbol 124 EditableTextUses:69Used by:Timeline
Symbol 125 EditableTextUses:69Used by:Timeline
Symbol 126 EditableTextUses:69Used by:Timeline
Symbol 127 TextUses:40Used by:Timeline
Symbol 128 TextUses:40Used by:129
Symbol 129 ButtonUses:128Used by:Timeline
Symbol 130 TextUses:40Used by:131
Symbol 131 ButtonUses:130Used by:Timeline
Symbol 132 TextUses:40Used by:133
Symbol 133 ButtonUses:132Used by:Timeline
Symbol 134 GraphicUses:96Used by:135
Symbol 135 MovieClipUses:134Used by:Timeline
Symbol 136 GraphicUsed by:139
Symbol 137 GraphicUsed by:139
Symbol 138 GraphicUsed by:139
Symbol 139 MovieClipUses:136 137 138Used by:146 147  Timeline
Symbol 140 GraphicUsed by:141 363
Symbol 141 MovieClipUses:140Used by:144
Symbol 142 GraphicUsed by:143
Symbol 143 MovieClipUses:142Used by:144
Symbol 144 MovieClipUses:141 143Used by:145 224 298
Symbol 145 MovieClipUses:144Used by:Timeline
Symbol 146 MovieClipUses:139Used by:Timeline
Symbol 147 MovieClipUses:139Used by:Timeline
Symbol 148 GraphicUsed by:149
Symbol 149 MovieClipUses:148Used by:154
Symbol 150 GraphicUsed by:151
Symbol 151 MovieClipUses:150Used by:154
Symbol 152 GraphicUsed by:153
Symbol 153 MovieClipUses:152Used by:154
Symbol 154 MovieClipUses:149 151 153Used by:155 279
Symbol 155 MovieClipUses:154Used by:158
Symbol 156 GraphicUsed by:157
Symbol 157 MovieClipUses:156Used by:158
Symbol 158 MovieClipUses:155 157Used by:Timeline
Symbol 159 GraphicUsed by:160
Symbol 160 MovieClipUses:159 SS3Used by:Timeline
Symbol 161 TextUses:40Used by:162
Symbol 162 MovieClipUses:161Used by:Timeline
Symbol 163 EditableTextUses:40Used by:Timeline
Symbol 164 FontUsed by:165
Symbol 165 EditableTextUses:164Used by:Timeline
Symbol 166 EditableTextUses:69Used by:167 168
Symbol 167 MovieClipUses:166Used by:168
Symbol 168 ButtonUses:167 19 166Used by:Timeline
Symbol 169 GraphicUsed by:172
Symbol 170 GraphicUsed by:171 223 242 260 280 305 320 332 336
Symbol 171 MovieClipUses:170Used by:172
Symbol 172 MovieClipUses:169 171Used by:Timeline
Symbol 173 FontUsed by:174 310 323 351 376 416 438 440
Symbol 174 EditableTextUses:173Used by:Timeline
Symbol 175 BitmapUsed by:176 377
Symbol 176 GraphicUses:175Used by:177
Symbol 177 MovieClipUses:176Used by:Timeline
Symbol 178 GraphicUsed by:179
Symbol 179 MovieClipUses:178Used by:Timeline
Symbol 180 GraphicUses:90Used by:181
Symbol 181 MovieClipUses:180 93Used by:255 346 370 408 431
Symbol 182 BitmapUsed by:183
Symbol 183 GraphicUses:182Used by:184
Symbol 184 MovieClipUses:183Used by:255
Symbol 185 GraphicUsed by:186 311
Symbol 186 MovieClipUses:185Used by:187
Symbol 187 MovieClipUses:186Used by:188
Symbol 188 MovieClipUses:187Used by:255 346 370 408 431  Timeline
Symbol 189 GraphicUsed by:255 370 431
Symbol 190 GraphicUsed by:191
Symbol 191 MovieClipUses:190Used by:195
Symbol 192 GraphicUsed by:193
Symbol 193 MovieClipUses:192Used by:194
Symbol 194 MovieClipUses:193Used by:195
Symbol 195 MovieClipUses:191 194Used by:255
Symbol 196 GraphicUsed by:222
Symbol 197 GraphicUsed by:222
Symbol 198 GraphicUsed by:222
Symbol 199 GraphicUsed by:222
Symbol 200 GraphicUsed by:202
Symbol 201 GraphicUsed by:202
Symbol 202 MovieClipUses:200 201Used by:222
Symbol 203 GraphicUsed by:204
Symbol 204 MovieClipUses:203Used by:222
Symbol 205 GraphicUsed by:206
Symbol 206 MovieClipUses:205Used by:222
Symbol 207 GraphicUsed by:208
Symbol 208 MovieClipUses:207Used by:222
Symbol 209 GraphicUsed by:210
Symbol 210 MovieClipUses:209Used by:222
Symbol 211 GraphicUsed by:212
Symbol 212 MovieClipUses:211Used by:222
Symbol 213 GraphicUsed by:214
Symbol 214 MovieClipUses:213Used by:222
Symbol 215 GraphicUsed by:222
Symbol 216 GraphicUsed by:222
Symbol 217 GraphicUsed by:222
Symbol 218 GraphicUsed by:222
Symbol 219 GraphicUsed by:222
Symbol 220 GraphicUsed by:222
Symbol 221 GraphicUsed by:222
Symbol 222 MovieClipUses:196 197 198 199 202 204 206 208 210 212 214 215 216 217 218 219 220 221Used by:255 346
Symbol 223 MovieClipUses:170Used by:224
Symbol 224 MovieClipUses:144 223Used by:255 346 370 408 431
Symbol 225 GraphicUsed by:226
Symbol 226 MovieClipUses:225Used by:241
Symbol 227 GraphicUsed by:228
Symbol 228 MovieClipUses:227Used by:241
Symbol 229 GraphicUsed by:230
Symbol 230 MovieClipUses:229Used by:241
Symbol 231 GraphicUsed by:232
Symbol 232 MovieClipUses:231Used by:241
Symbol 233 GraphicUsed by:234
Symbol 234 MovieClipUses:233Used by:241
Symbol 235 GraphicUsed by:236
Symbol 236 MovieClipUses:235Used by:241
Symbol 237 GraphicUsed by:238
Symbol 238 MovieClipUses:237Used by:241
Symbol 239 GraphicUsed by:240
Symbol 240 MovieClipUses:239Used by:241
Symbol 241 MovieClipUses:226 228 230 232 234 236 238 240Used by:246
Symbol 242 MovieClipUses:170Used by:246
Symbol 243 MovieClipUses:87Used by:244 255 346 370
Symbol 244 MovieClipUses:243Used by:246
Symbol 245 SoundUsed by:246
Symbol 246 MovieClipUses:241 242 244 245Used by:255 346 370 408 431
Symbol 247 GraphicUsed by:248
Symbol 248 MovieClipUses:247Used by:255
Symbol 249 GraphicUsed by:250
Symbol 250 MovieClipUses:249Used by:255
Symbol 251 GraphicUsed by:252
Symbol 252 MovieClipUses:251Used by:255
Symbol 253 SoundUsed by:254
Symbol 254 MovieClipUses:78 253Used by:255 346 370 408 431
Symbol 255 MovieClipUses:181 184 188 189 195 222 224 246 248 250 252 254 89 243Used by:Timeline
Symbol 256 TextUses:40Used by:Timeline
Symbol 257 EditableTextUses:40Used by:Timeline
Symbol 258 GraphicUsed by:259 373 435
Symbol 259 MovieClipUses:258 SS4Used by:Timeline
Symbol 260 MovieClipUses:170Used by:300
Symbol 261 GraphicUsed by:262
Symbol 262 MovieClipUses:261Used by:300
Symbol 263 GraphicUsed by:264
Symbol 264 MovieClipUses:263Used by:275
Symbol 265 GraphicUsed by:266
Symbol 266 MovieClipUses:265Used by:275 296
Symbol 267 GraphicUsed by:268
Symbol 268 MovieClipUses:267Used by:275 296
Symbol 269 GraphicUsed by:270
Symbol 270 MovieClipUses:269Used by:275
Symbol 271 GraphicUsed by:272
Symbol 272 MovieClipUses:271Used by:275 296
Symbol 273 GraphicUsed by:274
Symbol 274 MovieClipUses:273Used by:275 296
Symbol 275 MovieClipUses:264 266 268 270 272 274Used by:279
Symbol 276 GraphicUsed by:277
Symbol 277 MovieClipUses:276Used by:279
Symbol 278 SoundUsed by:279
Symbol 279 MovieClipUses:275 154 277 278Used by:281
Symbol 280 MovieClipUses:170Used by:281 299
Symbol 281 MovieClipUses:279 280Used by:300
Symbol 282 GraphicUsed by:283
Symbol 283 MovieClipUses:282Used by:300
Symbol 284 GraphicUsed by:285
Symbol 285 MovieClipUses:284Used by:300
Symbol 286 GraphicUsed by:287
Symbol 287 MovieClipUses:286Used by:300
Symbol 288 GraphicUses:16Used by:289
Symbol 289 MovieClipUses:288Used by:290
Symbol 290 MovieClipUses:289 86Used by:300
Symbol 291 SoundUsed by:300
Symbol 292 GraphicUsed by:293
Symbol 293 MovieClipUses:292Used by:296
Symbol 294 GraphicUsed by:295
Symbol 295 MovieClipUses:294Used by:296
Symbol 296 MovieClipUses:266 268 274 272 293 295 SS5Used by:300
Symbol 297 GraphicUsed by:298
Symbol 298 MovieClipUses:297 144Used by:299
Symbol 299 MovieClipUses:298 280Used by:300
Symbol 300 MovieClipUses:260 262 281 283 285 287 290 291 296 299Used by:Timeline
Symbol 301 GraphicUsed by:305
Symbol 302 FontUsed by:303
Symbol 303 TextUses:302Used by:305
Symbol 304 EditableTextUses:40Used by:305
Symbol 305 MovieClipUses:301 170 303 304Used by:Timeline
Symbol 306 EditableTextUses:40Used by:Timeline
Symbol 307 EditableTextUses:40Used by:308
Symbol 308 MovieClipUses:307Used by:Timeline
Symbol 309 EditableTextUses:40Used by:Timeline
Symbol 310 EditableTextUses:173Used by:Timeline
Symbol 311 MovieClipUses:185Used by:313 314 315
Symbol 312 SoundUsed by:313
Symbol 313 MovieClipUses:311 312Used by:316
Symbol 314 MovieClipUses:311Used by:316
Symbol 315 MovieClipUses:311Used by:316
Symbol 316 MovieClipUses:313 314 315Used by:Timeline
Symbol 317 GraphicUsed by:318
Symbol 318 MovieClipUses:317Used by:Timeline
Symbol 319 GraphicUsed by:Timeline
Symbol 320 MovieClipUses:170Used by:Timeline
Symbol 321 TextUses:40Used by:Timeline
Symbol 322 TextUses:40Used by:Timeline
Symbol 323 EditableTextUses:173Used by:Timeline
Symbol 324 TextUses:40Used by:326
Symbol 325 GraphicUsed by:326
Symbol 326 ButtonUses:324 325Used by:Timeline
Symbol 327 EditableTextUses:69Used by:Timeline
Symbol 328 BitmapUsed by:329
Symbol 329 GraphicUses:328Used by:346
Symbol 330 GraphicUsed by:331
Symbol 331 MovieClipUses:330Used by:341
Symbol 332 MovieClipUses:170Used by:335
Symbol 333 BitmapUsed by:334
Symbol 334 GraphicUses:333Used by:335 337 338
Symbol 335 MovieClipUses:332 334Used by:341 360 401
Symbol 336 MovieClipUses:170Used by:339 340
Symbol 337 MovieClipUses:334Used by:339 340
Symbol 338 MovieClipUses:334Used by:340
Symbol 339 MovieClipUses:336 337Used by:340
Symbol 340 MovieClipUses:336 337 338 339Used by:341 360 401 424
Symbol 341 MovieClipUses:331 335 340Used by:346
Symbol 342 GraphicUsed by:343
Symbol 343 MovieClipUses:342Used by:346
Symbol 344 GraphicUsed by:345
Symbol 345 MovieClipUses:344Used by:346
Symbol 346 MovieClipUses:181 329 188 341 222 89 224 246 343 345 243 254Used by:Timeline
Symbol 347 TextUses:40Used by:Timeline
Symbol 348 EditableTextUses:40Used by:Timeline
Symbol 349 EditableTextUses:40Used by:Timeline
Symbol 350 EditableTextUses:40Used by:Timeline
Symbol 351 EditableTextUses:173Used by:Timeline
Symbol 352 BitmapUsed by:353
Symbol 353 GraphicUses:352Used by:354
Symbol 354 MovieClipUses:353Used by:Timeline
Symbol 355 BitmapUsed by:356
Symbol 356 GraphicUses:355Used by:357
Symbol 357 MovieClipUses:356Used by:370
Symbol 358 GraphicUsed by:359
Symbol 359 MovieClipUses:358Used by:360
Symbol 360 MovieClipUses:359 335 340Used by:370
Symbol 361 GraphicUsed by:362
Symbol 362 MovieClipUses:361Used by:370
Symbol 363 MovieClipUses:140Used by:370
Symbol 364 GraphicUsed by:365
Symbol 365 MovieClipUses:364Used by:370
Symbol 366 GraphicUsed by:367
Symbol 367 MovieClipUses:366Used by:370
Symbol 368 GraphicUsed by:369
Symbol 369 MovieClipUses:368Used by:370
Symbol 370 MovieClipUses:181 357 189 360 89 362 243 254 363 365 246 224 367 188 369Used by:Timeline
Symbol 371 TextUses:40Used by:Timeline
Symbol 372 EditableTextUses:40Used by:Timeline
Symbol 373 MovieClipUses:258 SS6Used by:Timeline
Symbol 374 EditableTextUses:40Used by:Timeline
Symbol 375 EditableTextUses:40Used by:Timeline
Symbol 376 EditableTextUses:173Used by:Timeline
Symbol 377 GraphicUses:175Used by:385
Symbol 378 BitmapUsed by:379
Symbol 379 GraphicUses:45 378Used by:384
Symbol 380 BitmapUsed by:381
Symbol 381 GraphicUses:380Used by:384
Symbol 382 BitmapUsed by:383
Symbol 383 GraphicUses:382Used by:384
Symbol 384 MovieClipUses:379 381 383Used by:385
Symbol 385 MovieClipUses:377 384Used by:Timeline
Symbol 386 BitmapUsed by:387
Symbol 387 GraphicUses:386Used by:388
Symbol 388 MovieClipUses:387Used by:394
Symbol 389 GraphicUsed by:390
Symbol 390 MovieClipUses:389Used by:394
Symbol 391 BitmapUsed by:392
Symbol 392 GraphicUses:391Used by:393
Symbol 393 MovieClipUses:392Used by:394
Symbol 394 MovieClipUses:388 390 393Used by:395
Symbol 395 MovieClipUses:394Used by:396
Symbol 396 MovieClipUses:395Used by:408
Symbol 397 BitmapUsed by:398
Symbol 398 GraphicUses:397Used by:408
Symbol 399 GraphicUsed by:400
Symbol 400 MovieClipUses:399Used by:401
Symbol 401 MovieClipUses:400 340 335Used by:408
Symbol 402 GraphicUsed by:403
Symbol 403 MovieClipUses:402Used by:408
Symbol 404 GraphicUsed by:405
Symbol 405 MovieClipUses:404Used by:408
Symbol 406 GraphicUsed by:407
Symbol 407 MovieClipUses:406Used by:408
Symbol 408 MovieClipUses:181 188 396 398 401 89 403 254 246 224 405 407Used by:Timeline
Symbol 409 EditableTextUses:40Used by:Timeline
Symbol 410 TextUses:40Used by:Timeline
Symbol 411 EditableTextUses:40Used by:Timeline
Symbol 412 GraphicUsed by:413
Symbol 413 MovieClipUses:412Used by:Timeline
Symbol 414 EditableTextUses:40Used by:Timeline
Symbol 415 EditableTextUses:40Used by:Timeline
Symbol 416 EditableTextUses:173Used by:Timeline
Symbol 417 BitmapUsed by:418
Symbol 418 GraphicUses:417Used by:419
Symbol 419 MovieClipUses:418Used by:Timeline
Symbol 420 BitmapUsed by:421
Symbol 421 GraphicUses:420Used by:431
Symbol 422 GraphicUsed by:423
Symbol 423 MovieClipUses:422Used by:424
Symbol 424 MovieClipUses:340 423Used by:431
Symbol 425 GraphicUsed by:426
Symbol 426 MovieClipUses:425Used by:431
Symbol 427 GraphicUsed by:428
Symbol 428 MovieClipUses:427Used by:431
Symbol 429 GraphicUsed by:430
Symbol 430 MovieClipUses:429Used by:431
Symbol 431 MovieClipUses:421 254 188 189 424 89 181 426 246 224 428 430Used by:Timeline
Symbol 432 EditableTextUses:40Used by:Timeline
Symbol 433 TextUses:40Used by:Timeline
Symbol 434 EditableTextUses:40Used by:Timeline
Symbol 435 MovieClipUses:258 SS7Used by:Timeline
Symbol 436 EditableTextUses:40Used by:Timeline
Symbol 437 EditableTextUses:40Used by:Timeline
Symbol 438 EditableTextUses:173Used by:Timeline
Symbol 439 TextUses:40Used by:Timeline
Symbol 440 EditableTextUses:173Used by:Timeline
Symbol 441 EditableTextUses:69Used by:Timeline
Symbol 442 TextUses:40Used by:Timeline
Symbol 443 TextUses:40Used by:Timeline
Symbol 444 TextUses:40Used by:446
Symbol 445 GraphicUsed by:446
Symbol 446 ButtonUses:444 445Used by:Timeline
Streaming Sound 1Used by:Timeline
Streaming Sound 2Used by:Symbol 44 MovieClip
Streaming Sound 3Used by:Symbol 160 MovieClip
Streaming Sound 4Used by:Symbol 259 MovieClip
Streaming Sound 5Used by:Symbol 296 MovieClip
Streaming Sound 6Used by:Symbol 373 MovieClip
Streaming Sound 7Used by:Symbol 435 MovieClip

Instance Names

"board"Frame 1Symbol 31 MovieClip
"_name1_"Frame 535Symbol 70 EditableText
"_score1_"Frame 535Symbol 71 EditableText
"board"Frame 535Symbol 31 MovieClip
"_name1_"Frame 537Symbol 106 EditableText
"_name2_"Frame 537Symbol 107 EditableText
"_name3_"Frame 537Symbol 108 EditableText
"_name4_"Frame 537Symbol 109 EditableText
"_name5_"Frame 537Symbol 110 EditableText
"_name6_"Frame 537Symbol 111 EditableText
"_name7_"Frame 537Symbol 112 EditableText
"_name8_"Frame 537Symbol 113 EditableText
"_name9_"Frame 537Symbol 114 EditableText
"_name10_"Frame 537Symbol 115 EditableText
"_score1_"Frame 537Symbol 116 EditableText
"_score2_"Frame 537Symbol 117 EditableText
"_score3_"Frame 537Symbol 118 EditableText
"_score4_"Frame 537Symbol 119 EditableText
"_score5_"Frame 537Symbol 120 EditableText
"_score6_"Frame 537Symbol 121 EditableText
"_score7_"Frame 537Symbol 122 EditableText
"_score8_"Frame 537Symbol 123 EditableText
"_score9_"Frame 537Symbol 124 EditableText
"_score10_"Frame 537Symbol 125 EditableText
"level2"Frame 541Symbol 146 MovieClip
"level3"Frame 541Symbol 147 MovieClip
"selecter"Frame 541Symbol 158 MovieClip
"block"Frame 541Symbol 172 MovieClip
"levelb"Frame 542Symbol 177 MovieClip
"level"Frame 542Symbol 255 MovieClip
"player"Frame 542Symbol 300 MovieClip
"tipbox"Frame 542Symbol 305 MovieClip
"health"Frame 542Symbol 316 MovieClip
"levelb"Frame 545Symbol 177 MovieClip
"level"Frame 545Symbol 346 MovieClip
"player"Frame 545Symbol 300 MovieClip
"health"Frame 545Symbol 316 MovieClip
"levelb"Frame 547Symbol 354 MovieClip
"level"Frame 547Symbol 370 MovieClip
"player"Frame 547Symbol 300 MovieClip
"health"Frame 547Symbol 316 MovieClip
"levelb"Frame 549Symbol 385 MovieClip
"level"Frame 549Symbol 408 MovieClip
"player"Frame 549Symbol 300 MovieClip
"health"Frame 549Symbol 316 MovieClip
"levelb"Frame 551Symbol 419 MovieClip
"level"Frame 551Symbol 431 MovieClip
"player"Frame 551Symbol 300 MovieClip
"health"Frame 551Symbol 316 MovieClip
"bar"Symbol 29 MovieClip Frame 1Symbol 20 MovieClip
"star"Symbol 60 MovieClip Frame 1Symbol 59 MovieClip
"me"Symbol 155 MovieClip Frame 1Symbol 154 MovieClip
"one"Symbol 172 MovieClip Frame 1Symbol 171 MovieClip
"two"Symbol 172 MovieClip Frame 1Symbol 171 MovieClip
"three"Symbol 172 MovieClip Frame 1Symbol 171 MovieClip
"four"Symbol 172 MovieClip Frame 1Symbol 171 MovieClip
"block"Symbol 255 MovieClip Frame 1Symbol 195 MovieClip
"npcl"Symbol 255 MovieClip Frame 1Symbol 248 MovieClip
"npcr"Symbol 255 MovieClip Frame 1Symbol 250 MovieClip
"roof"Symbol 255 MovieClip Frame 1Symbol 252 MovieClip
"red"Symbol 281 MovieClip Frame 1Symbol 279 MovieClip
"hitzone"Symbol 281 MovieClip Frame 1Symbol 280 MovieClip
"red"Symbol 299 MovieClip Frame 1Symbol 298 MovieClip
"hitzone"Symbol 299 MovieClip Frame 1Symbol 280 MovieClip
"jump"Symbol 300 MovieClip Frame 1Symbol 260 MovieClip
"player"Symbol 300 MovieClip Frame 1Symbol 281 MovieClip
"head"Symbol 300 MovieClip Frame 1Symbol 285 MovieClip
"pick"Symbol 300 MovieClip Frame 1Symbol 287 MovieClip
"player"Symbol 300 MovieClip Frame 2Symbol 281 MovieClip
"drop"Symbol 300 MovieClip Frame 2Symbol 287 MovieClip
"player"Symbol 300 MovieClip Frame 4Symbol 299 MovieClip
"head"Symbol 300 MovieClip Frame 4Symbol 285 MovieClip
"hp"Symbol 316 MovieClip Frame 1Symbol 313 MovieClip
"hp"Symbol 316 MovieClip Frame 2Symbol 314 MovieClip
"hp"Symbol 316 MovieClip Frame 3Symbol 315 MovieClip
"block"Symbol 346 MovieClip Frame 1Symbol 341 MovieClip
"npcl"Symbol 346 MovieClip Frame 1Symbol 343 MovieClip
"npcr"Symbol 346 MovieClip Frame 1Symbol 345 MovieClip
"block"Symbol 370 MovieClip Frame 1Symbol 360 MovieClip
"roof"Symbol 370 MovieClip Frame 1Symbol 362 MovieClip
"npcl"Symbol 370 MovieClip Frame 1Symbol 367 MovieClip
"npcr"Symbol 370 MovieClip Frame 1Symbol 369 MovieClip
"block"Symbol 408 MovieClip Frame 1Symbol 401 MovieClip
"roof"Symbol 408 MovieClip Frame 1Symbol 403 MovieClip
"npcl"Symbol 408 MovieClip Frame 1Symbol 405 MovieClip
"npcr"Symbol 408 MovieClip Frame 1Symbol 407 MovieClip
"block"Symbol 431 MovieClip Frame 1Symbol 424 MovieClip
"roof"Symbol 431 MovieClip Frame 1Symbol 426 MovieClip
"npcl"Symbol 431 MovieClip Frame 1Symbol 428 MovieClip
"npcr"Symbol 431 MovieClip Frame 1Symbol 430 MovieClip

Special Tags

FileAttributes (69)Timeline Frame 1Access network only, Metadata not present, AS1/AS2.

Labels

"menu"Frame 535
"instruct"Frame 536
"highscores"Frame 537
"mode"Frame 538
"start"Frame 539
"map"Frame 541
"1-1"Frame 542
"death"Frame 543
"gameover"Frame 544
"1-2"Frame 545
"1-3"Frame 547
"1-4"Frame 549
"1-5"Frame 551
"final"Frame 553
"loaded"Symbol 29 MovieClip Frame 3
"take"Symbol 60 MovieClip Frame 1
"taken"Symbol 60 MovieClip Frame 2
"shell"Symbol 246 MovieClip Frame 2
"idle"Symbol 279 MovieClip Frame 1
"walk"Symbol 279 MovieClip Frame 2
"jump"Symbol 279 MovieClip Frame 3
"red"Symbol 281 MovieClip Frame 1
"nothing"Symbol 290 MovieClip Frame 1
"shell"Symbol 290 MovieClip Frame 2
"shell2"Symbol 290 MovieClip Frame 3
"idle"Symbol 298 MovieClip Frame 1
"walk"Symbol 298 MovieClip Frame 2
"normal"Symbol 300 MovieClip Frame 1
"item"Symbol 300 MovieClip Frame 2
"dead"Symbol 300 MovieClip Frame 3
"spiney"Symbol 300 MovieClip Frame 4
"off"Symbol 305 MovieClip Frame 1
"easy"Symbol 316 MovieClip Frame 1
"med"Symbol 316 MovieClip Frame 2
"hard"Symbol 316 MovieClip Frame 3

Dynamic Text Variables

_global.livesSymbol 163 EditableText"<p align="left"></p>"
levelnameSymbol 165 EditableText""
scoresSymbol 174 EditableText"<p align="center"></p>"
warnSymbol 257 EditableText"<p align="center"></p>"
_global.tipsSymbol 304 EditableText"<p align="left"><font face="Impact" size="19" color="#ffffff" letterSpacing="0.000000" kerning="1">TEST</font></p>"
scoreSymbol 306 EditableText"<p align="left"></p>"
_global.livesSymbol 309 EditableText"<p align="left"></p>"
scoresSymbol 310 EditableText"<p align="right"></p>"
scoresSymbol 323 EditableText"<p align="center"></p>"
mynamevarSymbol 327 EditableText""
warnSymbol 348 EditableText"<p align="center"></p>"
scoreSymbol 349 EditableText"<p align="left"></p>"
_global.livesSymbol 350 EditableText"<p align="left"></p>"
scoresSymbol 351 EditableText"<p align="right"></p>"
warnSymbol 372 EditableText"<p align="center"></p>"
scoreSymbol 374 EditableText"<p align="left"></p>"
_global.livesSymbol 375 EditableText"<p align="left"></p>"
scoresSymbol 376 EditableText"<p align="right"></p>"
warnSymbol 409 EditableText"<p align="center"></p>"
warnSymbol 411 EditableText"<p align="center"></p>"
scoreSymbol 414 EditableText"<p align="left"></p>"
_global.livesSymbol 415 EditableText"<p align="left"></p>"
scoresSymbol 416 EditableText"<p align="right"></p>"
warnSymbol 432 EditableText"<p align="center"></p>"
warnSymbol 434 EditableText"<p align="center"></p>"
scoreSymbol 436 EditableText"<p align="left"></p>"
_global.livesSymbol 437 EditableText"<p align="left"></p>"
scoresSymbol 438 EditableText"<p align="right"></p>"
scoresSymbol 440 EditableText"<p align="center"></p>"
mynamevarSymbol 441 EditableText""




http://swfchan.com/9/42808/info.shtml
Created: 9/5 -2019 18:39:35 Last modified: 9/5 -2019 18:39:35 Server time: 05/05 -2024 20:13:17