Frame 1
stop();
Stage.showMenu = false;
Frame 2
stop();
Instance of Symbol 42 MovieClip "bad" in Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 1;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 55 MovieClip "circle" in Frame 2
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
_x = (_x - 7);
}
if (Key.isDown(38)) {
_y = (_y - 7);
}
if (Key.isDown(39)) {
_x = (_x + 7);
}
if (Key.isDown(40)) {
_y = (_y + 7);
}
}
onClipEvent (load) {
_root.health = 100;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.Wall)) {
_x = (_x + 7);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.Wall2)) {
_x = (_x - 7);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.Wall3)) {
_y = (_y + 7);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.Wall4)) {
_y = (_y - 7);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hpup)) {
_root.health = _root.health + 50;
_root.hpup.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.wall) == true) {
_x = (_x - 7);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.wall2) == true) {
_x = (_x + 7);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.wall3) == true) {
_y = (_y + 7);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.wall4) == true) {
_y = (_y - 7);
}
}
onClipEvent (load) {
var oldx = this._x;
var oldy = this._y;
oldx = this._x;
oldy = this._y;
if (Key.isDown(39)) {
_x = (_x + 7);
}
if (Key.isDown(37)) {
_x = (_x - 7);
}
if (Key.isDown(38)) {
_y = (_y + 7);
}
if (Key.isDown(40)) {
_y = (_y - 7);
}
}
Instance of Symbol 60 MovieClip in Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.gotoAndPlay(4);
}
}
Frame 3
stop();
stopAllSounds();
Frame 4
stop();
Instance of Symbol 42 MovieClip "bad1" in Frame 4
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 1;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 70 MovieClip in Frame 4
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 1;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 71 MovieClip in Frame 4
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 1;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 60 MovieClip in Frame 4
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.gotoAndPlay(5);
}
}
Instance of Symbol 55 MovieClip "circle" in Frame 4
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
_x = (_x - 7);
}
if (Key.isDown(38)) {
_y = (_y - 7);
}
if (Key.isDown(39)) {
_x = (_x + 7);
}
if (Key.isDown(40)) {
_y = (_y + 7);
}
}
onClipEvent (load) {
_root.health = 100;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.Wall)) {
_x = (_x + 5);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.Wall2)) {
_x = (_x - 5);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.Wall3)) {
_y = (_y + 5);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.Wall4)) {
_y = (_y - 5);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hpup)) {
_root.health = _root.health + 50;
_root.hpup.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.wall) == true) {
_x = (_x - 7);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.wall2) == true) {
_x = (_x + 7);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.wall3) == true) {
_y = (_y + 7);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.wall4) == true) {
_y = (_y - 7);
}
}
Frame 5
stop();
Instance of Symbol 76 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 0.5;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 76 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 0.5;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 76 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 0.5;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 76 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 0.5;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 76 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 0.5;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 60 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.gotoAndPlay(6);
}
}
Frame 6
stop();
Instance of Symbol 42 MovieClip in Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 1;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 42 MovieClip in Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 1;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 60 MovieClip in Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.gotoAndPlay(7);
}
}
Frame 7
stop();
Instance of Symbol 60 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.gotoAndPlay(8);
}
}
Frame 8
stop();
Instance of Symbol 86 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 5;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 86 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 5;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 60 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.gotoAndPlay(9);
}
}
Frame 9
stop();
Instance of Symbol 60 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.gotoAndPlay(10);
}
}
Instance of Symbol 90 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (_root.circle._x > _x) {
_x = (_x + 4);
}
}
onClipEvent (enterFrame) {
if (_root.circle._x < _x) {
_x = (_x - 4);
}
}
onClipEvent (enterFrame) {
if (_root.circle._y > _y) {
_y = (_y + 4);
}
}
onClipEvent (enterFrame) {
if (_root.circle._y < _y) {
_y = (_y - 4);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 1.5;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Frame 10
stop();
Instance of Symbol 60 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.gotoAndPlay(11);
}
}
Instance of Symbol 94 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 2;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Frame 11
stop();
Instance of Symbol 60 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.gotoAndPlay(12);
}
}
Instance of Symbol 90 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (_root.circle._x > _x) {
_x = (_x + 4);
}
}
onClipEvent (enterFrame) {
if (_root.circle._x < _x) {
_x = (_x - 4);
}
}
onClipEvent (enterFrame) {
if (_root.circle._y > _y) {
_y = (_y + 4);
}
}
onClipEvent (enterFrame) {
if (_root.circle._y < _y) {
_y = (_y - 4);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 1.5;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 90 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (_root.circle._x > _x) {
_x = (_x + 4);
}
}
onClipEvent (enterFrame) {
if (_root.circle._x < _x) {
_x = (_x - 4);
}
}
onClipEvent (enterFrame) {
if (_root.circle._y > _y) {
_y = (_y + 4);
}
}
onClipEvent (enterFrame) {
if (_root.circle._y < _y) {
_y = (_y - 4);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 1.5;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Frame 12
stop();
Instance of Symbol 60 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.gotoAndPlay(13);
}
}
Instance of Symbol 100 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (_root.circle._x > _x) {
_x = (_x + 3.5);
}
}
onClipEvent (enterFrame) {
if (_root.circle._x < _x) {
_x = (_x - 3.5);
}
}
onClipEvent (enterFrame) {
if (_root.circle._y > _y) {
_y = (_y + 3.5);
}
}
onClipEvent (enterFrame) {
if (_root.circle._y < _y) {
_y = (_y - 3.5);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 3.5;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Frame 13
stop();
Frame 14
stop();
Instance of Symbol 60 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.gotoAndPlay(15);
}
}
Instance of Symbol 115 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 2;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 118 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 2;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 120 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 2;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 55 MovieClip "circle" in Frame 14
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
_x = (_x - 7);
}
if (Key.isDown(38)) {
_y = (_y - 7);
}
if (Key.isDown(39)) {
_x = (_x + 7);
}
if (Key.isDown(40)) {
_y = (_y + 7);
}
}
onClipEvent (load) {
_root.health = 100;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.Wall)) {
_x = (_x + 5);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.Wall2)) {
_x = (_x - 5);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.Wall3)) {
_y = (_y + 5);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.Wall4)) {
_y = (_y - 5);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hpup)) {
_root.health = _root.health + 50;
_root.hpup.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.wall) == true) {
_x = (_x - 7);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.wall2) == true) {
_x = (_x + 7);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.wall3) == true) {
_y = (_y + 7);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.wall4) == true) {
_y = (_y - 7);
}
}
Frame 15
stop();
Instance of Symbol 60 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.gotoAndPlay(16);
}
}
Instance of Symbol 126 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 4;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 127 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 4;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 126 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 4;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Frame 16
stop();
Instance of Symbol 118 MovieClip in Frame 16
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 2;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 118 MovieClip in Frame 16
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 2;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 120 MovieClip in Frame 16
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 2;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 115 MovieClip in Frame 16
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 2;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Frame 17
stop();
Instance of Symbol 60 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.gotoAndPlay(18);
}
}
Instance of Symbol 126 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 4;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 126 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 4;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Frame 18
stop();
Instance of Symbol 60 MovieClip in Frame 18
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.gotoAndPlay(19);
}
}
Instance of Symbol 139 MovieClip in Frame 18
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 10;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 139 MovieClip in Frame 18
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 10;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 141 MovieClip in Frame 18
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 10;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Frame 19
stop();
Instance of Symbol 60 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.gotoAndPlay(20);
}
}
Instance of Symbol 137 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 10;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 115 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 2;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Frame 20
stop();
Instance of Symbol 60 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.gotoAndPlay(21);
}
}
Frame 21
stop();
Instance of Symbol 60 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.gotoAndPlay(22);
}
}
Instance of Symbol 141 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 10;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 139 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 10;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Frame 22
stop();
Instance of Symbol 60 MovieClip in Frame 22
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.gotoAndPlay(23);
}
}
Instance of Symbol 156 MovieClip in Frame 22
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 2;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 156 MovieClip in Frame 22
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 2;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 159 MovieClip in Frame 22
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 4;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Frame 23
stop();
Instance of Symbol 60 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.gotoAndPlay(24);
}
}
Instance of Symbol 164 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 2;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 166 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 2;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 168 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 2;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 170 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 2;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 172 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 2;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 174 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 2;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 176 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 2;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 178 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 2;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 180 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 2;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 182 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 2;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 184 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 2;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 186 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 2;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 188 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 2;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 190 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 2;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 192 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 2;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 194 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 2;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 196 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 2;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 198 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 2;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 200 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 2;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 203 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 2;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 205 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 2;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 207 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 2;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 210 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 2;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 212 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 2;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 214 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 2;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 216 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 2;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Frame 24
stop();
stopAllSounds();
Frame 25
stop();
Frame 26
stop();
Instance of Symbol 55 MovieClip "circle" in Frame 26
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
_x = (_x - 7);
}
if (Key.isDown(38)) {
_y = (_y - 7);
}
if (Key.isDown(39)) {
_x = (_x + 7);
}
if (Key.isDown(40)) {
_y = (_y + 7);
}
}
onClipEvent (load) {
_root.health = 100;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.Wall)) {
_x = (_x + 5);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.Wall2)) {
_x = (_x - 5);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.Wall3)) {
_y = (_y + 5);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.Wall4)) {
_y = (_y - 5);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hpup)) {
_root.health = _root.health + 50;
_root.hpup.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.wall) == true) {
_x = (_x - 7);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.wall2) == true) {
_x = (_x + 7);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.wall3) == true) {
_y = (_y + 7);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.wall4) == true) {
_y = (_y - 7);
}
}
Instance of Symbol 235 MovieClip in Frame 26
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 1.5;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 60 MovieClip in Frame 26
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.gotoAndPlay(27);
}
}
Frame 27
stop();
Instance of Symbol 239 MovieClip in Frame 27
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 3;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 239 MovieClip in Frame 27
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 3;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 239 MovieClip in Frame 27
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 3;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 239 MovieClip in Frame 27
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 3;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 241 MovieClip in Frame 27
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 10;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 243 MovieClip in Frame 27
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 10;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 239 MovieClip in Frame 27
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 3;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 239 MovieClip in Frame 27
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 3;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 246 MovieClip in Frame 27
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 2;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 246 MovieClip in Frame 27
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 2;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 249 MovieClip in Frame 27
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 2;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 249 MovieClip in Frame 27
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 2;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 249 MovieClip in Frame 27
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 2;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 249 MovieClip in Frame 27
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 2;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 60 MovieClip in Frame 27
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.gotoAndPlay(28);
}
}
Frame 28
stop();
Instance of Symbol 60 MovieClip in Frame 28
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.gotoAndPlay(29);
}
}
Instance of Symbol 249 MovieClip in Frame 28
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 2;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 249 MovieClip in Frame 28
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 2;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 235 MovieClip in Frame 28
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 1.5;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 235 MovieClip in Frame 28
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 1.5;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 235 MovieClip in Frame 28
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 1.5;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 235 MovieClip in Frame 28
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 1.5;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Frame 29
stop();
Instance of Symbol 246 MovieClip in Frame 29
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 2;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 246 MovieClip in Frame 29
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 2;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 60 MovieClip in Frame 29
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.gotoAndPlay(30);
}
}
Instance of Symbol 246 MovieClip in Frame 29
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 2;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 246 MovieClip in Frame 29
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 2;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 243 MovieClip in Frame 29
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 10;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 243 MovieClip in Frame 29
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 10;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Frame 30
stop();
Instance of Symbol 60 MovieClip in Frame 30
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.gotoAndPlay(31);
}
}
Instance of Symbol 249 MovieClip in Frame 30
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 2;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 249 MovieClip in Frame 30
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 2;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 249 MovieClip in Frame 30
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 2;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 249 MovieClip in Frame 30
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 2;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 249 MovieClip in Frame 30
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 2;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 249 MovieClip in Frame 30
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 2;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 249 MovieClip in Frame 30
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 2;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 249 MovieClip in Frame 30
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 2;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 249 MovieClip in Frame 30
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 2;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 249 MovieClip in Frame 30
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 2;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 249 MovieClip in Frame 30
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 2;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 249 MovieClip in Frame 30
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 2;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 249 MovieClip in Frame 30
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 2;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 249 MovieClip in Frame 30
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 2;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 249 MovieClip in Frame 30
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 2;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 249 MovieClip in Frame 30
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 2;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 249 MovieClip in Frame 30
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 2;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 249 MovieClip in Frame 30
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 2;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 249 MovieClip in Frame 30
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 2;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 249 MovieClip in Frame 30
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 2;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 249 MovieClip in Frame 30
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 2;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 249 MovieClip in Frame 30
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 2;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 249 MovieClip in Frame 30
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 2;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 249 MovieClip in Frame 30
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 2;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Frame 31
stop();
Instance of Symbol 60 MovieClip in Frame 31
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.gotoAndPlay(32);
}
}
Instance of Symbol 239 MovieClip in Frame 31
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 3;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 239 MovieClip in Frame 31
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 3;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 239 MovieClip in Frame 31
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 3;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 239 MovieClip in Frame 31
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 3;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 241 MovieClip in Frame 31
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 10;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 243 MovieClip in Frame 31
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 10;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 239 MovieClip in Frame 31
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 3;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 239 MovieClip in Frame 31
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 3;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 239 MovieClip in Frame 31
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 3;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 239 MovieClip in Frame 31
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 3;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 239 MovieClip in Frame 31
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 3;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 239 MovieClip in Frame 31
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 3;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 241 MovieClip in Frame 31
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 10;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 243 MovieClip in Frame 31
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 10;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 239 MovieClip in Frame 31
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 3;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 239 MovieClip in Frame 31
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 3;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 235 MovieClip in Frame 31
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 1.5;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Frame 32
stop();
Instance of Symbol 60 MovieClip in Frame 32
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.gotoAndPlay(33);
}
}
Instance of Symbol 246 MovieClip in Frame 32
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 2;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 246 MovieClip in Frame 32
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 2;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 246 MovieClip in Frame 32
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 2;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 246 MovieClip in Frame 32
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 2;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 246 MovieClip in Frame 32
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 2;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 246 MovieClip in Frame 32
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 2;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 249 MovieClip in Frame 32
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 2;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 249 MovieClip in Frame 32
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 2;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 249 MovieClip in Frame 32
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 2;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 249 MovieClip in Frame 32
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 2;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 249 MovieClip in Frame 32
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 2;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 249 MovieClip in Frame 32
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 2;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 249 MovieClip in Frame 32
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 2;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 249 MovieClip in Frame 32
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 2;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 249 MovieClip in Frame 32
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 2;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 249 MovieClip in Frame 32
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 2;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 249 MovieClip in Frame 32
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 2;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 249 MovieClip in Frame 32
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 2;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Frame 33
stop();
Instance of Symbol 60 MovieClip in Frame 33
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.gotoAndPlay(34);
}
}
Instance of Symbol 239 MovieClip in Frame 33
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 3;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 239 MovieClip in Frame 33
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 3;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 239 MovieClip in Frame 33
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 3;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 239 MovieClip in Frame 33
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 3;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 241 MovieClip in Frame 33
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 10;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 243 MovieClip in Frame 33
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 10;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 239 MovieClip in Frame 33
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 3;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 239 MovieClip in Frame 33
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 3;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 239 MovieClip in Frame 33
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 3;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 239 MovieClip in Frame 33
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 3;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 239 MovieClip in Frame 33
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 3;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 239 MovieClip in Frame 33
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 3;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 241 MovieClip in Frame 33
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 10;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 243 MovieClip in Frame 33
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 10;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 239 MovieClip in Frame 33
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 3;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 239 MovieClip in Frame 33
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 3;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 239 MovieClip in Frame 33
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 3;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 239 MovieClip in Frame 33
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 3;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 239 MovieClip in Frame 33
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 3;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 239 MovieClip in Frame 33
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 3;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 241 MovieClip in Frame 33
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 10;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 243 MovieClip in Frame 33
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 10;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 239 MovieClip in Frame 33
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 3;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 239 MovieClip in Frame 33
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 3;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Frame 34
stop();
Instance of Symbol 246 MovieClip in Frame 34
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 2;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 246 MovieClip in Frame 34
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 2;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 246 MovieClip in Frame 34
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 2;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 246 MovieClip in Frame 34
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 2;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 246 MovieClip in Frame 34
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 2;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 246 MovieClip in Frame 34
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 2;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 246 MovieClip in Frame 34
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 2;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 246 MovieClip in Frame 34
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 2;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 239 MovieClip in Frame 34
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 3;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 239 MovieClip in Frame 34
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 3;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 239 MovieClip in Frame 34
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 3;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 239 MovieClip in Frame 34
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 3;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 241 MovieClip in Frame 34
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 10;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 243 MovieClip in Frame 34
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 10;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 239 MovieClip in Frame 34
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 3;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 239 MovieClip in Frame 34
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 3;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 60 MovieClip in Frame 34
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.gotoAndPlay(35);
}
}
Frame 35
stop();
Instance of Symbol 268 MovieClip in Frame 35
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 10;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 274 MovieClip in Frame 35
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 11;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 60 MovieClip in Frame 35
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.gotoAndPlay(36);
}
}
Frame 36
stop();
Instance of Symbol 60 MovieClip in Frame 36
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.gotoAndPlay(27);
}
}
Symbol 10 Button
on (release) {
gotoAndPlay (1);
}
Symbol 17 Button
on (release) {
gotoAndPlay (25);
}
Symbol 30 Button
on (release) {
getURL ("http://www.newgrounds.com", "_blank");
}
Symbol 38 Button
on (release) {
_root.play();
}
Symbol 39 MovieClip Frame 1
_root.stop();
PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
if (PercentLoaded != 100) {
bar._xscale = PercentLoaded;
} else {
_root.blackscreen.gotoAndStop(2);
}
Symbol 39 MovieClip Frame 2
gotoAndPlay (1);
Symbol 40 MovieClip Frame 1
stop();
Symbol 40 MovieClip Frame 2
stop();
Symbol 55 MovieClip Frame 1
stop();
Symbol 55 MovieClip Frame 2
stop();
Symbol 55 MovieClip Frame 3
stop();
Symbol 55 MovieClip Frame 4
stop();
Symbol 55 MovieClip Frame 5
stop();
Instance of Symbol 48 MovieClip in Symbol 55 MovieClip Frame 5
onClipEvent (enterFrame) {
if (!Key.isDown(38)) {
_root.player.gotoAndStop(1);
}
}
Symbol 55 MovieClip Frame 6
stop();
Instance of Symbol 50 MovieClip in Symbol 55 MovieClip Frame 6
onClipEvent (enterFrame) {
if (!Key.isDown(39)) {
_root.player.gotoAndStop(3);
}
}
Symbol 55 MovieClip Frame 7
stop();
Instance of Symbol 52 MovieClip in Symbol 55 MovieClip Frame 7
onClipEvent (enterFrame) {
if (!Key.isDown(40)) {
_root.player.gotoAndStop(2);
}
}
Symbol 55 MovieClip Frame 8
stop();
Instance of Symbol 54 MovieClip in Symbol 55 MovieClip Frame 8
onClipEvent (enterFrame) {
if (!Key.isDown(37)) {
_root.player.gotoAndStop(4);
}
}
Symbol 67 Button
on (release) {
_root.gotoAndPlay(1);
}
Instance of Symbol 42 MovieClip "bad" in Symbol 70 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 1;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 42 MovieClip "bad" in Symbol 71 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 1;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Symbol 82 MovieClip Frame 1
stop();
Symbol 82 MovieClip Frame 2
stop();
Symbol 107 Button
on (release) {
gotoAndPlay (14);
}
Symbol 148 MovieClip Frame 1
stop();
Symbol 148 MovieClip Frame 2
stop();
Symbol 219 Button
on (release) {
gotoAndPlay (26);
set_root.health = "100";
}
Symbol 227 Button
on (release) {
switch (passw.text) {
case "easy" :
gotoAndStop (2);
break;
case "unionjack" :
gotoAndStop (4);
break;
case "sweepz" :
gotoAndStop (5);
break;
case "combo" :
gotoAndStop (6);
break;
case "healthstop" :
gotoAndStop (7);
break;
case "tasteofpower" :
gotoAndStop (8);
break;
case "homing" :
gotoAndStop (9);
break;
case "duckd" :
gotoAndStop (10);
break;
case "doublehoming" :
gotoAndStop (11);
break;
case "gigahoming" :
gotoAndStop (12);
break;
case "letterbox" :
gotoAndStop (14);
break;
case "boxbombs" :
gotoAndStop (15);
break;
case "miniletters" :
gotoAndStop (16);
break;
case "minisandbombs" :
gotoAndStop (17);
break;
case "cannons" :
gotoAndStop (18);
break;
case "acannon" :
gotoAndStop (19);
break;
case "health" :
gotoAndStop (20);
break;
case "morecannons" :
gotoAndStop (21);
break;
case "strawberries" :
gotoAndStop (22);
break;
case "alphaarmy" :
gotoAndStop (23);
break;
case "boxshapedheart" :
gotoAndStop (26);
break;
case "panda" :
gotoAndStop (27);
break;
case "heartsnroses" :
gotoAndStop (28);
break;
case "tictac" :
gotoAndStop (29);
break;
case "rowsofrose" :
gotoAndStop (30);
break;
case "pandalove" :
gotoAndStop (31);
break;
case "bamboogarden" :
gotoAndStop (32);
break;
case "pandannensula" :
gotoAndStop (33);
break;
case "healthatrisk" :
gotoAndStop (34);
break;
case "growleht" :
gotoAndStop (35);
break;
case "compuchip" :
gotoAndStop (37);
break;
default :
passbox.text = "WRONG! >:C";
}
}
Instance of Symbol 274 MovieClip in Symbol 277 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle)) {
_root.health = _root.health - 11;
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndPlay(3);
}
}
Symbol 280 Button
on (release) {
gotoAndStop (1);
}