Frame 1
stop();
shoot = false;
speed = 6;
fly = false;
points = 0;
Instance of Symbol 5 MovieClip "shroom" in Frame 1
onClipEvent (load) {
flySpeed = 6;
}
onClipEvent (enterFrame) {
if (_root.fly == true) {
this._x = _root.pipe._x;
this._y = _root.pipe._y - 10;
_root.fly = false;
}
}
onClipEvent (enterFrame) {
this._y = this._y - flySpeed;
}
Instance of Symbol 13 MovieClip "pipe" in Frame 1
onClipEvent (enterFrame) {
if (Key.isDown(32) && (_root.shoot == false)) {
this.gotoAndPlay("shoot");
_root.shoot = true;
_root.fly = true;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
this._x = this._x - _root.speed;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
this._x = this._x + _root.speed;
}
}
Instance of Symbol 15 MovieClip in Frame 1
onClipEvent (enterFrame) {
this._x = this._x - 5;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.shroom)) {
_root.points = _root.points + 1;
this._x = 720;
_root.shoot = false;
_root.shroom._x = -50;
}
}
onClipEvent (enterFrame) {
if (this._x <= -10) {
this._x = 750;
}
}
Instance of Symbol 15 MovieClip in Frame 1
onClipEvent (enterFrame) {
this._x = this._x - 5;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.shroom)) {
_root.points = _root.points + 1;
this._x = 750;
_root.shoot = false;
_root.shroom._x = -50;
}
}
onClipEvent (enterFrame) {
if (this._x <= -10) {
this._x = 780;
}
}
Instance of Symbol 17 MovieClip "wall" in Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.shroom)) {
_root.shoot = false;
}
}
Instance of Symbol 17 MovieClip "wall" in Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.shroom)) {
_root.shoot = false;
}
}
Frame 11
stop();
Frame 12
stop();
Frame 13
stop();
Frame 14
lolza = new Sound();
lolza.attachSound("heli.wav");
lolza.start(0, 99999);
lolza.setVolume(10);
explo = new Sound();
explo.attachSound("explo1.wav");
stop();
hit = false;
move = true;
flagHit = true;
win = false;
lvl = 1;
time = 0;
Instance of Symbol 90 MovieClip in Frame 14
onClipEvent (load) {
randomSpeed = random(2.3);
}
onClipEvent (enterFrame) {
this._x = this._x - randomSpeed;
}
Instance of Symbol 90 MovieClip in Frame 14
onClipEvent (load) {
randomSpeed = random(2.3);
}
onClipEvent (enterFrame) {
this._x = this._x - randomSpeed;
}
Instance of Symbol 90 MovieClip in Frame 14
onClipEvent (load) {
randomSpeed = random(2.3);
}
onClipEvent (enterFrame) {
this._x = this._x - randomSpeed;
}
Instance of Symbol 106 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.xSpeed = -1;
}
}
Instance of Symbol 106 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.xSpeed = -1;
}
}
Instance of Symbol 111 MovieClip "copter" in Frame 14
onClipEvent (load) {
_root.upspeed = 0;
_root.xSpeed = 0;
}
onClipEvent (enterFrame) {
if (Key.isDown(87) && (_root.move == true)) {
_root.upspeed = _root.upspeed - 0.3;
} else if (Key.isDown(83) && (_root.move == true)) {
_root.upspeed = _root.upspeed + 0.3;
} else if (Key.isDown(65) && (_root.move == true)) {
_root.xSpeed = _root.xSpeed - 0.3;
} else if (Key.isDown(68) && (_root.move == true)) {
_root.xSpeed = _root.xSpeed + 0.3;
}
}
onClipEvent (enterFrame) {
this._y = this._y + _root.upspeed;
this._x = this._x + _root.xSpeed;
this._rotation = _root.xSpeed;
}
onClipEvent (enterFrame) {
if (this._rotation >= 50) {
this._rotation = 50;
}
}
Instance of Symbol 106 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.upspeed = -1;
}
}
Instance of Symbol 106 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.xSpeed = 1;
}
}
Instance of Symbol 106 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.upspeed = -1;
}
}
Instance of Symbol 106 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.upspeed = 1;
}
}
Instance of Symbol 106 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.xSpeed = 1;
}
}
Instance of Symbol 106 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.upspeed = -1;
}
}
Instance of Symbol 135 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (_root.time >= 10) {
this.gotoAndStop("10+");
}
}
onClipEvent (enterFrame) {
if (_root.time >= 100) {
this.gotoAndStop("100+");
}
}
Frame 15
stop();
hit = false;
move = true;
flagHit = true;
win = false;
_root.upspeed = 0;
_root.xSpeed = 0;
lvl = 2;
Instance of Symbol 90 MovieClip in Frame 15
onClipEvent (load) {
randomSpeed = random(9);
randomY = random(200);
}
onClipEvent (enterFrame) {
this._x = this._x - randomSpeed;
this._y = randomY;
}
onClipEvent (enterFrame) {
if (this._x <= -131.2) {
this._x = 800;
this._y = randomY;
}
}
Instance of Symbol 90 MovieClip in Frame 15
onClipEvent (load) {
randomSpeed = random(9);
randomY = random(200);
}
onClipEvent (enterFrame) {
this._x = this._x - randomSpeed;
this._y = randomY;
}
onClipEvent (enterFrame) {
if (this._x <= -131.2) {
this._x = 800;
this._y = randomY;
}
}
Instance of Symbol 90 MovieClip in Frame 15
onClipEvent (load) {
randomSpeed = random(9);
randomY = random(200);
}
onClipEvent (enterFrame) {
this._x = this._x - randomSpeed;
this._y = randomY;
}
onClipEvent (enterFrame) {
if (this._x <= -131.2) {
this._x = 800;
this._y = randomY;
}
}
Instance of Symbol 106 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.xSpeed = -1;
}
}
Instance of Symbol 106 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.xSpeed = -1;
}
}
Instance of Symbol 111 MovieClip "copter" in Frame 15
onClipEvent (enterFrame) {
if (Key.isDown(87) && (_root.move == true)) {
_root.upspeed = _root.upspeed - 0.3;
} else if (Key.isDown(83) && (_root.move == true)) {
_root.upspeed = _root.upspeed + 0.3;
} else if (Key.isDown(65) && (_root.move == true)) {
_root.xSpeed = _root.xSpeed - 0.3;
} else if (Key.isDown(68) && (_root.move == true)) {
_root.xSpeed = _root.xSpeed + 0.3;
}
}
onClipEvent (enterFrame) {
this._y = this._y + _root.upspeed;
this._x = this._x + _root.xSpeed;
this._rotation = _root.xSpeed;
}
onClipEvent (enterFrame) {
if (this._rotation >= 50) {
this._rotation = 50;
}
}
Instance of Symbol 106 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.upspeed = 1;
}
}
Instance of Symbol 106 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.xSpeed = 1;
}
}
Instance of Symbol 106 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.upspeed = -1;
}
}
Instance of Symbol 106 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.upspeed = -1;
}
}
Instance of Symbol 106 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.xSpeed = 1;
}
}
Frame 16
stop();
hit = false;
move = true;
flagHit = true;
win = false;
_root.upspeed = 0;
_root.xSpeed = 0;
lvl = 3;
Instance of Symbol 106 MovieClip in Frame 16
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.upspeed = -1;
}
}
Instance of Symbol 106 MovieClip in Frame 16
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.upspeed = -1;
}
}
Instance of Symbol 106 MovieClip in Frame 16
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.upspeed = -1;
}
}
Instance of Symbol 106 MovieClip in Frame 16
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.upspeed = 1;
}
}
Instance of Symbol 106 MovieClip in Frame 16
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.xSpeed = -1;
}
}
Instance of Symbol 106 MovieClip in Frame 16
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.xSpeed = -1;
}
}
Instance of Symbol 106 MovieClip in Frame 16
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.upspeed = 1;
}
}
Instance of Symbol 106 MovieClip in Frame 16
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.xSpeed = -1;
}
}
Instance of Symbol 106 MovieClip in Frame 16
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.xSpeed = -1;
}
}
Frame 17
stop();
hit = false;
move = true;
flagHit = true;
win = false;
_root.upspeed = 0;
_root.xSpeed = 0;
lvl = 4;
Instance of Symbol 106 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.xSpeed = -1;
}
}
Instance of Symbol 106 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.xSpeed = 1;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.hit == false)) {
_root.health.nextFrame();
}
}
Instance of Symbol 106 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.upspeed = 1;
}
}
Instance of Symbol 106 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.upspeed = 1;
}
}
Instance of Symbol 106 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.xSpeed = 1;
}
}
Instance of Symbol 106 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.xSpeed = 1;
}
}
Instance of Symbol 106 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.upspeed = 1;
}
}
Instance of Symbol 106 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.upspeed = 1;
}
}
Instance of Symbol 106 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.upspeed = 1;
}
}
Instance of Symbol 106 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.upspeed = -1;
}
}
Instance of Symbol 106 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.upspeed = -1;
}
}
Instance of Symbol 106 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.upspeed = -1;
}
}
Instance of Symbol 106 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.upspeed = 1;
}
}
Instance of Symbol 106 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.upspeed = 1;
}
}
Instance of Symbol 106 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.xSpeed = -1;
}
}
Instance of Symbol 106 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.xSpeed = -1;
}
}
Instance of Symbol 106 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.xSpeed = 1;
}
}
Instance of Symbol 106 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.xSpeed = -1;
}
}
Instance of Symbol 106 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.xSpeed = 1;
}
}
Instance of Symbol 106 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.xSpeed = 1;
}
}
Instance of Symbol 106 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.xSpeed = -1;
}
}
Instance of Symbol 106 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.xSpeed = -1;
}
}
Instance of Symbol 106 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.xSpeed = 1;
}
}
Instance of Symbol 106 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.upspeed = -1;
}
}
Frame 18
stop();
hit = false;
move = true;
flagHit = true;
win = false;
_root.upspeed = 0;
_root.xSpeed = 0;
lvl = 5;
Instance of Symbol 106 MovieClip in Frame 18
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.xSpeed = -1;
}
}
Instance of Symbol 106 MovieClip in Frame 18
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.xSpeed = -1;
}
}
Instance of Symbol 106 MovieClip in Frame 18
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.upspeed = -1;
}
}
Frame 19
stop();
hit = false;
move = true;
flagHit = true;
win = false;
hitAble = true;
_root.upspeed = 0;
_root.xSpeed = 0;
lvl = 6;
Instance of Symbol 181 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.menu.health.nextFrame();
this.gotoAndStop(2);
_root.explo.start();
} else {
_root.hit = false;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.menu.health.nextFrame();
this.gotoAndStop(2);
_root.explo.start();
} else {
_root.hit = false;
}
}
onClipEvent (enterFrame) {
if (_root.win == true) {
this.gotoAndStop(1);
}
}
Instance of Symbol 181 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.menu.health.nextFrame();
this.gotoAndStop(2);
_root.explo.start();
} else {
_root.hit = false;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.menu.health.nextFrame();
this.gotoAndStop(2);
_root.explo.start();
} else {
_root.hit = false;
}
}
onClipEvent (enterFrame) {
if (_root.win == true) {
this.gotoAndStop(1);
}
}
Instance of Symbol 181 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.menu.health.nextFrame();
this.gotoAndStop(2);
_root.explo.start();
} else {
_root.hit = false;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.menu.health.nextFrame();
this.gotoAndStop(2);
_root.explo.start();
} else {
_root.hit = false;
}
}
onClipEvent (enterFrame) {
if (_root.win == true) {
this.gotoAndStop(1);
}
}
Instance of Symbol 181 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.menu.health.nextFrame();
this.gotoAndStop(2);
_root.explo.start();
} else {
_root.hit = false;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.menu.health.nextFrame();
this.gotoAndStop(2);
_root.explo.start();
} else {
_root.hit = false;
}
}
onClipEvent (enterFrame) {
if (_root.win == true) {
this.gotoAndStop(1);
}
}
Instance of Symbol 181 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.menu.health.nextFrame();
this.gotoAndStop(2);
_root.explo.start();
} else {
_root.hit = false;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.menu.health.nextFrame();
this.gotoAndStop(2);
_root.explo.start();
} else {
_root.hit = false;
}
}
onClipEvent (enterFrame) {
if (_root.win == true) {
this.gotoAndStop(1);
}
}
Instance of Symbol 106 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.xSpeed = -1;
}
}
Instance of Symbol 106 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.upspeed = -1;
}
}
Instance of Symbol 106 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.upspeed = 1;
}
}
Instance of Symbol 106 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.xSpeed = 1;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.hit == false)) {
_root.health.nextFrame();
}
}
Instance of Symbol 106 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.xSpeed = 1;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.hit == false)) {
_root.health.nextFrame();
}
}
Frame 20
stop();
hit = false;
move = true;
flagHit = true;
win = false;
hitAble = true;
_root.upspeed = 0;
_root.xSpeed = 0;
lvl = 7;
Instance of Symbol 181 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.menu.health.nextFrame();
this.gotoAndStop(2);
_root.explo.start();
} else {
_root.hit = false;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.menu.health.nextFrame();
this.gotoAndStop(2);
_root.explo.start();
} else {
_root.hit = false;
}
}
onClipEvent (enterFrame) {
if (_root.win == true) {
this.gotoAndStop(1);
}
}
Instance of Symbol 181 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.menu.health.nextFrame();
this.gotoAndStop(2);
_root.explo.start();
} else {
_root.hit = false;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.menu.health.nextFrame();
this.gotoAndStop(2);
_root.explo.start();
} else {
_root.hit = false;
}
}
onClipEvent (enterFrame) {
if (_root.win == true) {
this.gotoAndStop(1);
}
}
Instance of Symbol 181 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.menu.health.nextFrame();
this.gotoAndStop(2);
_root.explo.start();
} else {
_root.hit = false;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.menu.health.nextFrame();
this.gotoAndStop(2);
_root.explo.start();
} else {
_root.hit = false;
}
}
onClipEvent (enterFrame) {
if (_root.win == true) {
this.gotoAndStop(1);
}
}
Instance of Symbol 181 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.menu.health.nextFrame();
this.gotoAndStop(2);
_root.explo.start();
} else {
_root.hit = false;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.menu.health.nextFrame();
this.gotoAndStop(2);
_root.explo.start();
} else {
_root.hit = false;
}
}
onClipEvent (enterFrame) {
if (_root.win == true) {
this.gotoAndStop(1);
}
}
Instance of Symbol 181 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.menu.health.nextFrame();
this.gotoAndStop(2);
_root.explo.start();
} else {
_root.hit = false;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.menu.health.nextFrame();
this.gotoAndStop(2);
_root.explo.start();
} else {
_root.hit = false;
}
}
onClipEvent (enterFrame) {
if (_root.win == true) {
this.gotoAndStop(1);
}
}
Instance of Symbol 181 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.menu.health.nextFrame();
this.gotoAndStop(2);
_root.explo.start();
} else {
_root.hit = false;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.menu.health.nextFrame();
this.gotoAndStop(2);
_root.explo.start();
} else {
_root.hit = false;
}
}
onClipEvent (enterFrame) {
if (_root.win == true) {
this.gotoAndStop(1);
}
}
Instance of Symbol 181 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.menu.health.nextFrame();
this.gotoAndStop(2);
_root.explo.start();
} else {
_root.hit = false;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.menu.health.nextFrame();
this.gotoAndStop(2);
_root.explo.start();
} else {
_root.hit = false;
}
}
onClipEvent (enterFrame) {
if (_root.win == true) {
this.gotoAndStop(1);
}
}
Frame 21
stop();
hit = false;
move = true;
flagHit = true;
win = false;
hitAble = true;
_root.upspeed = 0;
_root.xSpeed = 0;
lvl = 8;
Instance of Symbol 190 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.copter._x = 501;
_root.copter._y = 81;
}
}
Instance of Symbol 181 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.menu.health.nextFrame();
this.gotoAndStop(2);
_root.explo.start();
} else {
_root.hit = false;
}
}
onClipEvent (enterFrame) {
if (_root.win == true) {
this.gotoAndStop(1);
}
}
Instance of Symbol 181 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.menu.health.nextFrame();
this.gotoAndStop(2);
_root.explo.start();
} else {
_root.hit = false;
}
}
onClipEvent (enterFrame) {
if (_root.win == true) {
this.gotoAndStop(1);
}
}
Instance of Symbol 181 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.menu.health.nextFrame();
this.gotoAndStop(2);
_root.explo.start();
} else {
_root.hit = false;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.menu.health.nextFrame();
this.gotoAndStop(2);
_root.explo.start();
} else {
_root.hit = false;
}
}
onClipEvent (enterFrame) {
if (_root.win == true) {
this.gotoAndStop(1);
}
}
Frame 22
stop();
hit = false;
move = true;
flagHit = true;
win = false;
hitAble = true;
_root.upspeed = 0;
_root.xSpeed = 0;
lvl = 9;
Instance of Symbol 181 MovieClip in Frame 22
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.menu.health.nextFrame();
this.gotoAndStop(2);
_root.explo.start();
} else {
_root.hit = false;
}
}
onClipEvent (enterFrame) {
if (_root.win == true) {
this.gotoAndStop(1);
}
}
Instance of Symbol 190 MovieClip in Frame 22
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.copter._x = 551;
_root.copter._y = 206;
}
}
Instance of Symbol 181 MovieClip in Frame 22
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.menu.health.nextFrame();
this.gotoAndPlay(2);
_root.explo.start();
} else {
_root.hit = false;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.menu.health.nextFrame();
this.gotoAndStop(2);
_root.explo.start();
} else {
_root.hit = false;
}
}
onClipEvent (enterFrame) {
if (_root.win == true) {
this.gotoAndStop(1);
}
}
Instance of Symbol 181 MovieClip in Frame 22
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.menu.health.nextFrame();
this.gotoAndStop(2);
_root.explo.start();
} else {
_root.hit = false;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.menu.health.nextFrame();
this.gotoAndStop(2);
_root.explo.start();
} else {
_root.hit = false;
}
}
onClipEvent (enterFrame) {
if (_root.win == true) {
this.gotoAndStop(1);
}
}
Instance of Symbol 181 MovieClip in Frame 22
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.menu.health.nextFrame();
this.gotoAndStop(2);
_root.explo.start();
} else {
_root.hit = false;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.menu.health.nextFrame();
this.gotoAndStop(2);
_root.explo.start();
} else {
_root.hit = false;
}
}
onClipEvent (enterFrame) {
if (_root.win == true) {
this.gotoAndStop(1);
}
}
Instance of Symbol 181 MovieClip in Frame 22
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.menu.health.nextFrame();
this.gotoAndStop(2);
_root.explo.start();
} else {
_root.hit = false;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.menu.health.nextFrame();
this.gotoAndStop(2);
_root.explo.start();
} else {
_root.hit = false;
}
}
onClipEvent (enterFrame) {
if (_root.win == true) {
this.gotoAndStop(1);
}
}
Instance of Symbol 181 MovieClip in Frame 22
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.menu.health.nextFrame();
this.gotoAndPlay(2);
_root.explo.start();
} else {
_root.hit = false;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.menu.health.nextFrame();
this.gotoAndStop(2);
_root.explo.start();
} else {
_root.hit = false;
}
}
onClipEvent (enterFrame) {
if (_root.win == true) {
this.gotoAndStop(1);
}
}
Frame 23
stop();
hit = false;
move = true;
flagHit = true;
win = false;
hitAble = true;
_root.upspeed = 0;
_root.xSpeed = 0;
lvl = 10;
_root.copter._x = 18;
_root.copter._y = 123;
Instance of Symbol 106 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.upspeed = 1;
}
}
Instance of Symbol 106 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.xSpeed = 1;
}
}
Instance of Symbol 106 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.upspeed = -1;
}
}
Instance of Symbol 106 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.upspeed = 1;
}
}
Instance of Symbol 106 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.xSpeed = 1;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.hit == false)) {
_root.health.nextFrame();
}
}
Instance of Symbol 106 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.xSpeed = 1;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.hit == false)) {
_root.health.nextFrame();
}
}
Instance of Symbol 106 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.upspeed = -1;
}
}
Instance of Symbol 106 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.upspeed = 1;
}
}
Instance of Symbol 106 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.xSpeed = -1;
}
}
Instance of Symbol 106 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.xSpeed = -1;
}
}
Instance of Symbol 106 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.xSpeed = -1;
}
}
Instance of Symbol 106 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.xSpeed = 1;
}
}
Frame 24
_root.time = _root.timeF;
Symbol 13 MovieClip Frame 1
stop();
Symbol 13 MovieClip Frame 7
gotoAndStop (1);
Symbol 15 MovieClip Frame 1
stop();
Symbol 30 Button
on (release) {
_root.play();
}
Symbol 31 MovieClip Frame 1
_root.stop();
PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
if (PercentLoaded != 100) {
setProperty(bar, _xscale , PercentLoaded);
} else {
gotoAndStop ("loaded");
}
Symbol 31 MovieClip Frame 2
gotoAndPlay (1);
Symbol 41 Button
on (release) {
getURL ("http://www.freewebs.com/beta1", (window = "_blank"));
}
Symbol 45 Button
on (release) {
getURL ("http:/www.nblue.tk", (window = "_blank"));
}
Symbol 57 Button
on (release) {
gotoAndStop (14);
}
Symbol 62 Button
on (release) {
gotoAndStop (14);
}
Symbol 66 Button
on (release) {
nextFrame();
}
Symbol 70 Button
on (release) {
_root.gotoAndStop("cred");
}
Symbol 81 Button
on (release) {
prevFrame();
}
Symbol 84 Button
on (release) {
gotoAndStop ("menu");
}
Symbol 103 MovieClip Frame 1
stop();
Symbol 103 MovieClip Frame 15
_root.flagHit = false;
Symbol 103 MovieClip Frame 20
gotoAndStop (1);
_root.win = true;
_root.nextFrame();
_root.copter._y = 129.9;
_root.copter._x = 25;
Instance of Symbol 103 MovieClip in Symbol 104 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.flagHit == true)) {
this.play();
}
}
Symbol 111 MovieClip Frame 1
stop();
Symbol 111 MovieClip Frame 15
stop();
_root.gotoAndStop("gameO");
Instance of Symbol 106 MovieClip in Symbol 112 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.xSpeed = -1;
}
}
Instance of Symbol 106 MovieClip in Symbol 112 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.xSpeed = 1;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.hit == false)) {
_root.health.nextFrame();
}
}
Instance of Symbol 106 MovieClip in Symbol 112 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.upspeed = 1;
}
}
Instance of Symbol 106 MovieClip in Symbol 112 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.upspeed = -1;
}
}
Instance of Symbol 106 MovieClip in Symbol 114 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.xSpeed = -6;
}
}
Instance of Symbol 106 MovieClip in Symbol 114 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.xSpeed = 6;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.hit == false)) {
_root.health.nextFrame();
}
}
Instance of Symbol 106 MovieClip in Symbol 114 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.upspeed = 10;
}
}
Instance of Symbol 106 MovieClip in Symbol 114 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.upspeed = -10;
}
}
Symbol 123 MovieClip Frame 1
stop();
Symbol 123 MovieClip Frame 7
_root.copter.play();
_root.lolza.stop();
_root.time = 0;
Instance of Symbol 123 MovieClip "health" in Symbol 128 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.hit == true) {
this.nextFrame();
} else {
this.stop();
}
}
Symbol 130 MovieClip Frame 24
_root.time = _root.time + 1;
gotoAndPlay (1);
Symbol 135 MovieClip Frame 1
stop();
Symbol 141 Button
on (release) {
_root.lolza.setVolume(10);
_root.mute.gotoAndStop(2);
}
Symbol 144 Button
on (release) {
_root.lolza.setVolume(0);
_root.mute.gotoAndStop(1);
}
Symbol 145 MovieClip Frame 1
stop();
Instance of Symbol 106 MovieClip in Symbol 146 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.xSpeed = -6;
}
}
Instance of Symbol 106 MovieClip in Symbol 146 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.xSpeed = 6;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.hit == false)) {
_root.health.nextFrame();
}
}
Instance of Symbol 106 MovieClip in Symbol 146 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.upspeed = 10;
}
}
Instance of Symbol 106 MovieClip in Symbol 146 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.upspeed = -10;
}
}
Symbol 181 MovieClip Frame 1
stop();
Symbol 181 MovieClip Frame 2
stop();
Instance of Symbol 106 MovieClip in Symbol 184 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.xSpeed = -6;
}
}
Instance of Symbol 106 MovieClip in Symbol 184 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.xSpeed = 6;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.hit == false)) {
_root.health.nextFrame();
}
}
Instance of Symbol 106 MovieClip in Symbol 184 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.upspeed = 10;
}
}
Instance of Symbol 106 MovieClip in Symbol 184 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.upspeed = -10;
}
}
Instance of Symbol 106 MovieClip in Symbol 192 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.xSpeed = -6;
}
}
Instance of Symbol 106 MovieClip in Symbol 192 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.xSpeed = 6;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.hit == false)) {
_root.health.nextFrame();
}
}
Instance of Symbol 106 MovieClip in Symbol 192 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.upspeed = 10;
}
}
Instance of Symbol 106 MovieClip in Symbol 192 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.upspeed = -10;
}
}
Symbol 212 Button
on (release) {
_root.gotoAndStop("menu");
}