STORY LOOP FURRY PORN GAMES C SERVICES [?] [R] RND POPULAR | Archived flashes: 229595 |
/disc/ · /res/ — /show/ · /fap/ · /gg/ · /swf/ | P0001 · P2595 · P5190 |
This is the info page for Flash #61762 |
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 1Stage.showMenu = false;Frame 79stop();Frame 80stop();Frame 81stop();Frame 82stop();Frame 83stop();Frame 84stop();Frame 126gotoAndStop (127);Frame 127stop(); var gpoints = 0; var ghealth = 300; var oldpoints = 0; var oldhealth = 0; oldpoints = gpoints; oldhealth = ghealth;Frame 128stop();Instance of Symbol 58 MovieClip in Frame 128onClipEvent (enterFrame) { this._x = _root.player._x; this._y = _root.player._y; }Instance of Symbol 72 MovieClip "PF" in Frame 128onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }Instance of Symbol 76 MovieClip in Frame 128onClipEvent (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 128onClipEvent (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 128onClipEvent (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 128onClipEvent (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 128onClipEvent (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 128onClipEvent (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 128onClipEvent (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 128onClipEvent (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 128onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 128onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 128onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 128onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 128onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 128onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 128onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 128onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 128onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 128onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 128onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 128onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 128onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 128onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 128onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 128onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 128onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 128onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 128onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 128onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 128onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 128onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 128onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 128onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 128onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 128onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 128onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 128onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 128onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 128onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 128onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 128onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 128onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 128onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 128onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 128onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 128onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 128onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 128onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 128onClipEvent (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 128onClipEvent (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 128onClipEvent (enterFrame) { this._x = _root.player._x; this._y = _root.player._y; }Instance of Symbol 2 MovieClip [vcam] "gcam" in Frame 128onClipEvent (enterFrame) { this._x = _root.player._x; this._y = _root.player._y; }Frame 129stop(); oldpoints = gpoints; oldhealth = ghealth;Frame 130stop();Instance of Symbol 58 MovieClip in Frame 130onClipEvent (enterFrame) { this._x = _root.player._x; this._y = _root.player._y; }Instance of Symbol 102 MovieClip "PF" in Frame 130onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }Instance of Symbol 76 MovieClip in Frame 130onClipEvent (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 130onClipEvent (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 130onClipEvent (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 130onClipEvent (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 130onClipEvent (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 130onClipEvent (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 130onClipEvent (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 130onClipEvent (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 130onClipEvent (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 130onClipEvent (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 130onClipEvent (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 130onClipEvent (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 130onClipEvent (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 130onClipEvent (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 130onClipEvent (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 130onClipEvent (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 130onClipEvent (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 130onClipEvent (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 130onClipEvent (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 130onClipEvent (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 130onClipEvent (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 130onClipEvent (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 130onClipEvent (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 130onClipEvent (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 130onClipEvent (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 130onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 130onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 130onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 130onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 130onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 130onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 130onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 130onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 130onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 130onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 130onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 130onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 130onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 130onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 130onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 130onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 130onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 130onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 130onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 130onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 130onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 130onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 130onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 130onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 130onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 130onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 130onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 130onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 130onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 130onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 130onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 130onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 130onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 130onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 130onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 130onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 130onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 130onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 130onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 130onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 130onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 130onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 130onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 130onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 130onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 130onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 130onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 130onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 130onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 130onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 130onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 130onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 130onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 130onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 130onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 130onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 130onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 130onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 130onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 130onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 130onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 130onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 130onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 130onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 130onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 130onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 130onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 130onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 130onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 130onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 130onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 130onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 130onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 130onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 130onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 130onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 130onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 130onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 130onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 130onClipEvent (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 130onClipEvent (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 130onClipEvent (enterFrame) { this._x = _root.player._x; this._y = _root.player._y; }Instance of Symbol 2 MovieClip [vcam] "gcam" in Frame 130onClipEvent (enterFrame) { this._x = _root.player._x; this._y = _root.player._y; }Frame 131stop(); oldpoints = gpoints; oldhealth = ghealth;Frame 132stop();Instance of Symbol 88 MovieClip in Frame 132onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 132onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 132onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 132onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 132onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 132onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 132onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 132onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 132onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 132onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 132onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 132onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 132onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 132onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 132onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 132onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 132onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 132onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 132onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 132onClipEvent (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 132onClipEvent (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 133stop(); oldpoints = gpoints; oldhealth = ghealth;Frame 134stop();Instance of Symbol 58 MovieClip in Frame 134onClipEvent (enterFrame) { this._x = _root.player._x; this._y = _root.player._y; }Instance of Symbol 152 MovieClip "lava" in Frame 134onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.oldpoints; _root.ghealth = _root.oldhealth; _root.prevFrame(); } }Instance of Symbol 76 MovieClip in Frame 134onClipEvent (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 134onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }Instance of Symbol 161 MovieClip in Frame 134onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.lava.gotoAndPlay(2); } }Instance of Symbol 163 MovieClip in Frame 134onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.ghealth = _root.ghealth + 20; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 166 MovieClip in Frame 134onClipEvent (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 134onClipEvent (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 134onClipEvent (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 134onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 134onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 134onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 134onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 134onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 134onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 134onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 134onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 134onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 134onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 134onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 134onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 134onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 134onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 134onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 134onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 134onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 134onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 134onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 134onClipEvent (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 134onClipEvent (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 134onClipEvent (enterFrame) { this._x = _root.player._x; this._y = _root.player._y; }Instance of Symbol 2 MovieClip [vcam] "gcam" in Frame 134onClipEvent (enterFrame) { this._x = _root.player._x; this._y = _root.player._y; }Frame 135stop(); oldpoints = gpoints; oldhealth = ghealth;Frame 136stop();Instance of Symbol 58 MovieClip in Frame 136onClipEvent (enterFrame) { this._x = _root.player._x; this._y = _root.player._y; }Instance of Symbol 180 MovieClip "PF" in Frame 136onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }Instance of Symbol 76 MovieClip in Frame 136onClipEvent (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 136onClipEvent (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 136onClipEvent (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 136onClipEvent (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 136onClipEvent (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 136onClipEvent (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 136onClipEvent (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 136onClipEvent (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 136onClipEvent (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 136onClipEvent (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 136onClipEvent (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 136onClipEvent (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 136onClipEvent (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 136onClipEvent (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 136onClipEvent (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 136onClipEvent (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 136onClipEvent (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 136onClipEvent (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 136onClipEvent (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 136onClipEvent (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 136onClipEvent (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 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 186 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 186 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 186 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 186 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 186 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 186 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 186 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 186 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 186 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 186 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 186 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 186 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 186 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 186 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 186 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 186 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 186 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 186 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 186 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 186 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 186 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 186 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 186 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 186 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 186 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 186 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 186 MovieClip in Frame 136onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 186 MovieClip in Frame 136onClipEvent (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 136onClipEvent (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 136onClipEvent (enterFrame) { this._x = _root.player._x; this._y = _root.player._y; }Instance of Symbol 2 MovieClip [vcam] "gcam" in Frame 136onClipEvent (enterFrame) { this._x = _root.player._x; this._y = _root.player._y; }Frame 137stop(); oldpoints = gpoints; oldhealth = ghealth;Frame 138stop();Instance of Symbol 58 MovieClip in Frame 138onClipEvent (enterFrame) { this._x = _root.player._x; this._y = _root.player._y; }Instance of Symbol 200 MovieClip "PF" in Frame 138onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }Instance of Symbol 76 MovieClip in Frame 138onClipEvent (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 138onClipEvent (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 138onClipEvent (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 138onClipEvent (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 138onClipEvent (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 138onClipEvent (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 138onClipEvent (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 138onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 186 MovieClip in Frame 138onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 186 MovieClip in Frame 138onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 186 MovieClip in Frame 138onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 186 MovieClip in Frame 138onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 186 MovieClip in Frame 138onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 186 MovieClip in Frame 138onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 186 MovieClip in Frame 138onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 186 MovieClip in Frame 138onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 186 MovieClip in Frame 138onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 186 MovieClip in Frame 138onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 186 MovieClip in Frame 138onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 186 MovieClip in Frame 138onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 186 MovieClip in Frame 138onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 186 MovieClip in Frame 138onClipEvent (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 138onClipEvent (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 138onClipEvent (enterFrame) { this._x = _root.player._x; this._y = _root.player._y; }Instance of Symbol 2 MovieClip [vcam] "gcam" in Frame 138onClipEvent (enterFrame) { this._x = _root.player._x; this._y = _root.player._y; }Frame 139stop(); oldpoints = gpoints; oldhealth = ghealth;Frame 140stop();Instance of Symbol 58 MovieClip in Frame 140onClipEvent (enterFrame) { this._x = _root.player._x; this._y = _root.player._y; }Instance of Symbol 213 MovieClip "PF" in Frame 140onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }Instance of Symbol 163 MovieClip in Frame 140onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.ghealth = _root.ghealth + 20; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 163 MovieClip in Frame 140onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.ghealth = _root.ghealth + 20; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 76 MovieClip in Frame 140onClipEvent (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 140onClipEvent (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 140onClipEvent (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 140onClipEvent (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 140onClipEvent (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 140onClipEvent (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 140onClipEvent (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 140onClipEvent (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 140onClipEvent (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 140onClipEvent (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 140onClipEvent (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 140onClipEvent (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 140onClipEvent (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 140onClipEvent (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 140onClipEvent (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 140onClipEvent (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 140onClipEvent (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 140onClipEvent (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 140onClipEvent (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 140onClipEvent (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 140onClipEvent (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 140onClipEvent (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 140onClipEvent (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 140onClipEvent (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 140onClipEvent (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 140onClipEvent (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 140onClipEvent (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 140onClipEvent (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 140onClipEvent (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 140onClipEvent (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 140onClipEvent (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 140onClipEvent (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 140onClipEvent (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 140onClipEvent (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 140onClipEvent (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 140onClipEvent (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 140onClipEvent (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 140onClipEvent (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 140onClipEvent (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 140onClipEvent (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 140onClipEvent (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 140onClipEvent (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 140onClipEvent (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 140onClipEvent (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 140onClipEvent (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 140onClipEvent (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 140onClipEvent (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 140onClipEvent (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 140onClipEvent (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 140onClipEvent (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 140onClipEvent (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 140onClipEvent (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 140onClipEvent (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 140onClipEvent (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 140onClipEvent (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 140onClipEvent (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 140onClipEvent (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 140onClipEvent (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 140onClipEvent (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 140onClipEvent (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 140onClipEvent (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 140onClipEvent (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 140onClipEvent (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 140onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 186 MovieClip in Frame 140onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 186 MovieClip in Frame 140onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 186 MovieClip in Frame 140onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 186 MovieClip in Frame 140onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 186 MovieClip in Frame 140onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 186 MovieClip in Frame 140onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 186 MovieClip in Frame 140onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 186 MovieClip in Frame 140onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 186 MovieClip in Frame 140onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 186 MovieClip in Frame 140onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 186 MovieClip in Frame 140onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 186 MovieClip in Frame 140onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 186 MovieClip in Frame 140onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 186 MovieClip in Frame 140onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 186 MovieClip in Frame 140onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 186 MovieClip in Frame 140onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 186 MovieClip in Frame 140onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 186 MovieClip in Frame 140onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 186 MovieClip in Frame 140onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 186 MovieClip in Frame 140onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 186 MovieClip in Frame 140onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 186 MovieClip in Frame 140onClipEvent (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 140onClipEvent (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 140onClipEvent (enterFrame) { this._x = _root.player._x; this._y = _root.player._y; }Instance of Symbol 2 MovieClip [vcam] "gcam" in Frame 140onClipEvent (enterFrame) { this._x = _root.player._x; this._y = _root.player._y; }Frame 141stop(); oldpoints = gpoints; oldhealth = ghealth;Frame 142stop();Instance of Symbol 58 MovieClip in Frame 142onClipEvent (enterFrame) { this._x = _root.player._x; this._y = _root.player._y; }Instance of Symbol 76 MovieClip in Frame 142onClipEvent (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 142onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }Instance of Symbol 201 MovieClip in Frame 142onClipEvent (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 142onClipEvent (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 142onClipEvent (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 142onClipEvent (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 142onClipEvent (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 142onClipEvent (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 142onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 100; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 229 MovieClip in Frame 142onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 100; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 229 MovieClip in Frame 142onClipEvent (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 142onClipEvent (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 142onClipEvent (enterFrame) { this._x = _root.player._x; this._y = _root.player._y; }Instance of Symbol 2 MovieClip [vcam] "gcam" in Frame 142onClipEvent (enterFrame) { this._x = _root.player._x; this._y = _root.player._y; }Frame 143stop(); oldpoints = gpoints; oldhealth = ghealth;Frame 144stop();Instance of Symbol 58 MovieClip in Frame 144onClipEvent (enterFrame) { this._x = _root.player._x; this._y = _root.player._y; }Instance of Symbol 76 MovieClip in Frame 144onClipEvent (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 144onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }Instance of Symbol 249 MovieClip in Frame 144onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { play(); } }Instance of Symbol 250 MovieClip in Frame 144onClipEvent (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 144onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { play(); } }Instance of Symbol 253 MovieClip in Frame 144onClipEvent (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 144onClipEvent (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 144onClipEvent (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 144onClipEvent (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 144onClipEvent (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 144onClipEvent (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 144onClipEvent (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 144onClipEvent (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 144onClipEvent (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 144onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 144onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 144onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 144onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 144onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 144onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 144onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 144onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 144onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 186 MovieClip in Frame 144onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 186 MovieClip in Frame 144onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 186 MovieClip in Frame 144onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 186 MovieClip in Frame 144onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 186 MovieClip in Frame 144onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 144onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 144onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 144onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 144onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 144onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 144onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 144onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 144onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 144onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 144onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 144onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 144onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 144onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 144onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 144onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 144onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 144onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 144onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 144onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 144onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 144onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 144onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 144onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 144onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 144onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 144onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 144onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 144onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 144onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 144onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 144onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 144onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 144onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 144onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 144onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 144onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 144onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 144onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 144onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 144onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 144onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 186 MovieClip in Frame 144onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 186 MovieClip in Frame 144onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 186 MovieClip in Frame 144onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 186 MovieClip in Frame 144onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 186 MovieClip in Frame 144onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 229 MovieClip in Frame 144onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 100; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 229 MovieClip in Frame 144onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 100; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 229 MovieClip in Frame 144onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 100; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 229 MovieClip in Frame 144onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 100; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 186 MovieClip in Frame 144onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 186 MovieClip in Frame 144onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 186 MovieClip in Frame 144onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 186 MovieClip in Frame 144onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 186 MovieClip in Frame 144onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 186 MovieClip in Frame 144onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 186 MovieClip in Frame 144onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 186 MovieClip in Frame 144onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 186 MovieClip in Frame 144onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 186 MovieClip in Frame 144onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 186 MovieClip in Frame 144onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 186 MovieClip in Frame 144onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 186 MovieClip in Frame 144onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 186 MovieClip in Frame 144onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 186 MovieClip in Frame 144onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 186 MovieClip in Frame 144onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 186 MovieClip in Frame 144onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 186 MovieClip in Frame 144onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 186 MovieClip in Frame 144onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 186 MovieClip in Frame 144onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 186 MovieClip in Frame 144onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 144onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 144onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 144onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 144onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 144onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 144onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 144onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 144onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 144onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 144onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 144onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 144onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 144onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 144onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 144onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 144onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 144onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 144onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 144onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 229 MovieClip in Frame 144onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 100; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 229 MovieClip in Frame 144onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 100; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 144onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 144onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 144onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 144onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 144onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 144onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 144onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 144onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 144onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 144onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 144onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 144onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 144onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 144onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 144onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 144onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 144onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 144onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 144onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 144onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 144onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 144onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 144onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 144onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 144onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 144onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 144onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 144onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 144onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 144onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 144onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 144onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 144onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 144onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 144onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 144onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 144onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 144onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 144onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 144onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 144onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 144onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 144onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 144onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 144onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 144onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 144onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 144onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 144onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 144onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 186 MovieClip in Frame 144onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 186 MovieClip in Frame 144onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 186 MovieClip in Frame 144onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 186 MovieClip in Frame 144onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 186 MovieClip in Frame 144onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 186 MovieClip in Frame 144onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 144onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 186 MovieClip in Frame 144onClipEvent (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 144onClipEvent (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 144onClipEvent (enterFrame) { this._x = _root.player._x; this._y = _root.player._y; }Instance of Symbol 2 MovieClip [vcam] "gcam" in Frame 144onClipEvent (enterFrame) { this._x = _root.player._x; this._y = _root.player._y; }Frame 145stop(); oldpoints = gpoints; oldhealth = ghealth;Frame 146stop();Instance of Symbol 58 MovieClip in Frame 146onClipEvent (enterFrame) { this._x = _root.player._x; this._y = _root.player._y; }Instance of Symbol 295 MovieClip "PF" in Frame 146onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }Instance of Symbol 76 MovieClip in Frame 146onClipEvent (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 146onClipEvent (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 146onClipEvent (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 146onClipEvent (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 146onClipEvent (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 146onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 100; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 229 MovieClip in Frame 146onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 100; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 229 MovieClip in Frame 146onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 100; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 229 MovieClip in Frame 146onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 100; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 229 MovieClip in Frame 146onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 100; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 229 MovieClip in Frame 146onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 100; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 186 MovieClip in Frame 146onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 186 MovieClip in Frame 146onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 186 MovieClip in Frame 146onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 186 MovieClip in Frame 146onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 186 MovieClip in Frame 146onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 186 MovieClip in Frame 146onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 186 MovieClip in Frame 146onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 186 MovieClip in Frame 146onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 146onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 146onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 146onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 146onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 146onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 146onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 146onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 146onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 146onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 146onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 186 MovieClip in Frame 146onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 186 MovieClip in Frame 146onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 186 MovieClip in Frame 146onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 186 MovieClip in Frame 146onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 186 MovieClip in Frame 146onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 186 MovieClip in Frame 146onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 186 MovieClip in Frame 146onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 186 MovieClip in Frame 146onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 186 MovieClip in Frame 146onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 186 MovieClip in Frame 146onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 186 MovieClip in Frame 146onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 186 MovieClip in Frame 146onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 186 MovieClip in Frame 146onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 186 MovieClip in Frame 146onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 186 MovieClip in Frame 146onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 186 MovieClip in Frame 146onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 186 MovieClip in Frame 146onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 186 MovieClip in Frame 146onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 186 MovieClip in Frame 146onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 186 MovieClip in Frame 146onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 186 MovieClip in Frame 146onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 186 MovieClip in Frame 146onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 186 MovieClip in Frame 146onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 186 MovieClip in Frame 146onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 186 MovieClip in Frame 146onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 186 MovieClip in Frame 146onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 186 MovieClip in Frame 146onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 146onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 146onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 146onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 146onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 146onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 146onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 146onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 146onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 146onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 88 MovieClip in Frame 146onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 1; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 229 MovieClip in Frame 146onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 100; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 229 MovieClip in Frame 146onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 100; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 229 MovieClip in Frame 146onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 100; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 186 MovieClip in Frame 146onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 186 MovieClip in Frame 146onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 186 MovieClip in Frame 146onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 186 MovieClip in Frame 146onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 186 MovieClip in Frame 146onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 186 MovieClip in Frame 146onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 186 MovieClip in Frame 146onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 186 MovieClip in Frame 146onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 186 MovieClip in Frame 146onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 186 MovieClip in Frame 146onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 186 MovieClip in Frame 146onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 186 MovieClip in Frame 146onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 186 MovieClip in Frame 146onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 186 MovieClip in Frame 146onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 186 MovieClip in Frame 146onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 229 MovieClip in Frame 146onClipEvent (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 146onClipEvent (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 146onClipEvent (enterFrame) { this._x = _root.player._x; this._y = _root.player._y; }Instance of Symbol 2 MovieClip [vcam] "gcam" in Frame 146onClipEvent (enterFrame) { this._x = _root.player._x; this._y = _root.player._y; }Frame 147stop(); oldpoints = gpoints; oldhealth = ghealth;Frame 148stop();Instance of Symbol 58 MovieClip in Frame 148onClipEvent (enterFrame) { this._x = _root.player._x; this._y = _root.player._y; }Instance of Symbol 301 MovieClip in Frame 148onClipEvent (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 148onClipEvent (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 148onClipEvent (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 148onClipEvent (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 148onClipEvent (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 148onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }Instance of Symbol 80 MovieClip in Frame 148onClipEvent (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 148onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 100; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 229 MovieClip in Frame 148onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 100; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 229 MovieClip in Frame 148onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 100; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 229 MovieClip in Frame 148onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 100; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 229 MovieClip in Frame 148onClipEvent (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 148onClipEvent (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 148onClipEvent (enterFrame) { this._x = _root.player._x; this._y = _root.player._y; }Instance of Symbol 2 MovieClip [vcam] "gcam" in Frame 148onClipEvent (enterFrame) { this._x = _root.player._x; this._y = _root.player._y; }Frame 149stop();Instance of Symbol 315 MovieClip in Frame 149on (press) { _root.nextFrame(); }Frame 150stop();Instance of Symbol 328 MovieClip in Frame 150onClipEvent (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 151stop(); oldpoints = gpoints; oldhealth = ghealth;Frame 152stop();Instance of Symbol 58 MovieClip in Frame 152onClipEvent (enterFrame) { this._x = _root.player._x; this._y = _root.player._y; }Instance of Symbol 76 MovieClip in Frame 152onClipEvent (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 152onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }Instance of Symbol 163 MovieClip in Frame 152onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.ghealth = _root.ghealth + 20; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 347 MovieClip in Frame 152onClipEvent (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 152onClipEvent (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 152onClipEvent (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 152onClipEvent (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 152onClipEvent (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 152onClipEvent (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 152onClipEvent (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 152onClipEvent (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 152onClipEvent (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 152onClipEvent (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 152onClipEvent (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 152onClipEvent (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 152onClipEvent (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 152onClipEvent (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 152onClipEvent (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 152onClipEvent (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 152onClipEvent (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 152onClipEvent (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 152onClipEvent (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 152onClipEvent (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 152onClipEvent (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 152onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 100; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 229 MovieClip in Frame 152onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 100; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 229 MovieClip in Frame 152onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 100; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 229 MovieClip in Frame 152onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 100; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 229 MovieClip in Frame 152onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 100; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 229 MovieClip in Frame 152onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 100; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 229 MovieClip in Frame 152onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 100; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 229 MovieClip in Frame 152onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 100; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 229 MovieClip in Frame 152onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 100; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 229 MovieClip in Frame 152onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 100; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 353 MovieClip in Frame 152onClipEvent (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 152onClipEvent (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 152onClipEvent (enterFrame) { this._x = _root.player._x; this._y = _root.player._y; }Instance of Symbol 2 MovieClip [vcam] "gcam" in Frame 152onClipEvent (enterFrame) { this._x = _root.player._x; this._y = _root.player._y; }Frame 153stop(); oldpoints = gpoints; oldhealth = ghealth;Frame 154stop();Instance of Symbol 58 MovieClip in Frame 154onClipEvent (enterFrame) { this._x = _root.player._x; this._y = _root.player._y; }Instance of Symbol 76 MovieClip in Frame 154onClipEvent (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 154onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }Instance of Symbol 163 MovieClip in Frame 154onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.ghealth = _root.ghealth + 20; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 163 MovieClip in Frame 154onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.ghealth = _root.ghealth + 20; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 163 MovieClip in Frame 154onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.ghealth = _root.ghealth + 20; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 163 MovieClip in Frame 154onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.ghealth = _root.ghealth + 20; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 368 MovieClip in Frame 154onClipEvent (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 154onClipEvent (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 154onClipEvent (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 154onClipEvent (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 154onClipEvent (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 154onClipEvent (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 154onClipEvent (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 154onClipEvent (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 154onClipEvent (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 154onClipEvent (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 154onClipEvent (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 154onClipEvent (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 154onClipEvent (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 154onClipEvent (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 154onClipEvent (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 154onClipEvent (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 154onClipEvent (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 154onClipEvent (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 154onClipEvent (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 154onClipEvent (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 154onClipEvent (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 154onClipEvent (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 154onClipEvent (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 154onClipEvent (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 154onClipEvent (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 154onClipEvent (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 154onClipEvent (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 154onClipEvent (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 154onClipEvent (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 154onClipEvent (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 154onClipEvent (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 154onClipEvent (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 154onClipEvent (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 154onClipEvent (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 154onClipEvent (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 154onClipEvent (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 154onClipEvent (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 154onClipEvent (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 154onClipEvent (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 154onClipEvent (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 154onClipEvent (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 154onClipEvent (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 154onClipEvent (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 154onClipEvent (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 154onClipEvent (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 154onClipEvent (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 154onClipEvent (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 154onClipEvent (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 154onClipEvent (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 154onClipEvent (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 154onClipEvent (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 154onClipEvent (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 154onClipEvent (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 154onClipEvent (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 154onClipEvent (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 154onClipEvent (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 154onClipEvent (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 154onClipEvent (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 154onClipEvent (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 154onClipEvent (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 154onClipEvent (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 154onClipEvent (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 154onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 186 MovieClip in Frame 154onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 186 MovieClip in Frame 154onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 186 MovieClip in Frame 154onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 186 MovieClip in Frame 154onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 186 MovieClip in Frame 154onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 186 MovieClip in Frame 154onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 186 MovieClip in Frame 154onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 186 MovieClip in Frame 154onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.gpoints = _root.gpoints + 10; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 186 MovieClip in Frame 154onClipEvent (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 154onClipEvent (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 154onClipEvent (enterFrame) { this._x = _root.player._x; this._y = _root.player._y; }Instance of Symbol 2 MovieClip [vcam] "gcam" in Frame 154onClipEvent (enterFrame) { this._x = _root.player._x; this._y = _root.player._y; }Frame 155stop(); oldpoints = gpoints; oldhealth = ghealth;Frame 156stop();Instance of Symbol 58 MovieClip in Frame 156onClipEvent (enterFrame) { this._x = _root.player._x; this._y = _root.player._y; }Instance of Symbol 76 MovieClip in Frame 156onClipEvent (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 156onClipEvent (enterFrame) { this.boss.test = _currentframe; }Instance of Symbol 90 MovieClip "player" in Frame 156onClipEvent (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 156onClipEvent (enterFrame) { this._x = _root.player._x; this._y = _root.player._y; }Instance of Symbol 2 MovieClip [vcam] "gcam" in Frame 156onClipEvent (enterFrame) { this._x = _root.player._x; this._y = _root.player._y; }Frame 157stop(); if (ghealth > 0) { gpoints = gpoints + 1000; }Frame 158stop(); if (gpoints == 8000) { pass = "S2G9KA2B2Z7MD"; } else { pass = "DENIED"; }Frame 159gotoAndPlay (163);Frame 160gpoints = 0; ghealth = 300; stop();Frame 161stop();Instance of Symbol 58 MovieClip in Frame 161onClipEvent (enterFrame) { this._x = _root.player._x; this._y = _root.player._y; }Instance of Symbol 163 MovieClip in Frame 161onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.ghealth = _root.ghealth + 20; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 163 MovieClip in Frame 161onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.ghealth = _root.ghealth + 20; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 163 MovieClip in Frame 161onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.ghealth = _root.ghealth + 20; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 163 MovieClip in Frame 161onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.ghealth = _root.ghealth + 20; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 163 MovieClip in Frame 161onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.ghealth = _root.ghealth + 20; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 163 MovieClip in Frame 161onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.ghealth = _root.ghealth + 20; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 163 MovieClip in Frame 161onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.ghealth = _root.ghealth + 20; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 163 MovieClip in Frame 161onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.ghealth = _root.ghealth + 20; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 163 MovieClip in Frame 161onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.ghealth = _root.ghealth + 20; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 163 MovieClip in Frame 161onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.ghealth = _root.ghealth + 20; this.swapDepths(_root.getNextHighestDepth()); removeMovieClip(this); } }Instance of Symbol 76 MovieClip in Frame 161onClipEvent (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 161onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.nextFrame(); } }Instance of Symbol 414 MovieClip in Frame 161onClipEvent (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 161onClipEvent (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 161onClipEvent (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 161onClipEvent (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 161onClipEvent (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 161onClipEvent (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 161onClipEvent (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 161onClipEvent (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 161onClipEvent (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 161onClipEvent (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 161onClipEvent (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 161onClipEvent (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 161onClipEvent (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 161onClipEvent (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 161onClipEvent (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 161onClipEvent (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 161onClipEvent (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 161onClipEvent (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 161onClipEvent (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 161onClipEvent (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 161onClipEvent (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 161onClipEvent (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 161onClipEvent (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 161onClipEvent (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 161onClipEvent (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 161onClipEvent (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 161onClipEvent (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 161onClipEvent (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 161onClipEvent (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 161onClipEvent (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 161onClipEvent (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 161onClipEvent (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 161onClipEvent (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 161onClipEvent (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 161onClipEvent (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 161onClipEvent (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 161onClipEvent (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 161onClipEvent (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 161onClipEvent (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 161onClipEvent (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 161onClipEvent (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 161onClipEvent (enterFrame) { this._x = _root.player._x; this._y = _root.player._y; }Instance of Symbol 2 MovieClip [vcam] "gcam" in Frame 161onClipEvent (enterFrame) { this._x = _root.player._x; this._y = _root.player._y; }Frame 571stop();Frame 572gotoAndStop (79);Symbol 2 MovieClip [vcam] Frame 1function 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 Buttonon (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 2gotoAndPlay (1);Symbol 16 Buttonon (release) { gotoAndStop (80); }Symbol 18 Buttonon (release) { gotoAndPlay (85); }Symbol 20 Buttonon (release) { gotoAndStop (82); }Symbol 22 Buttonon (release) { gotoAndPlay (163); }Symbol 29 Buttonon (release) { nextFrame(); }Symbol 31 Buttonon (release) { prevFrame(); }Symbol 33 Buttonon (release) { gotoAndStop (79); }Symbol 39 Buttonon (release) { if (wordpass == "S2G9KA2B2Z7MD") { gotoAndStop (160); } }Symbol 41 Buttonon (release) { nextFrame(); }Symbol 43 Buttonon (release) { gotoAndStop (84); }Symbol 49 Buttonon (release) { nextFrame(); }Symbol 56 MovieClip Frame 1this.onEnterFrame = function () { points = _root.gpoints; health = _root.ghealth; };Symbol 72 MovieClip Frame 1stop();Symbol 76 MovieClip Frame 1stop();Symbol 92 Buttonon (release) { nextFrame(); }Symbol 102 MovieClip Frame 1stop();Symbol 110 Buttonon (release) { nextFrame(); }Symbol 123 MovieClip Frame 8stop();Symbol 147 MovieClip Frame 1var gloop = 2;Symbol 147 MovieClip Frame 130if ((!gloop) == 0) { gloop = gloop - 1; gotoAndPlay (10); }Symbol 147 MovieClip Frame 131var gloop = 3;Symbol 147 MovieClip Frame 153if (_root.player.cheat == false) { _root.player._x = 240; _root.player._y = 270; } if (_root.player.cheat == true) { _root.prevFrame(); }Symbol 147 MovieClip Frame 261if ((!gloop) == 0) { gloop = gloop - 1; gotoAndPlay (160); }Symbol 147 MovieClip Frame 262var gloop = 4;Symbol 147 MovieClip Frame 278_root.player._x = 150; _root.player._y = 300;Symbol 147 MovieClip Frame 366if ((!gloop) == 0) { gloop = gloop - 1; gotoAndPlay (285); }Symbol 147 MovieClip Frame 390_root.nextFrame();Symbol 149 Buttonon (release) { nextFrame(); }Symbol 152 MovieClip Frame 1stop();Symbol 152 MovieClip Frame 581stop();Symbol 159 MovieClip Frame 1stop();Symbol 168 Buttonon (release) { nextFrame(); }Symbol 180 MovieClip Frame 1stop();Symbol 188 Buttonon (release) { nextFrame(); }Symbol 200 MovieClip Frame 1stop();Symbol 203 Buttonon (release) { nextFrame(); }Symbol 213 MovieClip Frame 1stop();Symbol 215 Buttonon (release) { nextFrame(); }Symbol 227 MovieClip Frame 1stop();Symbol 231 Buttonon (release) { nextFrame(); }Symbol 235 MovieClip Frame 1stop();Symbol 237 MovieClip Frame 1stop();Symbol 248 MovieClip Frame 1stop();Symbol 249 MovieClip Frame 1stop();Symbol 249 MovieClip Frame 90_root.ef.e1.gotoAndStop(2);Symbol 249 MovieClip Frame 91stop();Symbol 250 MovieClip Frame 1stop();Symbol 251 MovieClip Frame 1stop();Symbol 251 MovieClip Frame 80_root.ef.e3.gotoAndStop(2);Symbol 251 MovieClip Frame 81stop();Symbol 253 MovieClip Frame 1stop();Symbol 254 MovieClip Frame 1stop();Symbol 255 MovieClip Frame 1stop();Symbol 255 MovieClip Frame 272_root.ef.gotoAndStop(2);Symbol 255 MovieClip Frame 273stop();Symbol 260 MovieClip Frame 1stop();Symbol 260 MovieClip Frame 92_root.ef.e4.gotoAndStop(2);Symbol 260 MovieClip Frame 93stop();Symbol 265 MovieClip Frame 1var gloop = 10;Symbol 265 MovieClip Frame 84if ((!gloop) == 0) { gloop = gloop - 1; gotoAndPlay (31); }Symbol 265 MovieClip Frame 85_root.blocker.b1.gotoAndStop(2); gotoAndStop (86);Symbol 265 MovieClip Frame 87var gloop = 6;Symbol 265 MovieClip Frame 164if ((!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 167onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.boss.gotoAndPlay(183); } }Symbol 265 MovieClip Frame 327stop();Instance of Symbol 260 MovieClip in Symbol 265 MovieClip Frame 327onClipEvent (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 1stop();Symbol 277 MovieClip Frame 1stop();Symbol 281 Buttonon (release) { nextFrame(); }Symbol 295 MovieClip Frame 1stop();Symbol 297 Buttonon (release) { nextFrame(); }Symbol 311 MovieClip Frame 1stop();Symbol 323 MovieClip Frame 560_root.gpoints = _root.gpoints + 500; _root.nextFrame();Symbol 330 Buttonon (release) { nextFrame(); }Symbol 346 MovieClip Frame 1stop();Symbol 355 Buttonon (release) { nextFrame(); }Symbol 366 MovieClip Frame 1stop();Symbol 371 Buttonon (release) { nextFrame(); }Symbol 380 MovieClip Frame 1stop();Symbol 380 MovieClip Frame 72_root.boss.play(); follow = false; _root.boss.boss.hp1 = _root.boss.boss.hp1 - 1;Symbol 382 MovieClip Frame 1stop();Symbol 382 MovieClip Frame 72_root.boss.boss.hp2 = _root.boss.boss.hp2 - 1; hurt = false; _root.boss.play();Symbol 386 MovieClip Frame 1stop();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 1onClipEvent (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 1onClipEvent (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 49onClipEvent (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 121onClipEvent (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 241onClipEvent (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 Buttonon (release) { nextFrame(); }Symbol 393 Buttonon (release) { play(); }Symbol 397 Buttonon (release) { nextFrame(); }Symbol 412 MovieClip Frame 1stop();Symbol 424 Buttonon (release) { play(); }
Library Items
Symbol 1 Graphic | Used by:2 | |
Symbol 2 MovieClip [vcam] | Uses:1 | Used by:Timeline |
Symbol 3 Graphic | Used by:14 Timeline | |
Symbol 4 Graphic | Used by:5 250 253 254 | |
Symbol 5 MovieClip | Uses:4 | Used by:14 |
Symbol 6 Graphic | Used by:14 | |
Symbol 7 Graphic | Used by:8 | |
Symbol 8 MovieClip | Uses:7 | Used by:14 Timeline |
Symbol 9 Graphic | Used by:13 | |
Symbol 10 Graphic | Used by:13 | |
Symbol 11 Graphic | Used by:13 | |
Symbol 12 Graphic | Used by:13 | |
Symbol 13 Button | Uses:9 10 11 12 | Used by:14 |
Symbol 14 MovieClip | Uses:3 5 6 8 13 | Used by:Timeline |
Symbol 15 Graphic | Used by:16 | |
Symbol 16 Button | Uses:15 | Used by:Timeline |
Symbol 17 Graphic | Used by:18 | |
Symbol 18 Button | Uses:17 | Used by:Timeline |
Symbol 19 Graphic | Used by:20 | |
Symbol 20 Button | Uses:19 | Used by:Timeline |
Symbol 21 Graphic | Used by:22 | |
Symbol 22 Button | Uses:21 | Used by:Timeline |
Symbol 23 Font | Used by:24 | |
Symbol 24 Text | Uses:23 | Used by:Timeline |
Symbol 25 Sound | Used by:Timeline | |
Symbol 26 Font | Used by:27 30 32 35 314 | |
Symbol 27 Text | Uses:26 | Used by:Timeline |
Symbol 28 Graphic | Used by:29 31 | |
Symbol 29 Button | Uses:28 | Used by:Timeline |
Symbol 30 Text | Uses:26 | Used by:Timeline |
Symbol 31 Button | Uses:28 | Used by:Timeline |
Symbol 32 Text | Uses:26 | Used by:33 424 |
Symbol 33 Button | Uses:32 | Used by:Timeline |
Symbol 34 Graphic | Used by:Timeline | |
Symbol 35 Text | Uses:26 | Used by:Timeline |
Symbol 36 Font | Used 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 EditableText | Uses:36 | Used by:Timeline |
Symbol 38 Text | Uses:36 | Used by:39 |
Symbol 39 Button | Uses:38 | Used by:Timeline |
Symbol 40 Text | Uses:36 | Used by:41 |
Symbol 41 Button | Uses:40 | Used by:Timeline |
Symbol 42 Text | Uses:36 | Used by:43 |
Symbol 43 Button | Uses:42 | Used by:Timeline |
Symbol 44 Text | Uses:36 | Used by:Timeline |
Symbol 45 Text | Uses:36 | Used by:Timeline |
Symbol 46 Graphic | Used by:Timeline | |
Symbol 47 Font | Used 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 Text | Uses:47 | Used by:49 |
Symbol 49 Button | Uses:48 | Used by:Timeline |
Symbol 50 Text | Uses:36 | Used by:Timeline |
Symbol 51 Graphic | Used by:56 | |
Symbol 52 Text | Uses:47 | Used by:56 |
Symbol 53 EditableText | Uses:47 | Used by:56 |
Symbol 54 Text | Uses:47 | Used by:56 |
Symbol 55 EditableText | Uses:47 | Used by:56 |
Symbol 56 MovieClip | Uses:51 52 53 54 55 | Used by:Timeline |
Symbol 57 Graphic | Used by:58 | |
Symbol 58 MovieClip | Uses:57 | Used by:Timeline |
Symbol 59 Graphic | Used by:60 | |
Symbol 60 MovieClip | Uses:59 | Used by:68 |
Symbol 61 Graphic | Used by:62 | |
Symbol 62 MovieClip | Uses:61 | Used by:68 |
Symbol 63 Graphic | Used by:64 | |
Symbol 64 MovieClip | Uses:63 | Used by:68 |
Symbol 65 Graphic | Used by:66 | |
Symbol 66 MovieClip | Uses:65 | Used by:68 |
Symbol 67 Graphic | Used by:68 | |
Symbol 68 MovieClip | Uses:60 62 64 66 67 | Used by:Timeline |
Symbol 69 Graphic | Used by:Timeline | |
Symbol 70 Graphic | Used by:Timeline | |
Symbol 71 Graphic | Used by:72 102 159 180 200 213 227 248 249 251 255 260 295 311 346 366 412 | |
Symbol 72 MovieClip | Uses:71 | Used by:Timeline |
Symbol 73 Graphic | Used by:76 Timeline | |
Symbol 74 Text | Uses:47 | Used by:76 Timeline |
Symbol 75 Graphic | Used by:76 | |
Symbol 76 MovieClip | Uses:73 74 75 | Used by:Timeline |
Symbol 77 Graphic | Used by:78 | |
Symbol 78 MovieClip | Uses:77 | Used by:Timeline |
Symbol 79 Graphic | Used by:80 | |
Symbol 80 MovieClip | Uses:79 | Used by:Timeline |
Symbol 81 Graphic | Used by:82 | |
Symbol 82 MovieClip | Uses:81 | Used by:Timeline |
Symbol 83 Graphic | Used by:84 | |
Symbol 84 MovieClip | Uses:83 | Used by:Timeline |
Symbol 85 Graphic | Used by:86 | |
Symbol 86 MovieClip | Uses:85 | Used by:Timeline |
Symbol 87 Graphic | Used by:88 | |
Symbol 88 MovieClip | Uses:87 | Used by:Timeline |
Symbol 89 Graphic | Used by:90 | |
Symbol 90 MovieClip | Uses:89 | Used by:Timeline |
Symbol 91 Text | Uses:47 | Used by:92 |
Symbol 92 Button | Uses:91 | Used by:Timeline |
Symbol 93 Text | Uses:36 | Used by:Timeline |
Symbol 94 Graphic | Used by:95 | |
Symbol 95 MovieClip | Uses:94 | Used by:99 |
Symbol 96 Graphic | Used by:97 | |
Symbol 97 MovieClip | Uses:96 | Used by:99 |
Symbol 98 Graphic | Used by:99 | |
Symbol 99 MovieClip | Uses:95 97 98 | Used by:Timeline |
Symbol 100 Graphic | Used by:Timeline | |
Symbol 101 Graphic | Used by:Timeline | |
Symbol 102 MovieClip | Uses:71 | Used by:Timeline |
Symbol 103 Graphic | Used by:104 105 106 107 108 184 201 347 348 349 350 351 369 | |
Symbol 104 MovieClip | Uses:103 | Used by:Timeline |
Symbol 105 MovieClip | Uses:103 | Used by:Timeline |
Symbol 106 MovieClip | Uses:103 | Used by:108 |
Symbol 107 MovieClip | Uses:103 | Used by:108 |
Symbol 108 MovieClip | Uses:103 106 107 | Used by:Timeline |
Symbol 109 Text | Uses:47 | Used by:110 |
Symbol 110 Button | Uses:109 | Used by:Timeline |
Symbol 111 Text | Uses:36 | Used by:Timeline |
Symbol 112 Graphic | Used by:113 | |
Symbol 113 MovieClip | Uses:112 | Used by:Timeline |
Symbol 114 Graphic | Used by:123 | |
Symbol 115 Graphic | Used by:123 | |
Symbol 116 Graphic | Used by:123 | |
Symbol 117 Graphic | Used by:123 | |
Symbol 118 Graphic | Used by:123 | |
Symbol 119 Graphic | Used by:123 | |
Symbol 120 Graphic | Used by:123 | |
Symbol 121 Graphic | Used by:123 | |
Symbol 122 Graphic | Used by:123 | |
Symbol 123 MovieClip | Uses:114 115 116 117 118 119 120 121 122 | Used by:147 |
Symbol 124 Graphic | Used by:147 | |
Symbol 125 Graphic | Used by:147 | |
Symbol 126 Graphic | Used by:147 | |
Symbol 127 Graphic | Used by:147 | |
Symbol 128 Graphic | Used by:147 | |
Symbol 129 Graphic | Used by:134 | |
Symbol 130 Graphic | Used by:133 | |
Symbol 131 Graphic | Used by:133 | |
Symbol 132 Graphic | Used by:133 | |
Symbol 133 MovieClip | Uses:130 131 132 | Used by:134 |
Symbol 134 MovieClip | Uses:129 133 | Used by:147 |
Symbol 135 Graphic | Used by:147 | |
Symbol 136 Graphic | Used by:147 | |
Symbol 137 Graphic | Used by:147 | |
Symbol 138 Graphic | Used by:147 | |
Symbol 139 Graphic | Used by:147 | |
Symbol 140 Graphic | Used by:145 | |
Symbol 141 Graphic | Used by:144 | |
Symbol 142 Graphic | Used by:144 | |
Symbol 143 Graphic | Used by:144 | |
Symbol 144 MovieClip | Uses:141 142 143 | Used by:145 |
Symbol 145 MovieClip | Uses:140 144 | Used by:147 |
Symbol 146 Graphic | Used by:147 | |
Symbol 147 MovieClip | Uses:123 124 125 126 127 128 134 135 136 137 138 139 145 146 | Used by:Timeline |
Symbol 148 Text | Uses:47 | Used by:149 |
Symbol 149 Button | Uses:148 | Used by:Timeline |
Symbol 150 Text | Uses:36 | Used by:Timeline |
Symbol 151 Graphic | Used by:152 | |
Symbol 152 MovieClip | Uses:151 | Used by:Timeline |
Symbol 153 Graphic | Used by:154 | |
Symbol 154 MovieClip | Uses:153 | Used by:156 |
Symbol 155 Graphic | Used by:156 | |
Symbol 156 MovieClip | Uses:154 155 | Used by:Timeline |
Symbol 157 Graphic | Used by:Timeline | |
Symbol 158 Graphic | Used by:Timeline | |
Symbol 159 MovieClip | Uses:71 | Used by:Timeline |
Symbol 160 Graphic | Used by:161 304 305 | |
Symbol 161 MovieClip | Uses:160 | Used by:Timeline |
Symbol 162 Graphic | Used by:163 | |
Symbol 163 MovieClip | Uses:162 | Used by:Timeline |
Symbol 164 Graphic | Used by:166 368 | |
Symbol 165 Graphic | Used by:166 | |
Symbol 166 MovieClip | Uses:164 165 | Used by:Timeline |
Symbol 167 Text | Uses:47 | Used by:168 |
Symbol 168 Button | Uses:167 | Used by:Timeline |
Symbol 169 Text | Uses:36 | Used by:Timeline |
Symbol 170 Graphic | Used by:171 | |
Symbol 171 MovieClip | Uses:170 | Used by:177 |
Symbol 172 Graphic | Used by:173 | |
Symbol 173 MovieClip | Uses:172 | Used by:177 |
Symbol 174 Graphic | Used by:175 | |
Symbol 175 MovieClip | Uses:174 | Used by:177 |
Symbol 176 Graphic | Used by:177 | |
Symbol 177 MovieClip | Uses:171 173 175 176 | Used by:Timeline |
Symbol 178 Graphic | Used by:Timeline | |
Symbol 179 Graphic | Used by:Timeline | |
Symbol 180 MovieClip | Uses:71 | Used by:Timeline |
Symbol 181 Graphic | Used by:183 | |
Symbol 182 Graphic | Used by:183 | |
Symbol 183 MovieClip | Uses:181 182 | Used by:Timeline |
Symbol 184 MovieClip | Uses:103 | Used by:Timeline |
Symbol 185 Graphic | Used by:186 | |
Symbol 186 MovieClip | Uses:185 | Used by:Timeline |
Symbol 187 Text | Uses:47 | Used by:188 |
Symbol 188 Button | Uses:187 | Used by:Timeline |
Symbol 189 Text | Uses:36 | Used by:Timeline |
Symbol 190 Graphic | Used by:191 | |
Symbol 191 MovieClip | Uses:190 | Used by:197 |
Symbol 192 Graphic | Used by:193 | |
Symbol 193 MovieClip | Uses:192 | Used by:197 |
Symbol 194 Graphic | Used by:195 | |
Symbol 195 MovieClip | Uses:194 | Used by:197 |
Symbol 196 Graphic | Used by:197 | |
Symbol 197 MovieClip | Uses:191 193 195 196 | Used by:Timeline |
Symbol 198 Graphic | Used by:Timeline | |
Symbol 199 Graphic | Used by:Timeline | |
Symbol 200 MovieClip | Uses:71 | Used by:Timeline |
Symbol 201 MovieClip | Uses:103 | Used by:Timeline |
Symbol 202 Text | Uses:47 | Used by:203 |
Symbol 203 Button | Uses:202 | Used by:Timeline |
Symbol 204 Text | Uses:36 | Used by:Timeline |
Symbol 205 Graphic | Used by:206 | |
Symbol 206 MovieClip | Uses:205 | Used by:210 |
Symbol 207 Graphic | Used by:208 | |
Symbol 208 MovieClip | Uses:207 | Used by:210 |
Symbol 209 Graphic | Used by:210 | |
Symbol 210 MovieClip | Uses:206 208 209 | Used by:Timeline |
Symbol 211 Graphic | Used by:Timeline | |
Symbol 212 Graphic | Used by:Timeline | |
Symbol 213 MovieClip | Uses:71 | Used by:Timeline |
Symbol 214 Text | Uses:47 | Used by:215 |
Symbol 215 Button | Uses:214 | Used by:Timeline |
Symbol 216 Text | Uses:36 | Used by:Timeline |
Symbol 217 Graphic | Used by:218 | |
Symbol 218 MovieClip | Uses:217 | Used by:224 |
Symbol 219 Graphic | Used by:220 | |
Symbol 220 MovieClip | Uses:219 | Used by:224 |
Symbol 221 Graphic | Used by:222 | |
Symbol 222 MovieClip | Uses:221 | Used by:224 |
Symbol 223 Graphic | Used by:224 | |
Symbol 224 MovieClip | Uses:218 220 222 223 | Used by:Timeline |
Symbol 225 Graphic | Used by:Timeline | |
Symbol 226 Graphic | Used by:Timeline | |
Symbol 227 MovieClip | Uses:71 | Used by:Timeline |
Symbol 228 Graphic | Used by:229 | |
Symbol 229 MovieClip | Uses:228 | Used by:Timeline |
Symbol 230 Text | Uses:47 | Used by:231 |
Symbol 231 Button | Uses:230 | Used by:Timeline |
Symbol 232 Text | Uses:36 | Used by:Timeline |
Symbol 233 Graphic | Used by:246 Timeline | |
Symbol 234 Graphic | Used by:235 | |
Symbol 235 MovieClip | Uses:234 | Used by:246 |
Symbol 236 Graphic | Used by:237 | |
Symbol 237 MovieClip | Uses:236 | Used by:246 |
Symbol 238 Graphic | Used by:239 | |
Symbol 239 MovieClip | Uses:238 | Used by:246 |
Symbol 240 Graphic | Used by:241 | |
Symbol 241 MovieClip | Uses:240 | Used by:246 |
Symbol 242 Graphic | Used by:243 | |
Symbol 243 MovieClip | Uses:242 | Used by:246 |
Symbol 244 Graphic | Used by:245 | |
Symbol 245 MovieClip | Uses:244 | Used by:246 |
Symbol 246 MovieClip | Uses:233 235 237 239 241 243 245 | Used by:Timeline |
Symbol 247 Graphic | Used by:Timeline | |
Symbol 248 MovieClip | Uses:71 | Used by:Timeline |
Symbol 249 MovieClip | Uses:71 | Used by:Timeline |
Symbol 250 MovieClip | Uses:4 | Used by:Timeline |
Symbol 251 MovieClip | Uses:71 | Used by:Timeline |
Symbol 252 Graphic | Used by:253 | |
Symbol 253 MovieClip | Uses:4 252 | Used by:Timeline |
Symbol 254 MovieClip | Uses:4 | Used by:Timeline |
Symbol 255 MovieClip | Uses:71 | Used by:Timeline |
Symbol 256 Graphic | Used by:257 | |
Symbol 257 MovieClip | Uses:256 | Used by:265 |
Symbol 258 Graphic | Used by:265 | |
Symbol 259 Graphic | Used by:265 | |
Symbol 260 MovieClip | Uses:71 | Used by:265 |
Symbol 261 Graphic | Used by:265 | |
Symbol 262 Graphic | Used by:265 | |
Symbol 263 Graphic | Used by:265 | |
Symbol 264 Graphic | Used by:265 | |
Symbol 265 MovieClip | Uses:257 258 259 260 261 262 263 264 | Used by:Timeline |
Symbol 266 Graphic | Used by:269 | |
Symbol 267 Graphic | Used by:269 | |
Symbol 268 Graphic | Used by:269 | |
Symbol 269 MovieClip | Uses:266 267 268 | Used by:277 |
Symbol 270 Graphic | Used by:273 | |
Symbol 271 Graphic | Used by:273 | |
Symbol 272 Graphic | Used by:273 | |
Symbol 273 MovieClip | Uses:270 271 272 | Used by:277 |
Symbol 274 Graphic | Used by:276 | |
Symbol 275 Graphic | Used by:276 | |
Symbol 276 MovieClip | Uses:274 275 | Used by:277 |
Symbol 277 MovieClip | Uses:269 273 276 | Used by:Timeline |
Symbol 278 Graphic | Used by:279 | |
Symbol 279 MovieClip | Uses:278 | Used by:Timeline |
Symbol 280 Text | Uses:47 | Used by:281 |
Symbol 281 Button | Uses:280 | Used by:Timeline |
Symbol 282 Text | Uses:36 | Used by:Timeline |
Symbol 283 Graphic | Used by:284 | |
Symbol 284 MovieClip | Uses:283 | Used by:292 |
Symbol 285 Graphic | Used by:286 | |
Symbol 286 MovieClip | Uses:285 | Used by:292 |
Symbol 287 Graphic | Used by:288 | |
Symbol 288 MovieClip | Uses:287 | Used by:292 |
Symbol 289 Graphic | Used by:290 | |
Symbol 290 MovieClip | Uses:289 | Used by:292 |
Symbol 291 Graphic | Used by:292 | |
Symbol 292 MovieClip | Uses:284 286 288 290 291 | Used by:Timeline |
Symbol 293 Graphic | Used by:Timeline | |
Symbol 294 Graphic | Used by:Timeline | |
Symbol 295 MovieClip | Uses:71 | Used by:Timeline |
Symbol 296 Text | Uses:47 | Used by:297 |
Symbol 297 Button | Uses:296 | Used by:Timeline |
Symbol 298 Text | Uses:36 | Used by:Timeline |
Symbol 299 Graphic | Used by:Timeline | |
Symbol 300 Graphic | Used by:301 | |
Symbol 301 MovieClip | Uses:300 | Used by:Timeline |
Symbol 302 Graphic | Used by:303 | |
Symbol 303 MovieClip | Uses:302 | Used by:Timeline |
Symbol 304 MovieClip | Uses:160 | Used by:Timeline |
Symbol 305 MovieClip | Uses:160 | Used by:Timeline |
Symbol 306 Graphic | Used by:309 Timeline | |
Symbol 307 Graphic | Used by:308 | |
Symbol 308 MovieClip | Uses:307 | Used by:309 |
Symbol 309 MovieClip | Uses:306 308 | Used by:Timeline |
Symbol 310 Graphic | Used by:Timeline | |
Symbol 311 MovieClip | Uses:71 | Used by:Timeline |
Symbol 312 Text | Uses:36 | Used by:Timeline |
Symbol 313 Graphic | Used by:323 Timeline | |
Symbol 314 Text | Uses:26 | Used by:315 |
Symbol 315 MovieClip | Uses:314 | Used by:Timeline |
Symbol 316 Graphic | Used by:Timeline | |
Symbol 317 Graphic | Used by:320 | |
Symbol 318 Graphic | Used by:320 | |
Symbol 319 Graphic | Used by:320 | |
Symbol 320 MovieClip | Uses:317 318 319 | Used by:325 328 Timeline |
Symbol 321 Graphic | Used by:Timeline | |
Symbol 322 Graphic | Used by:323 | |
Symbol 323 MovieClip | Uses:313 322 | Used by:Timeline |
Symbol 324 Graphic | Used by:325 | |
Symbol 325 MovieClip | Uses:320 324 | Used by:326 |
Symbol 326 MovieClip | Uses:325 | Used by:Timeline |
Symbol 327 Graphic | Used by:328 | |
Symbol 328 MovieClip | Uses:320 327 | Used by:Timeline |
Symbol 329 Text | Uses:47 | Used by:330 |
Symbol 330 Button | Uses:329 | Used by:Timeline |
Symbol 331 Text | Uses:36 | Used by:Timeline |
Symbol 332 Graphic | Used by:343 | |
Symbol 333 Graphic | Used by:334 | |
Symbol 334 MovieClip | Uses:333 | Used by:343 |
Symbol 335 Graphic | Used by:336 | |
Symbol 336 MovieClip | Uses:335 | Used by:343 |
Symbol 337 Graphic | Used by:338 | |
Symbol 338 MovieClip | Uses:337 | Used by:343 |
Symbol 339 Graphic | Used by:340 | |
Symbol 340 MovieClip | Uses:339 | Used by:343 |
Symbol 341 Graphic | Used by:342 | |
Symbol 342 MovieClip | Uses:341 | Used by:343 |
Symbol 343 MovieClip | Uses:332 334 336 338 340 342 | Used by:Timeline |
Symbol 344 Graphic | Used by:Timeline | |
Symbol 345 Graphic | Used by:Timeline | |
Symbol 346 MovieClip | Uses:71 | Used by:Timeline |
Symbol 347 MovieClip | Uses:103 | Used by:Timeline |
Symbol 348 MovieClip | Uses:103 | Used by:Timeline |
Symbol 349 MovieClip | Uses:103 | Used by:Timeline |
Symbol 350 MovieClip | Uses:103 | Used by:Timeline |
Symbol 351 MovieClip | Uses:103 | Used by:Timeline |
Symbol 352 Graphic | Used by:353 | |
Symbol 353 MovieClip | Uses:352 | Used by:Timeline |
Symbol 354 Text | Uses:47 | Used by:355 |
Symbol 355 Button | Uses:354 | Used by:Timeline |
Symbol 356 Text | Uses:36 | Used by:Timeline |
Symbol 357 Graphic | Used by:364 Timeline | |
Symbol 358 Graphic | Used by:359 | |
Symbol 359 MovieClip | Uses:358 | Used by:364 |
Symbol 360 Graphic | Used by:361 | |
Symbol 361 MovieClip | Uses:360 | Used by:364 |
Symbol 362 Graphic | Used by:363 | |
Symbol 363 MovieClip | Uses:362 | Used by:364 |
Symbol 364 MovieClip | Uses:357 359 361 363 | Used by:Timeline |
Symbol 365 Graphic | Used by:Timeline | |
Symbol 366 MovieClip | Uses:71 | Used by:Timeline |
Symbol 367 Graphic | Used by:368 | |
Symbol 368 MovieClip | Uses:164 367 | Used by:Timeline |
Symbol 369 MovieClip | Uses:103 | Used by:Timeline |
Symbol 370 Text | Uses:47 | Used by:371 |
Symbol 371 Button | Uses:370 | Used by:Timeline |
Symbol 372 Text | Uses:36 | Used by:Timeline |
Symbol 373 Graphic | Used by:374 Timeline | |
Symbol 374 MovieClip | Uses:373 | Used by:Timeline |
Symbol 375 Graphic | Used by:Timeline | |
Symbol 376 Graphic | Used by:377 | |
Symbol 377 MovieClip | Uses:376 | Used by:387 |
Symbol 378 Graphic | Used by:380 382 386 | |
Symbol 379 Graphic | Used by:380 | |
Symbol 380 MovieClip | Uses:378 379 | Used by:387 |
Symbol 381 Graphic | Used by:382 | |
Symbol 382 MovieClip | Uses:378 381 | Used by:387 |
Symbol 383 Graphic | Used by:386 | |
Symbol 384 Graphic | Used by:386 | |
Symbol 385 Graphic | Used by:386 | |
Symbol 386 MovieClip | Uses:378 383 384 385 | Used by:387 |
Symbol 387 MovieClip | Uses:377 380 382 386 | Used by:Timeline |
Symbol 388 EditableText | Uses:47 | Used by:Timeline |
Symbol 389 Text | Uses:47 | Used by:Timeline |
Symbol 390 Text | Uses:47 | Used by:391 |
Symbol 391 Button | Uses:390 | Used by:Timeline |
Symbol 392 Text | Uses:47 | Used by:393 |
Symbol 393 Button | Uses:392 | Used by:Timeline |
Symbol 394 EditableText | Uses:47 | Used by:Timeline |
Symbol 395 Text | Uses:36 | Used by:Timeline |
Symbol 396 Text | Uses:47 | Used by:397 |
Symbol 397 Button | Uses:396 | Used by:Timeline |
Symbol 398 Text | Uses:36 | Used by:Timeline |
Symbol 399 Graphic | Used by:410 | |
Symbol 400 Graphic | Used by:401 | |
Symbol 401 MovieClip | Uses:400 | Used by:410 |
Symbol 402 Graphic | Used by:403 | |
Symbol 403 MovieClip | Uses:402 | Used by:410 |
Symbol 404 Graphic | Used by:405 | |
Symbol 405 MovieClip | Uses:404 | Used by:410 |
Symbol 406 Graphic | Used by:407 | |
Symbol 407 MovieClip | Uses:406 | Used by:410 |
Symbol 408 Graphic | Used by:409 | |
Symbol 409 MovieClip | Uses:408 | Used by:410 |
Symbol 410 MovieClip | Uses:399 401 403 405 407 409 | Used by:Timeline |
Symbol 411 Graphic | Used by:Timeline | |
Symbol 412 MovieClip | Uses:71 | Used by:Timeline |
Symbol 413 Graphic | Used by:414 415 416 417 418 | |
Symbol 414 MovieClip | Uses:413 | Used by:Timeline |
Symbol 415 MovieClip | Uses:413 | Used by:Timeline |
Symbol 416 MovieClip | Uses:413 | Used by:Timeline |
Symbol 417 MovieClip | Uses:413 | Used by:Timeline |
Symbol 418 MovieClip | Uses:413 | Used by:Timeline |
Symbol 419 Graphic | Used by:420 | |
Symbol 420 MovieClip | Uses:419 | Used by:Timeline |
Symbol 421 Text | Uses:36 | Used by:Timeline |
Symbol 422 Text | Uses:36 | Used by:Timeline |
Symbol 423 Graphic | Used by:Timeline | |
Symbol 424 Button | Uses:32 | Used by:Timeline |
Streaming Sound 1 | Used by:Timeline |
Instance Names
"gmenu" | Frame 127 | Symbol 56 MovieClip |
"blocker" | Frame 128 | Symbol 68 MovieClip |
"PF" | Frame 128 | Symbol 72 MovieClip |
"player" | Frame 128 | Symbol 90 MovieClip |
"gmenu" | Frame 128 | Symbol 56 MovieClip |
"gcam" | Frame 128 | Symbol 2 MovieClip [vcam] |
"gmenu" | Frame 129 | Symbol 56 MovieClip |
"blocker" | Frame 130 | Symbol 99 MovieClip |
"PF" | Frame 130 | Symbol 102 MovieClip |
"player" | Frame 130 | Symbol 90 MovieClip |
"gmenu" | Frame 130 | Symbol 56 MovieClip |
"gcam" | Frame 130 | Symbol 2 MovieClip [vcam] |
"gmenu" | Frame 131 | Symbol 56 MovieClip |
"blocker" | Frame 132 | Symbol 113 MovieClip |
"gun" | Frame 132 | Symbol 147 MovieClip |
"player" | Frame 132 | Symbol 90 MovieClip |
"lava" | Frame 134 | Symbol 152 MovieClip |
"blocker" | Frame 134 | Symbol 156 MovieClip |
"PF" | Frame 134 | Symbol 159 MovieClip |
"player" | Frame 134 | Symbol 90 MovieClip |
"gmenu" | Frame 134 | Symbol 56 MovieClip |
"gcam" | Frame 134 | Symbol 2 MovieClip [vcam] |
"gmenu" | Frame 135 | Symbol 56 MovieClip |
"blocker" | Frame 136 | Symbol 177 MovieClip |
"PF" | Frame 136 | Symbol 180 MovieClip |
"player" | Frame 136 | Symbol 90 MovieClip |
"gmenu" | Frame 136 | Symbol 56 MovieClip |
"gcam" | Frame 136 | Symbol 2 MovieClip [vcam] |
"gmenu" | Frame 137 | Symbol 56 MovieClip |
"blocker" | Frame 138 | Symbol 197 MovieClip |
"PF" | Frame 138 | Symbol 200 MovieClip |
"player" | Frame 138 | Symbol 90 MovieClip |
"gmenu" | Frame 138 | Symbol 56 MovieClip |
"gcam" | Frame 138 | Symbol 2 MovieClip [vcam] |
"gmenu" | Frame 139 | Symbol 56 MovieClip |
"blocker" | Frame 140 | Symbol 210 MovieClip |
"PF" | Frame 140 | Symbol 213 MovieClip |
"player" | Frame 140 | Symbol 90 MovieClip |
"gmenu" | Frame 140 | Symbol 56 MovieClip |
"gcam" | Frame 140 | Symbol 2 MovieClip [vcam] |
"gmenu" | Frame 141 | Symbol 56 MovieClip |
"blocker" | Frame 142 | Symbol 224 MovieClip |
"PF" | Frame 142 | Symbol 227 MovieClip |
"player" | Frame 142 | Symbol 90 MovieClip |
"gmenu" | Frame 142 | Symbol 56 MovieClip |
"gcam" | Frame 142 | Symbol 2 MovieClip [vcam] |
"gmenu" | Frame 143 | Symbol 56 MovieClip |
"blocker" | Frame 144 | Symbol 246 MovieClip |
"PF" | Frame 144 | Symbol 248 MovieClip |
"boss" | Frame 144 | Symbol 265 MovieClip |
"ef" | Frame 144 | Symbol 277 MovieClip |
"player" | Frame 144 | Symbol 90 MovieClip |
"gmenu" | Frame 144 | Symbol 56 MovieClip |
"gcam" | Frame 144 | Symbol 2 MovieClip [vcam] |
"gmenu" | Frame 145 | Symbol 56 MovieClip |
"blocker" | Frame 146 | Symbol 292 MovieClip |
"PF" | Frame 146 | Symbol 295 MovieClip |
"player" | Frame 146 | Symbol 90 MovieClip |
"gmenu" | Frame 146 | Symbol 56 MovieClip |
"gcam" | Frame 146 | Symbol 2 MovieClip [vcam] |
"gmenu" | Frame 147 | Symbol 56 MovieClip |
"blocker" | Frame 148 | Symbol 309 MovieClip |
"PF" | Frame 148 | Symbol 311 MovieClip |
"player" | Frame 148 | Symbol 90 MovieClip |
"gmenu" | Frame 148 | Symbol 56 MovieClip |
"gcam" | Frame 148 | Symbol 2 MovieClip [vcam] |
"gmenu" | Frame 149 | Symbol 56 MovieClip |
"blocker" | Frame 150 | Symbol 323 MovieClip |
"blocker" | Frame 152 | Symbol 343 MovieClip |
"PF" | Frame 152 | Symbol 346 MovieClip |
"player" | Frame 152 | Symbol 90 MovieClip |
"gmenu" | Frame 152 | Symbol 56 MovieClip |
"gcam" | Frame 152 | Symbol 2 MovieClip [vcam] |
"gmenu" | Frame 153 | Symbol 56 MovieClip |
"blocker" | Frame 154 | Symbol 364 MovieClip |
"PF" | Frame 154 | Symbol 366 MovieClip |
"player" | Frame 154 | Symbol 90 MovieClip |
"gmenu" | Frame 154 | Symbol 56 MovieClip |
"gcam" | Frame 154 | Symbol 2 MovieClip [vcam] |
"gmenu" | Frame 155 | Symbol 56 MovieClip |
"blocker" | Frame 156 | Symbol 374 MovieClip |
"boss" | Frame 156 | Symbol 387 MovieClip |
"player" | Frame 156 | Symbol 90 MovieClip |
"gmenu" | Frame 156 | Symbol 56 MovieClip |
"gcam" | Frame 156 | Symbol 2 MovieClip [vcam] |
"gmenu" | Frame 157 | Symbol 56 MovieClip |
"gmenu" | Frame 160 | Symbol 56 MovieClip |
"blocker" | Frame 161 | Symbol 410 MovieClip |
"PF" | Frame 161 | Symbol 412 MovieClip |
"player" | Frame 161 | Symbol 90 MovieClip |
"gmenu" | Frame 161 | Symbol 56 MovieClip |
"gcam" | Frame 161 | Symbol 2 MovieClip [vcam] |
"bar" | Symbol 14 MovieClip Frame 1 | Symbol 5 MovieClip |
"Ywall" | Symbol 68 MovieClip Frame 1 | Symbol 60 MovieClip |
"Bwall" | Symbol 68 MovieClip Frame 1 | Symbol 62 MovieClip |
"Gwall" | Symbol 68 MovieClip Frame 1 | Symbol 64 MovieClip |
"Rwall" | Symbol 68 MovieClip Frame 1 | Symbol 66 MovieClip |
"Bwall" | Symbol 99 MovieClip Frame 1 | Symbol 95 MovieClip |
"Rwall" | Symbol 99 MovieClip Frame 1 | Symbol 97 MovieClip |
"Ywall" | Symbol 156 MovieClip Frame 1 | Symbol 154 MovieClip |
"Rwall" | Symbol 177 MovieClip Frame 1 | Symbol 171 MovieClip |
"Gwall" | Symbol 177 MovieClip Frame 1 | Symbol 173 MovieClip |
"Bwall" | Symbol 177 MovieClip Frame 1 | Symbol 175 MovieClip |
"Gwall" | Symbol 197 MovieClip Frame 1 | Symbol 191 MovieClip |
"Bwall" | Symbol 197 MovieClip Frame 1 | Symbol 193 MovieClip |
"Ywall" | Symbol 197 MovieClip Frame 1 | Symbol 195 MovieClip |
"Ywall" | Symbol 210 MovieClip Frame 1 | Symbol 206 MovieClip |
"Bwall" | Symbol 210 MovieClip Frame 1 | Symbol 208 MovieClip |
"Ywall" | Symbol 224 MovieClip Frame 1 | Symbol 218 MovieClip |
"Bwall" | Symbol 224 MovieClip Frame 1 | Symbol 220 MovieClip |
"Rwall" | Symbol 224 MovieClip Frame 1 | Symbol 222 MovieClip |
"b1" | Symbol 246 MovieClip Frame 1 | Symbol 235 MovieClip |
"b2" | Symbol 246 MovieClip Frame 1 | Symbol 235 MovieClip |
"b3" | Symbol 246 MovieClip Frame 1 | Symbol 235 MovieClip |
"b4" | Symbol 246 MovieClip Frame 1 | Symbol 235 MovieClip |
"blocker2" | Symbol 246 MovieClip Frame 1 | Symbol 237 MovieClip |
"Ywall" | Symbol 246 MovieClip Frame 1 | Symbol 239 MovieClip |
"Bwall" | Symbol 246 MovieClip Frame 1 | Symbol 241 MovieClip |
"BRwall" | Symbol 246 MovieClip Frame 1 | Symbol 243 MovieClip |
"Rwall" | Symbol 246 MovieClip Frame 1 | Symbol 245 MovieClip |
"e1" | Symbol 277 MovieClip Frame 1 | Symbol 276 MovieClip |
"e2" | Symbol 277 MovieClip Frame 1 | Symbol 276 MovieClip |
"e3" | Symbol 277 MovieClip Frame 1 | Symbol 276 MovieClip |
"e4" | Symbol 277 MovieClip Frame 1 | Symbol 276 MovieClip |
"Rwall" | Symbol 292 MovieClip Frame 1 | Symbol 284 MovieClip |
"Ywall" | Symbol 292 MovieClip Frame 1 | Symbol 286 MovieClip |
"Gwall" | Symbol 292 MovieClip Frame 1 | Symbol 288 MovieClip |
"Bwall" | Symbol 292 MovieClip Frame 1 | Symbol 290 MovieClip |
"Ywall" | Symbol 309 MovieClip Frame 1 | Symbol 308 MovieClip |
"Rwall" | Symbol 343 MovieClip Frame 1 | Symbol 334 MovieClip |
"Gwall" | Symbol 343 MovieClip Frame 1 | Symbol 336 MovieClip |
"Ywall" | Symbol 343 MovieClip Frame 1 | Symbol 338 MovieClip |
"Bwall" | Symbol 343 MovieClip Frame 1 | Symbol 340 MovieClip |
"BRwall" | Symbol 343 MovieClip Frame 1 | Symbol 342 MovieClip |
"Ywall" | Symbol 364 MovieClip Frame 1 | Symbol 359 MovieClip |
"Bwall" | Symbol 364 MovieClip Frame 1 | Symbol 361 MovieClip |
"Gwall" | Symbol 364 MovieClip Frame 1 | Symbol 363 MovieClip |
"boss" | Symbol 387 MovieClip Frame 1 | Symbol 377 MovieClip |
"fireball" | Symbol 387 MovieClip Frame 1 | Symbol 380 MovieClip |
"shockwave" | Symbol 387 MovieClip Frame 49 | Symbol 382 MovieClip |
"lava" | Symbol 387 MovieClip Frame 121 | Symbol 386 MovieClip |
"boss" | Symbol 387 MovieClip Frame 241 | Symbol 377 MovieClip |
"Bwall" | Symbol 410 MovieClip Frame 1 | Symbol 401 MovieClip |
"Gwall" | Symbol 410 MovieClip Frame 1 | Symbol 403 MovieClip |
"Ywall" | Symbol 410 MovieClip Frame 1 | Symbol 405 MovieClip |
"Pwall" | Symbol 410 MovieClip Frame 1 | Symbol 407 MovieClip |
"Rwall" | Symbol 410 MovieClip Frame 1 | Symbol 409 MovieClip |
Special Tags
FileAttributes (69) | Timeline Frame 1 | Access local files only, Metadata not present, AS1/AS2. |
ExportAssets (56) | Timeline Frame 1 | Symbol 2 as "vcam" |
Labels
"loaded" | Symbol 14 MovieClip Frame 3 |
Dynamic Text Variables
wordpass | Symbol 37 EditableText | "" |
points | Symbol 53 EditableText | "" |
health | Symbol 55 EditableText | "" |
pass | Symbol 394 EditableText | "" |
|