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

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

Kidnapper's Puzzle.swf

This is the info page for
Flash #61762

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


Text
Kidnapper's
Puzzle

Welcome to Kidnappers Puzzle. You have
been kidnapped. If you wish to escape  you
must teleport from room to room using the
teleporters.(Arrow keys to move.) However
everytime you teleport the teleporter you just
got teleported too will power down, you can
fix this though by collecting all the black dots,
which will provide enough power to power up
the teleporters. Once you have powered up
the  teleporter, stand on it (S/E circle) and
push enter. Collect the points along the way
to unlock some extras. You must have more
than 0 bonus to be able to collect the final
points.

The rooms will contain coloured doors, to
unlock these collect the key of the same
colour to it. You will also come across fake
walls, which looks like walls but aren't solid.
Careful of the big dark red circles and spikes,
they will make you lose your bonus. Don't
worry about bosses, if you get hit by them
you won't lose any bonus. But you'll have to
do the boss level all other again. Every 3rd
room is a boss level. There are 15 rooms in
the main game.
Good luck, you'll need it.
(PS, look out for notes on the start of each
level.)

MENU

EXTRAS:

Deleted Level

Meet the creator

STUFF

Hello, my name is Greg Hornby. I am 12 years old (yeah
I know pretty young for a flash maker.) I first started this
game in about December, and just did some experiments
with the actionscript codes and stuff. Yeah, anyway a
little bit about me.
Full name: Gregory Leslie Hornby
Age: 12
Birth: December 11th, 1994
Country: New Zealand
City: Napier
Interests: Reading, Writing, Computer nerd (lol), other stuff
I started doing flash last year, and have got good at actionscripting
but suck at drawing and animating.  Well, I know it's not much.
Enjoy the game

Easiest Level: Level 1
Most Dangerous level: Level 13
Least Dangerous Level: Level 10,11
Most Puzzling Level: Level 10
Least Puzzlig Level: Level 11
Hardest Boss: Level 9
Funnest Level: Level 11
Shortest Level: Level 1
Most annoying Level: Level 8
Most boring Level: Level 5
Hardest level to create: Level 9
Funnest  level to create: Level 10
Quickest level to make: Level 1
Longest level to create: Level 9
Dumbest Level: Level 7
Best Level: Level 10

LEVEL 1

Simple starting level, avoid the spikes

Points:

Bonus:

S/E

LEVEL 2

Watch out for the red circles, they'll hurt you.
also, there are some fake walls in here

LEVEL 3

First boss, just run away from the attacks until he fades away

LEVEL 4

Run from the lava, it'll make you restart the level if you touch it.

LEVEL 5

Heaps of laser beams in here

LEVEL 6

2nd boss, the red circles will follow you

LEVEL 7

Simple level

LEVEL 8

Watch out here, hardest level in the game if you ask me

LEVEL 9

3rd boss, have fun

LEVEL 10

Maze like level

LEVEL 11

Wee, have fun riding the arrows

Hold down the left mouse button to fly up and let go to fly down

Click to continue

LEVEL 13

There's a thousand point dot in here, can you get it?

LEVEL 14

2nd to last level of the game

LEVEL 15

Final boss, Final level, can you beat it?

If Bonus is above 0 you will recieve 1000 points

BONUS:

PASSWORD:

If you have all 8000 points you will recieve the password

PLAY LEVEL

This level was deleted because it was too hard and too dumb.

CREDITS

MENU DESIGN:
Greg Hornby
ACTIONSCRIPTING:
Greg Hornby
LEVEL DESIGN:
Greg Hornby
ANIMATION:
Greg Hornby
MUSIC:
Forsaken Neon - Dimrain47 (of newgrounds.com) (game music)
Revolutions - Dimrain47 (of newgrounds.com) (credit music)
TESTERS:
Greg Hornby
(Someone else who probably doesn't want to be mentioned)
IDEAS:
Greg Hornby
GRAPHICS:
Greg Hornby
PROGRAMES USED:
Macromedia (Adobe) Flash 8
(basically, everything was done by me, Greg Hornby)

ActionScript [AS1/AS2]

Frame 1
Stage.showMenu = false;
Frame 79
stop();
Frame 80
stop();
Frame 81
stop();
Frame 82
stop();
Frame 83
stop();
Frame 84
stop();
Frame 126
gotoAndStop (127);
Frame 127
stop(); var gpoints = 0; var ghealth = 300; var oldpoints = 0; var oldhealth = 0; oldpoints = gpoints; oldhealth = ghealth;
Frame 128
stop();
Instance of Symbol 58 MovieClip in Frame 128
onClipEvent (enterFrame) { this._x = _root.player._x; this._y = _root.player._y; }
Instance of Symbol 72 MovieClip "PF" in Frame 128
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 76 MovieClip in Frame 128
onClipEvent (enterFrame) { if (_root.PF._currentframe == 5) { this.gotoAndStop(2); } if ((_root.player.hitTest(this) && (Key.isDown(13))) && (this._currentframe == 2)) { _root.nextFrame(); } }
Instance of Symbol 78 MovieClip in Frame 128
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 5; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 78 MovieClip in Frame 128
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 5; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 78 MovieClip in Frame 128
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 5; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 80 MovieClip in Frame 128
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.swapDepths(_root.getNextHighestDepth()); _root.blocker.Ywall.swapDepths(_root.getNextHighestDepth()); _root.blocker.Ywall.removeMovieClip(); this.removeMovieClip(); } }
Instance of Symbol 82 MovieClip in Frame 128
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.swapDepths(_root.getNextHighestDepth()); _root.blocker.Bwall.swapDepths(_root.getNextHighestDepth()); _root.blocker.Bwall.removeMovieClip(); this.removeMovieClip(); } }
Instance of Symbol 84 MovieClip in Frame 128
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.swapDepths(_root.getNextHighestDepth()); _root.blocker.Gwall.swapDepths(_root.getNextHighestDepth()); _root.blocker.Gwall.removeMovieClip(); this.removeMovieClip(); } }
Instance of Symbol 86 MovieClip in Frame 128
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.swapDepths(_root.getNextHighestDepth()); _root.blocker.Rwall.swapDepths(_root.getNextHighestDepth()); _root.blocker.Rwall.removeMovieClip(); this.removeMovieClip(); } }
Instance of Symbol 88 MovieClip in Frame 128
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 128
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 128
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 128
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 128
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 128
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 128
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 128
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 128
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 128
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 128
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 128
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 128
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 128
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 128
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 128
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 128
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 128
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 128
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 128
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 128
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 128
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 128
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 128
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 128
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 128
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 128
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 128
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 128
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 128
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 128
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 128
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 128
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 128
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 128
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 128
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 128
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 128
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 128
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 128
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 90 MovieClip "player" in Frame 128
onClipEvent (load) { speed = 5; } onClipEvent (enterFrame) { if (_root.blocker.hitTest(_x - 15, _y, 1)) { BLEFT = true; } else { BLEFT = false; } if (_root.blocker.hitTest(_x + 15, _y, 1)) { BRIGHT = true; } else { BRIGHT = false; } if (_root.blocker.hitTest(_x, _y - 15, 1)) { BUP = true; } else { BUP = false; } if (_root.blocker.hitTest(_x, _y + 15, 1)) { BDOWN = true; } else { BDOWN = false; } } onClipEvent (enterFrame) { if (BLEFT == false) { if (Key.isDown(37)) { this._x = this._x - speed; } } if (Key.isDown(39)) { if (BRIGHT == false) { this._x = this._x + speed; } } if (Key.isDown(40)) { if (BDOWN == false) { this._y = this._y + speed; } } if (Key.isDown(38)) { if (BUP == false) { this._y = this._y - speed; } } }
Instance of Symbol 56 MovieClip "gmenu" in Frame 128
onClipEvent (enterFrame) { this._x = _root.player._x; this._y = _root.player._y; }
Instance of Symbol 2 MovieClip [vcam] "gcam" in Frame 128
onClipEvent (enterFrame) { this._x = _root.player._x; this._y = _root.player._y; }
Frame 129
stop(); oldpoints = gpoints; oldhealth = ghealth;
Frame 130
stop();
Instance of Symbol 58 MovieClip in Frame 130
onClipEvent (enterFrame) { this._x = _root.player._x; this._y = _root.player._y; }
Instance of Symbol 102 MovieClip "PF" in Frame 130
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 76 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.PF._currentframe == 5) { this.gotoAndStop(2); } if ((_root.player.hitTest(this) && (Key.isDown(13))) && (this._currentframe == 2)) { _root.nextFrame(); } }
Instance of Symbol 78 MovieClip in Frame 130
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 5; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 78 MovieClip in Frame 130
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 5; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 78 MovieClip in Frame 130
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 5; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 78 MovieClip in Frame 130
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 5; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 78 MovieClip in Frame 130
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 5; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 78 MovieClip in Frame 130
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 5; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 78 MovieClip in Frame 130
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 5; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 78 MovieClip in Frame 130
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 5; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 78 MovieClip in Frame 130
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 5; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 78 MovieClip in Frame 130
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 5; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 78 MovieClip in Frame 130
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 5; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 78 MovieClip in Frame 130
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 5; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 78 MovieClip in Frame 130
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 5; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 78 MovieClip in Frame 130
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 5; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 78 MovieClip in Frame 130
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 5; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 78 MovieClip in Frame 130
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 5; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 78 MovieClip in Frame 130
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 5; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 78 MovieClip in Frame 130
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 5; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 78 MovieClip in Frame 130
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 5; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 104 MovieClip in Frame 130
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 10; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 105 MovieClip in Frame 130
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 10; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 108 MovieClip in Frame 130
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 10; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 86 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.swapDepths(_root.getNextHighestDepth()); _root.blocker.Rwall.swapDepths(_root.getNextHighestDepth()); _root.blocker.Rwall.removeMovieClip(); this.removeMovieClip(); } }
Instance of Symbol 82 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.swapDepths(_root.getNextHighestDepth()); _root.blocker.Bwall.swapDepths(_root.getNextHighestDepth()); _root.blocker.Bwall.removeMovieClip(); this.removeMovieClip(); } }
Instance of Symbol 88 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 90 MovieClip "player" in Frame 130
onClipEvent (load) { speed = 5; } onClipEvent (enterFrame) { if (_root.blocker.hitTest(_x - 15, _y, 1)) { BLEFT = true; } else { BLEFT = false; } if (_root.blocker.hitTest(_x + 15, _y, 1)) { BRIGHT = true; } else { BRIGHT = false; } if (_root.blocker.hitTest(_x, _y - 15, 1)) { BUP = true; } else { BUP = false; } if (_root.blocker.hitTest(_x, _y + 15, 1)) { BDOWN = true; } else { BDOWN = false; } } onClipEvent (enterFrame) { if (BLEFT == false) { if (Key.isDown(37)) { this._x = this._x - speed; } } if (Key.isDown(39)) { if (BRIGHT == false) { this._x = this._x + speed; } } if (Key.isDown(40)) { if (BDOWN == false) { this._y = this._y + speed; } } if (Key.isDown(38)) { if (BUP == false) { this._y = this._y - speed; } } }
Instance of Symbol 56 MovieClip "gmenu" in Frame 130
onClipEvent (enterFrame) { this._x = _root.player._x; this._y = _root.player._y; }
Instance of Symbol 2 MovieClip [vcam] "gcam" in Frame 130
onClipEvent (enterFrame) { this._x = _root.player._x; this._y = _root.player._y; }
Frame 131
stop(); oldpoints = gpoints; oldhealth = ghealth;
Frame 132
stop();
Instance of Symbol 88 MovieClip in Frame 132
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 132
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 132
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 132
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 132
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 132
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 132
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 132
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 132
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 132
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 132
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 132
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 132
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 132
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 132
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 132
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 132
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 132
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 132
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 132
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 90 MovieClip "player" in Frame 132
onClipEvent (load) { speed = 5; cheat = true; } onClipEvent (enterFrame) { if (_root.blocker.hitTest(_x - 15, _y, 1)) { BLEFT = true; } else { BLEFT = false; } if (_root.blocker.hitTest(_x + 15, _y, 1)) { BRIGHT = true; } else { BRIGHT = false; } if (_root.blocker.hitTest(_x, _y - 15, 1)) { BUP = true; } else { BUP = false; } if (_root.blocker.hitTest(_x, _y + 15, 1)) { BDOWN = true; } else { BDOWN = false; } } onClipEvent (enterFrame) { if (BLEFT == false) { if (Key.isDown(37)) { cheat = false; this._x = this._x - speed; } } if (Key.isDown(39)) { if (BRIGHT == false) { cheat = false; this._x = this._x + speed; } } if (Key.isDown(40)) { if (BDOWN == false) { cheat = false; this._y = this._y + speed; } } if (Key.isDown(38)) { if (BUP == false) { cheat = false; this._y = this._y - speed; } } } onClipEvent (enterFrame) { if (_root.gun.hitTest(_x, _y, true)) { _root.gpoints = _root.oldpoints; _root.ghealth = _root.oldhealth; _root.prevFrame(); } }
Frame 133
stop(); oldpoints = gpoints; oldhealth = ghealth;
Frame 134
stop();
Instance of Symbol 58 MovieClip in Frame 134
onClipEvent (enterFrame) { this._x = _root.player._x; this._y = _root.player._y; }
Instance of Symbol 152 MovieClip "lava" in Frame 134
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.oldpoints; _root.ghealth = _root.oldhealth; _root.prevFrame(); } }
Instance of Symbol 76 MovieClip in Frame 134
onClipEvent (enterFrame) { if (_root.PF._currentframe == 2) { this.gotoAndStop(2); } if ((_root.player.hitTest(this) && (Key.isDown(13))) && (this._currentframe == 2)) { _root.nextFrame(); } }
Instance of Symbol 159 MovieClip "PF" in Frame 134
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 161 MovieClip in Frame 134
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.lava.gotoAndPlay(2); } }
Instance of Symbol 163 MovieClip in Frame 134
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.ghealth = _root.ghealth + 20; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 166 MovieClip in Frame 134
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 15; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 166 MovieClip in Frame 134
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 15; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 80 MovieClip in Frame 134
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.swapDepths(_root.getNextHighestDepth()); _root.blocker.Ywall.swapDepths(_root.getNextHighestDepth()); _root.blocker.Ywall.removeMovieClip(); this.removeMovieClip(); } }
Instance of Symbol 88 MovieClip in Frame 134
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 134
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 134
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 134
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 134
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 134
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 134
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 134
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 134
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 134
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 134
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 134
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 134
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 134
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 134
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 134
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 134
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 134
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 134
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 134
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 90 MovieClip "player" in Frame 134
onClipEvent (load) { speed = 5; } onClipEvent (enterFrame) { if (_root.blocker.hitTest(_x - 15, _y, 1)) { BLEFT = true; } else { BLEFT = false; } if (_root.blocker.hitTest(_x + 15, _y, 1)) { BRIGHT = true; } else { BRIGHT = false; } if (_root.blocker.hitTest(_x, _y - 15, 1)) { BUP = true; } else { BUP = false; } if (_root.blocker.hitTest(_x, _y + 15, 1)) { BDOWN = true; } else { BDOWN = false; } } onClipEvent (enterFrame) { if (BLEFT == false) { if (Key.isDown(37)) { this._x = this._x - speed; } } if (Key.isDown(39)) { if (BRIGHT == false) { this._x = this._x + speed; } } if (Key.isDown(40)) { if (BDOWN == false) { this._y = this._y + speed; } } if (Key.isDown(38)) { if (BUP == false) { this._y = this._y - speed; } } }
Instance of Symbol 56 MovieClip "gmenu" in Frame 134
onClipEvent (enterFrame) { this._x = _root.player._x; this._y = _root.player._y; }
Instance of Symbol 2 MovieClip [vcam] "gcam" in Frame 134
onClipEvent (enterFrame) { this._x = _root.player._x; this._y = _root.player._y; }
Frame 135
stop(); oldpoints = gpoints; oldhealth = ghealth;
Frame 136
stop();
Instance of Symbol 58 MovieClip in Frame 136
onClipEvent (enterFrame) { this._x = _root.player._x; this._y = _root.player._y; }
Instance of Symbol 180 MovieClip "PF" in Frame 136
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 76 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.PF._currentframe == 5) { this.gotoAndStop(2); } if ((_root.player.hitTest(this) && (Key.isDown(13))) && (this._currentframe == 2)) { _root.nextFrame(); } }
Instance of Symbol 166 MovieClip in Frame 136
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 15; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 166 MovieClip in Frame 136
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 15; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 166 MovieClip in Frame 136
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 15; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 166 MovieClip in Frame 136
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 15; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 166 MovieClip in Frame 136
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 15; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 166 MovieClip in Frame 136
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 15; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 166 MovieClip in Frame 136
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 15; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 183 MovieClip in Frame 136
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 15; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 183 MovieClip in Frame 136
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 15; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 183 MovieClip in Frame 136
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 15; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 183 MovieClip in Frame 136
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 15; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 166 MovieClip in Frame 136
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 15; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 166 MovieClip in Frame 136
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 15; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 166 MovieClip in Frame 136
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 15; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 166 MovieClip in Frame 136
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 15; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 166 MovieClip in Frame 136
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 15; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 184 MovieClip in Frame 136
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 5; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 82 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.swapDepths(_root.getNextHighestDepth()); _root.blocker.Bwall.swapDepths(_root.getNextHighestDepth()); _root.blocker.Bwall.removeMovieClip(); this.removeMovieClip(); } }
Instance of Symbol 84 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.swapDepths(_root.getNextHighestDepth()); _root.blocker.Gwall.swapDepths(_root.getNextHighestDepth()); _root.blocker.Gwall.removeMovieClip(); this.removeMovieClip(); } }
Instance of Symbol 86 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.swapDepths(_root.getNextHighestDepth()); _root.blocker.Rwall.swapDepths(_root.getNextHighestDepth()); _root.blocker.Rwall.removeMovieClip(); this.removeMovieClip(); } }
Instance of Symbol 88 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 186 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 186 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 186 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 186 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 186 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 186 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 186 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 186 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 186 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 186 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 186 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 186 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 186 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 186 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 186 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 186 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 186 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 186 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 186 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 186 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 186 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 186 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 186 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 186 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 186 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 186 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 186 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 186 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 90 MovieClip "player" in Frame 136
onClipEvent (load) { speed = 5; } onClipEvent (enterFrame) { if (_root.blocker.hitTest(_x - 15, _y, 1)) { BLEFT = true; } else { BLEFT = false; } if (_root.blocker.hitTest(_x + 15, _y, 1)) { BRIGHT = true; } else { BRIGHT = false; } if (_root.blocker.hitTest(_x, _y - 15, 1)) { BUP = true; } else { BUP = false; } if (_root.blocker.hitTest(_x, _y + 15, 1)) { BDOWN = true; } else { BDOWN = false; } } onClipEvent (enterFrame) { if (BLEFT == false) { if (Key.isDown(37)) { this._x = this._x - speed; } } if (Key.isDown(39)) { if (BRIGHT == false) { this._x = this._x + speed; } } if (Key.isDown(40)) { if (BDOWN == false) { this._y = this._y + speed; } } if (Key.isDown(38)) { if (BUP == false) { this._y = this._y - speed; } } }
Instance of Symbol 56 MovieClip "gmenu" in Frame 136
onClipEvent (enterFrame) { this._x = _root.player._x; this._y = _root.player._y; }
Instance of Symbol 2 MovieClip [vcam] "gcam" in Frame 136
onClipEvent (enterFrame) { this._x = _root.player._x; this._y = _root.player._y; }
Frame 137
stop(); oldpoints = gpoints; oldhealth = ghealth;
Frame 138
stop();
Instance of Symbol 58 MovieClip in Frame 138
onClipEvent (enterFrame) { this._x = _root.player._x; this._y = _root.player._y; }
Instance of Symbol 200 MovieClip "PF" in Frame 138
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 76 MovieClip in Frame 138
onClipEvent (enterFrame) { if (_root.PF._currentframe == 2) { this.gotoAndStop(2); } if ((_root.player.hitTest(this) && (Key.isDown(13))) && (this._currentframe == 2)) { _root.nextFrame(); } }
Instance of Symbol 201 MovieClip in Frame 138
onClipEvent (load) { speed = 3.2; } onClipEvent (enterFrame) { if (_root.blocker.hitTest(_x - 15, _y, 1)) { BLEFT = true; } else { BLEFT = false; } if (_root.blocker.hitTest(_x + 15, _y, 1)) { BRIGHT = true; } else { BRIGHT = false; } if (_root.blocker.hitTest(_x, _y - 15, 1)) { BUP = true; } else { BUP = false; } if (_root.blocker.hitTest(_x, _y + 15, 1)) { BDOWN = true; } else { BDOWN = false; } } onClipEvent (enterFrame) { if (BLEFT == false) { if (this._x > _root.player._x) { this._x = this._x - speed; } } if (BRIGHT == false) { if (this._x < _root.player._x) { this._x = this._x + speed; } } if (BUP == false) { if (this._y > _root.player._y) { this._y = this._y - speed; } } if (BDOWN == false) { if (this._y < _root.player._y) { this._y = this._y + speed; } } } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.oldpoints; _root.ghealth = _root.oldhealth; _root.prevFrame(); } }
Instance of Symbol 201 MovieClip in Frame 138
onClipEvent (load) { speed = 3.2; } onClipEvent (enterFrame) { if (_root.blocker.hitTest(_x - 15, _y, 1)) { BLEFT = true; } else { BLEFT = false; } if (_root.blocker.hitTest(_x + 15, _y, 1)) { BRIGHT = true; } else { BRIGHT = false; } if (_root.blocker.hitTest(_x, _y - 15, 1)) { BUP = true; } else { BUP = false; } if (_root.blocker.hitTest(_x, _y + 15, 1)) { BDOWN = true; } else { BDOWN = false; } } onClipEvent (enterFrame) { if (BLEFT == false) { if (this._x > _root.player._x) { this._x = this._x - speed; } } if (BRIGHT == false) { if (this._x < _root.player._x) { this._x = this._x + speed; } } if (BUP == false) { if (this._y > _root.player._y) { this._y = this._y - speed; } } if (BDOWN == false) { if (this._y < _root.player._y) { this._y = this._y + speed; } } } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.oldpoints; _root.ghealth = _root.oldhealth; _root.prevFrame(); } }
Instance of Symbol 201 MovieClip in Frame 138
onClipEvent (load) { speed = 3.2; } onClipEvent (enterFrame) { if (_root.blocker.hitTest(_x - 15, _y, 1)) { BLEFT = true; } else { BLEFT = false; } if (_root.blocker.hitTest(_x + 15, _y, 1)) { BRIGHT = true; } else { BRIGHT = false; } if (_root.blocker.hitTest(_x, _y - 15, 1)) { BUP = true; } else { BUP = false; } if (_root.blocker.hitTest(_x, _y + 15, 1)) { BDOWN = true; } else { BDOWN = false; } } onClipEvent (enterFrame) { if (BLEFT == false) { if (this._x > _root.player._x) { this._x = this._x - speed; } } if (BRIGHT == false) { if (this._x < _root.player._x) { this._x = this._x + speed; } } if (BUP == false) { if (this._y > _root.player._y) { this._y = this._y - speed; } } if (BDOWN == false) { if (this._y < _root.player._y) { this._y = this._y + speed; } } } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.oldpoints; _root.ghealth = _root.oldhealth; _root.prevFrame(); } }
Instance of Symbol 80 MovieClip in Frame 138
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.swapDepths(_root.getNextHighestDepth()); _root.blocker.Ywall.swapDepths(_root.getNextHighestDepth()); _root.blocker.Ywall.removeMovieClip(); this.removeMovieClip(); } }
Instance of Symbol 82 MovieClip in Frame 138
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.swapDepths(_root.getNextHighestDepth()); _root.blocker.Bwall.swapDepths(_root.getNextHighestDepth()); _root.blocker.Bwall.removeMovieClip(); this.removeMovieClip(); } }
Instance of Symbol 84 MovieClip in Frame 138
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.swapDepths(_root.getNextHighestDepth()); _root.blocker.Gwall.swapDepths(_root.getNextHighestDepth()); _root.blocker.Gwall.removeMovieClip(); this.removeMovieClip(); } }
Instance of Symbol 186 MovieClip in Frame 138
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 186 MovieClip in Frame 138
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 186 MovieClip in Frame 138
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 186 MovieClip in Frame 138
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 186 MovieClip in Frame 138
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 186 MovieClip in Frame 138
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 186 MovieClip in Frame 138
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 186 MovieClip in Frame 138
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 186 MovieClip in Frame 138
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 186 MovieClip in Frame 138
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 186 MovieClip in Frame 138
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 186 MovieClip in Frame 138
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 186 MovieClip in Frame 138
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 186 MovieClip in Frame 138
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 186 MovieClip in Frame 138
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 90 MovieClip "player" in Frame 138
onClipEvent (load) { speed = 5; } onClipEvent (enterFrame) { if (_root.blocker.hitTest(_x - 15, _y, 1)) { BLEFT = true; } else { BLEFT = false; } if (_root.blocker.hitTest(_x + 15, _y, 1)) { BRIGHT = true; } else { BRIGHT = false; } if (_root.blocker.hitTest(_x, _y - 15, 1)) { BUP = true; } else { BUP = false; } if (_root.blocker.hitTest(_x, _y + 15, 1)) { BDOWN = true; } else { BDOWN = false; } } onClipEvent (enterFrame) { if (BLEFT == false) { if (Key.isDown(37)) { this._x = this._x - speed; } } if (Key.isDown(39)) { if (BRIGHT == false) { this._x = this._x + speed; } } if (Key.isDown(40)) { if (BDOWN == false) { this._y = this._y + speed; } } if (Key.isDown(38)) { if (BUP == false) { this._y = this._y - speed; } } }
Instance of Symbol 56 MovieClip "gmenu" in Frame 138
onClipEvent (enterFrame) { this._x = _root.player._x; this._y = _root.player._y; }
Instance of Symbol 2 MovieClip [vcam] "gcam" in Frame 138
onClipEvent (enterFrame) { this._x = _root.player._x; this._y = _root.player._y; }
Frame 139
stop(); oldpoints = gpoints; oldhealth = ghealth;
Frame 140
stop();
Instance of Symbol 58 MovieClip in Frame 140
onClipEvent (enterFrame) { this._x = _root.player._x; this._y = _root.player._y; }
Instance of Symbol 213 MovieClip "PF" in Frame 140
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 163 MovieClip in Frame 140
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.ghealth = _root.ghealth + 20; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 163 MovieClip in Frame 140
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.ghealth = _root.ghealth + 20; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 76 MovieClip in Frame 140
onClipEvent (enterFrame) { if (_root.PF._currentframe == 2) { this.gotoAndStop(2); } if ((_root.player.hitTest(this) && (Key.isDown(13))) && (this._currentframe == 2)) { _root.nextFrame(); } }
Instance of Symbol 78 MovieClip in Frame 140
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 5; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 78 MovieClip in Frame 140
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 5; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 78 MovieClip in Frame 140
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 5; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 78 MovieClip in Frame 140
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 5; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 78 MovieClip in Frame 140
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 5; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 78 MovieClip in Frame 140
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 5; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 78 MovieClip in Frame 140
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 5; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 78 MovieClip in Frame 140
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 5; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 78 MovieClip in Frame 140
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 5; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 78 MovieClip in Frame 140
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 5; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 78 MovieClip in Frame 140
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 5; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 78 MovieClip in Frame 140
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 5; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 78 MovieClip in Frame 140
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 5; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 78 MovieClip in Frame 140
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 5; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 78 MovieClip in Frame 140
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 5; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 78 MovieClip in Frame 140
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 5; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 78 MovieClip in Frame 140
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 5; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 78 MovieClip in Frame 140
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 5; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 78 MovieClip in Frame 140
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 5; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 78 MovieClip in Frame 140
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 5; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 78 MovieClip in Frame 140
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 5; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 78 MovieClip in Frame 140
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 5; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 78 MovieClip in Frame 140
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 5; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 78 MovieClip in Frame 140
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 5; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 78 MovieClip in Frame 140
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 5; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 78 MovieClip in Frame 140
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 5; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 78 MovieClip in Frame 140
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 5; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 78 MovieClip in Frame 140
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 5; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 78 MovieClip in Frame 140
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 5; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 78 MovieClip in Frame 140
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 5; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 78 MovieClip in Frame 140
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 5; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 78 MovieClip in Frame 140
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 5; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 78 MovieClip in Frame 140
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 5; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 78 MovieClip in Frame 140
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 5; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 78 MovieClip in Frame 140
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 5; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 78 MovieClip in Frame 140
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 5; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 78 MovieClip in Frame 140
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 5; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 78 MovieClip in Frame 140
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 5; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 78 MovieClip in Frame 140
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 5; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 78 MovieClip in Frame 140
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 5; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 78 MovieClip in Frame 140
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 5; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 78 MovieClip in Frame 140
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 5; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 78 MovieClip in Frame 140
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 5; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 78 MovieClip in Frame 140
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 5; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 78 MovieClip in Frame 140
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 5; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 78 MovieClip in Frame 140
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 5; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 78 MovieClip in Frame 140
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 5; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 78 MovieClip in Frame 140
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 5; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 78 MovieClip in Frame 140
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 5; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 78 MovieClip in Frame 140
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 5; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 78 MovieClip in Frame 140
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 5; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 78 MovieClip in Frame 140
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 5; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 78 MovieClip in Frame 140
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 5; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 78 MovieClip in Frame 140
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 5; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 78 MovieClip in Frame 140
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 5; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 78 MovieClip in Frame 140
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 5; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 78 MovieClip in Frame 140
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 5; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 78 MovieClip in Frame 140
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 5; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 78 MovieClip in Frame 140
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 5; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 201 MovieClip in Frame 140
onClipEvent (load) { speed = 3.2; } onClipEvent (enterFrame) { if (_root.blocker.hitTest(_x - 15, _y, 1)) { BLEFT = true; } else { BLEFT = false; } if (_root.blocker.hitTest(_x + 15, _y, 1)) { BRIGHT = true; } else { BRIGHT = false; } if (_root.blocker.hitTest(_x, _y - 15, 1)) { BUP = true; } else { BUP = false; } if (_root.blocker.hitTest(_x, _y + 15, 1)) { BDOWN = true; } else { BDOWN = false; } } onClipEvent (enterFrame) { if (BLEFT == false) { if (this._x > _root.player._x) { this._x = this._x - speed; } } if (BRIGHT == false) { if (this._x < _root.player._x) { this._x = this._x + speed; } } if (BUP == false) { if (this._y > _root.player._y) { this._y = this._y - speed; } } if (BDOWN == false) { if (this._y < _root.player._y) { this._y = this._y + speed; } } } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.oldpoints; _root.ghealth = _root.oldhealth; _root.prevFrame(); } }
Instance of Symbol 80 MovieClip in Frame 140
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.swapDepths(_root.getNextHighestDepth()); _root.blocker.Ywall.swapDepths(_root.getNextHighestDepth()); _root.blocker.Ywall.removeMovieClip(); this.removeMovieClip(); } }
Instance of Symbol 82 MovieClip in Frame 140
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.swapDepths(_root.getNextHighestDepth()); _root.blocker.Bwall.swapDepths(_root.getNextHighestDepth()); _root.blocker.Bwall.removeMovieClip(); this.removeMovieClip(); } }
Instance of Symbol 186 MovieClip in Frame 140
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 186 MovieClip in Frame 140
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 186 MovieClip in Frame 140
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 186 MovieClip in Frame 140
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 186 MovieClip in Frame 140
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 186 MovieClip in Frame 140
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 186 MovieClip in Frame 140
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 186 MovieClip in Frame 140
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 186 MovieClip in Frame 140
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 186 MovieClip in Frame 140
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 186 MovieClip in Frame 140
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 186 MovieClip in Frame 140
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 186 MovieClip in Frame 140
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 186 MovieClip in Frame 140
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 186 MovieClip in Frame 140
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 186 MovieClip in Frame 140
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 186 MovieClip in Frame 140
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 186 MovieClip in Frame 140
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 186 MovieClip in Frame 140
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 186 MovieClip in Frame 140
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 186 MovieClip in Frame 140
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 186 MovieClip in Frame 140
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 186 MovieClip in Frame 140
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 90 MovieClip "player" in Frame 140
onClipEvent (load) { speed = 5; } onClipEvent (enterFrame) { if (_root.blocker.hitTest(_x - 15, _y, 1)) { BLEFT = true; } else { BLEFT = false; } if (_root.blocker.hitTest(_x + 15, _y, 1)) { BRIGHT = true; } else { BRIGHT = false; } if (_root.blocker.hitTest(_x, _y - 15, 1)) { BUP = true; } else { BUP = false; } if (_root.blocker.hitTest(_x, _y + 15, 1)) { BDOWN = true; } else { BDOWN = false; } } onClipEvent (enterFrame) { if (BLEFT == false) { if (Key.isDown(37)) { this._x = this._x - speed; } } if (Key.isDown(39)) { if (BRIGHT == false) { this._x = this._x + speed; } } if (Key.isDown(40)) { if (BDOWN == false) { this._y = this._y + speed; } } if (Key.isDown(38)) { if (BUP == false) { this._y = this._y - speed; } } }
Instance of Symbol 56 MovieClip "gmenu" in Frame 140
onClipEvent (enterFrame) { this._x = _root.player._x; this._y = _root.player._y; }
Instance of Symbol 2 MovieClip [vcam] "gcam" in Frame 140
onClipEvent (enterFrame) { this._x = _root.player._x; this._y = _root.player._y; }
Frame 141
stop(); oldpoints = gpoints; oldhealth = ghealth;
Frame 142
stop();
Instance of Symbol 58 MovieClip in Frame 142
onClipEvent (enterFrame) { this._x = _root.player._x; this._y = _root.player._y; }
Instance of Symbol 76 MovieClip in Frame 142
onClipEvent (enterFrame) { if (_root.PF._currentframe == 5) { this.gotoAndStop(2); } if ((_root.player.hitTest(this) && (Key.isDown(13))) && (this._currentframe == 2)) { _root.nextFrame(); } }
Instance of Symbol 227 MovieClip "PF" in Frame 142
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 201 MovieClip in Frame 142
onClipEvent (load) { speed = 3.2; } onClipEvent (enterFrame) { if (_root.blocker.hitTest(_x - 15, _y, 1)) { BLEFT = true; } else { BLEFT = false; } if (_root.blocker.hitTest(_x + 15, _y, 1)) { BRIGHT = true; } else { BRIGHT = false; } if (_root.blocker.hitTest(_x, _y - 15, 1)) { BUP = true; } else { BUP = false; } if (_root.blocker.hitTest(_x, _y + 15, 1)) { BDOWN = true; } else { BDOWN = false; } } onClipEvent (enterFrame) { if (BLEFT == false) { if (this._x > _root.player._x) { this._x = this._x - speed; } } if (BRIGHT == false) { if (this._x < _root.player._x) { this._x = this._x + speed; } } if (BUP == false) { if (this._y > _root.player._y) { this._y = this._y - speed; } } if (BDOWN == false) { if (this._y < _root.player._y) { this._y = this._y + speed; } } } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.oldpoints; _root.ghealth = _root.oldhealth; _root.prevFrame(); } }
Instance of Symbol 201 MovieClip in Frame 142
onClipEvent (load) { speed = 3.2; } onClipEvent (enterFrame) { if (_root.blocker.hitTest(_x - 15, _y, 1)) { BLEFT = true; } else { BLEFT = false; } if (_root.blocker.hitTest(_x + 15, _y, 1)) { BRIGHT = true; } else { BRIGHT = false; } if (_root.blocker.hitTest(_x, _y - 15, 1)) { BUP = true; } else { BUP = false; } if (_root.blocker.hitTest(_x, _y + 15, 1)) { BDOWN = true; } else { BDOWN = false; } } onClipEvent (enterFrame) { if (BLEFT == false) { if (this._x > _root.player._x) { this._x = this._x - speed; } } if (BRIGHT == false) { if (this._x < _root.player._x) { this._x = this._x + speed; } } if (BUP == false) { if (this._y > _root.player._y) { this._y = this._y - speed; } } if (BDOWN == false) { if (this._y < _root.player._y) { this._y = this._y + speed; } } } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.oldpoints; _root.ghealth = _root.oldhealth; _root.prevFrame(); } }
Instance of Symbol 201 MovieClip in Frame 142
onClipEvent (load) { speed = 3.2; } onClipEvent (enterFrame) { if (_root.blocker.hitTest(_x - 15, _y, 1)) { BLEFT = true; } else { BLEFT = false; } if (_root.blocker.hitTest(_x + 15, _y, 1)) { BRIGHT = true; } else { BRIGHT = false; } if (_root.blocker.hitTest(_x, _y - 15, 1)) { BUP = true; } else { BUP = false; } if (_root.blocker.hitTest(_x, _y + 15, 1)) { BDOWN = true; } else { BDOWN = false; } } onClipEvent (enterFrame) { if (BLEFT == false) { if (this._x > _root.player._x) { this._x = this._x - speed; } } if (BRIGHT == false) { if (this._x < _root.player._x) { this._x = this._x + speed; } } if (BUP == false) { if (this._y > _root.player._y) { this._y = this._y - speed; } } if (BDOWN == false) { if (this._y < _root.player._y) { this._y = this._y + speed; } } } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.oldpoints; _root.ghealth = _root.oldhealth; _root.prevFrame(); } }
Instance of Symbol 80 MovieClip in Frame 142
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.swapDepths(_root.getNextHighestDepth()); _root.blocker.Ywall.swapDepths(_root.getNextHighestDepth()); _root.blocker.Ywall.removeMovieClip(); this.removeMovieClip(); } }
Instance of Symbol 82 MovieClip in Frame 142
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.swapDepths(_root.getNextHighestDepth()); _root.blocker.Bwall.swapDepths(_root.getNextHighestDepth()); _root.blocker.Bwall.removeMovieClip(); this.removeMovieClip(); } }
Instance of Symbol 86 MovieClip in Frame 142
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.swapDepths(_root.getNextHighestDepth()); _root.blocker.Rwall.swapDepths(_root.getNextHighestDepth()); _root.blocker.Rwall.removeMovieClip(); this.removeMovieClip(); } }
Instance of Symbol 229 MovieClip in Frame 142
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 100; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 229 MovieClip in Frame 142
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 100; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 229 MovieClip in Frame 142
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 100; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 90 MovieClip "player" in Frame 142
onClipEvent (load) { speed = 5; } onClipEvent (enterFrame) { if (_root.blocker.hitTest(_x - 15, _y, 1)) { BLEFT = true; } else { BLEFT = false; } if (_root.blocker.hitTest(_x + 15, _y, 1)) { BRIGHT = true; } else { BRIGHT = false; } if (_root.blocker.hitTest(_x, _y - 15, 1)) { BUP = true; } else { BUP = false; } if (_root.blocker.hitTest(_x, _y + 15, 1)) { BDOWN = true; } else { BDOWN = false; } } onClipEvent (enterFrame) { if (BLEFT == false) { if (Key.isDown(37)) { this._x = this._x - speed; } } if (Key.isDown(39)) { if (BRIGHT == false) { this._x = this._x + speed; } } if (Key.isDown(40)) { if (BDOWN == false) { this._y = this._y + speed; } } if (Key.isDown(38)) { if (BUP == false) { this._y = this._y - speed; } } }
Instance of Symbol 56 MovieClip "gmenu" in Frame 142
onClipEvent (enterFrame) { this._x = _root.player._x; this._y = _root.player._y; }
Instance of Symbol 2 MovieClip [vcam] "gcam" in Frame 142
onClipEvent (enterFrame) { this._x = _root.player._x; this._y = _root.player._y; }
Frame 143
stop(); oldpoints = gpoints; oldhealth = ghealth;
Frame 144
stop();
Instance of Symbol 58 MovieClip in Frame 144
onClipEvent (enterFrame) { this._x = _root.player._x; this._y = _root.player._y; }
Instance of Symbol 76 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.PF._currentframe == 2) { this.gotoAndStop(2); } if ((_root.player.hitTest(this) && (Key.isDown(13))) && (this._currentframe == 2)) { _root.nextFrame(); } }
Instance of Symbol 248 MovieClip "PF" in Frame 144
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 249 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { play(); } }
Instance of Symbol 250 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this) && (this._currentframe == 1)) { _root.blocker.b1.gotoAndStop(1); this.gotoAndStop(2); } if (_root.player.hitTest(this) && (this._currentframe == 2)) { _root.boss.play(); this.gotoAndStop(3); } }
Instance of Symbol 251 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { play(); } }
Instance of Symbol 253 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this) && (this._currentframe == 1)) { _root.blocker.b3.gotoAndStop(1); this.gotoAndStop(2); } if (_root.player.hitTest(this) && (this._currentframe == 2)) { _root.boss.gotoAndStop(474); this.gotoAndStop(3); } }
Instance of Symbol 254 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this) && (this._currentframe == 1)) { _root.blocker.b2.gotoAndStop(1); this.gotoAndStop(2); } if (_root.player.hitTest(this) && (this._currentframe == 2)) { _root.boss.gotoAndStop(167); this.gotoAndStop(3); } }
Instance of Symbol 255 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { play(); } } onClipEvent (enterFrame) { if (_root.boss.hitTest(this)) { _root.boss.gotoAndStop(475); } }
Instance of Symbol 163 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.ghealth = _root.ghealth + 20; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 265 MovieClip "boss" in Frame 144
onClipEvent (load) { speed = 3.2; } onClipEvent (enterFrame) { if (_root.blocker.hitTest(_x - 15, _y, 1)) { BLEFT = true; } else { BLEFT = false; } if (_root.blocker.hitTest(_x + 15, _y, 1)) { BRIGHT = true; } else { BRIGHT = false; } if (_root.blocker.hitTest(_x, _y - 15, 1)) { BUP = true; } else { BUP = false; } if (_root.blocker.hitTest(_x, _y + 15, 1)) { BDOWN = true; } else { BDOWN = false; } } onClipEvent (enterFrame) { if (this._currentframe == 474) { if (BLEFT == false) { if (this._x > _root.player._x) { this._x = this._x - speed; } } if (BRIGHT == false) { if (this._x < _root.player._x) { this._x = this._x + speed; } } if (BUP == false) { if (this._y > _root.player._y) { this._y = this._y - speed; } } if (BDOWN == false) { if (this._y < _root.player._y) { this._y = this._y + speed; } } } }
Instance of Symbol 86 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.swapDepths(_root.getNextHighestDepth()); _root.blocker.Rwall.swapDepths(_root.getNextHighestDepth()); _root.blocker.Rwall.removeMovieClip(); this.removeMovieClip(); } }
Instance of Symbol 82 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.swapDepths(_root.getNextHighestDepth()); _root.blocker.Bwall.swapDepths(_root.getNextHighestDepth()); _root.blocker.Bwall.removeMovieClip(); this.removeMovieClip(); } }
Instance of Symbol 80 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.swapDepths(_root.getNextHighestDepth()); _root.blocker.Ywall.swapDepths(_root.getNextHighestDepth()); _root.blocker.Ywall.removeMovieClip(); this.removeMovieClip(); } }
Instance of Symbol 279 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.swapDepths(_root.getNextHighestDepth()); _root.blocker.BRwall.swapDepths(_root.getNextHighestDepth()); _root.blocker.BRwall.removeMovieClip(); this.removeMovieClip(); } }
Instance of Symbol 88 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 186 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 186 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 186 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 186 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 186 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 186 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 186 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 186 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 186 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 186 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 229 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 100; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 229 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 100; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 229 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 100; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 229 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 100; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 186 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 186 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 186 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 186 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 186 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 186 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 186 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 186 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 186 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 186 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 186 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 186 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 186 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 186 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 186 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 186 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 186 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 186 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 186 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 186 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 186 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 229 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 100; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 229 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 100; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 186 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 186 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 186 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 186 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 186 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 186 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 186 MovieClip in Frame 144
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 90 MovieClip "player" in Frame 144
onClipEvent (load) { speed = 5; } onClipEvent (enterFrame) { if (_root.blocker.hitTest(_x - 15, _y, 1)) { BLEFT = true; } else { BLEFT = false; } if (_root.blocker.hitTest(_x + 15, _y, 1)) { BRIGHT = true; } else { BRIGHT = false; } if (_root.blocker.hitTest(_x, _y - 15, 1)) { BUP = true; } else { BUP = false; } if (_root.blocker.hitTest(_x, _y + 15, 1)) { BDOWN = true; } else { BDOWN = false; } } onClipEvent (enterFrame) { if (BLEFT == false) { if (Key.isDown(37)) { this._x = this._x - speed; } } if (Key.isDown(39)) { if (BRIGHT == false) { this._x = this._x + speed; } } if (Key.isDown(40)) { if (BDOWN == false) { this._y = this._y + speed; } } if (Key.isDown(38)) { if (BUP == false) { this._y = this._y - speed; } } } onClipEvent (enterFrame) { if (_root.boss.hitTest(_x, _y, true)) { _root.gpoints = _root.oldpoints; _root.ghealth = _root.oldhealth; _root.prevFrame(); } } onClipEvent (enterFrame) { if (_root.ef.hitTest(_x, _y, true)) { _root.gpoints = _root.oldpoints; _root.ghealth = _root.oldhealth; _root.prevFrame(); } }
Instance of Symbol 56 MovieClip "gmenu" in Frame 144
onClipEvent (enterFrame) { this._x = _root.player._x; this._y = _root.player._y; }
Instance of Symbol 2 MovieClip [vcam] "gcam" in Frame 144
onClipEvent (enterFrame) { this._x = _root.player._x; this._y = _root.player._y; }
Frame 145
stop(); oldpoints = gpoints; oldhealth = ghealth;
Frame 146
stop();
Instance of Symbol 58 MovieClip in Frame 146
onClipEvent (enterFrame) { this._x = _root.player._x; this._y = _root.player._y; }
Instance of Symbol 295 MovieClip "PF" in Frame 146
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 76 MovieClip in Frame 146
onClipEvent (enterFrame) { if (_root.PF._currentframe == 6) { this.gotoAndStop(2); } if ((_root.player.hitTest(this) && (Key.isDown(13))) && (this._currentframe == 2)) { _root.nextFrame(); } }
Instance of Symbol 82 MovieClip in Frame 146
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.swapDepths(_root.getNextHighestDepth()); _root.blocker.Bwall.swapDepths(_root.getNextHighestDepth()); _root.blocker.Bwall.removeMovieClip(); this.removeMovieClip(); } }
Instance of Symbol 86 MovieClip in Frame 146
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.swapDepths(_root.getNextHighestDepth()); _root.blocker.Rwall.swapDepths(_root.getNextHighestDepth()); _root.blocker.Rwall.removeMovieClip(); this.removeMovieClip(); } }
Instance of Symbol 80 MovieClip in Frame 146
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.swapDepths(_root.getNextHighestDepth()); _root.blocker.Ywall.swapDepths(_root.getNextHighestDepth()); _root.blocker.Ywall.removeMovieClip(); this.removeMovieClip(); } }
Instance of Symbol 84 MovieClip in Frame 146
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.swapDepths(_root.getNextHighestDepth()); _root.blocker.Gwall.swapDepths(_root.getNextHighestDepth()); _root.blocker.Gwall.removeMovieClip(); this.removeMovieClip(); } }
Instance of Symbol 229 MovieClip in Frame 146
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 100; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 229 MovieClip in Frame 146
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 100; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 229 MovieClip in Frame 146
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 100; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 229 MovieClip in Frame 146
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 100; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 229 MovieClip in Frame 146
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 100; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 229 MovieClip in Frame 146
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 100; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 186 MovieClip in Frame 146
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 186 MovieClip in Frame 146
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 186 MovieClip in Frame 146
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 186 MovieClip in Frame 146
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 186 MovieClip in Frame 146
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 186 MovieClip in Frame 146
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 186 MovieClip in Frame 146
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 186 MovieClip in Frame 146
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 146
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 146
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 146
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 146
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 146
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 146
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 146
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 146
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 146
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 146
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 186 MovieClip in Frame 146
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 186 MovieClip in Frame 146
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 186 MovieClip in Frame 146
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 186 MovieClip in Frame 146
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 186 MovieClip in Frame 146
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 186 MovieClip in Frame 146
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 186 MovieClip in Frame 146
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 186 MovieClip in Frame 146
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 186 MovieClip in Frame 146
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 186 MovieClip in Frame 146
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 186 MovieClip in Frame 146
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 186 MovieClip in Frame 146
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 186 MovieClip in Frame 146
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 186 MovieClip in Frame 146
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 186 MovieClip in Frame 146
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 186 MovieClip in Frame 146
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 186 MovieClip in Frame 146
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 186 MovieClip in Frame 146
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 186 MovieClip in Frame 146
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 186 MovieClip in Frame 146
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 186 MovieClip in Frame 146
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 186 MovieClip in Frame 146
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 186 MovieClip in Frame 146
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 186 MovieClip in Frame 146
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 186 MovieClip in Frame 146
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 186 MovieClip in Frame 146
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 186 MovieClip in Frame 146
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 146
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 146
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 146
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 146
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 146
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 146
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 146
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 146
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 146
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 88 MovieClip in Frame 146
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 229 MovieClip in Frame 146
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 100; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 229 MovieClip in Frame 146
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 100; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 229 MovieClip in Frame 146
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 100; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 186 MovieClip in Frame 146
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 186 MovieClip in Frame 146
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 186 MovieClip in Frame 146
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 186 MovieClip in Frame 146
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 186 MovieClip in Frame 146
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 186 MovieClip in Frame 146
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 186 MovieClip in Frame 146
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 186 MovieClip in Frame 146
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 186 MovieClip in Frame 146
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 186 MovieClip in Frame 146
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 186 MovieClip in Frame 146
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 186 MovieClip in Frame 146
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 186 MovieClip in Frame 146
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 186 MovieClip in Frame 146
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 186 MovieClip in Frame 146
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 229 MovieClip in Frame 146
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 100; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 90 MovieClip "player" in Frame 146
onClipEvent (load) { speed = 5; } onClipEvent (enterFrame) { if (_root.blocker.hitTest(_x - 15, _y, 1)) { BLEFT = true; } else { BLEFT = false; } if (_root.blocker.hitTest(_x + 15, _y, 1)) { BRIGHT = true; } else { BRIGHT = false; } if (_root.blocker.hitTest(_x, _y - 15, 1)) { BUP = true; } else { BUP = false; } if (_root.blocker.hitTest(_x, _y + 15, 1)) { BDOWN = true; } else { BDOWN = false; } } onClipEvent (enterFrame) { if (BLEFT == false) { if (Key.isDown(37)) { this._x = this._x - speed; } } if (Key.isDown(39)) { if (BRIGHT == false) { this._x = this._x + speed; } } if (Key.isDown(40)) { if (BDOWN == false) { this._y = this._y + speed; } } if (Key.isDown(38)) { if (BUP == false) { this._y = this._y - speed; } } }
Instance of Symbol 56 MovieClip "gmenu" in Frame 146
onClipEvent (enterFrame) { this._x = _root.player._x; this._y = _root.player._y; }
Instance of Symbol 2 MovieClip [vcam] "gcam" in Frame 146
onClipEvent (enterFrame) { this._x = _root.player._x; this._y = _root.player._y; }
Frame 147
stop(); oldpoints = gpoints; oldhealth = ghealth;
Frame 148
stop();
Instance of Symbol 58 MovieClip in Frame 148
onClipEvent (enterFrame) { this._x = _root.player._x; this._y = _root.player._y; }
Instance of Symbol 301 MovieClip in Frame 148
onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y, true)) { if (_root.player.BLEFT == false) { _root.player._x = _root.player._x - 10; } } }
Instance of Symbol 303 MovieClip in Frame 148
onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y, true)) { if (_root.player.BUP == false) { _root.player._y = _root.player._y - 10; } } }
Instance of Symbol 304 MovieClip in Frame 148
onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y, true)) { if (_root.player.BRIGHT == false) { _root.player._x = _root.player._x + 10; } } }
Instance of Symbol 305 MovieClip in Frame 148
onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y, true)) { if (_root.player.BDOWN == false) { _root.player._y = _root.player._y + 10; } } }
Instance of Symbol 76 MovieClip in Frame 148
onClipEvent (enterFrame) { if (_root.PF._currentframe == 5) { this.gotoAndStop(2); } if ((_root.player.hitTest(this) && (Key.isDown(13))) && (this._currentframe == 2)) { _root.nextFrame(); } }
Instance of Symbol 311 MovieClip "PF" in Frame 148
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 80 MovieClip in Frame 148
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.swapDepths(_root.getNextHighestDepth()); _root.blocker.Ywall.swapDepths(_root.getNextHighestDepth()); _root.blocker.Ywall.removeMovieClip(); this.removeMovieClip(); } }
Instance of Symbol 229 MovieClip in Frame 148
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 100; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 229 MovieClip in Frame 148
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 100; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 229 MovieClip in Frame 148
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 100; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 229 MovieClip in Frame 148
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 100; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 229 MovieClip in Frame 148
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 100; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 90 MovieClip "player" in Frame 148
onClipEvent (load) { speed = 5; } onClipEvent (enterFrame) { if (_root.blocker.hitTest(_x - 15, _y, 1)) { BLEFT = true; } else { BLEFT = false; } if (_root.blocker.hitTest(_x + 15, _y, 1)) { BRIGHT = true; } else { BRIGHT = false; } if (_root.blocker.hitTest(_x, _y - 15, 1)) { BUP = true; } else { BUP = false; } if (_root.blocker.hitTest(_x, _y + 15, 1)) { BDOWN = true; } else { BDOWN = false; } } onClipEvent (enterFrame) { if (BLEFT == false) { if (Key.isDown(37)) { this._x = this._x - speed; } } if (Key.isDown(39)) { if (BRIGHT == false) { this._x = this._x + speed; } } if (Key.isDown(40)) { if (BDOWN == false) { this._y = this._y + speed; } } if (Key.isDown(38)) { if (BUP == false) { this._y = this._y - speed; } } }
Instance of Symbol 56 MovieClip "gmenu" in Frame 148
onClipEvent (enterFrame) { this._x = _root.player._x; this._y = _root.player._y; }
Instance of Symbol 2 MovieClip [vcam] "gcam" in Frame 148
onClipEvent (enterFrame) { this._x = _root.player._x; this._y = _root.player._y; }
Frame 149
stop();
Instance of Symbol 315 MovieClip in Frame 149
on (press) { _root.nextFrame(); }
Frame 150
stop();
Instance of Symbol 328 MovieClip in Frame 150
onClipEvent (load) { speed = 0; gainspeed = 1; highspeed = 10; lowspeed = -10; } onClipEvent (enterFrame) { if (Key.isDown(1)) { this._y = this._y - speed; speed = speed + gainspeed; } if (!Key.isDown(1)) { this._y = this._y - speed; speed = speed - gainspeed; } if (speed > highspeed) { speed = highspeed; } if (speed < lowspeed) { speed = lowspeed; } } onClipEvent (enterFrame) { if (_root.blocker.hitTest(_x, _y, true)) { _root.gpoints = _root.oldpoints; _root.ghealth = _root.oldhealth; _root.prevFrame(); } }
Frame 151
stop(); oldpoints = gpoints; oldhealth = ghealth;
Frame 152
stop();
Instance of Symbol 58 MovieClip in Frame 152
onClipEvent (enterFrame) { this._x = _root.player._x; this._y = _root.player._y; }
Instance of Symbol 76 MovieClip in Frame 152
onClipEvent (enterFrame) { if (_root.PF._currentframe == 5) { this.gotoAndStop(2); } if ((_root.player.hitTest(this) && (Key.isDown(13))) && (this._currentframe == 2)) { _root.nextFrame(); } }
Instance of Symbol 346 MovieClip "PF" in Frame 152
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 163 MovieClip in Frame 152
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.ghealth = _root.ghealth + 20; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 347 MovieClip in Frame 152
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (this.hitTest(_root.player))) { _root.ghealth = _root.ghealth - 50; hurt = true; _root.player._x = 105; _root.player._y = -225; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 348 MovieClip in Frame 152
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (this.hitTest(_root.player))) { _root.ghealth = _root.ghealth - 50; hurt = true; _root.player._x = 105; _root.player._y = -225; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 348 MovieClip in Frame 152
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (this.hitTest(_root.player))) { _root.ghealth = _root.ghealth - 50; hurt = true; _root.player._x = 105; _root.player._y = -225; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 348 MovieClip in Frame 152
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (this.hitTest(_root.player))) { _root.ghealth = _root.ghealth - 50; hurt = true; _root.player._x = 105; _root.player._y = -225; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 348 MovieClip in Frame 152
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (this.hitTest(_root.player))) { _root.ghealth = _root.ghealth - 50; hurt = true; _root.player._x = 105; _root.player._y = -225; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 347 MovieClip in Frame 152
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (this.hitTest(_root.player))) { _root.ghealth = _root.ghealth - 50; hurt = true; _root.player._x = 105; _root.player._y = -225; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 347 MovieClip in Frame 152
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (this.hitTest(_root.player))) { _root.ghealth = _root.ghealth - 50; hurt = true; _root.player._x = 105; _root.player._y = -225; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 347 MovieClip in Frame 152
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (this.hitTest(_root.player))) { _root.ghealth = _root.ghealth - 50; hurt = true; _root.player._x = 105; _root.player._y = -225; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 349 MovieClip in Frame 152
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (this.hitTest(_root.player))) { _root.ghealth = _root.ghealth - 50; hurt = true; _root.player._x = 105; _root.player._y = -225; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 349 MovieClip in Frame 152
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (this.hitTest(_root.player))) { _root.ghealth = _root.ghealth - 50; hurt = true; _root.player._x = 105; _root.player._y = -225; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 349 MovieClip in Frame 152
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (this.hitTest(_root.player))) { _root.ghealth = _root.ghealth - 50; hurt = true; _root.player._x = 105; _root.player._y = -225; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 349 MovieClip in Frame 152
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (this.hitTest(_root.player))) { _root.ghealth = _root.ghealth - 50; hurt = true; _root.player._x = 105; _root.player._y = -225; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 350 MovieClip in Frame 152
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (this.hitTest(_root.player))) { _root.ghealth = _root.ghealth - 50; hurt = true; _root.player._x = 105; _root.player._y = -225; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 350 MovieClip in Frame 152
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (this.hitTest(_root.player))) { _root.ghealth = _root.ghealth - 50; hurt = true; _root.player._x = 105; _root.player._y = -225; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 351 MovieClip in Frame 152
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (this.hitTest(_root.player))) { _root.ghealth = _root.ghealth - 50; hurt = true; _root.player._x = 105; _root.player._y = -225; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 351 MovieClip in Frame 152
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (this.hitTest(_root.player))) { _root.ghealth = _root.ghealth - 50; hurt = true; _root.player._x = 105; _root.player._y = -225; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 84 MovieClip in Frame 152
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.swapDepths(_root.getNextHighestDepth()); _root.blocker.Gwall.swapDepths(_root.getNextHighestDepth()); _root.blocker.Gwall.removeMovieClip(); this.removeMovieClip(); } }
Instance of Symbol 86 MovieClip in Frame 152
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.swapDepths(_root.getNextHighestDepth()); _root.blocker.Rwall.swapDepths(_root.getNextHighestDepth()); _root.blocker.Rwall.removeMovieClip(); this.removeMovieClip(); } }
Instance of Symbol 82 MovieClip in Frame 152
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.swapDepths(_root.getNextHighestDepth()); _root.blocker.Bwall.swapDepths(_root.getNextHighestDepth()); _root.blocker.Bwall.removeMovieClip(); this.removeMovieClip(); } }
Instance of Symbol 80 MovieClip in Frame 152
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.swapDepths(_root.getNextHighestDepth()); _root.blocker.Ywall.swapDepths(_root.getNextHighestDepth()); _root.blocker.Ywall.removeMovieClip(); this.removeMovieClip(); } }
Instance of Symbol 279 MovieClip in Frame 152
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.swapDepths(_root.getNextHighestDepth()); _root.blocker.BRwall.swapDepths(_root.getNextHighestDepth()); _root.blocker.BRwall.removeMovieClip(); this.removeMovieClip(); } }
Instance of Symbol 229 MovieClip in Frame 152
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 100; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 229 MovieClip in Frame 152
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 100; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 229 MovieClip in Frame 152
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 100; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 229 MovieClip in Frame 152
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 100; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 229 MovieClip in Frame 152
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 100; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 229 MovieClip in Frame 152
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 100; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 229 MovieClip in Frame 152
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 100; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 229 MovieClip in Frame 152
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 100; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 229 MovieClip in Frame 152
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 100; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 229 MovieClip in Frame 152
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 100; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 353 MovieClip in Frame 152
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1000; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 90 MovieClip "player" in Frame 152
onClipEvent (load) { speed = 5; } onClipEvent (enterFrame) { if (_root.blocker.hitTest(_x - 15, _y, 1)) { BLEFT = true; } else { BLEFT = false; } if (_root.blocker.hitTest(_x + 15, _y, 1)) { BRIGHT = true; } else { BRIGHT = false; } if (_root.blocker.hitTest(_x, _y - 15, 1)) { BUP = true; } else { BUP = false; } if (_root.blocker.hitTest(_x, _y + 15, 1)) { BDOWN = true; } else { BDOWN = false; } } onClipEvent (enterFrame) { if (BLEFT == false) { if (Key.isDown(37)) { this._x = this._x - speed; } } if (Key.isDown(39)) { if (BRIGHT == false) { this._x = this._x + speed; } } if (Key.isDown(40)) { if (BDOWN == false) { this._y = this._y + speed; } } if (Key.isDown(38)) { if (BUP == false) { this._y = this._y - speed; } } }
Instance of Symbol 56 MovieClip "gmenu" in Frame 152
onClipEvent (enterFrame) { this._x = _root.player._x; this._y = _root.player._y; }
Instance of Symbol 2 MovieClip [vcam] "gcam" in Frame 152
onClipEvent (enterFrame) { this._x = _root.player._x; this._y = _root.player._y; }
Frame 153
stop(); oldpoints = gpoints; oldhealth = ghealth;
Frame 154
stop();
Instance of Symbol 58 MovieClip in Frame 154
onClipEvent (enterFrame) { this._x = _root.player._x; this._y = _root.player._y; }
Instance of Symbol 76 MovieClip in Frame 154
onClipEvent (enterFrame) { if (_root.PF._currentframe == 5) { this.gotoAndStop(2); } if ((_root.player.hitTest(this) && (Key.isDown(13))) && (this._currentframe == 2)) { _root.nextFrame(); } }
Instance of Symbol 366 MovieClip "PF" in Frame 154
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 163 MovieClip in Frame 154
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.ghealth = _root.ghealth + 20; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 163 MovieClip in Frame 154
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.ghealth = _root.ghealth + 20; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 163 MovieClip in Frame 154
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.ghealth = _root.ghealth + 20; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 163 MovieClip in Frame 154
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.ghealth = _root.ghealth + 20; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 368 MovieClip in Frame 154
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 10; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 368 MovieClip in Frame 154
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 10; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 368 MovieClip in Frame 154
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 10; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 368 MovieClip in Frame 154
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 10; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 368 MovieClip in Frame 154
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 10; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 368 MovieClip in Frame 154
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 10; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 368 MovieClip in Frame 154
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 10; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 368 MovieClip in Frame 154
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 10; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 368 MovieClip in Frame 154
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 10; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 368 MovieClip in Frame 154
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 10; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 368 MovieClip in Frame 154
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 10; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 368 MovieClip in Frame 154
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 10; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 368 MovieClip in Frame 154
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 10; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 368 MovieClip in Frame 154
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 10; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 368 MovieClip in Frame 154
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 10; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 368 MovieClip in Frame 154
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 10; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 368 MovieClip in Frame 154
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 10; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 368 MovieClip in Frame 154
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 10; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 368 MovieClip in Frame 154
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 10; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 368 MovieClip in Frame 154
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 10; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 368 MovieClip in Frame 154
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 10; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 368 MovieClip in Frame 154
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 10; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 368 MovieClip in Frame 154
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 10; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 368 MovieClip in Frame 154
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 10; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 368 MovieClip in Frame 154
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 10; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 368 MovieClip in Frame 154
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 10; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 368 MovieClip in Frame 154
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 10; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 368 MovieClip in Frame 154
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 10; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 368 MovieClip in Frame 154
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 10; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 368 MovieClip in Frame 154
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 10; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 368 MovieClip in Frame 154
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 10; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 368 MovieClip in Frame 154
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 10; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 368 MovieClip in Frame 154
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 10; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 368 MovieClip in Frame 154
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 10; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 78 MovieClip in Frame 154
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 5; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 78 MovieClip in Frame 154
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 5; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 78 MovieClip in Frame 154
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 5; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 78 MovieClip in Frame 154
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 5; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 78 MovieClip in Frame 154
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 5; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 78 MovieClip in Frame 154
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 5; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 78 MovieClip in Frame 154
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 5; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 78 MovieClip in Frame 154
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 5; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 78 MovieClip in Frame 154
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 5; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 78 MovieClip in Frame 154
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 5; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 78 MovieClip in Frame 154
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 5; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 78 MovieClip in Frame 154
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 5; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 78 MovieClip in Frame 154
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 5; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 78 MovieClip in Frame 154
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 5; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 78 MovieClip in Frame 154
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 5; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 78 MovieClip in Frame 154
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 5; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 78 MovieClip in Frame 154
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 5; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 78 MovieClip in Frame 154
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 5; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 78 MovieClip in Frame 154
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 5; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 78 MovieClip in Frame 154
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 5; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 78 MovieClip in Frame 154
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 5; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 78 MovieClip in Frame 154
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 5; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 78 MovieClip in Frame 154
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 5; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 78 MovieClip in Frame 154
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 5; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 369 MovieClip in Frame 154
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 20; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 84 MovieClip in Frame 154
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.swapDepths(_root.getNextHighestDepth()); _root.blocker.Gwall.swapDepths(_root.getNextHighestDepth()); _root.blocker.Gwall.removeMovieClip(); this.removeMovieClip(); } }
Instance of Symbol 82 MovieClip in Frame 154
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.swapDepths(_root.getNextHighestDepth()); _root.blocker.Bwall.swapDepths(_root.getNextHighestDepth()); _root.blocker.Bwall.removeMovieClip(); this.removeMovieClip(); } }
Instance of Symbol 80 MovieClip in Frame 154
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.swapDepths(_root.getNextHighestDepth()); _root.blocker.Ywall.swapDepths(_root.getNextHighestDepth()); _root.blocker.Ywall.removeMovieClip(); this.removeMovieClip(); } }
Instance of Symbol 186 MovieClip in Frame 154
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 186 MovieClip in Frame 154
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 186 MovieClip in Frame 154
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 186 MovieClip in Frame 154
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 186 MovieClip in Frame 154
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 186 MovieClip in Frame 154
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 186 MovieClip in Frame 154
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 186 MovieClip in Frame 154
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 186 MovieClip in Frame 154
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 186 MovieClip in Frame 154
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 90 MovieClip "player" in Frame 154
onClipEvent (load) { speed = 5; } onClipEvent (enterFrame) { if (_root.blocker.hitTest(_x - 15, _y, 1)) { BLEFT = true; } else { BLEFT = false; } if (_root.blocker.hitTest(_x + 15, _y, 1)) { BRIGHT = true; } else { BRIGHT = false; } if (_root.blocker.hitTest(_x, _y - 15, 1)) { BUP = true; } else { BUP = false; } if (_root.blocker.hitTest(_x, _y + 15, 1)) { BDOWN = true; } else { BDOWN = false; } } onClipEvent (enterFrame) { if (BLEFT == false) { if (Key.isDown(37)) { this._x = this._x - speed; } } if (Key.isDown(39)) { if (BRIGHT == false) { this._x = this._x + speed; } } if (Key.isDown(40)) { if (BDOWN == false) { this._y = this._y + speed; } } if (Key.isDown(38)) { if (BUP == false) { this._y = this._y - speed; } } }
Instance of Symbol 56 MovieClip "gmenu" in Frame 154
onClipEvent (enterFrame) { this._x = _root.player._x; this._y = _root.player._y; }
Instance of Symbol 2 MovieClip [vcam] "gcam" in Frame 154
onClipEvent (enterFrame) { this._x = _root.player._x; this._y = _root.player._y; }
Frame 155
stop(); oldpoints = gpoints; oldhealth = ghealth;
Frame 156
stop();
Instance of Symbol 58 MovieClip in Frame 156
onClipEvent (enterFrame) { this._x = _root.player._x; this._y = _root.player._y; }
Instance of Symbol 76 MovieClip in Frame 156
onClipEvent (enterFrame) { if (_root.PF._currentframe == 5) { this.gotoAndStop(2); } if ((_root.player.hitTest(this) && (Key.isDown(13))) && (this._currentframe == 2)) { _root.nextFrame(); } }
Instance of Symbol 387 MovieClip "boss" in Frame 156
onClipEvent (enterFrame) { this.boss.test = _currentframe; }
Instance of Symbol 90 MovieClip "player" in Frame 156
onClipEvent (load) { speed = 5; } onClipEvent (enterFrame) { if (_root.blocker.hitTest(_x - 15, _y, 1)) { BLEFT = true; } else { BLEFT = false; } if (_root.blocker.hitTest(_x + 15, _y, 1)) { BRIGHT = true; } else { BRIGHT = false; } if (_root.blocker.hitTest(_x, _y - 15, 1)) { BUP = true; } else { BUP = false; } if (_root.blocker.hitTest(_x, _y + 15, 1)) { BDOWN = true; } else { BDOWN = false; } } onClipEvent (enterFrame) { if (BLEFT == false) { if (Key.isDown(37)) { this._x = this._x - speed; } } if (Key.isDown(39)) { if (BRIGHT == false) { this._x = this._x + speed; } } if (Key.isDown(40)) { if (BDOWN == false) { this._y = this._y + speed; } } if (Key.isDown(38)) { if (BUP == false) { this._y = this._y - speed; } } }
Instance of Symbol 56 MovieClip "gmenu" in Frame 156
onClipEvent (enterFrame) { this._x = _root.player._x; this._y = _root.player._y; }
Instance of Symbol 2 MovieClip [vcam] "gcam" in Frame 156
onClipEvent (enterFrame) { this._x = _root.player._x; this._y = _root.player._y; }
Frame 157
stop(); if (ghealth > 0) { gpoints = gpoints + 1000; }
Frame 158
stop(); if (gpoints == 8000) { pass = "S2G9KA2B2Z7MD"; } else { pass = "DENIED"; }
Frame 159
gotoAndPlay (163);
Frame 160
gpoints = 0; ghealth = 300; stop();
Frame 161
stop();
Instance of Symbol 58 MovieClip in Frame 161
onClipEvent (enterFrame) { this._x = _root.player._x; this._y = _root.player._y; }
Instance of Symbol 163 MovieClip in Frame 161
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.ghealth = _root.ghealth + 20; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 163 MovieClip in Frame 161
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.ghealth = _root.ghealth + 20; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 163 MovieClip in Frame 161
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.ghealth = _root.ghealth + 20; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 163 MovieClip in Frame 161
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.ghealth = _root.ghealth + 20; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 163 MovieClip in Frame 161
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.ghealth = _root.ghealth + 20; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 163 MovieClip in Frame 161
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.ghealth = _root.ghealth + 20; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 163 MovieClip in Frame 161
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.ghealth = _root.ghealth + 20; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 163 MovieClip in Frame 161
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.ghealth = _root.ghealth + 20; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 163 MovieClip in Frame 161
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.ghealth = _root.ghealth + 20; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 163 MovieClip in Frame 161
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.ghealth = _root.ghealth + 20; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }
Instance of Symbol 76 MovieClip in Frame 161
onClipEvent (enterFrame) { if (_root.PF._currentframe == 2) { this.gotoAndStop(2); } if ((_root.player.hitTest(this) && (Key.isDown(13))) && (this._currentframe == 2)) { _root.nextFrame(); } }
Instance of Symbol 412 MovieClip "PF" in Frame 161
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }
Instance of Symbol 414 MovieClip in Frame 161
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 15; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 414 MovieClip in Frame 161
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 15; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 166 MovieClip in Frame 161
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 15; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 166 MovieClip in Frame 161
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 15; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 166 MovieClip in Frame 161
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 15; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 166 MovieClip in Frame 161
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 15; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 415 MovieClip in Frame 161
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 15; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 415 MovieClip in Frame 161
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 15; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 415 MovieClip in Frame 161
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 15; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 415 MovieClip in Frame 161
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 15; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 416 MovieClip in Frame 161
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 15; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 416 MovieClip in Frame 161
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 15; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 416 MovieClip in Frame 161
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 15; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 416 MovieClip in Frame 161
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 15; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 416 MovieClip in Frame 161
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 15; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 416 MovieClip in Frame 161
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 15; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 416 MovieClip in Frame 161
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 15; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 416 MovieClip in Frame 161
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 15; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 416 MovieClip in Frame 161
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 15; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 416 MovieClip in Frame 161
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 15; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 416 MovieClip in Frame 161
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 15; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 416 MovieClip in Frame 161
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 15; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 416 MovieClip in Frame 161
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 15; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 416 MovieClip in Frame 161
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 15; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 416 MovieClip in Frame 161
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 15; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 416 MovieClip in Frame 161
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 15; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 417 MovieClip in Frame 161
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 15; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 417 MovieClip in Frame 161
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 15; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 201 MovieClip in Frame 161
onClipEvent (load) { speed = 3.2; } onClipEvent (enterFrame) { if (_root.blocker.hitTest(_x - 15, _y, 1)) { BLEFT = true; } else { BLEFT = false; } if (_root.blocker.hitTest(_x + 15, _y, 1)) { BRIGHT = true; } else { BRIGHT = false; } if (_root.blocker.hitTest(_x, _y - 15, 1)) { BUP = true; } else { BUP = false; } if (_root.blocker.hitTest(_x, _y + 15, 1)) { BDOWN = true; } else { BDOWN = false; } } onClipEvent (enterFrame) { if (BLEFT == false) { if (this._x > _root.player._x) { this._x = this._x - speed; } } if (BRIGHT == false) { if (this._x < _root.player._x) { this._x = this._x + speed; } } if (BUP == false) { if (this._y > _root.player._y) { this._y = this._y - speed; } } if (BDOWN == false) { if (this._y < _root.player._y) { this._y = this._y + speed; } } } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.oldpoints; _root.ghealth = _root.oldhealth; _root.prevFrame(); } }
Instance of Symbol 418 MovieClip in Frame 161
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { this._y = _root.player._y; if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 15; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 418 MovieClip in Frame 161
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { this._y = _root.player._y; if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 15; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 418 MovieClip in Frame 161
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { this._y = _root.player._y; if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 15; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 418 MovieClip in Frame 161
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { this._y = _root.player._y; if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 15; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 418 MovieClip in Frame 161
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { this._x = _root.player._x; if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 15; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 418 MovieClip in Frame 161
onClipEvent (load) { hurt = false; } onClipEvent (enterFrame) { this._x = _root.player._x; if ((hurt == false) && (_root.player.hitTest(this))) { _root.ghealth = _root.ghealth - 15; hurt = true; } if ((hurt == true) && (!_root.player.hitTest(this))) { hurt = false; } }
Instance of Symbol 80 MovieClip in Frame 161
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.swapDepths(_root.getNextHighestDepth()); _root.blocker.Ywall.swapDepths(_root.getNextHighestDepth()); _root.blocker.Ywall.removeMovieClip(); this.removeMovieClip(); } }
Instance of Symbol 84 MovieClip in Frame 161
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.swapDepths(_root.getNextHighestDepth()); _root.blocker.Gwall.swapDepths(_root.getNextHighestDepth()); _root.blocker.Gwall.removeMovieClip(); this.removeMovieClip(); } }
Instance of Symbol 82 MovieClip in Frame 161
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.swapDepths(_root.getNextHighestDepth()); _root.blocker.Bwall.swapDepths(_root.getNextHighestDepth()); _root.blocker.Bwall.removeMovieClip(); this.removeMovieClip(); } }
Instance of Symbol 86 MovieClip in Frame 161
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.swapDepths(_root.getNextHighestDepth()); _root.blocker.Rwall.swapDepths(_root.getNextHighestDepth()); _root.blocker.Rwall.removeMovieClip(); this.removeMovieClip(); } }
Instance of Symbol 420 MovieClip in Frame 161
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { this.swapDepths(_root.getNextHighestDepth()); _root.blocker.Pwall.swapDepths(_root.getNextHighestDepth()); _root.blocker.Pwall.removeMovieClip(); this.removeMovieClip(); } }
Instance of Symbol 90 MovieClip "player" in Frame 161
onClipEvent (load) { speed = 5; } onClipEvent (enterFrame) { if (_root.blocker.hitTest(_x - 15, _y, 1)) { BLEFT = true; } else { BLEFT = false; } if (_root.blocker.hitTest(_x + 15, _y, 1)) { BRIGHT = true; } else { BRIGHT = false; } if (_root.blocker.hitTest(_x, _y - 15, 1)) { BUP = true; } else { BUP = false; } if (_root.blocker.hitTest(_x, _y + 15, 1)) { BDOWN = true; } else { BDOWN = false; } } onClipEvent (enterFrame) { if (BLEFT == false) { if (Key.isDown(37)) { this._x = this._x - speed; } } if (Key.isDown(39)) { if (BRIGHT == false) { this._x = this._x + speed; } } if (Key.isDown(40)) { if (BDOWN == false) { this._y = this._y + speed; } } if (Key.isDown(38)) { if (BUP == false) { this._y = this._y - speed; } } }
Instance of Symbol 56 MovieClip "gmenu" in Frame 161
onClipEvent (enterFrame) { this._x = _root.player._x; this._y = _root.player._y; }
Instance of Symbol 2 MovieClip [vcam] "gcam" in Frame 161
onClipEvent (enterFrame) { this._x = _root.player._x; this._y = _root.player._y; }
Frame 571
stop();
Frame 572
gotoAndStop (79);
Symbol 2 MovieClip [vcam] Frame 1
function camControl() { parentColor.setTransform(camColor.getTransform()); var _local4 = sX / this._width; var _local3 = sY / this._height; _parent._x = cX - (this._x * _local4); _parent._y = cY - (this._y * _local3); _parent._xscale = 100 * _local4; _parent._yscale = 100 * _local3; } function resetStage() { var _local2 = {ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0}; parentColor.setTransform(_local2); _parent._xscale = 100; _parent._yscale = 100; _parent._x = 0; _parent._y = 0; } parentColor.setTransform(camColor.getTransform()); this._visible = false; var oldMode = Stage.scaleMode; Stage.scaleMode = "exactFit"; var cX = (Stage.width / 2); var cY = (Stage.height / 2); var sX = Stage.width; var sY = Stage.height; Stage.scaleMode = oldMode; var camColor = new Color(this); var parentColor = new Color(_parent); this.onEnterFrame = camControl; camControl(); this.onUnload = resetStage; this._x = _root.player._x; this._y = _root.player._y;
Symbol 13 Button
on (release) { _root.play(); }
Symbol 14 MovieClip Frame 1
_root.stop(); PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100; if (PercentLoaded != 100) { bar._xscale = PercentLoaded; } else { gotoAndStop ("loaded"); }
Symbol 14 MovieClip Frame 2
gotoAndPlay (1);
Symbol 16 Button
on (release) { gotoAndStop (80); }
Symbol 18 Button
on (release) { gotoAndPlay (85); }
Symbol 20 Button
on (release) { gotoAndStop (82); }
Symbol 22 Button
on (release) { gotoAndPlay (163); }
Symbol 29 Button
on (release) { nextFrame(); }
Symbol 31 Button
on (release) { prevFrame(); }
Symbol 33 Button
on (release) { gotoAndStop (79); }
Symbol 39 Button
on (release) { if (wordpass == "S2G9KA2B2Z7MD") { gotoAndStop (160); } }
Symbol 41 Button
on (release) { nextFrame(); }
Symbol 43 Button
on (release) { gotoAndStop (84); }
Symbol 49 Button
on (release) { nextFrame(); }
Symbol 56 MovieClip Frame 1
this.onEnterFrame = function () { points = _root.gpoints; health = _root.ghealth; };
Symbol 72 MovieClip Frame 1
stop();
Symbol 76 MovieClip Frame 1
stop();
Symbol 92 Button
on (release) { nextFrame(); }
Symbol 102 MovieClip Frame 1
stop();
Symbol 110 Button
on (release) { nextFrame(); }
Symbol 123 MovieClip Frame 8
stop();
Symbol 147 MovieClip Frame 1
var gloop = 2;
Symbol 147 MovieClip Frame 130
if ((!gloop) == 0) { gloop = gloop - 1; gotoAndPlay (10); }
Symbol 147 MovieClip Frame 131
var gloop = 3;
Symbol 147 MovieClip Frame 153
if (_root.player.cheat == false) { _root.player._x = 240; _root.player._y = 270; } if (_root.player.cheat == true) { _root.prevFrame(); }
Symbol 147 MovieClip Frame 261
if ((!gloop) == 0) { gloop = gloop - 1; gotoAndPlay (160); }
Symbol 147 MovieClip Frame 262
var gloop = 4;
Symbol 147 MovieClip Frame 278
_root.player._x = 150; _root.player._y = 300;
Symbol 147 MovieClip Frame 366
if ((!gloop) == 0) { gloop = gloop - 1; gotoAndPlay (285); }
Symbol 147 MovieClip Frame 390
_root.nextFrame();
Symbol 149 Button
on (release) { nextFrame(); }
Symbol 152 MovieClip Frame 1
stop();
Symbol 152 MovieClip Frame 581
stop();
Symbol 159 MovieClip Frame 1
stop();
Symbol 168 Button
on (release) { nextFrame(); }
Symbol 180 MovieClip Frame 1
stop();
Symbol 188 Button
on (release) { nextFrame(); }
Symbol 200 MovieClip Frame 1
stop();
Symbol 203 Button
on (release) { nextFrame(); }
Symbol 213 MovieClip Frame 1
stop();
Symbol 215 Button
on (release) { nextFrame(); }
Symbol 227 MovieClip Frame 1
stop();
Symbol 231 Button
on (release) { nextFrame(); }
Symbol 235 MovieClip Frame 1
stop();
Symbol 237 MovieClip Frame 1
stop();
Symbol 248 MovieClip Frame 1
stop();
Symbol 249 MovieClip Frame 1
stop();
Symbol 249 MovieClip Frame 90
_root.ef.e1.gotoAndStop(2);
Symbol 249 MovieClip Frame 91
stop();
Symbol 250 MovieClip Frame 1
stop();
Symbol 251 MovieClip Frame 1
stop();
Symbol 251 MovieClip Frame 80
_root.ef.e3.gotoAndStop(2);
Symbol 251 MovieClip Frame 81
stop();
Symbol 253 MovieClip Frame 1
stop();
Symbol 254 MovieClip Frame 1
stop();
Symbol 255 MovieClip Frame 1
stop();
Symbol 255 MovieClip Frame 272
_root.ef.gotoAndStop(2);
Symbol 255 MovieClip Frame 273
stop();
Symbol 260 MovieClip Frame 1
stop();
Symbol 260 MovieClip Frame 92
_root.ef.e4.gotoAndStop(2);
Symbol 260 MovieClip Frame 93
stop();
Symbol 265 MovieClip Frame 1
var gloop = 10;
Symbol 265 MovieClip Frame 84
if ((!gloop) == 0) { gloop = gloop - 1; gotoAndPlay (31); }
Symbol 265 MovieClip Frame 85
_root.blocker.b1.gotoAndStop(2); gotoAndStop (86);
Symbol 265 MovieClip Frame 87
var gloop = 6;
Symbol 265 MovieClip Frame 164
if ((!gloop) == 0) { gloop = gloop - 1; gotoAndPlay (111); }
Symbol 265 MovieClip Frame 165
_root.blocker.b2.gotoAndStop(2); gotoAndStop (166);
Instance of Symbol 260 MovieClip in Symbol 265 MovieClip Frame 167
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.boss.gotoAndPlay(183); } }
Symbol 265 MovieClip Frame 327
stop();
Instance of Symbol 260 MovieClip in Symbol 265 MovieClip Frame 327
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.boss.gotoAndPlay(328); } } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { play(); } }
Symbol 265 MovieClip Frame 472
_root.blocker.b3.gotoAndStop(2); gotoAndStop (473);
Symbol 265 MovieClip Frame 474
_root.blocker.blocker2.gotoAndStop(2); _root.blocker.b4.gotoAndStop(2);
Symbol 276 MovieClip Frame 1
stop();
Symbol 277 MovieClip Frame 1
stop();
Symbol 281 Button
on (release) { nextFrame(); }
Symbol 295 MovieClip Frame 1
stop();
Symbol 297 Button
on (release) { nextFrame(); }
Symbol 311 MovieClip Frame 1
stop();
Symbol 323 MovieClip Frame 560
_root.gpoints = _root.gpoints + 500; _root.nextFrame();
Symbol 330 Button
on (release) { nextFrame(); }
Symbol 346 MovieClip Frame 1
stop();
Symbol 355 Button
on (release) { nextFrame(); }
Symbol 366 MovieClip Frame 1
stop();
Symbol 371 Button
on (release) { nextFrame(); }
Symbol 380 MovieClip Frame 1
stop();
Symbol 380 MovieClip Frame 72
_root.boss.play(); follow = false; _root.boss.boss.hp1 = _root.boss.boss.hp1 - 1;
Symbol 382 MovieClip Frame 1
stop();
Symbol 382 MovieClip Frame 72
_root.boss.boss.hp2 = _root.boss.boss.hp2 - 1; hurt = false; _root.boss.play();
Symbol 386 MovieClip Frame 1
stop();
Symbol 386 MovieClip Frame 117
_root.player._x = 245; _root.player._y = 150; _root.boss.boss.hp3 = _root.boss.boss.hp3 - 1; _root.boss.boss.follow = true; _root.boss.play();
Instance of Symbol 377 MovieClip "boss" in Symbol 387 MovieClip Frame 1
onClipEvent (load) { speed = 3.2; hp1 = 3; hp2 = 5; hp3 = 3; follow = true; } onClipEvent (enterFrame) { if (hp1 == 0) { _root.boss.gotoAndPlay(49); hp1 = 1; } if (hp2 == 0) { _root.boss.gotoAndPlay(121); hp2 = 1; } if (hp3 == 0) { _root.boss.gotoAndPlay(241); follow = false; hp3 = 1; } } onClipEvent (enterFrame) { if (_root.blocker.hitTest(_x - 15, _y, 1)) { BLEFT = true; } else { BLEFT = false; } if (_root.blocker.hitTest(_x + 15, _y, 1)) { BRIGHT = true; } else { BRIGHT = false; } if (_root.blocker.hitTest(_x, _y - 15, 1)) { BUP = true; } else { BUP = false; } if (_root.blocker.hitTest(_x, _y + 15, 1)) { BDOWN = true; } else { BDOWN = false; } } onClipEvent (enterFrame) { if (follow == true) { if (BLEFT == false) { if (this._x > _root.player._x) { this._x = this._x - speed; } } if (BRIGHT == false) { if (this._x < _root.player._x) { this._x = this._x + speed; } } if (BUP == false) { if (this._y > _root.player._y) { this._y = this._y - speed; } } if (BDOWN == false) { if (this._y < _root.player._y) { this._y = this._y + speed; } } } } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.oldpoints; _root.ghealth = _root.oldhealth; _root.prevFrame(); } }
Instance of Symbol 380 MovieClip "fireball" in Symbol 387 MovieClip Frame 1
onClipEvent (load) { follow = false; speed = 4; } onClipEvent (enterFrame) { if (_root.blocker.hitTest(_x - 15, _y, 1)) { BLEFT = true; } else { BLEFT = false; } if (_root.blocker.hitTest(_x + 15, _y, 1)) { BRIGHT = true; } else { BRIGHT = false; } if (_root.blocker.hitTest(_x, _y - 15, 1)) { BUP = true; } else { BUP = false; } if (_root.blocker.hitTest(_x, _y + 15, 1)) { BDOWN = true; } else { BDOWN = false; } } onClipEvent (enterFrame) { if (follow == true) { if (BLEFT == false) { if (this._x > _root.player._x) { this._x = this._x - speed; } } if (BRIGHT == false) { if (this._x < _root.player._x) { this._x = this._x + speed; } } if (BUP == false) { if (this._y > _root.player._y) { this._y = this._y - speed; } } if (BDOWN == false) { if (this._y < _root.player._y) { this._y = this._y + speed; } } } } onClipEvent (enterFrame) { if (follow == false) { this._x = _root.boss.boss._x; this._y = _root.boss.boss._y; } } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.ghealth = _root.ghealth - 5; _root.boss.play(); follow = false; gotoAndStop (1); } }
Symbol 387 MovieClip Frame 48
_root.boss.fireball.gotoAndPlay(2); _root.boss.fireball.follow = true; gotoAndStop (1);
Instance of Symbol 382 MovieClip "shockwave" in Symbol 387 MovieClip Frame 49
onClipEvent (enterFrame) { this._x = _root.boss.boss._x; this._y = _root.boss.boss._y; } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.ghealth = _root.ghealth - 5; _root.boss.play(); follow = false; gotoAndStop (1); } }
Symbol 387 MovieClip Frame 120
_root.boss.shockwave.gotoAndPlay(2); _root.boss.shockwave.hurt = true; gotoAndStop (49);
Instance of Symbol 386 MovieClip "lava" in Symbol 387 MovieClip Frame 121
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.player._x = 245; _root.player._y = 150; _root.ghealth = _root.ghealth - 20; _root.boss.play(); _root.boss.boss.follow = true; gotoAndStop (1); } }
Symbol 387 MovieClip Frame 240
_root.boss._x = 0; _root.boss._y = 0; _root.boss.boss._x = 245; _root.boss.boss._y = 215; _root.boss.boss.follow = false; _root.player._x = 245; _root.player._y = 150; _root.boss.lava.gotoAndPlay(2); gotoAndStop (121);
Instance of Symbol 377 MovieClip "boss" in Symbol 387 MovieClip Frame 241
onClipEvent (load) { speed = 3.2; hp1 = 3; hp2 = 5; hp3 = 5; follow = true; } onClipEvent (enterFrame) { if (hp1 == 0) { _root.boss.gotoAndPlay(49); speed = 3.8; hp1 = 1; } if (hp2 == 0) { _root.boss.gotoAndPlay(121); speed = 4; hp2 = 1; } if (hp3 == 0) { _root.boss.gotoAndPlay(193); follow = false; hp3 = 1; } } onClipEvent (enterFrame) { if (_root.blocker.hitTest(_x - 15, _y, 1)) { BLEFT = true; } else { BLEFT = false; } if (_root.blocker.hitTest(_x + 15, _y, 1)) { BRIGHT = true; } else { BRIGHT = false; } if (_root.blocker.hitTest(_x, _y - 15, 1)) { BUP = true; } else { BUP = false; } if (_root.blocker.hitTest(_x, _y + 15, 1)) { BDOWN = true; } else { BDOWN = false; } } onClipEvent (enterFrame) { if (follow == true) { if (BLEFT == false) { if (this._x > _root.player._x) { this._x = this._x - speed; } } if (BRIGHT == false) { if (this._x < _root.player._x) { this._x = this._x + speed; } } if (BUP == false) { if (this._y > _root.player._y) { this._y = this._y - speed; } } if (BDOWN == false) { if (this._y < _root.player._y) { this._y = this._y + speed; } } } } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.oldpoints; _root.ghealth = _root.oldhealth; _root.prevFrame(); } }
Symbol 387 MovieClip Frame 278
_root.nextFrame();
Symbol 391 Button
on (release) { nextFrame(); }
Symbol 393 Button
on (release) { play(); }
Symbol 397 Button
on (release) { nextFrame(); }
Symbol 412 MovieClip Frame 1
stop();
Symbol 424 Button
on (release) { play(); }

Library Items

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

Instance Names

"gmenu"Frame 127Symbol 56 MovieClip
"blocker"Frame 128Symbol 68 MovieClip
"PF"Frame 128Symbol 72 MovieClip
"player"Frame 128Symbol 90 MovieClip
"gmenu"Frame 128Symbol 56 MovieClip
"gcam"Frame 128Symbol 2 MovieClip [vcam]
"gmenu"Frame 129Symbol 56 MovieClip
"blocker"Frame 130Symbol 99 MovieClip
"PF"Frame 130Symbol 102 MovieClip
"player"Frame 130Symbol 90 MovieClip
"gmenu"Frame 130Symbol 56 MovieClip
"gcam"Frame 130Symbol 2 MovieClip [vcam]
"gmenu"Frame 131Symbol 56 MovieClip
"blocker"Frame 132Symbol 113 MovieClip
"gun"Frame 132Symbol 147 MovieClip
"player"Frame 132Symbol 90 MovieClip
"lava"Frame 134Symbol 152 MovieClip
"blocker"Frame 134Symbol 156 MovieClip
"PF"Frame 134Symbol 159 MovieClip
"player"Frame 134Symbol 90 MovieClip
"gmenu"Frame 134Symbol 56 MovieClip
"gcam"Frame 134Symbol 2 MovieClip [vcam]
"gmenu"Frame 135Symbol 56 MovieClip
"blocker"Frame 136Symbol 177 MovieClip
"PF"Frame 136Symbol 180 MovieClip
"player"Frame 136Symbol 90 MovieClip
"gmenu"Frame 136Symbol 56 MovieClip
"gcam"Frame 136Symbol 2 MovieClip [vcam]
"gmenu"Frame 137Symbol 56 MovieClip
"blocker"Frame 138Symbol 197 MovieClip
"PF"Frame 138Symbol 200 MovieClip
"player"Frame 138Symbol 90 MovieClip
"gmenu"Frame 138Symbol 56 MovieClip
"gcam"Frame 138Symbol 2 MovieClip [vcam]
"gmenu"Frame 139Symbol 56 MovieClip
"blocker"Frame 140Symbol 210 MovieClip
"PF"Frame 140Symbol 213 MovieClip
"player"Frame 140Symbol 90 MovieClip
"gmenu"Frame 140Symbol 56 MovieClip
"gcam"Frame 140Symbol 2 MovieClip [vcam]
"gmenu"Frame 141Symbol 56 MovieClip
"blocker"Frame 142Symbol 224 MovieClip
"PF"Frame 142Symbol 227 MovieClip
"player"Frame 142Symbol 90 MovieClip
"gmenu"Frame 142Symbol 56 MovieClip
"gcam"Frame 142Symbol 2 MovieClip [vcam]
"gmenu"Frame 143Symbol 56 MovieClip
"blocker"Frame 144Symbol 246 MovieClip
"PF"Frame 144Symbol 248 MovieClip
"boss"Frame 144Symbol 265 MovieClip
"ef"Frame 144Symbol 277 MovieClip
"player"Frame 144Symbol 90 MovieClip
"gmenu"Frame 144Symbol 56 MovieClip
"gcam"Frame 144Symbol 2 MovieClip [vcam]
"gmenu"Frame 145Symbol 56 MovieClip
"blocker"Frame 146Symbol 292 MovieClip
"PF"Frame 146Symbol 295 MovieClip
"player"Frame 146Symbol 90 MovieClip
"gmenu"Frame 146Symbol 56 MovieClip
"gcam"Frame 146Symbol 2 MovieClip [vcam]
"gmenu"Frame 147Symbol 56 MovieClip
"blocker"Frame 148Symbol 309 MovieClip
"PF"Frame 148Symbol 311 MovieClip
"player"Frame 148Symbol 90 MovieClip
"gmenu"Frame 148Symbol 56 MovieClip
"gcam"Frame 148Symbol 2 MovieClip [vcam]
"gmenu"Frame 149Symbol 56 MovieClip
"blocker"Frame 150Symbol 323 MovieClip
"blocker"Frame 152Symbol 343 MovieClip
"PF"Frame 152Symbol 346 MovieClip
"player"Frame 152Symbol 90 MovieClip
"gmenu"Frame 152Symbol 56 MovieClip
"gcam"Frame 152Symbol 2 MovieClip [vcam]
"gmenu"Frame 153Symbol 56 MovieClip
"blocker"Frame 154Symbol 364 MovieClip
"PF"Frame 154Symbol 366 MovieClip
"player"Frame 154Symbol 90 MovieClip
"gmenu"Frame 154Symbol 56 MovieClip
"gcam"Frame 154Symbol 2 MovieClip [vcam]
"gmenu"Frame 155Symbol 56 MovieClip
"blocker"Frame 156Symbol 374 MovieClip
"boss"Frame 156Symbol 387 MovieClip
"player"Frame 156Symbol 90 MovieClip
"gmenu"Frame 156Symbol 56 MovieClip
"gcam"Frame 156Symbol 2 MovieClip [vcam]
"gmenu"Frame 157Symbol 56 MovieClip
"gmenu"Frame 160Symbol 56 MovieClip
"blocker"Frame 161Symbol 410 MovieClip
"PF"Frame 161Symbol 412 MovieClip
"player"Frame 161Symbol 90 MovieClip
"gmenu"Frame 161Symbol 56 MovieClip
"gcam"Frame 161Symbol 2 MovieClip [vcam]
"bar"Symbol 14 MovieClip Frame 1Symbol 5 MovieClip
"Ywall"Symbol 68 MovieClip Frame 1Symbol 60 MovieClip
"Bwall"Symbol 68 MovieClip Frame 1Symbol 62 MovieClip
"Gwall"Symbol 68 MovieClip Frame 1Symbol 64 MovieClip
"Rwall"Symbol 68 MovieClip Frame 1Symbol 66 MovieClip
"Bwall"Symbol 99 MovieClip Frame 1Symbol 95 MovieClip
"Rwall"Symbol 99 MovieClip Frame 1Symbol 97 MovieClip
"Ywall"Symbol 156 MovieClip Frame 1Symbol 154 MovieClip
"Rwall"Symbol 177 MovieClip Frame 1Symbol 171 MovieClip
"Gwall"Symbol 177 MovieClip Frame 1Symbol 173 MovieClip
"Bwall"Symbol 177 MovieClip Frame 1Symbol 175 MovieClip
"Gwall"Symbol 197 MovieClip Frame 1Symbol 191 MovieClip
"Bwall"Symbol 197 MovieClip Frame 1Symbol 193 MovieClip
"Ywall"Symbol 197 MovieClip Frame 1Symbol 195 MovieClip
"Ywall"Symbol 210 MovieClip Frame 1Symbol 206 MovieClip
"Bwall"Symbol 210 MovieClip Frame 1Symbol 208 MovieClip
"Ywall"Symbol 224 MovieClip Frame 1Symbol 218 MovieClip
"Bwall"Symbol 224 MovieClip Frame 1Symbol 220 MovieClip
"Rwall"Symbol 224 MovieClip Frame 1Symbol 222 MovieClip
"b1"Symbol 246 MovieClip Frame 1Symbol 235 MovieClip
"b2"Symbol 246 MovieClip Frame 1Symbol 235 MovieClip
"b3"Symbol 246 MovieClip Frame 1Symbol 235 MovieClip
"b4"Symbol 246 MovieClip Frame 1Symbol 235 MovieClip
"blocker2"Symbol 246 MovieClip Frame 1Symbol 237 MovieClip
"Ywall"Symbol 246 MovieClip Frame 1Symbol 239 MovieClip
"Bwall"Symbol 246 MovieClip Frame 1Symbol 241 MovieClip
"BRwall"Symbol 246 MovieClip Frame 1Symbol 243 MovieClip
"Rwall"Symbol 246 MovieClip Frame 1Symbol 245 MovieClip
"e1"Symbol 277 MovieClip Frame 1Symbol 276 MovieClip
"e2"Symbol 277 MovieClip Frame 1Symbol 276 MovieClip
"e3"Symbol 277 MovieClip Frame 1Symbol 276 MovieClip
"e4"Symbol 277 MovieClip Frame 1Symbol 276 MovieClip
"Rwall"Symbol 292 MovieClip Frame 1Symbol 284 MovieClip
"Ywall"Symbol 292 MovieClip Frame 1Symbol 286 MovieClip
"Gwall"Symbol 292 MovieClip Frame 1Symbol 288 MovieClip
"Bwall"Symbol 292 MovieClip Frame 1Symbol 290 MovieClip
"Ywall"Symbol 309 MovieClip Frame 1Symbol 308 MovieClip
"Rwall"Symbol 343 MovieClip Frame 1Symbol 334 MovieClip
"Gwall"Symbol 343 MovieClip Frame 1Symbol 336 MovieClip
"Ywall"Symbol 343 MovieClip Frame 1Symbol 338 MovieClip
"Bwall"Symbol 343 MovieClip Frame 1Symbol 340 MovieClip
"BRwall"Symbol 343 MovieClip Frame 1Symbol 342 MovieClip
"Ywall"Symbol 364 MovieClip Frame 1Symbol 359 MovieClip
"Bwall"Symbol 364 MovieClip Frame 1Symbol 361 MovieClip
"Gwall"Symbol 364 MovieClip Frame 1Symbol 363 MovieClip
"boss"Symbol 387 MovieClip Frame 1Symbol 377 MovieClip
"fireball"Symbol 387 MovieClip Frame 1Symbol 380 MovieClip
"shockwave"Symbol 387 MovieClip Frame 49Symbol 382 MovieClip
"lava"Symbol 387 MovieClip Frame 121Symbol 386 MovieClip
"boss"Symbol 387 MovieClip Frame 241Symbol 377 MovieClip
"Bwall"Symbol 410 MovieClip Frame 1Symbol 401 MovieClip
"Gwall"Symbol 410 MovieClip Frame 1Symbol 403 MovieClip
"Ywall"Symbol 410 MovieClip Frame 1Symbol 405 MovieClip
"Pwall"Symbol 410 MovieClip Frame 1Symbol 407 MovieClip
"Rwall"Symbol 410 MovieClip Frame 1Symbol 409 MovieClip

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.
ExportAssets (56)Timeline Frame 1Symbol 2 as "vcam"

Labels

"loaded"Symbol 14 MovieClip Frame 3

Dynamic Text Variables

wordpassSymbol 37 EditableText""
pointsSymbol 53 EditableText""
healthSymbol 55 EditableText""
passSymbol 394 EditableText""




http://swfchan.com/13/61762/info.shtml
Created: 15/4 -2019 08:18:08 Last modified: 15/4 -2019 08:18:08 Server time: 12/05 -2024 21:01:09