Frame 1
function itemHandler(obj, item) {
getURL ("http://www.arcadetown.com", "_blank");
}
function nbstuff(obj, item) {
getURL ("http://www.nbstuff.com", "_blank");
}
function highQ(obj, item) {
_quality = "HIGH";
}
function medQ(obj, item) {
_quality = "MEDIUM";
}
function lowQ(obj, item) {
_quality = "LOW";
}
stop();
copter_sound = new Sound();
copter_sound.attachSound("copter");
root_cm = new ContextMenu();
root_cm.hideBuiltInItems();
_root.menu = root_cm;
root_cm = new ContextMenu();
root_cm.hideBuiltInItems();
root_cm.customItems.push(new ContextMenuItem("Arcadetown", itemHandler));
root_cm.customItems.push(new ContextMenuItem("Nbstuff", nbstuff));
root_cm.customItems.push(new ContextMenuItem("High Q", highQ));
root_cm.customItems.push(new ContextMenuItem("Medium Q", medQ));
root_cm.customItems.push(new ContextMenuItem("Low Q", lowQ));
_root.menu = root_cm;
function countSec2() {
time2++;
}
function countSec() {
time++;
}
function takeSec() {
timeLeft--;
}
speedPlus = 0;
speedMax = 0;
speedMin = 0;
myColor = "0xBE0101";
upCode = 12;
setInterval(countSec2, 1000);
setInterval(countSec, 1000);
setInterval(takeSec, 1000);
Frame 16
function EncrpytString(strVal) {
var _local7 = "aHfEjcDebChGiAfIjDbEjacD";
var _local8 = _local7.length;
var _local11 = "0";
var _local3 = "";
var _local9 = strVal.length;
var _local1 = 0;
_local3 = "";
var _local4;
var _local6;
var _local2;
var _local5 = 0;
nCnt = 0;
while (nCnt < _local9) {
_local4 = strVal.charCodeAt(nCnt);
if (_local4 >= 128) {
_local4 = "X";
}
_local6 = _local7.charCodeAt(_local1);
_local1 = _local1 + 1;
if (_local1 >= _local8) {
_local1 = 0;
}
_local2 = (_local4 % 16) + _local6;
_local3 = _local3 + String.fromCharCode(_local2);
_local5 = _local5 + _local2;
_local6 = _local7.charCodeAt(_local1);
_local1 = _local1 + 1;
if (_local1 >= _local8) {
_local1 = 0;
}
_local2 = Math.floor(_local4 / 16) + _local6;
_local3 = _local3 + String.fromCharCode(_local2);
_local5 = _local5 + _local2;
nCnt++;
}
_local5 = _local5 % 256;
_local6 = _local7.charCodeAt(_local1);
_local1 = _local1 + 1;
if (_local1 >= _local8) {
_local1 = 0;
}
_local2 = (_local5 % 16) + _local6;
_local3 = _local3 + String.fromCharCode(_local2);
_local6 = _local7.charCodeAt(_local1);
_local1 = _local1 + 1;
if (_local1 >= _local8) {
_local1 = 0;
}
_local2 = Math.floor(_local5 / 16) + _local6;
_local3 = _local3 + String.fromCharCode(_local2);
return(_local3);
}
function AppendUrlParam(strUrl, strParam) {
if (strUrl.indexOf("?") > 0) {
return((strUrl + "&") + strParam);
}
return((strUrl + "?") + strParam);
}
function GetUrlParam(strUrl, strParam) {
var _local4 = strUrl.toLowerCase();
var _local1 = _local4.indexOf(strParam);
var _local5 = strParam.length;
if (_local1 > 0) {
var _local3;
var _local2 = _local4.indexOf("&", _local1 + _local5);
if (_local2 > 0) {
_local3 = _local2 - _local1;
} else {
_local3 = strUrl.length - _local1;
}
return(strUrl.substr(_local1 + _local5, _local3));
}
return("");
}
function GetBaseUrl(strUrl) {
var _local1 = strUrl.toLowerCase();
var _local2 = _local1.length;
var _local3 = _local1.indexOf("?", 0);
if (_local3 > 0) {
_local2 = _local3;
}
var _local4 = "download";
if (_local1.substr(0, 4) == "http") {
_local4 = strUrl.substr(7, _local2 - 7);
}
return(_local4);
}
function checkGoodUrl(myUrl) {
var _local2;
var _local3;
var _local4;
var _local1;
if (_url.toLowerCase().substr(0, 4) != "http") {
return(1);
}
if (myUrl.length() == 0) {
return(1);
}
_local2 = _url.toLowerCase();
_local1 = _local2.indexOf(_local2, "/", 7);
if (_local1 > 0) {
_local2 = _local2.substr(0, _local1);
}
_local3 = myUrl.split("|");
_local4 = _local3.length;
_local1 = 0;
while (_local1 < _local4) {
if (_local2.indexOf(_local3[_local1]) >= 0) {
return(1);
}
_local1++;
}
return(0);
}
stop();
HiScoreSaveURL = "http://www.arcadetown.com/bumpcopter2/hs.asp";
HiScoreOpenURL = "http://www.arcadetown.com/bumpcopter2/view_high_scores.asp";
LinkDownload = (("http://www.arcadetown.com/partner/download.asp?gameid=bumpcopter2&aid=" + GetUrlParam(_url, "aid=")) + "&refer=") + _root.GetBaseUrl(_url);
LinkMoreGames = (("http://www.arcadetown.com/index.asp?gameid=bumpcopter2&aid=" + GetUrlParam(_url, "aid=")) + "&refer=") + _root.GetBaseUrl(_url);
LinkArcadetown = LinkMoreGames;
if ((_url.toLowerCase().substr(0, 4) == "http") && (checkGoodUrl("nbstuff.com|newgrounds.com|ungrounded.net") == 1)) {
HiScoreSaveURL = "http://www.nbstuff.com/highscores/copter2/addScore.php";
HiScoreOpenURL = "http://www.nbstuff.com/highscores/copter2";
LinkMoreGames = "http://www.nbstuff.com";
if (checkGoodUrl("newgrounds.com|ungrounded.net") == 1) {
LinkDownload = "http://www.arcadetown.com/partner/download.asp?gameid=bumpcopter2&aid=647057&refer=" + _root.GetBaseUrl(_url);
}
}
passFrame = "1";
url = _url.split("/");
cUrl = url[2];
Instance of Symbol 17 MovieClip in Frame 16
onClipEvent (load) {
randomSpeed = random(3) + 1;
size = random(80) + 40;
}
onClipEvent (enterFrame) {
if (this._x <= ((size - size) - size)) {
this._y = random(300) + 60;
this._x = 700 + size;
}
this._x = this._x - randomSpeed;
this._xscale = size;
this._yscale = size;
}
Instance of Symbol 17 MovieClip in Frame 16
onClipEvent (load) {
randomSpeed = random(3) + 1;
size = random(80) + 40;
}
onClipEvent (enterFrame) {
if (this._x <= ((size - size) - size)) {
this._y = random(300) + 60;
this._x = 700 + size;
}
this._x = this._x - randomSpeed;
this._xscale = size;
this._yscale = size;
}
Instance of Symbol 17 MovieClip in Frame 16
onClipEvent (load) {
randomSpeed = random(3) + 1;
size = random(100) + 40;
}
onClipEvent (enterFrame) {
if (this._x <= ((size - size) - size)) {
this._y = random(300) + 60;
this._x = 700 + size;
}
this._x = this._x - randomSpeed;
this._xscale = size;
this._yscale = size;
}
Instance of Symbol 17 MovieClip in Frame 16
onClipEvent (load) {
randomSpeed = random(3) + 1;
size = random(100) + 40;
}
onClipEvent (enterFrame) {
if (this._x <= ((size - size) - size)) {
this._y = random(300) + 60;
size = random(100) + 40;
this._x = 700 + size;
}
this._x = this._x - randomSpeed;
this._xscale = size;
this._yscale = size;
}
Instance of Symbol 197 MovieClip in Frame 16
onClipEvent (load) {
myColoredObject = new Color(this);
}
on (release) {
_root.myColor = Math.round(Math.random() * 16777215);
myColoredObject.setRGB(_root.myColor);
}
Instance of Symbol 239 MovieClip "pass" in Frame 16
onClipEvent (load) {
_visible = false;
}
Frame 17
stop();
score = bonus + newScore;
Instance of Symbol 262 MovieClip in Frame 17
onClipEvent (load) {
time = 20;
}
onClipEvent (enterFrame) {
time--;
}
onClipEvent (keyDown) {
if ((!Key.isDown()) && (time < 0)) {
_root.newScore = _root.score;
_root.gotoAndStop(_root.nextLevel);
}
}
Frame 18
stop();
Instance of Symbol 262 MovieClip in Frame 18
onClipEvent (enterFrame) {
if (_root.retries == 0) {
_root.bonus = 3000;
}
if (_root.retries > 0) {
_root.bonus = 1000;
}
_root.score = _root.bonus + _root.newScore;
}
onClipEvent (load) {
time = 20;
}
onClipEvent (enterFrame) {
time--;
}
onClipEvent (keyDown) {
if ((!Key.isDown()) && (time < 0)) {
_root.newScore = _root.score;
_root.retries = 0;
_root.gotoAndStop(_root.nextLevel);
_root.retries = 0;
}
}
Frame 19
skipped = false;
mainVol = 100;
copter_sound.start(0, 999);
copter_sound.setVolume(mainVol);
lvl = "1/30";
bonus = 2000;
stop();
shooting = false;
check = "lvl1";
newScore = 0;
nextLevel = "lvl2";
time = 0;
life = 3;
Instance of Symbol 17 MovieClip in Frame 19
onClipEvent (load) {
randomSpeed = random(3) + 1;
size = random(80) + 40;
}
onClipEvent (enterFrame) {
if (this._x <= ((size - size) - size)) {
this._y = random(300) + 60;
this._x = 700 + size;
}
this._x = this._x - randomSpeed;
this._xscale = size;
this._yscale = size;
}
Instance of Symbol 17 MovieClip in Frame 19
onClipEvent (load) {
randomSpeed = random(3) + 1;
size = random(80) + 40;
}
onClipEvent (enterFrame) {
if (this._x <= ((size - size) - size)) {
this._y = random(300) + 60;
this._x = 700 + size;
}
this._x = this._x - randomSpeed;
this._xscale = size;
this._yscale = size;
}
Instance of Symbol 17 MovieClip in Frame 19
onClipEvent (load) {
randomSpeed = random(3) + 1;
size = random(100) + 40;
}
onClipEvent (enterFrame) {
if (this._x <= ((size - size) - size)) {
this._y = random(300) + 60;
this._x = 700 + size;
}
this._x = this._x - randomSpeed;
this._xscale = size;
this._yscale = size;
}
Instance of Symbol 17 MovieClip in Frame 19
onClipEvent (load) {
randomSpeed = random(3) + 1;
size = random(100) + 40;
}
onClipEvent (enterFrame) {
if (this._x <= ((size - size) - size)) {
this._y = random(300) + 60;
size = random(100) + 40;
this._x = 700 + size;
}
this._x = this._x - randomSpeed;
this._xscale = size;
this._yscale = size;
}
Instance of Symbol 279 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.xSpeed = (-_root.xSpeed) + 1;
_root.health.nextFrame();
_root.health.prevFrame();
_root.bonus = _root.bonus - 30;
}
}
Instance of Symbol 279 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.health.nextFrame();
_root.health.prevFrame();
_root.xSpeed = (-_root.xSpeed) - 1;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bullet2)) {
_root.shooting = false;
_root.bullet2.removeMovieClip();
}
}
Instance of Symbol 279 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.ySpeed = (-_root.ySpeed) - 1;
_root.health.nextFrame();
_root.health.prevFrame();
}
}
Instance of Symbol 279 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.health.nextFrame();
_root.health.prevFrame();
_root.ySpeed = (-_root.ySpeed) + 1;
}
}
Instance of Symbol 285 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (_root.copter._currentframe == 1) {
trace("OMG !11!11");
}
}
Instance of Symbol 51 MovieClip "copter" in Frame 19
onClipEvent (load) {
_root.xSpeed = 0;
_root.ySpeed = 0;
this._xscale = _root.size;
this._yscale = _root.size;
i = 1;
}
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
_root.xSpeed = _root.xSpeed + _root.speedPlus;
}
if (_root.xSpeed >= _root.speedMax) {
_root.xSpeed = _root.speedMax;
}
if (Key.isDown(37)) {
_root.xSpeed = _root.xSpeed - _root.speedPlus;
}
if (_root.xSpeed <= _root.speedMin) {
_root.xSpeed = _root.speedMin;
}
if (Key.isDown(38)) {
_root.ySpeed = _root.ySpeed - _root.speedPlus;
}
if (_root.ySpeed <= _root.speedMin) {
_root.ySpeed = _root.speedMin;
}
if (Key.isDown(40)) {
_root.ySpeed = _root.ySpeed + _root.speedPlus;
}
if (_root.ySpeed >= _root.speedMax) {
_root.ySpeed = _root.speedMax;
}
_y = (_y + _root.ySpeed);
_x = (_x + _root.xSpeed);
_rotation = (_root.xSpeed * 2);
}
onClipEvent (enterFrame) {
if (_root.bonus <= 1) {
_root.bonus = 0;
} else {
_root.bonus--;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(32) && (_root.shooting == false)) {
_root.bullet.duplicateMovieClip("bullet2", i);
_root.bullet2.gotoAndPlay(2);
_root.bullet2._x = this._x + 5;
_root.bullet2._y = this._y + 10;
_root.shooting = true;
_root.copter.gun.play();
}
_root.timeS = _root.time + "sec";
}
onClipEvent (enterFrame) {
if (_root.life == 0) {
_root.check = "gameOver";
}
}
Instance of Symbol 302 MovieClip "bullet" in Frame 19
onClipEvent (enterFrame) {
this._x = this._x + 15;
}
Instance of Symbol 329 MovieClip in Frame 19
onClipEvent (enterFrame) {
_root.copter_sound.setVolume(_root.mainVol);
}
Instance of Symbol 335 MovieClip "soundMute" in Frame 19
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (this.mute) {
stopAllSounds();
}
this.swapDepths(random(99999));
}
Instance of Symbol 349 MovieClip in Frame 19
onClipEvent (enterFrame) {
_root.bullet2.swapDepths(random(9999));
}
Instance of Symbol 351 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (_root.bullet2._x > 700) {
_root.shooting = false;
}
_root.copter.i = 60000;
}
Frame 20
copter._x = 35;
copter._y = 152;
bonus = 2000;
ySpeed = 0;
xSpeed = 0;
lvl = "2/30";
nextLevel = "lvl3";
stop();
Frame 21
copter._x = 35;
copter._y = 152;
bonus = 2000;
ySpeed = 0;
xSpeed = 0;
lvl = "3/30";
nextLevel = "lvl4";
stop();
Frame 22
copter._x = 35;
copter._y = 152;
bonus = 2000;
ySpeed = 0;
xSpeed = 0;
lvl = "4/30";
nextLevel = "endu1";
stop();
Frame 23
stop();
nextLevel = "lvl5";
timeLeft = 20;
startE = false;
retries = 0;
Instance of Symbol 51 MovieClip "copter" in Frame 23
onClipEvent (load) {
timeSet = _root.time;
_root.xSpeed = 0;
_root.ySpeed = 0;
speedPlus = 1;
speedMax = 7.5;
speedMin = -7.5;
this._xscale = _root.size;
this._yscale = _root.size;
i = 1;
}
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
_root.xSpeed = _root.xSpeed + speedPlus;
}
if (_root.xSpeed >= speedMax) {
_root.xSpeed = speedMax;
}
if (Key.isDown(37)) {
_root.xSpeed = _root.xSpeed - speedPlus;
}
if (_root.xSpeed <= speedMin) {
_root.xSpeed = speedMin;
}
if (Key.isDown(38)) {
_root.ySpeed = _root.ySpeed - speedPlus;
}
if (_root.ySpeed <= speedMin) {
_root.ySpeed = speedMin;
}
if (Key.isDown(40)) {
_root.ySpeed = _root.ySpeed + speedPlus;
}
if (_root.ySpeed >= speedMax) {
_root.ySpeed = speedMax;
}
_y = (_y + _root.ySpeed);
_x = (_x + _root.xSpeed);
_rotation = (_root.xSpeed * 2);
}
onClipEvent (enterFrame) {
_root.timeS = _root.time + "sec";
}
onClipEvent (enterFrame) {
if (_root.timeLeft <= 0) {
_root.time = timeSet;
_root.gotoAndStop("levelEndEndu");
}
}
Instance of Symbol 362 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (this._y <= -5) {
this._x = random(580) + 120;
this._y = 405;
}
if (_root.startE == true) {
this._y = this._y - 4;
}
}
Instance of Symbol 365 MovieClip in Frame 23
onClipEvent (enterFrame) {
this._x = _root.copter._x;
this._y = _root.copter._y;
}
Instance of Symbol 362 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (this._y <= -5) {
this._x = random(580) + 120;
this._y = 405;
}
if (_root.startE == true) {
this._y = this._y - 4;
}
}
Instance of Symbol 279 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.xSpeed = -_root.xSpeed;
_root.health.nextFrame();
_root.bonus = _root.bonus - 30;
}
}
Instance of Symbol 279 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.xSpeed = -_root.xSpeed;
_root.health.nextFrame();
_root.bonus = _root.bonus - 30;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bullet2)) {
_root.shooting = false;
_root.bullet2.removeMovieClip();
}
}
Instance of Symbol 279 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.ySpeed = -_root.ySpeed;
_root.health.nextFrame();
}
}
Instance of Symbol 369 MovieClip "enduSign" in Frame 23
onClipEvent (enterFrame) {
if (!_root.startE) {
_root.timeLeft = 20;
}
}
Instance of Symbol 279 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.copter.gotoAndPlay(2);
_root.retries = _root.retries + 1;
_root.xSpeed = 0;
_root.ySpeed = 0;
_root.copter._x = 326;
_root.copter._y = 152;
_root.timeLeft = 20;
_root.startE = false;
_root.enduSign.gotoAndPlay(1);
}
}
Frame 24
copter._x = 35;
copter._y = 152;
bonus = 2000;
ySpeed = 0;
xSpeed = 0;
lvl = "5/30";
stop();
nextLevel = "lvl6";
Instance of Symbol 17 MovieClip in Frame 24
onClipEvent (load) {
randomSpeed = random(3) + 1;
size = random(80) + 40;
}
onClipEvent (enterFrame) {
if (this._x <= ((size - size) - size)) {
this._y = random(300) + 60;
this._x = 700 + size;
}
this._x = this._x - randomSpeed;
this._xscale = size;
this._yscale = size;
}
Instance of Symbol 17 MovieClip in Frame 24
onClipEvent (load) {
randomSpeed = random(3) + 1;
size = random(80) + 40;
}
onClipEvent (enterFrame) {
if (this._x <= ((size - size) - size)) {
this._y = random(300) + 60;
this._x = 700 + size;
}
this._x = this._x - randomSpeed;
this._xscale = size;
this._yscale = size;
}
Instance of Symbol 17 MovieClip in Frame 24
onClipEvent (load) {
randomSpeed = random(3) + 1;
size = random(100) + 40;
}
onClipEvent (enterFrame) {
if (this._x <= ((size - size) - size)) {
this._y = random(300) + 60;
this._x = 700 + size;
}
this._x = this._x - randomSpeed;
this._xscale = size;
this._yscale = size;
}
Instance of Symbol 17 MovieClip in Frame 24
onClipEvent (load) {
randomSpeed = random(3) + 1;
size = random(100) + 40;
}
onClipEvent (enterFrame) {
if (this._x <= ((size - size) - size)) {
this._y = random(300) + 60;
size = random(100) + 40;
this._x = 700 + size;
}
this._x = this._x - randomSpeed;
this._xscale = size;
this._yscale = size;
}
Instance of Symbol 279 MovieClip in Frame 24
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.ySpeed = -_root.ySpeed;
_root.health.nextFrame();
}
}
Instance of Symbol 279 MovieClip in Frame 24
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.ySpeed = -_root.ySpeed;
_root.health.nextFrame();
}
}
Instance of Symbol 279 MovieClip in Frame 24
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.ySpeed = (-_root.ySpeed) + 1;
_root.health.nextFrame();
}
}
Instance of Symbol 279 MovieClip in Frame 24
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.ySpeed = (-_root.ySpeed) + 1;
_root.health.nextFrame();
}
}
Instance of Symbol 279 MovieClip in Frame 24
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.xSpeed = -_root.xSpeed;
_root.health.nextFrame();
}
}
Instance of Symbol 279 MovieClip in Frame 24
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.xSpeed = (-_root.xSpeed) + 1;
}
}
Instance of Symbol 279 MovieClip in Frame 24
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.xSpeed = -_root.xSpeed;
_root.health.nextFrame();
}
}
Instance of Symbol 279 MovieClip in Frame 24
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.xSpeed = -_root.xSpeed;
_root.health.nextFrame();
}
}
Instance of Symbol 279 MovieClip in Frame 24
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.xSpeed = (-_root.xSpeed) + 1;
_root.health.nextFrame();
_root.health.prevFrame();
_root.bonus = _root.bonus - 30;
}
}
Instance of Symbol 279 MovieClip in Frame 24
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.health.nextFrame();
_root.health.prevFrame();
_root.xSpeed = (-_root.xSpeed) - 1;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bullet2)) {
_root.shooting = false;
_root.bullet2.removeMovieClip();
}
}
Instance of Symbol 279 MovieClip in Frame 24
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.ySpeed = (-_root.ySpeed) - 1;
_root.health.nextFrame();
_root.health.prevFrame();
}
}
Instance of Symbol 279 MovieClip in Frame 24
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.health.nextFrame();
_root.health.prevFrame();
_root.ySpeed = (-_root.ySpeed) + 1;
}
}
Instance of Symbol 302 MovieClip "bullet" in Frame 24
onClipEvent (enterFrame) {
this._x = this._x + 15;
}
Instance of Symbol 51 MovieClip "copter" in Frame 24
onClipEvent (load) {
_root.xSpeed = 0;
_root.ySpeed = 0;
this._xscale = _root.size;
this._yscale = _root.size;
i = 1;
}
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
_root.xSpeed = _root.xSpeed + _root.speedPlus;
}
if (_root.xSpeed >= _root.speedMax) {
_root.xSpeed = _root.speedMax;
}
if (Key.isDown(37)) {
_root.xSpeed = _root.xSpeed - _root.speedPlus;
}
if (_root.xSpeed <= _root.speedMin) {
_root.xSpeed = _root.speedMin;
}
if (Key.isDown(38)) {
_root.ySpeed = _root.ySpeed - _root.speedPlus;
}
if (_root.ySpeed <= _root.speedMin) {
_root.ySpeed = _root.speedMin;
}
if (Key.isDown(40)) {
_root.ySpeed = _root.ySpeed + _root.speedPlus;
}
if (_root.ySpeed >= _root.speedMax) {
_root.ySpeed = _root.speedMax;
}
_y = (_y + _root.ySpeed);
_x = (_x + _root.xSpeed);
_rotation = (_root.xSpeed * 2);
}
onClipEvent (enterFrame) {
if (_root.bonus <= 1) {
_root.bonus = 0;
} else {
_root.bonus--;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(32) && (_root.shooting == false)) {
_root.bullet.duplicateMovieClip("bullet2", i);
_root.bullet2.gotoAndPlay(2);
_root.bullet2._x = this._x + 5;
_root.bullet2._y = this._y + 10;
_root.shooting = true;
_root.copter.gun.play();
}
_root.timeS = _root.time + "sec";
}
onClipEvent (enterFrame) {
if (_root.life == 0) {
_root.check = "gameOver";
}
}
Frame 25
copter._x = 25;
copter._y = 152;
bonus = 2000;
ySpeed = 0;
xSpeed = 0;
lvl = "6/30";
stop();
nextLevel = "lvl7";
Instance of Symbol 283 MovieClip in Frame 25
onClipEvent (load) {
this.gotoAndPlay(40);
}
Instance of Symbol 283 MovieClip in Frame 25
onClipEvent (load) {
this.gotoAndPlay(40);
}
Instance of Symbol 279 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.ySpeed = (-_root.ySpeed) - 10;
}
}
Instance of Symbol 296 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
this.play();
}
}
Frame 26
copter._x = 25;
copter._y = 152;
bonus = 2000;
ySpeed = 0;
xSpeed = 0;
lvl = "7/30";
open = false;
shooting = false;
stop();
nextLevel = "lvl8";
Instance of Symbol 283 MovieClip in Frame 26
onClipEvent (load) {
this.gotoAndPlay(40);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bullet2)) {
_root.shooting = false;
_root.bullet2.removeMovieClip();
}
}
Instance of Symbol 392 MovieClip "button" in Frame 26
onClipEvent (load) {
shot = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bullet2) && (shot == false)) {
this.nextFrame();
shot = true;
_root.shooting = false;
_root.open = true;
_root.s2._visible = false;
_root.bullet2.removeMovieClip();
} else {
shot = false;
}
if (_root.copter._currentframe == 2) {
shot = false;
_root.open = false;
this.gotoAndStop(1);
}
}
Instance of Symbol 393 MovieClip in Frame 26
onClipEvent (enterFrame) {
if (_root.button._currentframe == 1) {
this.gotoAndStop(1);
open = false;
} else if ((_root.button._currentframe == 2) && (!open)) {
this.play();
}
}
Instance of Symbol 279 MovieClip in Frame 26
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.ySpeed = (-_root.ySpeed) + 1;
_root.health.nextFrame();
}
}
Instance of Symbol 279 MovieClip in Frame 26
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.xSpeed = -_root.xSpeed;
_root.health.nextFrame();
}
}
Instance of Symbol 279 MovieClip in Frame 26
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.xSpeed = -_root.xSpeed;
_root.health.nextFrame();
}
}
Frame 27
copter._x = 25;
copter._y = 152;
bonus = 2000;
ySpeed = 0;
shooting = false;
xSpeed = 0;
lvl = "8/30";
open = false;
stop();
nextLevel = "endu2";
Instance of Symbol 392 MovieClip "s1" in Frame 27
onClipEvent (load) {
shot = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bullet2) && (shot == false)) {
this.nextFrame();
shot = true;
_root.shooting = false;
_root.open = true;
_root.s2._visible = false;
_root.bullet2.removeMovieClip();
} else {
shot = false;
}
if (_root.copter._currentframe == 2) {
shot = false;
_visible = true;
_root.open = false;
this.gotoAndStop(1);
}
}
Instance of Symbol 393 MovieClip in Frame 27
onClipEvent (enterFrame) {
if (_root.s1._currentframe == 1) {
this.gotoAndStop(1);
open = false;
} else if ((_root.s1._currentframe == 2) && (!open)) {
this.play();
}
}
Instance of Symbol 392 MovieClip "s2" in Frame 27
onClipEvent (load) {
shot = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bullet2) && (shot == false)) {
shot = true;
_root.s1.nextFrame();
_root.shooting = false;
_root.ob1._x = 487;
_root.ob3._x = 359;
_root.ob4._x = 277;
_root.ob6._x = 436;
_root.s1._visible = false;
_root.bullet2.removeMovieClip();
}
}
Instance of Symbol 283 MovieClip "ob6" in Frame 27
onClipEvent (load) {
this._x = 1000;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bullet2)) {
_root.shooting = false;
_root.bullet2.removeMovieClip();
}
}
Instance of Symbol 283 MovieClip "ob3" in Frame 27
onClipEvent (load) {
this._x = 1000;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bullet2)) {
_root.shooting = false;
_root.bullet2.removeMovieClip();
}
}
Instance of Symbol 283 MovieClip "ob4" in Frame 27
onClipEvent (load) {
this._x = 1000;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bullet2)) {
_root.shooting = false;
_root.bullet2.removeMovieClip();
}
}
Instance of Symbol 283 MovieClip "ob1" in Frame 27
onClipEvent (load) {
this.gotoAndPlay(40);
this._x = 1000;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bullet2)) {
_root.shooting = false;
_root.bullet2.removeMovieClip();
}
}
Instance of Symbol 279 MovieClip in Frame 27
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.ySpeed = -_root.ySpeed;
_root.health.nextFrame();
}
}
Frame 28
stop();
nextLevel = "lvl9";
timeLeft = 30;
startE = false;
retries = 0;
Instance of Symbol 51 MovieClip "copter" in Frame 28
onClipEvent (load) {
timeSet = _root.time;
_root.xSpeed = 0;
_root.ySpeed = 0;
speedPlus = 1;
speedMax = 7.5;
speedMin = -7.5;
this._xscale = _root.size;
this._yscale = _root.size;
i = 1;
}
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
_root.xSpeed = _root.xSpeed + speedPlus;
}
if (_root.xSpeed >= speedMax) {
_root.xSpeed = speedMax;
}
if (Key.isDown(37)) {
_root.xSpeed = _root.xSpeed - speedPlus;
}
if (_root.xSpeed <= speedMin) {
_root.xSpeed = speedMin;
}
if (Key.isDown(38)) {
_root.ySpeed = _root.ySpeed - speedPlus;
}
if (_root.ySpeed <= speedMin) {
_root.ySpeed = speedMin;
}
if (Key.isDown(40)) {
_root.ySpeed = _root.ySpeed + speedPlus;
}
if (_root.ySpeed >= speedMax) {
_root.ySpeed = speedMax;
}
_y = (_y + _root.ySpeed);
_x = (_x + _root.xSpeed);
_rotation = (_root.xSpeed * 2);
}
onClipEvent (enterFrame) {
_root.timeS = _root.time + "sec";
}
onClipEvent (enterFrame) {
if (_root.timeLeft <= 0) {
_root.time = timeSet;
_root.gotoAndStop("levelEndEndu");
}
}
Instance of Symbol 362 MovieClip in Frame 28
onClipEvent (enterFrame) {
if (this._y <= -5) {
this._x = random(580) + 120;
this._y = 405;
}
if (_root.startE == true) {
this._y = this._y - 4;
}
}
Instance of Symbol 365 MovieClip in Frame 28
onClipEvent (enterFrame) {
this._x = _root.copter._x;
this._y = _root.copter._y;
}
Instance of Symbol 362 MovieClip in Frame 28
onClipEvent (enterFrame) {
if (this._y <= -5) {
this._x = random(580) + 120;
this._y = 405;
}
if (_root.startE == true) {
this._y = this._y - 4;
}
}
Instance of Symbol 279 MovieClip in Frame 28
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.xSpeed = -_root.xSpeed;
_root.health.nextFrame();
_root.bonus = _root.bonus - 30;
}
}
Instance of Symbol 279 MovieClip in Frame 28
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.xSpeed = -_root.xSpeed;
_root.health.nextFrame();
_root.bonus = _root.bonus - 30;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bullet2)) {
_root.shooting = false;
_root.bullet2.removeMovieClip();
}
}
Instance of Symbol 279 MovieClip in Frame 28
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.ySpeed = -_root.ySpeed;
_root.health.nextFrame();
}
}
Instance of Symbol 369 MovieClip "enduSign" in Frame 28
onClipEvent (enterFrame) {
if (!_root.startE) {
_root.timeLeft = 20;
}
}
Instance of Symbol 279 MovieClip in Frame 28
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.copter.gotoAndPlay(2);
_root.retries = _root.retries + 1;
_root.xSpeed = 0;
_root.ySpeed = 0;
_root.copter._x = 326;
_root.copter._y = 152;
_root.timeLeft = 20;
_root.startE = false;
_root.enduSign.gotoAndPlay(1);
}
}
Frame 29
copter._x = 25;
copter._y = 152;
bonus = 2000;
ySpeed = 0;
xSpeed = 0;
lvl = "9/30";
open = false;
shooting = false;
stop();
nextLevel = "check2";
Instance of Symbol 17 MovieClip in Frame 29
onClipEvent (load) {
randomSpeed = random(3) + 1;
size = random(80) + 40;
}
onClipEvent (enterFrame) {
if (this._x <= ((size - size) - size)) {
this._y = random(300) + 60;
this._x = 700 + size;
}
this._x = this._x - randomSpeed;
this._xscale = size;
this._yscale = size;
}
Instance of Symbol 17 MovieClip in Frame 29
onClipEvent (load) {
randomSpeed = random(3) + 1;
size = random(80) + 40;
}
onClipEvent (enterFrame) {
if (this._x <= ((size - size) - size)) {
this._y = random(300) + 60;
this._x = 700 + size;
}
this._x = this._x - randomSpeed;
this._xscale = size;
this._yscale = size;
}
Instance of Symbol 17 MovieClip in Frame 29
onClipEvent (load) {
randomSpeed = random(3) + 1;
size = random(100) + 40;
}
onClipEvent (enterFrame) {
if (this._x <= ((size - size) - size)) {
this._y = random(300) + 60;
this._x = 700 + size;
}
this._x = this._x - randomSpeed;
this._xscale = size;
this._yscale = size;
}
Instance of Symbol 17 MovieClip in Frame 29
onClipEvent (load) {
randomSpeed = random(3) + 1;
size = random(100) + 40;
}
onClipEvent (enterFrame) {
if (this._x <= ((size - size) - size)) {
this._y = random(300) + 60;
size = random(100) + 40;
this._x = 700 + size;
}
this._x = this._x - randomSpeed;
this._xscale = size;
this._yscale = size;
}
Instance of Symbol 296 MovieClip in Frame 29
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
this.play();
}
}
Instance of Symbol 414 MovieClip in Frame 29
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.xSpeed = -_root.xSpeed;
_root.health.nextFrame();
}
if (this.hitTest(_root.bullet2)) {
this.nextFrame();
_root.shooting = false;
_root.bullet2.removeMovieClip();
}
}
Instance of Symbol 283 MovieClip "ob2" in Frame 29
onClipEvent (load) {
this.gotoAndPlay(40);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bullet2)) {
_root.shooting = false;
_root.bullet2.removeMovieClip();
}
}
Instance of Symbol 279 MovieClip in Frame 29
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.xSpeed = -_root.xSpeed;
_root.health.nextFrame();
}
}
Instance of Symbol 279 MovieClip in Frame 29
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.ySpeed = -_root.ySpeed;
_root.health.nextFrame();
}
}
Instance of Symbol 279 MovieClip in Frame 29
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.ySpeed = (-_root.ySpeed) + 1;
_root.health.nextFrame();
}
}
Instance of Symbol 279 MovieClip in Frame 29
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.xSpeed = (-_root.xSpeed) + 1;
_root.health.nextFrame();
_root.health.prevFrame();
_root.bonus = _root.bonus - 30;
}
}
Instance of Symbol 279 MovieClip in Frame 29
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.health.nextFrame();
_root.health.prevFrame();
_root.xSpeed = (-_root.xSpeed) - 1;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bullet2)) {
_root.shooting = false;
_root.bullet2.removeMovieClip();
}
}
Instance of Symbol 279 MovieClip in Frame 29
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.ySpeed = (-_root.ySpeed) - 1;
_root.health.nextFrame();
_root.health.prevFrame();
}
}
Instance of Symbol 279 MovieClip in Frame 29
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.health.nextFrame();
_root.health.prevFrame();
_root.ySpeed = (-_root.ySpeed) + 1;
}
}
Instance of Symbol 302 MovieClip "bullet" in Frame 29
onClipEvent (enterFrame) {
this._x = this._x + 15;
}
Instance of Symbol 51 MovieClip "copter" in Frame 29
onClipEvent (load) {
_root.xSpeed = 0;
_root.ySpeed = 0;
this._xscale = _root.size;
this._yscale = _root.size;
i = 1;
}
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
_root.xSpeed = _root.xSpeed + _root.speedPlus;
}
if (_root.xSpeed >= _root.speedMax) {
_root.xSpeed = _root.speedMax;
}
if (Key.isDown(37)) {
_root.xSpeed = _root.xSpeed - _root.speedPlus;
}
if (_root.xSpeed <= _root.speedMin) {
_root.xSpeed = _root.speedMin;
}
if (Key.isDown(38)) {
_root.ySpeed = _root.ySpeed - _root.speedPlus;
}
if (_root.ySpeed <= _root.speedMin) {
_root.ySpeed = _root.speedMin;
}
if (Key.isDown(40)) {
_root.ySpeed = _root.ySpeed + _root.speedPlus;
}
if (_root.ySpeed >= _root.speedMax) {
_root.ySpeed = _root.speedMax;
}
_y = (_y + _root.ySpeed);
_x = (_x + _root.xSpeed);
_rotation = (_root.xSpeed * 2);
}
onClipEvent (enterFrame) {
if (_root.bonus <= 1) {
_root.bonus = 0;
} else {
_root.bonus--;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(32) && (_root.shooting == false)) {
_root.bullet.duplicateMovieClip("bullet2", i);
_root.bullet2.gotoAndPlay(2);
_root.bullet2._x = this._x + 5;
_root.bullet2._y = this._y + 10;
_root.shooting = true;
_root.copter.gun.play();
}
_root.timeS = _root.time + "sec";
}
onClipEvent (enterFrame) {
if (_root.life == 0) {
_root.check = "gameOver";
}
}
Frame 30
copter._x = 25;
copter._y = 152;
bonus = 2000;
ySpeed = 0;
xSpeed = 0;
lvl = "10/30";
open = false;
check = "check2";
stop();
nextLevel = "lvl11";
Instance of Symbol 439 MovieClip in Frame 30
onClipEvent (load) {
die = false;
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.copter) && (die == false)) && (_root.copter._currentframe == 1)) {
_root.health.nextFrame();
this.nextFrame();
_root.xSpeed = -_root.xSpeed;
_root.health.nextFrame();
_root.ySpeed = 3;
die = true;
} else if (die == false) {
this.gotoAndStop(1);
}
}
Instance of Symbol 439 MovieClip in Frame 30
onClipEvent (load) {
die = false;
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.copter) && (die == false)) && (_root.copter._currentframe == 1)) {
_root.health.nextFrame();
this.nextFrame();
_root.xSpeed = -_root.xSpeed;
_root.health.nextFrame();
_root.ySpeed = 3;
die = true;
} else if (die == false) {
this.gotoAndStop(1);
}
}
Instance of Symbol 439 MovieClip in Frame 30
onClipEvent (load) {
die = false;
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.copter) && (die == false)) && (_root.copter._currentframe == 1)) {
_root.health.nextFrame();
this.nextFrame();
_root.xSpeed = -_root.xSpeed;
_root.health.nextFrame();
_root.ySpeed = 3;
die = true;
} else if (die == false) {
this.gotoAndStop(1);
}
}
Instance of Symbol 439 MovieClip in Frame 30
onClipEvent (load) {
die = false;
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.copter) && (die == false)) && (_root.copter._currentframe == 1)) {
_root.health.nextFrame();
this.nextFrame();
_root.xSpeed = -_root.xSpeed;
_root.health.nextFrame();
_root.ySpeed = 3;
die = true;
} else if (die == false) {
this.gotoAndStop(1);
}
}
Instance of Symbol 439 MovieClip in Frame 30
onClipEvent (load) {
die = false;
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.copter) && (die == false)) && (_root.copter._currentframe == 1)) {
_root.health.nextFrame();
this.nextFrame();
_root.xSpeed = -_root.xSpeed;
_root.health.nextFrame();
_root.ySpeed = 3;
die = true;
} else if (die == false) {
this.gotoAndStop(1);
}
}
Instance of Symbol 439 MovieClip in Frame 30
onClipEvent (load) {
die = false;
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.copter) && (die == false)) && (_root.copter._currentframe == 1)) {
_root.health.nextFrame();
this.nextFrame();
_root.xSpeed = -_root.xSpeed;
_root.health.nextFrame();
_root.ySpeed = 3;
die = true;
} else if (die == false) {
this.gotoAndStop(1);
}
}
Instance of Symbol 439 MovieClip in Frame 30
onClipEvent (load) {
die = false;
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.copter) && (die == false)) && (_root.copter._currentframe == 1)) {
_root.health.nextFrame();
this.nextFrame();
_root.xSpeed = -_root.xSpeed;
_root.health.nextFrame();
_root.ySpeed = 3;
die = true;
} else if (die == false) {
this.gotoAndStop(1);
}
}
Instance of Symbol 279 MovieClip in Frame 30
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.xSpeed = -_root.xSpeed;
_root.health.nextFrame();
_root.bonus = _root.bonus - 30;
}
}
Instance of Symbol 279 MovieClip in Frame 30
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.xSpeed = -_root.xSpeed;
_root.health.nextFrame();
_root.bonus = _root.bonus - 30;
}
}
Instance of Symbol 279 MovieClip in Frame 30
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.ySpeed = -_root.ySpeed;
_root.health.nextFrame();
}
}
Instance of Symbol 279 MovieClip in Frame 30
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.ySpeed = (-_root.ySpeed) + 1;
_root.health.nextFrame();
}
}
Frame 31
copter._x = 25;
copter._y = 152;
bonus = 2000;
ySpeed = 0;
xSpeed = 0;
lvl = "11/30";
open = false;
stop();
nextLevel = "lvl12";
Instance of Symbol 439 MovieClip in Frame 31
onClipEvent (load) {
die = false;
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.copter) && (die == false)) && (_root.copter._currentframe == 1)) {
_root.health.nextFrame();
this.nextFrame();
_root.xSpeed = -_root.xSpeed;
_root.health.nextFrame();
_root.ySpeed = 3;
die = true;
}
}
Instance of Symbol 439 MovieClip in Frame 31
onClipEvent (load) {
die = false;
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.copter) && (die == false)) && (_root.copter._currentframe == 1)) {
_root.health.nextFrame();
this.nextFrame();
_root.xSpeed = -_root.xSpeed;
_root.health.nextFrame();
_root.ySpeed = 3;
die = true;
}
}
Instance of Symbol 439 MovieClip in Frame 31
onClipEvent (load) {
die = false;
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.copter) && (die == false)) && (_root.copter._currentframe == 1)) {
_root.health.nextFrame();
this.nextFrame();
_root.xSpeed = -_root.xSpeed;
_root.health.nextFrame();
_root.ySpeed = 3;
die = true;
}
}
Instance of Symbol 439 MovieClip in Frame 31
onClipEvent (load) {
die = false;
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.copter) && (die == false)) && (_root.copter._currentframe == 1)) {
_root.health.nextFrame();
this.nextFrame();
_root.xSpeed = -_root.xSpeed;
_root.health.nextFrame();
_root.ySpeed = 3;
die = true;
}
}
Instance of Symbol 439 MovieClip in Frame 31
onClipEvent (load) {
die = false;
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.copter) && (die == false)) && (_root.copter._currentframe == 1)) {
_root.health.nextFrame();
this.nextFrame();
_root.xSpeed = -_root.xSpeed;
_root.health.nextFrame();
_root.ySpeed = 3;
die = true;
}
}
Instance of Symbol 439 MovieClip in Frame 31
onClipEvent (load) {
die = false;
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.copter) && (die == false)) && (_root.copter._currentframe == 1)) {
_root.health.nextFrame();
this.nextFrame();
_root.xSpeed = -_root.xSpeed;
_root.health.nextFrame();
_root.ySpeed = 3;
die = true;
}
}
Instance of Symbol 439 MovieClip in Frame 31
onClipEvent (load) {
die = false;
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.copter) && (die == false)) && (_root.copter._currentframe == 1)) {
_root.health.nextFrame();
this.nextFrame();
_root.xSpeed = -_root.xSpeed;
_root.health.nextFrame();
_root.ySpeed = 3;
die = true;
}
}
Instance of Symbol 439 MovieClip in Frame 31
onClipEvent (load) {
die = false;
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.copter) && (die == false)) && (_root.copter._currentframe == 1)) {
_root.health.nextFrame();
this.nextFrame();
_root.xSpeed = -_root.xSpeed;
_root.health.nextFrame();
_root.ySpeed = 3;
die = true;
}
}
Instance of Symbol 439 MovieClip in Frame 31
onClipEvent (load) {
die = false;
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.copter) && (die == false)) && (_root.copter._currentframe == 1)) {
_root.health.nextFrame();
this.nextFrame();
_root.xSpeed = -_root.xSpeed;
_root.health.nextFrame();
_root.ySpeed = 3;
die = true;
}
}
Instance of Symbol 439 MovieClip in Frame 31
onClipEvent (load) {
die = false;
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.copter) && (die == false)) && (_root.copter._currentframe == 1)) {
_root.health.nextFrame();
this.nextFrame();
_root.xSpeed = -_root.xSpeed;
_root.health.nextFrame();
_root.ySpeed = 3;
die = true;
}
}
Instance of Symbol 439 MovieClip in Frame 31
onClipEvent (load) {
die = false;
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.copter) && (die == false)) && (_root.copter._currentframe == 1)) {
_root.health.nextFrame();
this.nextFrame();
_root.xSpeed = -_root.xSpeed;
_root.health.nextFrame();
_root.ySpeed = 3;
die = true;
}
}
Instance of Symbol 439 MovieClip in Frame 31
onClipEvent (load) {
die = false;
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.copter) && (die == false)) && (_root.copter._currentframe == 1)) {
_root.health.nextFrame();
this.nextFrame();
_root.xSpeed = -_root.xSpeed;
_root.health.nextFrame();
_root.ySpeed = 3;
die = true;
}
}
Instance of Symbol 439 MovieClip in Frame 31
onClipEvent (load) {
die = false;
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.copter) && (die == false)) && (_root.copter._currentframe == 1)) {
_root.health.nextFrame();
this.nextFrame();
_root.xSpeed = -_root.xSpeed;
_root.health.nextFrame();
_root.ySpeed = 3;
die = true;
}
}
Instance of Symbol 439 MovieClip in Frame 31
onClipEvent (load) {
die = false;
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.copter) && (die == false)) && (_root.copter._currentframe == 1)) {
_root.health.nextFrame();
this.nextFrame();
_root.xSpeed = -_root.xSpeed;
_root.health.nextFrame();
_root.ySpeed = 3;
die = true;
}
}
Instance of Symbol 439 MovieClip in Frame 31
onClipEvent (load) {
die = false;
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.copter) && (die == false)) && (_root.copter._currentframe == 1)) {
_root.health.nextFrame();
this.nextFrame();
_root.xSpeed = -_root.xSpeed;
_root.health.nextFrame();
_root.ySpeed = 3;
die = true;
}
}
Instance of Symbol 439 MovieClip in Frame 31
onClipEvent (load) {
die = false;
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.copter) && (die == false)) && (_root.copter._currentframe == 1)) {
_root.health.nextFrame();
this.nextFrame();
_root.xSpeed = -_root.xSpeed;
_root.health.nextFrame();
_root.ySpeed = 3;
die = true;
}
}
Instance of Symbol 439 MovieClip in Frame 31
onClipEvent (load) {
die = false;
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.copter) && (die == false)) && (_root.copter._currentframe == 1)) {
_root.health.nextFrame();
this.nextFrame();
_root.xSpeed = -_root.xSpeed;
_root.health.nextFrame();
_root.ySpeed = 3;
die = true;
}
}
Instance of Symbol 439 MovieClip in Frame 31
onClipEvent (load) {
die = false;
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.copter) && (die == false)) && (_root.copter._currentframe == 1)) {
_root.health.nextFrame();
this.nextFrame();
_root.xSpeed = -_root.xSpeed;
_root.health.nextFrame();
_root.ySpeed = 3;
die = true;
}
}
Instance of Symbol 439 MovieClip in Frame 31
onClipEvent (load) {
die = false;
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.copter) && (die == false)) && (_root.copter._currentframe == 1)) {
_root.health.nextFrame();
this.nextFrame();
_root.xSpeed = -_root.xSpeed;
_root.health.nextFrame();
_root.ySpeed = 3;
die = true;
}
}
Instance of Symbol 439 MovieClip in Frame 31
onClipEvent (load) {
die = false;
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.copter) && (die == false)) && (_root.copter._currentframe == 1)) {
_root.health.nextFrame();
this.nextFrame();
_root.xSpeed = -_root.xSpeed;
_root.health.nextFrame();
_root.ySpeed = 3;
die = true;
}
}
Instance of Symbol 439 MovieClip in Frame 31
onClipEvent (load) {
die = false;
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.copter) && (die == false)) && (_root.copter._currentframe == 1)) {
_root.health.nextFrame();
this.nextFrame();
_root.xSpeed = -_root.xSpeed;
_root.health.nextFrame();
_root.ySpeed = 3;
die = true;
}
}
Instance of Symbol 439 MovieClip in Frame 31
onClipEvent (load) {
die = false;
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.copter) && (die == false)) && (_root.copter._currentframe == 1)) {
_root.health.nextFrame();
this.nextFrame();
_root.xSpeed = -_root.xSpeed;
_root.health.nextFrame();
_root.ySpeed = 3;
die = true;
}
}
Instance of Symbol 439 MovieClip in Frame 31
onClipEvent (load) {
die = false;
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.copter) && (die == false)) && (_root.copter._currentframe == 1)) {
_root.health.nextFrame();
this.nextFrame();
_root.xSpeed = -_root.xSpeed;
_root.health.nextFrame();
_root.ySpeed = 3;
die = true;
}
}
Instance of Symbol 439 MovieClip in Frame 31
onClipEvent (load) {
die = false;
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.copter) && (die == false)) && (_root.copter._currentframe == 1)) {
_root.health.nextFrame();
this.nextFrame();
_root.xSpeed = -_root.xSpeed;
_root.health.nextFrame();
_root.ySpeed = 3;
die = true;
}
}
Instance of Symbol 439 MovieClip in Frame 31
onClipEvent (load) {
die = false;
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.copter) && (die == false)) && (_root.copter._currentframe == 1)) {
_root.health.nextFrame();
this.nextFrame();
_root.xSpeed = -_root.xSpeed;
_root.health.nextFrame();
_root.ySpeed = 3;
die = true;
}
}
Instance of Symbol 439 MovieClip in Frame 31
onClipEvent (load) {
die = false;
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.copter) && (die == false)) && (_root.copter._currentframe == 1)) {
_root.health.nextFrame();
this.nextFrame();
_root.xSpeed = -_root.xSpeed;
_root.health.nextFrame();
_root.ySpeed = 3;
die = true;
}
}
Instance of Symbol 439 MovieClip in Frame 31
onClipEvent (load) {
die = false;
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.copter) && (die == false)) && (_root.copter._currentframe == 1)) {
_root.health.nextFrame();
this.nextFrame();
_root.xSpeed = -_root.xSpeed;
_root.health.nextFrame();
_root.ySpeed = 3;
die = true;
}
}
Instance of Symbol 439 MovieClip in Frame 31
onClipEvent (load) {
die = false;
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.copter) && (die == false)) && (_root.copter._currentframe == 1)) {
_root.health.nextFrame();
this.nextFrame();
_root.xSpeed = -_root.xSpeed;
_root.health.nextFrame();
_root.ySpeed = 3;
die = true;
}
}
Instance of Symbol 439 MovieClip in Frame 31
onClipEvent (load) {
die = false;
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.copter) && (die == false)) && (_root.copter._currentframe == 1)) {
_root.health.nextFrame();
this.nextFrame();
_root.xSpeed = -_root.xSpeed;
_root.health.nextFrame();
_root.ySpeed = 3;
die = true;
}
}
Instance of Symbol 439 MovieClip in Frame 31
onClipEvent (load) {
die = false;
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.copter) && (die == false)) && (_root.copter._currentframe == 1)) {
_root.health.nextFrame();
this.nextFrame();
_root.xSpeed = -_root.xSpeed;
_root.health.nextFrame();
_root.ySpeed = 3;
die = true;
}
}
Instance of Symbol 439 MovieClip in Frame 31
onClipEvent (load) {
die = false;
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.copter) && (die == false)) && (_root.copter._currentframe == 1)) {
_root.health.nextFrame();
this.nextFrame();
_root.xSpeed = -_root.xSpeed;
_root.health.nextFrame();
_root.ySpeed = 3;
die = true;
}
}
Instance of Symbol 439 MovieClip in Frame 31
onClipEvent (load) {
die = false;
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.copter) && (die == false)) && (_root.copter._currentframe == 1)) {
_root.health.nextFrame();
this.nextFrame();
_root.xSpeed = -_root.xSpeed;
_root.health.nextFrame();
_root.ySpeed = 3;
die = true;
}
}
Instance of Symbol 439 MovieClip in Frame 31
onClipEvent (load) {
die = false;
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.copter) && (die == false)) && (_root.copter._currentframe == 1)) {
_root.health.nextFrame();
this.nextFrame();
_root.xSpeed = -_root.xSpeed;
_root.health.nextFrame();
_root.ySpeed = 3;
die = true;
}
}
Frame 32
copter._x = 25;
copter._y = 152;
bonus = 2000;
ySpeed = 0;
xSpeed = 0;
lvl = "12/30";
open = false;
stop();
nextLevel = "endu3";
Instance of Symbol 439 MovieClip in Frame 32
onClipEvent (load) {
die = false;
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.copter) && (die == false)) && (_root.copter._currentframe == 1)) {
_root.health.nextFrame();
this.nextFrame();
_root.xSpeed = -_root.xSpeed;
_root.health.nextFrame();
_root.ySpeed = 3;
die = true;
} else if (die == false) {
this.gotoAndStop(1);
}
}
Instance of Symbol 439 MovieClip in Frame 32
onClipEvent (load) {
die = false;
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.copter) && (die == false)) && (_root.copter._currentframe == 1)) {
_root.health.nextFrame();
this.nextFrame();
_root.xSpeed = -_root.xSpeed;
_root.health.nextFrame();
_root.ySpeed = 3;
die = true;
} else if (die == false) {
this.gotoAndStop(1);
}
}
Instance of Symbol 279 MovieClip in Frame 32
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.ySpeed = -_root.ySpeed;
_root.health.nextFrame();
_root.health.nextFrame();
_root.health.nextFrame();
_root.bonus = _root.bonus - 30;
}
}
Instance of Symbol 279 MovieClip in Frame 32
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.ySpeed = -_root.ySpeed;
_root.health.nextFrame();
_root.bonus = _root.bonus - 30;
}
}
Instance of Symbol 279 MovieClip in Frame 32
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.ySpeed = -_root.ySpeed;
_root.health.nextFrame();
_root.bonus = _root.bonus - 30;
}
}
Instance of Symbol 279 MovieClip in Frame 32
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.xSpeed = -_root.xSpeed;
_root.health.nextFrame();
}
}
Instance of Symbol 283 MovieClip in Frame 32
onClipEvent (load) {
this.gotoAndPlay(40);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bullet2)) {
_root.shooting = false;
_root.bullet2.removeMovieClip();
}
}
Instance of Symbol 279 MovieClip in Frame 32
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.xSpeed = -_root.xSpeed;
_root.health.nextFrame();
}
}
Instance of Symbol 279 MovieClip in Frame 32
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.xSpeed = -_root.xSpeed;
_root.health.nextFrame();
}
}
Instance of Symbol 452 MovieClip in Frame 32
onClipEvent (enterFrame) {
this._x = _root.copter._x;
this._y = _root.copter._y;
}
Frame 33
stop();
nextLevel = "lvl13";
timeLeft = 40;
startE = false;
retries = 0;
Instance of Symbol 51 MovieClip "copter" in Frame 33
onClipEvent (load) {
timeSet = _root.time;
_root.xSpeed = 0;
_root.ySpeed = 0;
speedPlus = 1;
speedMax = 7.5;
speedMin = -7.5;
this._xscale = _root.size;
this._yscale = _root.size;
i = 1;
}
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
_root.xSpeed = _root.xSpeed + speedPlus;
}
if (_root.xSpeed >= speedMax) {
_root.xSpeed = speedMax;
}
if (Key.isDown(37)) {
_root.xSpeed = _root.xSpeed - speedPlus;
}
if (_root.xSpeed <= speedMin) {
_root.xSpeed = speedMin;
}
if (Key.isDown(38)) {
_root.ySpeed = _root.ySpeed - speedPlus;
}
if (_root.ySpeed <= speedMin) {
_root.ySpeed = speedMin;
}
if (Key.isDown(40)) {
_root.ySpeed = _root.ySpeed + speedPlus;
}
if (_root.ySpeed >= speedMax) {
_root.ySpeed = speedMax;
}
_y = (_y + _root.ySpeed);
_x = (_x + _root.xSpeed);
_rotation = (_root.xSpeed * 2);
}
onClipEvent (enterFrame) {
_root.timeS = _root.time + "sec";
}
onClipEvent (enterFrame) {
if (_root.timeLeft <= 0) {
_root.time = timeSet;
_root.gotoAndStop("levelEndEndu");
}
}
Instance of Symbol 362 MovieClip in Frame 33
onClipEvent (enterFrame) {
if (this._y <= -5) {
this._x = random(580) + 120;
this._y = 405;
}
if (_root.startE == true) {
this._y = this._y - 4;
}
}
Instance of Symbol 365 MovieClip in Frame 33
onClipEvent (enterFrame) {
this._x = _root.copter._x;
this._y = _root.copter._y;
}
Instance of Symbol 362 MovieClip in Frame 33
onClipEvent (enterFrame) {
if (this._y <= -5) {
this._x = random(580) + 120;
this._y = 405;
}
if (_root.startE == true) {
this._y = this._y - 4;
}
}
Instance of Symbol 279 MovieClip in Frame 33
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.xSpeed = -_root.xSpeed;
_root.health.nextFrame();
_root.bonus = _root.bonus - 30;
}
}
Instance of Symbol 279 MovieClip in Frame 33
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.xSpeed = -_root.xSpeed;
_root.health.nextFrame();
_root.bonus = _root.bonus - 30;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bullet2)) {
_root.shooting = false;
_root.bullet2.removeMovieClip();
}
}
Instance of Symbol 279 MovieClip in Frame 33
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.ySpeed = -_root.ySpeed;
_root.health.nextFrame();
}
}
Instance of Symbol 369 MovieClip "enduSign" in Frame 33
onClipEvent (enterFrame) {
if (!_root.startE) {
_root.timeLeft = 20;
}
}
Instance of Symbol 279 MovieClip in Frame 33
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.copter.gotoAndPlay(2);
_root.retries = _root.retries + 1;
_root.xSpeed = 0;
_root.ySpeed = 0;
_root.copter._x = 326;
_root.copter._y = 152;
_root.timeLeft = 20;
_root.startE = false;
_root.enduSign.gotoAndPlay(1);
}
}
Frame 34
copter._x = 25;
copter._y = 152;
shooting = false;
bonus = 2000;
ySpeed = 0;
xSpeed = 0;
lvl = "13/30";
open = false;
stop();
nextLevel = "lvl14";
Instance of Symbol 392 MovieClip "button" in Frame 34
onClipEvent (load) {
shot = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bullet2) && (shot == false)) {
this.nextFrame();
shot = true;
_root.shooting = false;
_root.open = true;
_root.s2._visible = false;
_root.bullet2.removeMovieClip();
} else {
shot = false;
}
if (_root.copter._currentframe == 2) {
shot = false;
_root.open = false;
this.gotoAndStop(1);
}
}
Instance of Symbol 393 MovieClip in Frame 34
onClipEvent (enterFrame) {
if (_root.button._currentframe == 1) {
this.gotoAndStop(1);
open = false;
} else if ((_root.button._currentframe == 2) && (!open)) {
this.play();
}
}
Instance of Symbol 283 MovieClip in Frame 34
onClipEvent (load) {
this.gotoAndPlay(40);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bullet2)) {
_root.shooting = false;
_root.bullet2.removeMovieClip();
}
}
Instance of Symbol 283 MovieClip in Frame 34
onClipEvent (load) {
this.gotoAndPlay(40);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bullet2)) {
_root.shooting = false;
_root.bullet2.removeMovieClip();
}
}
Instance of Symbol 283 MovieClip in Frame 34
onClipEvent (load) {
this.gotoAndPlay(40);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bullet2)) {
_root.shooting = false;
_root.bullet2.removeMovieClip();
}
}
Instance of Symbol 279 MovieClip in Frame 34
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.ySpeed = (-_root.ySpeed) + 1;
_root.health.nextFrame();
}
}
Instance of Symbol 279 MovieClip in Frame 34
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.ySpeed = (-_root.ySpeed) + 1;
_root.health.nextFrame();
}
}
Instance of Symbol 279 MovieClip in Frame 34
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.ySpeed = (-_root.ySpeed) + 1;
_root.health.nextFrame();
}
}
Instance of Symbol 279 MovieClip in Frame 34
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.ySpeed = (-_root.ySpeed) + 1;
_root.health.nextFrame();
}
}
Instance of Symbol 279 MovieClip in Frame 34
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.xSpeed = -_root.xSpeed;
_root.health.nextFrame();
}
}
Instance of Symbol 279 MovieClip in Frame 34
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.xSpeed = -_root.xSpeed;
_root.health.nextFrame();
}
}
Instance of Symbol 279 MovieClip in Frame 34
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.ySpeed = (-_root.ySpeed) + 1;
_root.health.nextFrame();
}
}
Instance of Symbol 279 MovieClip in Frame 34
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.ySpeed = (-_root.ySpeed) + 1;
_root.health.nextFrame();
}
}
Instance of Symbol 279 MovieClip in Frame 34
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.xSpeed = -_root.xSpeed;
_root.health.nextFrame();
}
}
Instance of Symbol 279 MovieClip in Frame 34
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.xSpeed = (-_root.xSpeed) + 1;
_root.health.nextFrame();
_root.health.prevFrame();
_root.bonus = _root.bonus - 30;
}
}
Instance of Symbol 279 MovieClip in Frame 34
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.health.nextFrame();
_root.health.prevFrame();
_root.xSpeed = (-_root.xSpeed) - 1;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bullet2)) {
_root.shooting = false;
_root.bullet2.removeMovieClip();
}
}
Instance of Symbol 279 MovieClip in Frame 34
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.ySpeed = (-_root.ySpeed) - 1;
_root.health.nextFrame();
_root.health.prevFrame();
}
}
Instance of Symbol 279 MovieClip in Frame 34
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.health.nextFrame();
_root.health.prevFrame();
_root.ySpeed = (-_root.ySpeed) + 1;
}
}
Instance of Symbol 302 MovieClip "bullet" in Frame 34
onClipEvent (enterFrame) {
this._x = this._x + 15;
}
Instance of Symbol 51 MovieClip "copter" in Frame 34
onClipEvent (load) {
_root.xSpeed = 0;
_root.ySpeed = 0;
this._xscale = _root.size;
this._yscale = _root.size;
i = 1;
}
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
_root.xSpeed = _root.xSpeed + _root.speedPlus;
}
if (_root.xSpeed >= _root.speedMax) {
_root.xSpeed = _root.speedMax;
}
if (Key.isDown(37)) {
_root.xSpeed = _root.xSpeed - _root.speedPlus;
}
if (_root.xSpeed <= _root.speedMin) {
_root.xSpeed = _root.speedMin;
}
if (Key.isDown(38)) {
_root.ySpeed = _root.ySpeed - _root.speedPlus;
}
if (_root.ySpeed <= _root.speedMin) {
_root.ySpeed = _root.speedMin;
}
if (Key.isDown(40)) {
_root.ySpeed = _root.ySpeed + _root.speedPlus;
}
if (_root.ySpeed >= _root.speedMax) {
_root.ySpeed = _root.speedMax;
}
_y = (_y + _root.ySpeed);
_x = (_x + _root.xSpeed);
_rotation = (_root.xSpeed * 2);
}
onClipEvent (enterFrame) {
if (_root.bonus <= 1) {
_root.bonus = 0;
} else {
_root.bonus--;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(32) && (_root.shooting == false)) {
_root.bullet.duplicateMovieClip("bullet2", i);
_root.bullet2.gotoAndPlay(2);
_root.bullet2._x = this._x + 5;
_root.bullet2._y = this._y + 10;
_root.shooting = true;
_root.copter.gun.play();
}
_root.timeS = _root.time + "sec";
}
onClipEvent (enterFrame) {
if (_root.life == 0) {
_root.check = "gameOver";
}
}
Instance of Symbol 452 MovieClip in Frame 34
onClipEvent (enterFrame) {
this._x = _root.copter._x;
this._y = _root.copter._y;
}
Frame 35
copter._x = 25;
copter._y = 152;
bonus = 2000;
ySpeed = 0;
xSpeed = 0;
lvl = "14/30";
open = false;
stop();
nextLevel = "lvl15";
Instance of Symbol 279 MovieClip in Frame 35
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.ySpeed = -_root.ySpeed;
_root.health.nextFrame();
_root.health.nextFrame();
_root.health.nextFrame();
_root.bonus = _root.bonus - 30;
}
}
Instance of Symbol 279 MovieClip in Frame 35
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.ySpeed = -_root.ySpeed;
_root.health.nextFrame();
_root.bonus = _root.bonus - 30;
}
}
Instance of Symbol 279 MovieClip in Frame 35
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.xSpeed = -_root.xSpeed;
_root.health.nextFrame();
}
}
Instance of Symbol 279 MovieClip in Frame 35
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.xSpeed = -_root.xSpeed;
_root.health.nextFrame();
_root.bonus = _root.bonus - 30;
}
}
Instance of Symbol 279 MovieClip in Frame 35
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.xSpeed = -_root.xSpeed;
_root.health.nextFrame();
}
}
Instance of Symbol 279 MovieClip in Frame 35
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.xSpeed = -_root.xSpeed;
_root.health.nextFrame();
_root.bonus = _root.bonus - 30;
}
}
Instance of Symbol 279 MovieClip in Frame 35
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.xSpeed = -_root.xSpeed;
_root.health.nextFrame();
}
}
Instance of Symbol 279 MovieClip in Frame 35
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.xSpeed = -_root.xSpeed;
_root.health.nextFrame();
_root.bonus = _root.bonus - 30;
}
}
Instance of Symbol 279 MovieClip in Frame 35
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.ySpeed = -_root.ySpeed;
_root.health.nextFrame();
_root.health.nextFrame();
_root.health.nextFrame();
_root.bonus = _root.bonus - 30;
}
}
Instance of Symbol 279 MovieClip in Frame 35
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.ySpeed = -_root.ySpeed;
_root.health.nextFrame();
_root.bonus = _root.bonus - 30;
}
}
Instance of Symbol 279 MovieClip in Frame 35
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.ySpeed = -_root.ySpeed;
_root.health.nextFrame();
_root.health.nextFrame();
_root.health.nextFrame();
_root.bonus = _root.bonus - 30;
}
}
Instance of Symbol 279 MovieClip in Frame 35
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.ySpeed = -_root.ySpeed;
_root.health.nextFrame();
_root.bonus = _root.bonus - 30;
}
}
Instance of Symbol 279 MovieClip in Frame 35
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.ySpeed = -_root.ySpeed;
_root.health.nextFrame();
_root.health.nextFrame();
_root.health.nextFrame();
_root.bonus = _root.bonus - 30;
}
}
Instance of Symbol 279 MovieClip in Frame 35
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.ySpeed = -_root.ySpeed;
_root.health.nextFrame();
_root.bonus = _root.bonus - 30;
}
}
Instance of Symbol 279 MovieClip in Frame 35
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.ySpeed = -_root.ySpeed;
_root.health.nextFrame();
_root.health.nextFrame();
_root.health.nextFrame();
_root.bonus = _root.bonus - 30;
}
}
Instance of Symbol 279 MovieClip in Frame 35
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.ySpeed = -_root.ySpeed;
_root.health.nextFrame();
_root.bonus = _root.bonus - 30;
}
}
Frame 36
copter._x = 25;
copter._y = 25;
bonus = 2000;
shooting = false;
ySpeed = 0;
xSpeed = 0;
lvl = "15/30";
open = false;
stop();
nextLevel = "lvl16";
Instance of Symbol 483 MovieClip in Frame 36
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.copter._x = 25;
_root.copter._y = 25;
}
}
Instance of Symbol 486 MovieClip in Frame 36
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.xSpeed = -_root.xSpeed;
_root.health.nextFrame();
}
}
Instance of Symbol 499 MovieClip in Frame 36
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.xSpeed = -_root.xSpeed;
_root.health.nextFrame();
}
if (this.hitTest(_root.bullet2)) {
this.play();
_root.shooting = false;
_root.bullet2.removeMovieClip();
}
}
Instance of Symbol 392 MovieClip "button" in Frame 36
onClipEvent (load) {
shot = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bullet2) && (shot == false)) {
this.nextFrame();
shot = true;
_root.shooting = false;
_root.open = true;
_root.s2._visible = false;
_root.bullet2.removeMovieClip();
} else {
shot = false;
}
if (_root.copter._currentframe == 2) {
shot = false;
_root.open = false;
this.gotoAndStop(1);
}
}
Instance of Symbol 393 MovieClip in Frame 36
onClipEvent (enterFrame) {
if (_root.button._currentframe == 1) {
this.gotoAndStop(1);
open = false;
} else if ((_root.button._currentframe == 2) && (!open)) {
this.play();
}
}
Instance of Symbol 283 MovieClip in Frame 36
onClipEvent (load) {
this.gotoAndPlay(40);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bullet2)) {
_root.shooting = false;
_root.bullet2.removeMovieClip();
}
}
Instance of Symbol 279 MovieClip in Frame 36
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.ySpeed = (-_root.ySpeed) + 1;
_root.health.nextFrame();
}
}
Instance of Symbol 279 MovieClip in Frame 36
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.ySpeed = -_root.ySpeed;
_root.health.nextFrame();
}
}
Instance of Symbol 279 MovieClip in Frame 36
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.ySpeed = -_root.ySpeed;
_root.health.nextFrame();
}
}
Instance of Symbol 279 MovieClip in Frame 36
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.ySpeed = -_root.ySpeed;
_root.health.nextFrame();
}
}
Instance of Symbol 279 MovieClip in Frame 36
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.xSpeed = -_root.xSpeed;
_root.health.nextFrame();
}
}
Instance of Symbol 279 MovieClip in Frame 36
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.ySpeed = -_root.ySpeed;
_root.health.nextFrame();
}
}
Instance of Symbol 279 MovieClip in Frame 36
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.ySpeed = (-_root.ySpeed) + 1;
_root.health.nextFrame();
}
}
Instance of Symbol 279 MovieClip in Frame 36
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.ySpeed = -_root.ySpeed;
_root.health.nextFrame();
}
}
Instance of Symbol 302 MovieClip "bullet" in Frame 36
onClipEvent (load) {
mirror = false;
}
onClipEvent (enterFrame) {
if (!mirror) {
this._x = this._x + 15;
}
if (mirror) {
_y = (_y + 15);
}
}
Frame 37
copter._x = 25;
copter._y = 152;
bonus = 2000;
ySpeed = 0;
xSpeed = 0;
lvl = "16/30";
open = false;
stop();
nextLevel = "lvl17";
Instance of Symbol 279 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.xSpeed = -_root.xSpeed;
_root.health.nextFrame();
}
}
Instance of Symbol 279 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.xSpeed = -_root.xSpeed;
_root.health.nextFrame();
_root.bonus = _root.bonus - 30;
}
}
Instance of Symbol 279 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.xSpeed = -_root.xSpeed;
_root.health.nextFrame();
}
}
Instance of Symbol 279 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.xSpeed = -_root.xSpeed;
_root.health.nextFrame();
_root.bonus = _root.bonus - 30;
}
}
Instance of Symbol 279 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.xSpeed = -_root.xSpeed;
_root.health.nextFrame();
}
}
Instance of Symbol 279 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.xSpeed = -_root.xSpeed;
_root.health.nextFrame();
_root.bonus = _root.bonus - 30;
}
}
Instance of Symbol 279 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.xSpeed = -_root.xSpeed;
_root.health.nextFrame();
}
}
Instance of Symbol 279 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.xSpeed = -_root.xSpeed;
_root.health.nextFrame();
_root.bonus = _root.bonus - 30;
}
}
Instance of Symbol 279 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.xSpeed = -_root.xSpeed;
_root.health.nextFrame();
}
}
Instance of Symbol 279 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.xSpeed = -_root.xSpeed;
_root.health.nextFrame();
_root.bonus = _root.bonus - 30;
}
}
Instance of Symbol 514 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.copter._x = 501;
_root.copter._y = 81;
}
}
Instance of Symbol 439 MovieClip in Frame 37
onClipEvent (load) {
die = false;
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.copter) && (die == false)) && (_root.copter._currentframe == 1)) {
_root.health.nextFrame();
this.nextFrame();
_root.xSpeed = -_root.xSpeed;
_root.health.nextFrame();
_root.ySpeed = 3;
die = true;
} else if (die == false) {
this.gotoAndStop(1);
}
}
Instance of Symbol 439 MovieClip in Frame 37
onClipEvent (load) {
die = false;
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.copter) && (die == false)) && (_root.copter._currentframe == 1)) {
_root.health.nextFrame();
this.nextFrame();
_root.xSpeed = -_root.xSpeed;
_root.health.nextFrame();
_root.ySpeed = 3;
die = true;
} else if (die == false) {
this.gotoAndStop(1);
}
}
Instance of Symbol 439 MovieClip in Frame 37
onClipEvent (load) {
die = false;
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.copter) && (die == false)) && (_root.copter._currentframe == 1)) {
_root.health.nextFrame();
this.nextFrame();
_root.xSpeed = -_root.xSpeed;
_root.health.nextFrame();
_root.ySpeed = 3;
die = true;
} else if (die == false) {
this.gotoAndStop(1);
}
}
Instance of Symbol 439 MovieClip in Frame 37
onClipEvent (load) {
die = false;
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.copter) && (die == false)) && (_root.copter._currentframe == 1)) {
_root.health.nextFrame();
this.nextFrame();
_root.xSpeed = -_root.xSpeed;
_root.health.nextFrame();
_root.ySpeed = 3;
die = true;
} else if (die == false) {
this.gotoAndStop(1);
}
}
Instance of Symbol 439 MovieClip in Frame 37
onClipEvent (load) {
die = false;
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.copter) && (die == false)) && (_root.copter._currentframe == 1)) {
_root.health.nextFrame();
this.nextFrame();
_root.xSpeed = -_root.xSpeed;
_root.health.nextFrame();
_root.ySpeed = 3;
die = true;
} else if (die == false) {
this.gotoAndStop(1);
}
}
Instance of Symbol 439 MovieClip in Frame 37
onClipEvent (load) {
die = false;
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.copter) && (die == false)) && (_root.copter._currentframe == 1)) {
_root.health.nextFrame();
this.nextFrame();
_root.xSpeed = -_root.xSpeed;
_root.health.nextFrame();
_root.ySpeed = 3;
die = true;
} else if (die == false) {
this.gotoAndStop(1);
}
}
Instance of Symbol 439 MovieClip in Frame 37
onClipEvent (load) {
die = false;
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.copter) && (die == false)) && (_root.copter._currentframe == 1)) {
_root.health.nextFrame();
this.nextFrame();
_root.xSpeed = -_root.xSpeed;
_root.health.nextFrame();
_root.ySpeed = 3;
die = true;
} else if (die == false) {
this.gotoAndStop(1);
}
}
Instance of Symbol 439 MovieClip in Frame 37
onClipEvent (load) {
die = false;
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.copter) && (die == false)) && (_root.copter._currentframe == 1)) {
_root.health.nextFrame();
this.nextFrame();
_root.xSpeed = -_root.xSpeed;
_root.health.nextFrame();
_root.ySpeed = 3;
die = true;
} else if (die == false) {
this.gotoAndStop(1);
}
}
Instance of Symbol 439 MovieClip in Frame 37
onClipEvent (load) {
die = false;
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.copter) && (die == false)) && (_root.copter._currentframe == 1)) {
_root.health.nextFrame();
this.nextFrame();
_root.xSpeed = -_root.xSpeed;
_root.health.nextFrame();
_root.ySpeed = 3;
die = true;
} else if (die == false) {
this.gotoAndStop(1);
}
}
Instance of Symbol 439 MovieClip in Frame 37
onClipEvent (load) {
die = false;
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.copter) && (die == false)) && (_root.copter._currentframe == 1)) {
_root.health.nextFrame();
this.nextFrame();
_root.xSpeed = -_root.xSpeed;
_root.health.nextFrame();
_root.ySpeed = 3;
die = true;
} else if (die == false) {
this.gotoAndStop(1);
}
}
Instance of Symbol 439 MovieClip in Frame 37
onClipEvent (load) {
die = false;
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.copter) && (die == false)) && (_root.copter._currentframe == 1)) {
_root.health.nextFrame();
this.nextFrame();
_root.xSpeed = -_root.xSpeed;
_root.health.nextFrame();
_root.ySpeed = 3;
die = true;
} else if (die == false) {
this.gotoAndStop(1);
}
}
Instance of Symbol 439 MovieClip in Frame 37
onClipEvent (load) {
die = false;
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.copter) && (die == false)) && (_root.copter._currentframe == 1)) {
_root.health.nextFrame();
this.nextFrame();
_root.xSpeed = -_root.xSpeed;
_root.health.nextFrame();
_root.ySpeed = 3;
die = true;
} else if (die == false) {
this.gotoAndStop(1);
}
}
Instance of Symbol 439 MovieClip in Frame 37
onClipEvent (load) {
die = false;
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.copter) && (die == false)) && (_root.copter._currentframe == 1)) {
_root.health.nextFrame();
this.nextFrame();
_root.xSpeed = -_root.xSpeed;
_root.health.nextFrame();
_root.ySpeed = 3;
die = true;
} else if (die == false) {
this.gotoAndStop(1);
}
}
Instance of Symbol 439 MovieClip in Frame 37
onClipEvent (load) {
die = false;
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.copter) && (die == false)) && (_root.copter._currentframe == 1)) {
_root.health.nextFrame();
this.nextFrame();
_root.xSpeed = -_root.xSpeed;
_root.health.nextFrame();
_root.ySpeed = 3;
die = true;
} else if (die == false) {
this.gotoAndStop(1);
}
}
Frame 38
copter._x = 25;
copter._y = 152;
bonus = 2000;
ySpeed = 0;
xSpeed = 0;
lvl = "17/30";
open = false;
stop();
nextLevel = "lvl18";
Instance of Symbol 514 MovieClip in Frame 38
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.copter._x = 403;
_root.copter._y = 55;
}
}
Instance of Symbol 279 MovieClip in Frame 38
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.ySpeed = -_root.ySpeed;
_root.health.nextFrame();
_root.bonus = _root.bonus - 30;
}
}
Instance of Symbol 279 MovieClip in Frame 38
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.ySpeed = -_root.ySpeed;
_root.health.nextFrame();
_root.bonus = _root.bonus - 30;
}
}
Instance of Symbol 279 MovieClip in Frame 38
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.ySpeed = -_root.ySpeed;
_root.health.nextFrame();
_root.bonus = _root.bonus - 30;
}
}
Instance of Symbol 279 MovieClip in Frame 38
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.ySpeed = -_root.ySpeed;
_root.health.nextFrame();
_root.bonus = _root.bonus - 30;
}
}
Instance of Symbol 279 MovieClip in Frame 38
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.ySpeed = -_root.ySpeed;
_root.health.nextFrame();
_root.health.nextFrame();
_root.health.nextFrame();
_root.bonus = _root.bonus - 30;
}
}
Instance of Symbol 279 MovieClip in Frame 38
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.ySpeed = -_root.ySpeed;
_root.health.nextFrame();
_root.bonus = _root.bonus - 30;
}
}
Instance of Symbol 514 MovieClip in Frame 38
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.copter._x = _root.t2._x;
_root.copter._y = _root.t2._y;
}
}
Frame 39
copter._x = 25;
copter._y = 180;
bonus = 2000;
ySpeed = 0;
xSpeed = 0;
lvl = "18/30";
open = false;
stop();
nextLevel = "lvl19";
Instance of Symbol 514 MovieClip "t1" in Frame 39
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.copter._x = _root.t3._x;
_root.copter._y = _root.t3._y;
}
}
Instance of Symbol 439 MovieClip in Frame 39
onClipEvent (load) {
die = false;
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.copter) && (die == false)) && (_root.copter._currentframe == 1)) {
_root.health.nextFrame();
this.nextFrame();
_root.xSpeed = -_root.xSpeed;
_root.health.nextFrame();
_root.ySpeed = 3;
die = true;
}
}
Instance of Symbol 279 MovieClip in Frame 39
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.ySpeed = -_root.ySpeed;
_root.health.nextFrame();
_root.health.nextFrame();
_root.health.nextFrame();
_root.bonus = _root.bonus - 30;
}
}
Instance of Symbol 279 MovieClip in Frame 39
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.ySpeed = -_root.ySpeed;
_root.health.nextFrame();
_root.bonus = _root.bonus - 30;
}
}
Instance of Symbol 279 MovieClip in Frame 39
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.ySpeed = -_root.ySpeed;
_root.health.nextFrame();
_root.health.nextFrame();
_root.health.nextFrame();
_root.bonus = _root.bonus - 30;
}
}
Instance of Symbol 279 MovieClip in Frame 39
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.ySpeed = -_root.ySpeed;
_root.health.nextFrame();
_root.bonus = _root.bonus - 30;
}
}
Instance of Symbol 279 MovieClip in Frame 39
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.ySpeed = -_root.ySpeed;
_root.health.nextFrame();
_root.health.nextFrame();
_root.health.nextFrame();
_root.bonus = _root.bonus - 30;
}
}
Instance of Symbol 279 MovieClip in Frame 39
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.ySpeed = -_root.ySpeed;
_root.health.nextFrame();
_root.bonus = _root.bonus - 30;
}
}
Instance of Symbol 279 MovieClip in Frame 39
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.xSpeed = -_root.xSpeed;
_root.health.nextFrame();
}
}
Instance of Symbol 279 MovieClip in Frame 39
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.xSpeed = -_root.xSpeed;
_root.health.nextFrame();
_root.bonus = _root.bonus - 30;
}
}
Instance of Symbol 279 MovieClip in Frame 39
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.ySpeed = -_root.ySpeed;
_root.health.nextFrame();
_root.health.nextFrame();
_root.health.nextFrame();
_root.bonus = _root.bonus - 30;
}
}
Instance of Symbol 279 MovieClip in Frame 39
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.ySpeed = -_root.ySpeed;
_root.health.nextFrame();
_root.bonus = _root.bonus - 30;
}
}
Instance of Symbol 279 MovieClip in Frame 39
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.ySpeed = -_root.ySpeed;
_root.health.nextFrame();
_root.health.nextFrame();
_root.health.nextFrame();
_root.bonus = _root.bonus - 30;
}
}
Instance of Symbol 279 MovieClip in Frame 39
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.ySpeed = -_root.ySpeed;
_root.health.nextFrame();
_root.bonus = _root.bonus - 30;
}
}
Instance of Symbol 279 MovieClip in Frame 39
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.xSpeed = -_root.xSpeed;
_root.health.nextFrame();
}
}
Instance of Symbol 279 MovieClip in Frame 39
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.xSpeed = -_root.xSpeed;
_root.health.nextFrame();
_root.bonus = _root.bonus - 30;
}
}
Instance of Symbol 279 MovieClip in Frame 39
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.ySpeed = -_root.ySpeed;
_root.health.nextFrame();
_root.health.nextFrame();
_root.health.nextFrame();
_root.bonus = _root.bonus - 30;
}
}
Instance of Symbol 279 MovieClip in Frame 39
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.ySpeed = -_root.ySpeed;
_root.health.nextFrame();
_root.bonus = _root.bonus - 30;
}
}
Instance of Symbol 283 MovieClip in Frame 39
onClipEvent (load) {
this.gotoAndPlay(40);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bullet2)) {
_root.shooting = false;
_root.bullet2.removeMovieClip();
}
}
Instance of Symbol 283 MovieClip in Frame 39
onClipEvent (load) {
this.gotoAndPlay(40);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bullet2)) {
_root.shooting = false;
_root.bullet2.removeMovieClip();
}
}
Instance of Symbol 279 MovieClip in Frame 39
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.xSpeed = -_root.xSpeed;
_root.health.nextFrame();
_root.bonus = _root.bonus - 30;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bullet2)) {
_root.shooting = false;
_root.bullet2.removeMovieClip();
}
}
Instance of Symbol 279 MovieClip in Frame 39
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.ySpeed = -_root.ySpeed;
_root.health.nextFrame();
_root.health.nextFrame();
_root.health.nextFrame();
_root.bonus = _root.bonus - 30;
}
}
Frame 40
copter._x = 25;
copter._y = 152;
bonus = 2000;
ySpeed = 0;
xSpeed = 0;
lvl = "19/30";
open = false;
stop();
nextLevel = "endu4";
Instance of Symbol 279 MovieClip in Frame 40
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.xSpeed = -_root.xSpeed;
_root.health.nextFrame();
_root.bonus = _root.bonus - 30;
}
}
Instance of Symbol 279 MovieClip in Frame 40
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.ySpeed = -_root.ySpeed;
_root.health.nextFrame();
}
}
Instance of Symbol 279 MovieClip in Frame 40
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.ySpeed = -_root.ySpeed;
_root.health.nextFrame();
}
}
Instance of Symbol 279 MovieClip in Frame 40
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.xSpeed = -_root.xSpeed;
_root.health.nextFrame();
_root.bonus = _root.bonus - 30;
}
}
Instance of Symbol 279 MovieClip in Frame 40
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.xSpeed = -_root.xSpeed;
_root.health.nextFrame();
_root.bonus = _root.bonus - 30;
}
}
Frame 41
stop();
startE = false;
nextLevel = "lvl20";
timeLeft = 20;
startE = false;
retries = 0;
Instance of Symbol 538 MovieClip "missile" in Frame 41
onClipEvent (load) {
this.gotoAndStop(1);
xS = 0;
yS = 0;
xMax = random(3) + 5;
xMin = -xMax;
yMax = random(3) + 5;
yMin = -yMax;
time = 150;
pang = false;
}
onClipEvent (enterFrame) {
if (_x >= _root.copter._x) {
xS++;
}
if (_x <= _root.copter._x) {
xS--;
}
if (_y >= _root.copter._y) {
yS++;
}
if (_y <= _root.copter._y) {
yS--;
}
if (yS >= yMax) {
yS = yMax;
}
if (xS >= xMax) {
xS = xMax;
}
if (yS <= yMin) {
yS = yMin;
}
if (xS <= xMin) {
xS = xMin;
}
if (this.hit.hitTest(_root.copter)) {
this.gotoAndStop(2);
}
_x = (_x - xS);
_y = (_y - yS);
_rotation = (57.3 * Math.atan2(_root.copter._y - _y, _root.copter._x - _x));
time = time - 0.5;
trace(time);
}
onClipEvent (load) {
i = 0;
count = 5;
}
onClipEvent (enterFrame) {
if (count == 0) {
i++;
_root.smoke.duplicateMovieClip("smoke" + i, i);
_root["smoke" + i]._x = this._x;
_root["smoke" + i]._y = this._y;
_root["smoke" + i]._alpha = 100;
count = 2;
}
if (_root.startE == false) {
this._x = 104;
this._y = 341;
}
}
onClipEvent (enterFrame) {
count--;
}
Instance of Symbol 541 MovieClip "smoke" in Frame 41
onClipEvent (load) {
leng = -1;
yR = random(10) + 1;
rS = random(10) + 20;
}
onClipEvent (enterFrame) {
if (leng >= 100) {
leng--;
}
if (leng <= 0) {
leng++;
}
if (_alpha <= 0) {
this.removeMovieClip();
}
_alpha = (_alpha - 5);
_rotation = (_rotation + rS);
trace(leng);
}
Instance of Symbol 51 MovieClip "copter" in Frame 41
onClipEvent (load) {
timeSet = _root.time;
_root.xSpeed = 0;
_root.ySpeed = 0;
speedPlus = 1;
speedMax = 7.5;
speedMin = -7.5;
this._xscale = _root.size;
this._yscale = _root.size;
i = 1;
}
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
_root.xSpeed = _root.xSpeed + speedPlus;
}
if (_root.xSpeed >= speedMax) {
_root.xSpeed = speedMax;
}
if (Key.isDown(37)) {
_root.xSpeed = _root.xSpeed - speedPlus;
}
if (_root.xSpeed <= speedMin) {
_root.xSpeed = speedMin;
}
if (Key.isDown(38)) {
_root.ySpeed = _root.ySpeed - speedPlus;
}
if (_root.ySpeed <= speedMin) {
_root.ySpeed = speedMin;
}
if (Key.isDown(40)) {
_root.ySpeed = _root.ySpeed + speedPlus;
}
if (_root.ySpeed >= speedMax) {
_root.ySpeed = speedMax;
}
_y = (_y + _root.ySpeed);
_x = (_x + _root.xSpeed);
_rotation = (_root.xSpeed * 2);
}
onClipEvent (enterFrame) {
_root.timeS = _root.time + "sec";
}
onClipEvent (enterFrame) {
if (_root.timeLeft <= 0) {
_root.time = timeSet;
_root.gotoAndStop("levelEndEndu");
}
_root.health.gotoAndStop(1);
}
Instance of Symbol 547 MovieClip "enduSign" in Frame 41
onClipEvent (enterFrame) {
if (!_root.startE) {
_root.timeLeft = 30;
}
}
Instance of Symbol 550 MovieClip "launcher" in Frame 41
onClipEvent (enterFrame) {
_rotation = (57.3 * Math.atan2(_root.copter._y - _y, _root.copter._x - _x));
}
Frame 42
copter._x = 25;
copter._y = 152;
bonus = 2000;
ySpeed = 0;
xSpeed = 0;
lvl = "20/30";
open = false;
stop();
nextLevel = "lvl21";
Instance of Symbol 279 MovieClip in Frame 42
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.ySpeed = -_root.ySpeed;
_root.health.nextFrame();
}
}
Instance of Symbol 279 MovieClip in Frame 42
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.ySpeed = -_root.ySpeed;
_root.health.nextFrame();
}
}
Instance of Symbol 283 MovieClip in Frame 42
onClipEvent (load) {
this.gotoAndPlay(40);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bullet2)) {
_root.shooting = false;
_root.bullet2.removeMovieClip();
}
}
Instance of Symbol 283 MovieClip in Frame 42
onClipEvent (enterFrame) {
if (this.hitTest(_root.bullet2)) {
_root.shooting = false;
_root.bullet2.removeMovieClip();
}
}
Instance of Symbol 283 MovieClip in Frame 42
onClipEvent (load) {
this.gotoAndPlay(40);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bullet2)) {
_root.shooting = false;
_root.bullet2.removeMovieClip();
}
}
Instance of Symbol 279 MovieClip in Frame 42
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.ySpeed = -_root.ySpeed;
_root.health.nextFrame();
}
}
Instance of Symbol 279 MovieClip in Frame 42
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.ySpeed = -_root.ySpeed;
_root.health.nextFrame();
}
}
Instance of Symbol 296 MovieClip in Frame 42
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
this.play();
}
}
Instance of Symbol 302 MovieClip "bullet" in Frame 42
onClipEvent (enterFrame) {
this._x = this._x + 15;
}
Instance of Symbol 51 MovieClip "copter" in Frame 42
onClipEvent (load) {
_root.xSpeed = 0;
_root.ySpeed = 0;
this._xscale = _root.size;
this._yscale = _root.size;
i = 1;
}
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
_root.xSpeed = _root.xSpeed + _root.speedPlus;
}
if (_root.xSpeed >= _root.speedMax) {
_root.xSpeed = _root.speedMax;
}
if (Key.isDown(37)) {
_root.xSpeed = _root.xSpeed - _root.speedPlus;
}
if (_root.xSpeed <= _root.speedMin) {
_root.xSpeed = _root.speedMin;
}
if (Key.isDown(38)) {
_root.ySpeed = _root.ySpeed - _root.speedPlus;
}
if (_root.ySpeed <= _root.speedMin) {
_root.ySpeed = _root.speedMin;
}
if (Key.isDown(40)) {
_root.ySpeed = _root.ySpeed + _root.speedPlus;
}
if (_root.ySpeed >= _root.speedMax) {
_root.ySpeed = _root.speedMax;
}
_y = (_y + _root.ySpeed);
_x = (_x + _root.xSpeed);
_rotation = (_root.xSpeed * 2);
}
onClipEvent (enterFrame) {
if (_root.bonus <= 1) {
_root.bonus = 0;
} else {
_root.bonus--;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(32) && (_root.shooting == false)) {
_root.bullet.duplicateMovieClip("bullet2", i);
_root.bullet2.gotoAndPlay(2);
_root.bullet2._x = this._x + 5;
_root.bullet2._y = this._y + 10;
_root.shooting = true;
_root.copter.gun.play();
}
_root.timeS = _root.time + "sec";
}
onClipEvent (enterFrame) {
if (_root.life == 0) {
_root.check = "gameOver";
}
}
Frame 43
copter._x = 25;
copter._y = 152;
bonus = 2000;
ySpeed = 0;
xSpeed = 0;
lvl = "21/30";
open = false;
stop();
nextLevel = "lvl22";
Instance of Symbol 302 MovieClip "bullet" in Frame 43
onClipEvent (enterFrame) {
this._x = this._x + 15;
}
Frame 44
copter._x = 25;
copter._y = 152;
bonus = 2000;
ySpeed = 0;
xSpeed = 0;
lvl = "22/30";
open = false;
stop();
nextLevel = "lvl23";
Frame 45
copter._x = 25;
copter._y = 152;
bonus = 2000;
ySpeed = 0;
xSpeed = 0;
lvl = "23/30";
open = false;
stop();
nextLevel = "lvl24";
Frame 46
copter._x = 20;
copter._y = 100;
bonus = 2000;
ySpeed = 0;
xSpeed = 0;
lvl = "24/30";
open = false;
stop();
nextLevel = "lvl25";
_quality = "MEDIUM";
Instance of Symbol 279 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.ySpeed = -_root.ySpeed;
_root.health.nextFrame();
}
}
Instance of Symbol 279 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.ySpeed = -_root.ySpeed;
_root.health.nextFrame();
}
}
Instance of Symbol 279 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.ySpeed = -_root.ySpeed;
_root.health.nextFrame();
}
}
Instance of Symbol 279 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.ySpeed = -_root.ySpeed;
_root.health.nextFrame();
}
}
Instance of Symbol 279 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.ySpeed = -_root.ySpeed;
_root.health.nextFrame();
}
}
Instance of Symbol 279 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.ySpeed = -_root.ySpeed;
_root.health.nextFrame();
}
}
Instance of Symbol 279 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.ySpeed = -_root.ySpeed;
_root.health.nextFrame();
}
}
Instance of Symbol 279 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.ySpeed = -_root.ySpeed;
_root.health.nextFrame();
}
}
Instance of Symbol 279 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.ySpeed = -_root.ySpeed;
_root.health.nextFrame();
}
}
Instance of Symbol 279 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.ySpeed = -_root.ySpeed;
_root.health.nextFrame();
}
}
Instance of Symbol 279 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.ySpeed = -_root.ySpeed;
_root.health.nextFrame();
}
}
Instance of Symbol 609 MovieClip "wSleftSmall" in Frame 46
/* no clip actions */
Instance of Symbol 279 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.copter._x = 25;
_root.copter._y = 100;
}
}
Instance of Symbol 279 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.xSpeed = -_root.xSpeed;
_root.health.nextFrame();
_root.bonus = _root.bonus - 30;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bullet2)) {
_root.shooting = false;
_root.bullet2.removeMovieClip();
}
}
Instance of Symbol 279 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.xSpeed = -_root.xSpeed;
_root.health.nextFrame();
_root.bonus = _root.bonus - 30;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bullet2)) {
_root.shooting = false;
_root.bullet2.removeMovieClip();
}
}
Frame 47
copter._x = 25;
copter._y = 152;
bonus = 2000;
ySpeed = 0;
xSpeed = 0;
lvl = "25/30";
open = false;
stop();
nextLevel = "endu5";
_quality = "MEDIUM";
Frame 48
stop();
startE = false;
nextLevel = "lvl26";
_quality = "MEDIUM";
timeLeft = 20;
startE = false;
retries = 0;
Instance of Symbol 279 MovieClip in Frame 48
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.xSpeed = -_root.xSpeed;
_root.health.nextFrame();
_root.bonus = _root.bonus - 30;
}
}
Instance of Symbol 279 MovieClip in Frame 48
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.xSpeed = -_root.xSpeed;
_root.health.nextFrame();
_root.bonus = _root.bonus - 30;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bullet2)) {
_root.shooting = false;
_root.bullet2.removeMovieClip();
}
}
Instance of Symbol 279 MovieClip in Frame 48
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.ySpeed = -_root.ySpeed;
_root.health.nextFrame();
}
}
Instance of Symbol 279 MovieClip in Frame 48
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.ySpeed = -_root.ySpeed;
_root.health.nextFrame();
_root.health.nextFrame();
_root.health.nextFrame();
_root.bonus = _root.bonus - 30;
}
}
Instance of Symbol 538 MovieClip "missile" in Frame 48
onClipEvent (load) {
this.gotoAndStop(1);
xS = 0;
yS = 0;
xMax = random(3) + 5;
xMin = -xMax;
yMax = random(3) + 5;
yMin = -yMax;
time = 150;
pang = false;
}
onClipEvent (enterFrame) {
if (_x >= _root.copter._x) {
xS++;
}
if (_x <= _root.copter._x) {
xS--;
}
if (_y >= _root.copter._y) {
yS++;
}
if (_y <= _root.copter._y) {
yS--;
}
if (yS >= yMax) {
yS = yMax;
}
if (xS >= xMax) {
xS = xMax;
}
if (yS <= yMin) {
yS = yMin;
}
if (xS <= xMin) {
xS = xMin;
}
if (this.hit.hitTest(_root.copter)) {
this.gotoAndStop(2);
}
_x = (_x - xS);
_y = (_y - yS);
_rotation = (57.3 * Math.atan2(_root.copter._y - _y, _root.copter._x - _x));
time = time - 0.5;
trace(time);
}
onClipEvent (load) {
i = 0;
count = 5;
}
onClipEvent (enterFrame) {
if (count == 0) {
i++;
_root.smoke.duplicateMovieClip("smoke" + i, i);
_root["smoke" + i]._x = this._x;
_root["smoke" + i]._y = this._y;
_root["smoke" + i]._alpha = 100;
count = 2;
}
if (_root.startE == false) {
this._x = 104;
this._y = 341;
}
}
onClipEvent (enterFrame) {
count--;
}
Instance of Symbol 541 MovieClip "smoke" in Frame 48
onClipEvent (load) {
leng = -1;
yR = random(10) + 1;
rS = random(10) + 20;
}
onClipEvent (enterFrame) {
if (leng >= 100) {
leng--;
}
if (leng <= 0) {
leng++;
}
if (_alpha <= 0) {
this.removeMovieClip();
}
_alpha = (_alpha - 5);
_rotation = (_rotation + rS);
trace(leng);
}
Instance of Symbol 51 MovieClip "copter" in Frame 48
onClipEvent (load) {
timeSet = _root.time;
_root.xSpeed = 0;
_root.ySpeed = 0;
speedPlus = 1;
speedMax = 7.5;
speedMin = -7.5;
this._xscale = _root.size;
this._yscale = _root.size;
i = 1;
}
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
_root.xSpeed = _root.xSpeed + speedPlus;
}
if (_root.xSpeed >= speedMax) {
_root.xSpeed = speedMax;
}
if (Key.isDown(37)) {
_root.xSpeed = _root.xSpeed - speedPlus;
}
if (_root.xSpeed <= speedMin) {
_root.xSpeed = speedMin;
}
if (Key.isDown(38)) {
_root.ySpeed = _root.ySpeed - speedPlus;
}
if (_root.ySpeed <= speedMin) {
_root.ySpeed = speedMin;
}
if (Key.isDown(40)) {
_root.ySpeed = _root.ySpeed + speedPlus;
}
if (_root.ySpeed >= speedMax) {
_root.ySpeed = speedMax;
}
_y = (_y + _root.ySpeed);
_x = (_x + _root.xSpeed);
_rotation = (_root.xSpeed * 2);
}
onClipEvent (enterFrame) {
_root.timeS = _root.time + "sec";
}
onClipEvent (enterFrame) {
if (_root.timeLeft <= 0) {
_root.time = timeSet;
_root.gotoAndStop("levelEndEndu");
}
_root.health.gotoAndStop(1);
}
Instance of Symbol 547 MovieClip "enduSign" in Frame 48
onClipEvent (enterFrame) {
if (!_root.startE) {
_root.timeLeft = 30;
}
}
Instance of Symbol 550 MovieClip "launcher" in Frame 48
onClipEvent (enterFrame) {
_rotation = (57.3 * Math.atan2(_root.copter._y - _y, _root.copter._x - _x));
}
Frame 49
copter._x = 25;
copter._y = 152;
bonus = 2000;
ySpeed = 0;
xSpeed = 0;
lvl = "26/30";
open = false;
stop();
nextLevel = "lvl27";
_quality = "MEDIUM";
Instance of Symbol 279 MovieClip in Frame 49
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.xSpeed = (-_root.xSpeed) + 1;
_root.health.nextFrame();
_root.health.prevFrame();
_root.bonus = _root.bonus - 30;
}
}
Instance of Symbol 279 MovieClip in Frame 49
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.health.nextFrame();
_root.health.prevFrame();
_root.xSpeed = (-_root.xSpeed) - 1;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bullet2)) {
_root.shooting = false;
_root.bullet2.removeMovieClip();
}
}
Instance of Symbol 279 MovieClip in Frame 49
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.ySpeed = (-_root.ySpeed) - 1;
_root.health.nextFrame();
_root.health.prevFrame();
}
}
Instance of Symbol 279 MovieClip in Frame 49
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.health.nextFrame();
_root.health.prevFrame();
_root.ySpeed = (-_root.ySpeed) + 1;
}
}
Instance of Symbol 302 MovieClip "bullet" in Frame 49
onClipEvent (enterFrame) {
this._x = this._x + 15;
}
Instance of Symbol 51 MovieClip "copter" in Frame 49
onClipEvent (load) {
_root.xSpeed = 0;
_root.ySpeed = 0;
this._xscale = _root.size;
this._yscale = _root.size;
i = 1;
}
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
_root.xSpeed = _root.xSpeed + _root.speedPlus;
}
if (_root.xSpeed >= _root.speedMax) {
_root.xSpeed = _root.speedMax;
}
if (Key.isDown(37)) {
_root.xSpeed = _root.xSpeed - _root.speedPlus;
}
if (_root.xSpeed <= _root.speedMin) {
_root.xSpeed = _root.speedMin;
}
if (Key.isDown(38)) {
_root.ySpeed = _root.ySpeed - _root.speedPlus;
}
if (_root.ySpeed <= _root.speedMin) {
_root.ySpeed = _root.speedMin;
}
if (Key.isDown(40)) {
_root.ySpeed = _root.ySpeed + _root.speedPlus;
}
if (_root.ySpeed >= _root.speedMax) {
_root.ySpeed = _root.speedMax;
}
_y = (_y + _root.ySpeed);
_x = (_x + _root.xSpeed);
_rotation = (_root.xSpeed * 2);
}
onClipEvent (enterFrame) {
if (_root.bonus <= 1) {
_root.bonus = 0;
} else {
_root.bonus--;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(32) && (_root.shooting == false)) {
_root.bullet.duplicateMovieClip("bullet2", i);
_root.bullet2.gotoAndPlay(2);
_root.bullet2._x = this._x + 5;
_root.bullet2._y = this._y + 10;
_root.shooting = true;
_root.copter.gun.play();
}
_root.timeS = _root.time + "sec";
}
onClipEvent (enterFrame) {
if (_root.life == 0) {
_root.check = "gameOver";
}
}
Frame 50
copter._x = 25;
copter._y = 152;
bonus = 2000;
ySpeed = 0;
xSpeed = 0;
lvl = "27/30";
open = false;
stop();
nextLevel = "lvl28";
_quality = "MEDIUM";
Frame 51
copter._x = 25;
copter._y = 152;
bonus = 2000;
ySpeed = 0;
xSpeed = 0;
lvl = "28/30";
open = false;
stop();
nextLevel = "lvl29";
_quality = "MEDIUM";
Frame 52
copter._x = 25;
copter._y = 152;
bonus = 2000;
ySpeed = 0;
xSpeed = 0;
lvl = "29/30";
open = false;
stop();
nextLevel = "lvl30";
Frame 53
ySpeed = 0;
xSpeed = 0;
lvl = "30/30";
stop();
nextLevel = "lvl31";
timeLeft = 20;
startE = false;
retries = 0;
Instance of Symbol 538 MovieClip "missile" in Frame 53
onClipEvent (load) {
this.gotoAndStop(1);
xS = 0;
yS = 0;
xMax = 3;
xMin = -xMax;
yMax = 3;
yMin = -yMax;
time = 150;
pang = false;
}
onClipEvent (enterFrame) {
if (_x >= _root.copter._x) {
xS++;
}
if (_x <= _root.copter._x) {
xS--;
}
if (_y >= _root.copter._y) {
yS++;
}
if (_y <= _root.copter._y) {
yS--;
}
if (yS >= yMax) {
yS = yMax;
}
if (xS >= xMax) {
xS = xMax;
}
if (yS <= yMin) {
yS = yMin;
}
if (xS <= xMin) {
xS = xMin;
}
if (this.hit.hitTest(_root.copter)) {
this.gotoAndStop(2);
}
_x = (_x - xS);
_y = (_y - yS);
_rotation = (57.3 * Math.atan2(_root.copter._y - _y, _root.copter._x - _x));
time = time - 0.5;
trace(time);
}
onClipEvent (load) {
i = 0;
count = 5;
}
onClipEvent (enterFrame) {
if (count == 0) {
i++;
_root.smoke.duplicateMovieClip("smoke" + i, i);
_root["smoke" + i]._x = this._x;
_root["smoke" + i]._y = this._y;
_root["smoke" + i]._alpha = 100;
count = 2;
}
if (_root.startE == false) {
this._x = 0;
this._y = 0;
}
}
onClipEvent (enterFrame) {
count--;
}
Instance of Symbol 541 MovieClip "smoke" in Frame 53
onClipEvent (load) {
leng = -1;
yR = random(10) + 1;
rS = random(10) + 20;
}
onClipEvent (enterFrame) {
if (leng >= 100) {
leng--;
}
if (leng <= 0) {
leng++;
}
if (_alpha <= 0) {
this.removeMovieClip();
}
_alpha = (_alpha - 5);
_rotation = (_rotation + rS);
trace(leng);
}
Instance of Symbol 51 MovieClip "copter" in Frame 53
onClipEvent (load) {
timeSet = _root.time;
_root.xSpeed = 0;
_root.ySpeed = 0;
speedPlus = 1;
speedMax = 7.5;
speedMin = -7.5;
this._xscale = _root.size;
this._yscale = _root.size;
i = 1;
}
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
_root.xSpeed = _root.xSpeed + speedPlus;
}
if (_root.xSpeed >= speedMax) {
_root.xSpeed = speedMax;
}
if (Key.isDown(37)) {
_root.xSpeed = _root.xSpeed - speedPlus;
}
if (_root.xSpeed <= speedMin) {
_root.xSpeed = speedMin;
}
if (Key.isDown(38)) {
_root.ySpeed = _root.ySpeed - speedPlus;
}
if (_root.ySpeed <= speedMin) {
_root.ySpeed = speedMin;
}
if (Key.isDown(40)) {
_root.ySpeed = _root.ySpeed + speedPlus;
}
if (_root.ySpeed >= speedMax) {
_root.ySpeed = speedMax;
}
_y = (_y + _root.ySpeed);
_x = (_x + _root.xSpeed);
_rotation = (_root.xSpeed * 2);
}
onClipEvent (enterFrame) {
_root.timeS = _root.time + "sec";
}
onClipEvent (enterFrame) {
if (_root.timeLeft <= 0) {
_root.time = timeSet;
_root.gotoAndStop("levelEndEndu");
}
if (_root.timeLeft > 7) {
_root.timeLeft = 7;
}
_root.health.gotoAndStop(1);
}
Instance of Symbol 547 MovieClip "enduSign" in Frame 53
onClipEvent (enterFrame) {
if (!_root.startE) {
_root.timeLeft = 30;
}
}
Instance of Symbol 362 MovieClip in Frame 53
onClipEvent (enterFrame) {
if (this._y <= -5) {
this._x = random(580) + 120;
this._y = 405;
}
if (_root.startE == true) {
this._y = this._y - 6;
}
}
Instance of Symbol 362 MovieClip in Frame 53
onClipEvent (enterFrame) {
if (this._y <= -5) {
this._x = random(580) + 120;
this._y = 405;
}
if (_root.startE == true) {
this._y = this._y - 6;
}
}
Instance of Symbol 279 MovieClip in Frame 53
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.copter.gotoAndPlay(2);
_root.retries = _root.retries + 1;
_root.xSpeed = 0;
_root.ySpeed = 0;
_root.copter._x = 326;
_root.copter._y = 152;
_root.timeLeft = 20;
_root.startE = false;
_root.enduSign.gotoAndPlay(1);
}
}
Frame 54
stop();
mainVol = 100;
soundMute.removeMovieClip();
_quality = "HIGH";
url = _url.split("/");
cUrl = url[2];
Instance of Symbol 17 MovieClip in Frame 54
onClipEvent (load) {
randomSpeed = random(3) + 1;
size = random(80) + 40;
}
onClipEvent (enterFrame) {
if (this._x <= ((size - size) - size)) {
this._y = random(300) + 60;
this._x = 700 + size;
}
this._x = this._x - randomSpeed;
this._xscale = size;
this._yscale = size;
}
Instance of Symbol 17 MovieClip in Frame 54
onClipEvent (load) {
randomSpeed = random(3) + 1;
size = random(80) + 40;
}
onClipEvent (enterFrame) {
if (this._x <= ((size - size) - size)) {
this._y = random(300) + 60;
this._x = 700 + size;
}
this._x = this._x - randomSpeed;
this._xscale = size;
this._yscale = size;
}
Instance of Symbol 17 MovieClip in Frame 54
onClipEvent (load) {
randomSpeed = random(3) + 1;
size = random(100) + 40;
}
onClipEvent (enterFrame) {
if (this._x <= ((size - size) - size)) {
this._y = random(300) + 60;
this._x = 700 + size;
}
this._x = this._x - randomSpeed;
this._xscale = size;
this._yscale = size;
}
Instance of Symbol 17 MovieClip in Frame 54
onClipEvent (load) {
randomSpeed = random(3) + 1;
size = random(100) + 40;
}
onClipEvent (enterFrame) {
if (this._x <= ((size - size) - size)) {
this._y = random(300) + 60;
size = random(100) + 40;
this._x = 700 + size;
}
this._x = this._x - randomSpeed;
this._xscale = size;
this._yscale = size;
}
Instance of Symbol 279 MovieClip in Frame 54
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.health.nextFrame();
_root.health.prevFrame();
_root.ySpeed = (-_root.ySpeed) + 1;
}
}
Instance of Symbol 639 MovieClip "copter" in Frame 54
onClipEvent (load) {
pressed = false;
}
onClipEvent (mouseDown) {
if (!pressed) {
_root.name = "";
pressed = true;
}
}
Instance of Symbol 651 MovieClip in Frame 54
onClipEvent (enterFrame) {
if (_root.name == "Insert name") {
this.gotoAndStop(1);
}
if (_root.cUrl == "www.nbstuff.com") {
this.gotoAndStop(2);
} else {
this.gotoAndStop(3);
}
}
Instance of Symbol 329 MovieClip in Frame 54
onClipEvent (enterFrame) {
_root.copter_sound.setVolume(_root.mainVol);
}
Instance of Symbol 335 MovieClip in Frame 54
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (this.mute) {
stopAllSounds();
}
}
Frame 55
stop();
AC_moveSpeed = 6;
AC_length = 0;
AC_finalLength = 0;
Instance of Symbol 653 MovieClip "AC_copter" in Frame 55
onClipEvent (load) {
ySpeed = 0;
}
onClipEvent (enterFrame) {
if (ySpeed >= 7) {
ySpeed = 7;
}
if (mouseD == true) {
ySpeed = ySpeed - 1;
}
ySpeed = ySpeed + 0.5;
this._y = this._y + ySpeed;
this._rotation = ySpeed / 2;
_root.AC_length++;
}
onClipEvent (mouseDown) {
mouseD = true;
}
onClipEvent (mouseUp) {
mouseD = false;
}
Instance of Symbol 655 MovieClip in Frame 55
onClipEvent (enterFrame) {
if (this._x <= -20) {
this._x = 740;
}
this._x = this._x - _root.AC_moveSpeed;
}
Instance of Symbol 656 MovieClip in Frame 55
onClipEvent (enterFrame) {
if (this._x <= -10) {
randy = random(273) + 36;
this._y = randy;
this._x = 720;
}
this._x = this._x - _root.AC_moveSpeed;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.AC_copter)) {
_root.AC_finalLength = _root.AC_length;
_root.gotoAndStop("AC_gameOver");
}
}
Instance of Symbol 656 MovieClip in Frame 55
onClipEvent (enterFrame) {
if (this._x <= -10) {
randy = random(273) + 36;
this._y = randy;
this._x = 720;
}
this._x = this._x - _root.AC_moveSpeed;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.AC_copter)) {
_root.AC_finalLength = _root.AC_length;
_root.gotoAndStop("AC_gameOver");
}
}
Instance of Symbol 656 MovieClip in Frame 55
onClipEvent (enterFrame) {
if (this._x <= -10) {
randy = random(273) + 36;
this._y = randy;
this._x = 720;
}
this._x = this._x - _root.AC_moveSpeed;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.AC_copter)) {
_root.AC_finalLength = _root.AC_length;
_root.gotoAndStop("AC_gameOver");
}
}
Instance of Symbol 655 MovieClip in Frame 55
onClipEvent (enterFrame) {
if (this._x <= -20) {
this._x = 740;
}
this._x = this._x - _root.AC_moveSpeed;
}
Instance of Symbol 658 MovieClip in Frame 55
onClipEvent (enterFrame) {
if (this.hitTest(_root.AC_copter)) {
_root.AC_finalLength = _root.AC_length;
_root.gotoAndStop("AC_gameOver");
}
if (this._x <= -378) {
_x = 1079;
}
this._x = this._x - _root.AC_moveSpeed;
trace(_x);
}
Instance of Symbol 658 MovieClip in Frame 55
onClipEvent (enterFrame) {
if (this.hitTest(_root.AC_copter)) {
_root.AC_finalLength = _root.AC_length;
_root.gotoAndStop("AC_gameOver");
}
if (this._x <= -378) {
_x = 1079;
}
this._x = this._x - _root.AC_moveSpeed;
trace(_x);
}
Instance of Symbol 658 MovieClip in Frame 55
onClipEvent (enterFrame) {
if (this.hitTest(_root.AC_copter)) {
_root.AC_finalLength = _root.AC_length;
_root.gotoAndStop("AC_gameOver");
}
if (this._x <= -378) {
_x = 1079;
}
this._x = this._x - _root.AC_moveSpeed;
trace(_x);
}
Instance of Symbol 658 MovieClip in Frame 55
onClipEvent (enterFrame) {
if (this.hitTest(_root.AC_copter)) {
_root.AC_finalLength = _root.AC_length;
_root.gotoAndStop("AC_gameOver");
}
if (this._x <= -378) {
_x = 1079;
}
this._x = this._x - _root.AC_moveSpeed;
trace(_x);
}
Frame 57
xSpeed = 0;
ySpeed = 0;
speedPlus = 1;
speedMax = 6;
speedMin = -6;
size = 50;
stop();
time2 = 0;
startEndu = false;
Instance of Symbol 51 MovieClip "copter" in Frame 57
onClipEvent (load) {
this._xscale = _root.size;
this._yscale = _root.size;
i = 1;
}
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
_root.xSpeed = _root.xSpeed + _root.speedPlus;
}
if (_root.xSpeed >= _root.speedMax) {
_root.xSpeed = _root.speedMax;
}
if (Key.isDown(37)) {
_root.xSpeed = _root.xSpeed - _root.speedPlus;
}
if (_root.xSpeed <= _root.speedMin) {
_root.xSpeed = _root.speedMin;
}
if (Key.isDown(38)) {
_root.ySpeed = _root.ySpeed - _root.speedPlus;
}
if (_root.ySpeed <= _root.speedMin) {
_root.ySpeed = _root.speedMin;
}
if (Key.isDown(40)) {
_root.ySpeed = _root.ySpeed + _root.speedPlus;
}
if (_root.ySpeed >= _root.speedMax) {
_root.ySpeed = _root.speedMax;
}
_y = (_y + _root.ySpeed);
_x = (_x + _root.xSpeed);
_rotation = (_root.xSpeed * 2);
}
onClipEvent (enterFrame) {
if (Key.isDown(17)) {
_root.nextFrame();
}
}
onClipEvent (enterFrame) {
if (Key.isDown(32) && (_root.shooting == false)) {
_root.bullet.duplicateMovieClip("bullet2", i);
_root.bullet2._x = this._x + 5;
_root.bullet2._y = this._y + 10;
_root.shooting = true;
_root.copter.gun.play();
}
_root.timeS2 = _root.time2 + "sec";
}
Instance of Symbol 362 MovieClip in Frame 57
onClipEvent (enterFrame) {
if (this._y <= -5) {
this._x = random(580) + 120;
this._y = 405;
}
if (_root.startEndu) {
this._y = this._y - 4;
}
}
Instance of Symbol 362 MovieClip in Frame 57
onClipEvent (enterFrame) {
if (this._y <= -5) {
this._x = random(580) + 120;
this._y = 405;
}
if (_root.startEndu) {
this._y = this._y - 4;
}
}
Instance of Symbol 279 MovieClip in Frame 57
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.xSpeed = -_root.xSpeed;
_root.health.nextFrame();
_root.bonus = _root.bonus - 30;
}
}
Instance of Symbol 279 MovieClip in Frame 57
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.xSpeed = -_root.xSpeed;
_root.health.nextFrame();
_root.bonus = _root.bonus - 30;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bullet2)) {
_root.shooting = false;
_root.bullet2.removeMovieClip();
}
}
Instance of Symbol 279 MovieClip in Frame 57
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.ySpeed = -20;
_root.copter._y = _root.copter._y - 1;
}
}
Instance of Symbol 279 MovieClip in Frame 57
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.nextFrame();
}
}
Instance of Symbol 365 MovieClip in Frame 57
onClipEvent (enterFrame) {
this._x = _root.copter._x;
this._y = _root.copter._y;
}
Frame 58
timeFin = timeS2;
Frame 59
function removeAllObjects() {
for (var _local3 in _root) {
var _local2 = _root[_local3];
if ((typeof(_local2) == "movieclip") && (_local2.removable)) {
_local2.removeMovieClip();
}
}
}
function newObject(type, x, y) {
_root.level_array.push([type, Math.round(x), Math.round(y)]);
return(level_array.length - 1);
}
function arrayToString(arr) {
var _local3 = "";
var _local2 = 0;
while (_local2 < arr.length) {
var _local1 = arr[_local2];
if (_local2 == 0) {
_local3 = _local3 + (((_local1[0] + ",") + _local1[1]) + ":");
} else if (_local2 == 1) {
_local3 = _local3 + _local1;
} else {
_local3 = _local3 + (((((":" + _local1[0]) + ",") + _local1[1]) + ",") + _local1[2]);
}
_local2++;
}
return(_local3);
}
function stringToArray(str) {
var _local3 = [];
var _local4 = str.split(":");
var _local1 = 0;
while (_local1 < _local4.length) {
var _local2 = _local4[_local1].split(",");
if (_local1 == 0) {
_local3.push([_local2[0], _local2[1]]);
} else if (_local1 == 1) {
_local3.push(_local4[_local1]);
} else {
_local3.push([_local2[0], _local2[1], _local2[2]]);
}
_local1++;
}
return(_local3);
}
function stringToLevel(str) {
var _local4 = stringToArray(str);
level_array = [];
removeAllObjects();
var _local3 = 0;
while (_local3 < _local4.length) {
var _local2 = _local4[_local3];
if (_local3 == 0) {
_root.copter._x = _local2[0];
_root.copter._y = _local2[1];
level_array[0] = [];
setCopterPosition(_local2[0], _local2[1]);
} else if (_local3 == 1) {
BG.gotoAndStop(_local2);
setBG(_local2);
} else {
attachItem(_local2[0], _local2[1], _local2[2]).updateData();
}
_local3++;
}
}
function fadeInCodeBox() {
codeBox._visible = true;
codeBox.onEnterFrame = function () {
if (this._alpha >= 100) {
this._alpha = 100;
Selection.setFocus(this.code);
this.onEnterFrame = null;
}
this._alpha = this._alpha + 10;
};
}
function fadeOutCodeBox() {
codeBox.onEnterFrame = function () {
if (this._alpha <= 0) {
this._alpha = 0;
this._visible = false;
this.onEnterFrame = null;
}
this._alpha = this._alpha - 10;
};
}
function timeCrAdd() {
timeCr++;
}
MovieClip.prototype.makeDraggable = function () {
this.useHandCursor = false;
this.removable = true;
this.onPress = function () {
if (!edit) {
return(undefined);
}
this.startDrag();
};
this.onRelease = (this.onReleaseOutside = function () {
this.stopDrag();
this.updateData();
});
};
items = [obs, wu, wl, wulo, wllo, flag, wSrightSmall, wSleftSmall, wSleftBig, wSrightBig, obsHOR, mine, mace, spin];
itemsNum = 2;
_global.attachItem = function (type, x, y) {
if (!edit) {
return(undefined);
}
var _local4 = items[type];
if (_local4 == flag) {
flag_btn.enabled = false;
}
var _local3 = _local4.duplicateMovieClip("item" + itemsNum, _root.getNextHighestDepth(), {_x:x, _y:y});
itemsNum++;
var _local5 = newObject(type, x, y);
_local3.index = _local5;
_local3.type = type;
_local3.updateData = function () {
modifyObject(this.index, this.type, this._x, this._y);
};
return(_local3);
};
_global.modifyObject = function (index, type, x, y) {
_root.level_array[index][0] = type;
_root.level_array[index][1] = x;
_root.level_array[index][2] = y;
};
_global.setCopterPosition = function (x, y) {
_root.level_array[0][0] = Math.round(x);
_root.level_array[0][1] = Math.round(y);
};
_global.setBG = function (BG) {
_root.level_array[1] = BG;
};
codeBox._alpha = (codeBox._visible = 0);
level_array = [];
level_array[0] = [];
MovieClip.prototype.removeObject = function () {
if (this.index == undefined) {
trace("Error: This item cannot be removed");
return(undefined);
}
_root.level_array.splice(this.index, 1);
this.removeMovieClip();
};
edit = true;
depth = 1;
obsNum = 1;
wuNum = 1;
wlNum = 1;
wuloNum = 1;
wlloNum = 1;
wSrightSmallNum = 1;
setBG("mountain");
setCopterPosition(copter._x, copter._y);
speedMax = 0;
speedMin = 0;
speedPlus = 0;
addOpen = true;
timeCr = 0;
setInterval(timeCrAdd, 1000);
attachItem(5, 300, 300);
addObj.onEnterFrame = function () {
this.swapDepths(this._parent.getNextHighestDepth());
};
used.onEnterFrame = function () {
this.swapDepths(this._parent.getNextHighestDepth() + 1);
};
info.onEnterFrame = function () {
this.swapDepths(this._parent.getNextHighestDepth() + 2);
};
Instance of Symbol 712 MovieClip "flag" in Frame 59
onClipEvent (load) {
makeDraggable();
}
Instance of Symbol 382 MovieClip "obsHOR" in Frame 59
onClipEvent (load) {
makeDraggable();
}
onClipEvent (enterFrame) {
if (_root.edit == true) {
this.stop();
} else {
this.play();
}
}
onClipEvent (mouseDown) {
if (this.hitTest(_root.mouse) && (Key.isDown(17))) {
this.removeMovieClip();
}
}
onClipEvent (mouseDown) {
if ((this.hitTest(_root.mouse) && (Key.isDown(17))) && (_root.edit == true)) {
this.removeObject();
}
}
Instance of Symbol 439 MovieClip "mine" in Frame 59
onClipEvent (load) {
die = false;
makeDraggable();
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (die == false)) {
_root.health.nextFrame();
this.nextFrame();
_root.xSpeed = (-_root.xSpeed) - 1;
_root.ySpeed = 3;
die = true;
}
}
onClipEvent (enterFrame) {
if (_root.edit == true) {
mine2.stop();
} else {
mine2.play();
}
}
onClipEvent (mouseDown) {
if ((this.hitTest(_root.mouse) && (Key.isDown(17))) && (_root.edit == true)) {
this.removeObject();
}
}
onClipEvent (enterFrame) {
if (_root.edit == true) {
this.gotoAndStop(1);
}
}
Instance of Symbol 283 MovieClip "obs" in Frame 59
onClipEvent (load) {
makeDraggable();
this.gotoAndPlay(random(80));
}
onClipEvent (enterFrame) {
if (_root.edit == true) {
this.stop();
} else {
this.play();
}
}
onClipEvent (mouseDown) {
if (this.hitTest(_root.mouse) && (Key.isDown(17))) {
this.removeMovieClip();
}
}
onClipEvent (mouseDown) {
if ((this.hitTest(_root.mouse) && (Key.isDown(17))) && (_root.edit == true)) {
this.removeObject();
}
}
Instance of Symbol 714 MovieClip "mouse" in Frame 59
onClipEvent (enterFrame) {
_x = _root._xmouse;
_y = _root._ymouse;
}
Instance of Symbol 716 MovieClip "wl" in Frame 59
onClipEvent (load) {
makeDraggable();
}
onClipEvent (mouseDown) {
if ((this.hitTest(_root.mouse) && (Key.isDown(17))) && (_root.edit == true)) {
this.removeObject();
}
}
Instance of Symbol 719 MovieClip "wllo" in Frame 59
onClipEvent (load) {
makeDraggable();
}
onClipEvent (mouseDown) {
if ((this.hitTest(_root.mouse) && (Key.isDown(17))) && (_root.edit == true)) {
this.removeObject();
}
}
Instance of Symbol 607 MovieClip "wSrightSmall" in Frame 59
onClipEvent (load) {
makeDraggable();
}
onClipEvent (mouseDown) {
if ((this.hitTest(_root.mouse) && (Key.isDown(17))) && (_root.edit == true)) {
this.removeObject();
}
}
Instance of Symbol 609 MovieClip "wSleftSmall" in Frame 59
onClipEvent (load) {
makeDraggable();
}
onClipEvent (mouseDown) {
if ((this.hitTest(_root.mouse) && (Key.isDown(17))) && (_root.edit == true)) {
this.removeObject();
}
}
Instance of Symbol 721 MovieClip "wSrightBig" in Frame 59
onClipEvent (load) {
makeDraggable();
}
onClipEvent (mouseDown) {
if ((this.hitTest(_root.mouse) && (Key.isDown(17))) && (_root.edit == true)) {
this.removeObject();
}
}
Instance of Symbol 723 MovieClip "wSleftBig" in Frame 59
onClipEvent (load) {
makeDraggable();
}
onClipEvent (mouseDown) {
if ((this.hitTest(_root.mouse) && (Key.isDown(17))) && (_root.edit == true)) {
this.removeObject();
}
}
Instance of Symbol 725 MovieClip "wu" in Frame 59
onClipEvent (load) {
makeDraggable();
}
onClipEvent (mouseDown) {
if (this.hitTest(_root.mouse) && (Key.isDown(17))) {
this.removeObject();
}
}
Instance of Symbol 728 MovieClip "wulo" in Frame 59
onClipEvent (load) {
makeDraggable();
}
onClipEvent (mouseDown) {
if ((this.hitTest(_root.mouse) && (Key.isDown(17))) && (_root.edit == true)) {
this.removeObject();
}
}
Instance of Symbol 595 MovieClip "mace" in Frame 59
onClipEvent (load) {
makeDraggable();
}
onClipEvent (enterFrame) {
if (_root.edit == true) {
this.stop();
} else {
this.play();
}
}
onClipEvent (mouseDown) {
if ((this.hitTest(_root.mouse) && (Key.isDown(17))) && (_root.edit == true)) {
this.removeObject();
}
}
Instance of Symbol 602 MovieClip "spin" in Frame 59
onClipEvent (load) {
makeDraggable();
}
onClipEvent (enterFrame) {
if (_root.edit == true) {
this.stop();
} else {
this.play();
}
}
onClipEvent (mouseDown) {
if ((this.hitTest(_root.mouse) && (Key.isDown(17))) && (_root.edit == true)) {
this.removeObject();
}
}
Instance of Symbol 51 MovieClip "copter" in Frame 59
onClipEvent (load) {
_root.xSpeed = 0;
_root.ySpeed = 0;
i = 1;
}
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
_root.xSpeed = _root.xSpeed + _root.speedPlus;
}
if (_root.xSpeed >= _root.speedMax) {
_root.xSpeed = _root.speedMax;
}
if (Key.isDown(37)) {
_root.xSpeed = _root.xSpeed - _root.speedPlus;
}
if (_root.xSpeed <= _root.speedMin) {
_root.xSpeed = _root.speedMin;
}
if (Key.isDown(38)) {
_root.ySpeed = _root.ySpeed - _root.speedPlus;
}
if (_root.ySpeed <= _root.speedMin) {
_root.ySpeed = _root.speedMin;
}
if (Key.isDown(40)) {
_root.ySpeed = _root.ySpeed + _root.speedPlus;
}
if (_root.ySpeed >= _root.speedMax) {
_root.ySpeed = _root.speedMax;
}
_y = (_y + _root.ySpeed);
_x = (_x + _root.xSpeed);
_rotation = (_root.xSpeed * 2);
}
onClipEvent (enterFrame) {
if (Key.isDown(17) && (_root.shooting == false)) {
_root.bullet.duplicateMovieClip("bullet2", i);
_root.bullet2._x = this._x + 5;
_root.bullet2._y = this._y + 10;
_root.shooting = true;
_root.copter.gun.play();
}
_root.timeS = _root.time + "sec";
}
onClipEvent (enterFrame) {
if (_root.edit == false) {
_root.speedMax = 5;
_root.speedMin = -5;
_root.speedPlus = 1;
}
}
onClipEvent (mouseDown) {
if ((_root.edit == true) && (this.hitTest(_root.mouse))) {
this.startDrag(true);
}
}
onClipEvent (mouseUp) {
this.stopDrag();
setCopterPosition(_x, _y);
}
onClipEvent (enterFrame) {
if (_root.edit == true) {
this.gotoAndStop(1);
_root.timeCr = 0;
}
_root.creatorTime = _root.timeCr + "sec";
}
Instance of Symbol 786 MovieClip "addObj" in Frame 59
onClipEvent (load) {
_alpha = 0;
}
onClipEvent (enterFrame) {
if (_root.addOpen == true) {
this._alpha = this._alpha + 5;
}
if (_root.addOpen == false) {
this.gotoAndStop(1);
this._alpha = this._alpha - 5;
}
if (_alpha <= 0) {
_alpha = 0;
}
if (_alpha >= 100) {
_alpha = 100;
}
if (poo >= 1500) {
poo = 1000;
}
}
Instance of Symbol 808 MovieClip "info" in Frame 59
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 279 MovieClip in Frame 59
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.xSpeed = -_root.xSpeed;
_root.health.nextFrame();
_root.bonus = _root.bonus - 30;
}
}
Instance of Symbol 279 MovieClip in Frame 59
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.xSpeed = -_root.xSpeed;
_root.health.nextFrame();
_root.bonus = _root.bonus - 30;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bullet2)) {
_root.shooting = false;
_root.bullet2.removeMovieClip();
}
}
Instance of Symbol 279 MovieClip in Frame 59
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.ySpeed = (-_root.ySpeed) - 1;
}
}
Instance of Symbol 279 MovieClip in Frame 59
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.ySpeed = -_root.ySpeed;
_root.health.nextFrame();
_root.health.nextFrame();
_root.bonus = _root.bonus - 30;
}
}
Instance of Symbol 835 MovieClip "used" in Frame 59
onClipEvent (load) {
_visible = false;
poo = 1501;
}
onClipEvent (enterFrame) {
if (_visible == true) {
_root.timeCr = 0;
_root.speedMax = 0;
_root.speedMin = 0;
_root.speedPlus = 0;
}
if (poo >= 2000) {
poo = 1501;
}
this.swapDepths(poo);
poo++;
}
Instance of Symbol 714 MovieClip "mouse" in Frame 59
onClipEvent (enterFrame) {
_x = _root._xmouse;
_y = _root._ymouse;
}
Symbol 9 MovieClip Frame 1
_root.stop();
PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
if (PercentLoaded != 100) {
setProperty(bar, _xscale , PercentLoaded);
} else {
_root.play();
}
Symbol 9 MovieClip Frame 2
gotoAndPlay (1);
Instance of Symbol 23 MovieClip in Symbol 25 MovieClip Frame 1
onClipEvent (enterFrame) {
myColoredObject = new Color(this);
myColoredObject.setRGB(_root.myColor);
}
Symbol 37 MovieClip Frame 1
stop();
Symbol 37 MovieClip Frame 4
gotoAndPlay (2);
Symbol 39 MovieClip Frame 10
_root.copter._x = 35;
_root.copter._y = 152;
_root.xSpeed = 0;
_root.ySpeed = 0;
_parent.gotoAndStop(1);
_root.health.gotoAndStop(1);
stop();
Symbol 50 MovieClip Frame 10
stop();
Symbol 51 MovieClip Frame 1
_root.frame1 = true;
stop();
Symbol 51 MovieClip Frame 2
_root.open = false;
_root.frame1 = false;
Symbol 60 Button
on (release) {
gotoAndStop ("diff");
}
Symbol 63 Button
on (release) {
_root.gotoAndStop("creator");
}
Symbol 67 Button
on (release) {
getURL (_root.LinkDownload, "_blank");
}
Symbol 71 Button
on (release) {
getURL (_root.LinkMoreGames, "_blank");
}
Symbol 77 Button
on (release) {
gotoAndStop ("unlockable");
}
Symbol 82 Button
on (release) {
getURL (_root.HiScoreOpenURL, "_blank");
}
Symbol 88 Button
on (release) {
_root.pass._visible = true;
_root.passFrame = "minigame";
}
Symbol 93 Button
on (release) {
_root.pass._visible = true;
_root.passFrame = "endu";
}
Symbol 97 Button
on (release) {
gotoAndStop (1);
}
Symbol 108 Button
on (release) {
_root.speedPlus = 0.4;
_root.speedMax = 5;
_root.speedMin = -5;
_root.size = 50;
_root.gotoAndStop("lvl1");
}
Symbol 114 Button
on (release) {
_root.speedPlus = 0.5;
_root.speedMax = 5;
_root.speedMin = -5;
_root.size = 55;
_root.gotoAndStop("lvl1");
}
Symbol 123 Button
on (release) {
_root.speedPlus = 1;
_root.speedMax = 5;
_root.speedMin = -5;
_root.size = 60;
_root.gotoAndStop("lvl1");
}
Symbol 124 MovieClip Frame 1
stop();
Symbol 131 Button
on (release) {
gotoAndStop ("regM");
}
Symbol 137 Button
on (release) {
_root.pass._visible = true;
_root.passFrame = "endu";
}
Symbol 142 Button
on (release) {
_root.gotoAndStop("creator");
}
Symbol 146 Button
on (release) {
_root.pass._visible = true;
_root.passFrame = "minigame";
}
Symbol 160 Button
on (release) {
_root.getURL("http://www.arcadetown.com/bumpcopter2/view_high_scores.asp", "_BLANK");
}
Symbol 167 Button
on (release) {
_root.speedPlus = 0.4;
_root.speedMax = 5;
_root.speedMin = -5;
_root.size = 50;
_root.gotoAndStop("lvl1");
}
Symbol 170 Button
on (release) {
_root.speedPlus = 0.5;
_root.speedMax = 5;
_root.speedMin = -5;
_root.size = 55;
_root.gotoAndStop("lvl1");
}
Symbol 174 Button
on (release) {
_root.speedPlus = 1;
_root.speedMax = 5;
_root.speedMin = -5;
_root.size = 60;
_root.gotoAndStop("lvl1");
}
Symbol 178 Button
on (release) {
gotoAndStop ("main");
}
Symbol 186 Button
on (release) {
_quality = "LOW";
}
Symbol 190 Button
on (release) {
_quality = "MEDIUM";
}
Symbol 194 Button
on (release) {
_quality = "HIGH";
}
Symbol 195 MovieClip Frame 1
stop();
Symbol 209 Button
on (release) {
getURL ("http://www.arcadetown.com", "_blank");
}
Symbol 234 Button
on (release) {
password = password.toLowerCase();
if (password == "zebra") {
password = "correct!";
_root.gotoAndStop(_root.passFrame);
} else {
password = "wrong!";
}
}
Symbol 238 Button
on (release) {
_visible = false;
}
Symbol 239 MovieClip Frame 1
password = "insert password";
Symbol 240 MovieClip Frame 14
stop();
Symbol 279 MovieClip Frame 1
stop();
Instance of Symbol 277 MovieClip in Symbol 279 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.bullet2)) {
_root.shooting = false;
_root.bullet2.removeMovieClip();
}
}
Symbol 279 MovieClip Frame 8
gotoAndStop (1);
Instance of Symbol 279 MovieClip in Symbol 280 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.xSpeed = -_root.xSpeed;
_root.health.nextFrame();
}
}
Instance of Symbol 279 MovieClip in Symbol 280 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.ySpeed = -_root.ySpeed;
_root.health.nextFrame();
_root.health.nextFrame();
}
}
Instance of Symbol 279 MovieClip in Symbol 280 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.xSpeed = -_root.xSpeed;
_root.health.nextFrame();
}
}
Instance of Symbol 279 MovieClip in Symbol 282 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.xSpeed = -20;
_root.bonus = _root.bonus - 30;
_root.health.nextFrame();
this.play();
}
}
Instance of Symbol 279 MovieClip in Symbol 282 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.ySpeed = -_root.ySpeed;
_root.bonus = _root.bonus - 30;
_root.health.nextFrame();
this.play();
}
}
Instance of Symbol 279 MovieClip in Symbol 282 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.ySpeed = -20;
_root.bonus = _root.bonus - 30;
_root.health.nextFrame();
this.play();
}
}
Instance of Symbol 279 MovieClip in Symbol 282 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.ySpeed = -_root.ySpeed;
_root.health.nextFrame();
_root.bonus = _root.bonus - 30;
this.play();
}
}
Instance of Symbol 279 MovieClip in Symbol 285 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.xSpeed = -_root.xSpeed;
_root.health.nextFrame();
_root.bonus = _root.bonus - 30;
}
}
Instance of Symbol 279 MovieClip in Symbol 285 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.ySpeed = -_root.ySpeed;
_root.health.nextFrame();
}
}
Instance of Symbol 279 MovieClip in Symbol 285 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.xSpeed = -_root.xSpeed;
_root.health.nextFrame();
}
}
Instance of Symbol 279 MovieClip in Symbol 285 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.ySpeed = -_root.ySpeed;
_root.health.nextFrame();
_root.bonus = _root.bonus - 30;
}
}
Symbol 296 MovieClip Frame 1
stop();
Symbol 296 MovieClip Frame 2
_root.health.gotoAndStop(1);
Instance of Symbol 291 MovieClip in Symbol 296 MovieClip Frame 2
onClipEvent (enterFrame) {
_root.health.gotoAndStop(1);
}
Symbol 296 MovieClip Frame 3
_root.health.gotoAndStop(1);
Symbol 296 MovieClip Frame 4
_root.health.gotoAndStop(1);
Symbol 296 MovieClip Frame 5
_root.health.gotoAndStop(1);
Symbol 296 MovieClip Frame 6
_root.health.gotoAndStop(1);
Symbol 296 MovieClip Frame 7
_root.health.gotoAndStop(1);
Symbol 296 MovieClip Frame 11
_root.health.gotoAndStop(1);
Symbol 296 MovieClip Frame 14
_root.health.gotoAndStop(1);
Symbol 296 MovieClip Frame 15
_root.health.gotoAndStop(1);
Symbol 296 MovieClip Frame 20
_root.gotoAndStop("levelEnd");
_root.bullet.removeMovieClip();
_root.shooting = false;
Instance of Symbol 279 MovieClip in Symbol 297 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.xSpeed = -_root.xSpeed;
_root.health.nextFrame();
}
}
Instance of Symbol 279 MovieClip in Symbol 297 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.ySpeed = -_root.ySpeed;
_root.health.nextFrame();
_root.health.nextFrame();
}
}
Instance of Symbol 279 MovieClip in Symbol 297 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.xSpeed = -_root.xSpeed;
_root.health.nextFrame();
}
}
Instance of Symbol 279 MovieClip in Symbol 297 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.ySpeed = -_root.ySpeed;
_root.health.nextFrame();
}
}
Instance of Symbol 296 MovieClip in Symbol 298 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
this.play();
}
}
Symbol 302 MovieClip Frame 1
stop();
Symbol 302 MovieClip Frame 2
gotoAndStop (1);
Symbol 325 MovieClip Frame 1
_root.gameOver = false;
stop();
Symbol 325 MovieClip Frame 13
_root.used._visible = true;
_root.copter.gotoAndStop(2);
_root.life--;
_root.lifeLost.gotoAndPlay(1);
gotoAndStop (1);
_root.gameOver = true;
Symbol 332 Button
on (release) {
mute = true;
gotoAndStop (2);
}
Symbol 333 Button
on (release) {
_root.copter_sound.start(0, 999);
mute = false;
gotoAndStop (1);
}
Symbol 335 MovieClip Frame 1
mute = false;
stop();
Symbol 339 Button
on (release) {
skipped = true;
nextFrame();
}
Symbol 343 Button
on (release) {
stopAllSounds();
_root.gotoAndStop("mainMenu");
}
Symbol 347 Button
on (release) {
_quality = "LOW";
gotoAndStop (2);
}
Symbol 348 Button
on (release) {
_quality = "HIGH";
gotoAndStop (1);
}
Symbol 349 MovieClip Frame 1
stop();
Instance of Symbol 279 MovieClip in Symbol 356 MovieClip Frame 1
onClipEvent (load) {
die = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.copter) && (die == false)) && (_root.copter._currentframe == 1)) {
_root.health.nextFrame();
_root.xSpeed = -_root.xSpeed;
_root.health.nextFrame();
_root.bonus = _root.bonus - 30;
this.play();
die == true;
}
if (!this.hitTest(_root.copter)) {
die = false;
}
}
Instance of Symbol 279 MovieClip in Symbol 356 MovieClip Frame 1
onClipEvent (load) {
die = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.copter) && (die == false)) && (_root.copter._currentframe == 1)) {
_root.ySpeed = -_root.ySpeed;
_root.health.nextFrame();
_root.health.nextFrame();
this.play();
_root.bonus = _root.bonus - 30;
die == true;
}
if (!this.hitTest(_root.copter)) {
die = false;
}
}
Instance of Symbol 279 MovieClip in Symbol 356 MovieClip Frame 1
onClipEvent (load) {
die = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.copter) && (die == false)) && (_root.copter._currentframe == 1)) {
_root.health.nextFrame();
_root.xSpeed = 20;
_root.bonus = _root.bonus - 30;
this.play();
die == true;
}
if (!this.hitTest(_root.copter)) {
die = false;
}
}
Instance of Symbol 279 MovieClip in Symbol 356 MovieClip Frame 1
onClipEvent (load) {
die = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.copter) && (die == false)) && (_root.copter._currentframe == 1)) {
_root.ySpeed = -_root.ySpeed;
_root.health.nextFrame();
_root.bonus = _root.bonus - 30;
this.play();
die == true;
}
if (!this.hitTest(_root.copter)) {
die = false;
}
}
Instance of Symbol 279 MovieClip in Symbol 358 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.xSpeed = -_root.xSpeed;
_root.health.nextFrame();
}
}
Instance of Symbol 279 MovieClip in Symbol 358 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.ySpeed = -_root.ySpeed;
_root.health.nextFrame();
}
}
Instance of Symbol 279 MovieClip in Symbol 358 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.xSpeed = -_root.xSpeed;
_root.health.nextFrame();
}
}
Instance of Symbol 279 MovieClip in Symbol 362 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.ySpeed = 20;
_root.health.nextFrame();
_root.health.prevFrame();
_root.bonus = _root.bonus - 30;
}
}
Instance of Symbol 279 MovieClip in Symbol 362 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.ySpeed = -20;
_root.health.nextFrame();
_root.health.prevFrame();
_root.bonus = _root.bonus - 30;
}
}
Instance of Symbol 279 MovieClip in Symbol 362 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.ySpeed = 20;
_root.health.nextFrame();
_root.health.prevFrame();
_root.bonus = _root.bonus - 30;
}
}
Instance of Symbol 279 MovieClip in Symbol 362 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.ySpeed = -20;
_root.health.nextFrame();
_root.health.prevFrame();
_root.bonus = _root.bonus - 30;
}
}
Symbol 369 MovieClip Frame 65
stop();
_root.startE = true;
Instance of Symbol 279 MovieClip in Symbol 381 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.ySpeed = -_root.ySpeed;
_root.health.nextFrame();
_root.health.nextFrame();
}
}
Instance of Symbol 279 MovieClip in Symbol 381 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.xSpeed = -_root.xSpeed;
_root.health.nextFrame();
}
}
Instance of Symbol 279 MovieClip in Symbol 381 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.ySpeed = -_root.ySpeed;
_root.health.nextFrame();
}
}
Instance of Symbol 279 MovieClip in Symbol 381 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.xSpeed = -_root.xSpeed;
_root.health.nextFrame();
}
}
Symbol 392 MovieClip Frame 1
stop();
Symbol 393 MovieClip Frame 1
stop();
Symbol 393 MovieClip Frame 15
stop();
open = true;
Symbol 396 MovieClip Frame 345
stop();
Symbol 407 MovieClip Frame 40
stop();
Symbol 414 MovieClip Frame 1
stop();
Symbol 438 MovieClip Frame 10
stop();
Symbol 439 MovieClip Frame 1
stop();
die = false;
Symbol 439 MovieClip Frame 2
stop();
_root.health.nextFrame();
Instance of Symbol 438 MovieClip in Symbol 439 MovieClip Frame 2
onClipEvent (enterFrame) {
if (_root.copter._currentframe == 2) {
_parent.die = false;
_parent.gotoAndStop(1);
}
}
Instance of Symbol 296 MovieClip in Symbol 441 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
this.play();
}
}
Instance of Symbol 279 MovieClip in Symbol 441 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.xSpeed = -_root.xSpeed;
_root.health.nextFrame();
_root.bonus = _root.bonus - 30;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bullet2)) {
_root.shooting = false;
_root.bullet2.removeMovieClip();
}
}
Instance of Symbol 279 MovieClip in Symbol 441 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.ySpeed = -_root.ySpeed;
_root.health.nextFrame();
_root.health.nextFrame();
_root.bonus = _root.bonus - 30;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bullet2)) {
_root.shooting = false;
_root.bullet2.removeMovieClip();
}
}
Instance of Symbol 296 MovieClip in Symbol 444 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
this.play();
}
}
Instance of Symbol 279 MovieClip in Symbol 444 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.ySpeed = -_root.ySpeed;
_root.health.nextFrame();
_root.health.nextFrame();
_root.bonus = _root.bonus - 30;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bullet2)) {
_root.shooting = false;
_root.bullet2.removeMovieClip();
}
}
Instance of Symbol 279 MovieClip in Symbol 444 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.ySpeed = -_root.ySpeed;
_root.health.nextFrame();
_root.health.nextFrame();
_root.bonus = _root.bonus - 30;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bullet2)) {
_root.shooting = false;
_root.bullet2.removeMovieClip();
}
}
Instance of Symbol 279 MovieClip in Symbol 444 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.copter._currentframe == 1)) {
_root.ySpeed = -_root.ySpeed;
_root.health.nextFrame();
_root.health.nextFrame();
_root.bonus = _root.bonus - 30;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bullet2)) {
_root.shooting = false;
_root.bullet2.removeMovieClip();
}
}
Instance of Symbol 490 MovieClip in Symbol 491 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.bullet2)) {
_root.bullet2.mirror = true;
}
}
Instance of Symbol 490 MovieClip in Symbol 491 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.bullet2)) {
_root.bullet2.mirror = true;
}
}
Instance of Symbol 490 MovieClip in Symbol 491 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.bullet2)) {
_root.bullet2.mirror = true;
}
}
Instance of Symbol 490 MovieClip in Symbol 491 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.bullet2)) {
_root.bullet2.mirror = true;
}
}
Instance of Symbol 490 MovieClip in Symbol 491 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.bullet2)) {
_root.bullet2.mirror = true;
}
}
Symbol 499 MovieClip Frame 1
stop();
Symbol 499 MovieClip Frame 7
stop();
Symbol 537 MovieClip Frame 9
_root.retries = _root.retries + 1;
_root.timeLeft = 20;
_root.startE = false;
_root.copter._x = 326;
_root.copter._y = 152;
_root.enduSign.gotoAndPlay(1);
_parent.gotoAndStop(1);
Symbol 538 MovieClip Frame 1
stop();
Symbol 547 MovieClip Frame 66
stop();
_root.startE = true;
Instance of Symbol 557 MovieClip in Symbol 562 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.ySpeed = _root.ySpeed - 0.3;
}
}
Instance of Symbol 279 MovieClip in Symbol 577 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.health.gotoAndStop(13);
}
}
Instance of Symbol 279 MovieClip in Symbol 577 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.health.gotoAndStop(13);
}
}
Instance of Symbol 279 MovieClip in Symbol 577 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.health.gotoAndStop(13);
}
}
Instance of Symbol 279 MovieClip in Symbol 577 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.health.gotoAndStop(13);
}
}
Instance of Symbol 279 MovieClip in Symbol 577 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.health.gotoAndStop(13);
}
}
Instance of Symbol 279 MovieClip in Symbol 577 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.health.gotoAndStop(13);
}
}
Instance of Symbol 279 MovieClip in Symbol 577 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.health.gotoAndStop(13);
}
}
Instance of Symbol 279 MovieClip in Symbol 577 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.health.gotoAndStop(13);
}
}
Instance of Symbol 279 MovieClip in Symbol 577 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.health.gotoAndStop(13);
}
}
Instance of Symbol 279 MovieClip in Symbol 577 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.health.gotoAndStop(13);
}
}
Instance of Symbol 279 MovieClip in Symbol 577 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.health.gotoAndStop(13);
}
}
Instance of Symbol 279 MovieClip in Symbol 577 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.health.gotoAndStop(13);
}
}
Instance of Symbol 279 MovieClip in Symbol 577 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.health.gotoAndStop(13);
}
}
Instance of Symbol 279 MovieClip in Symbol 577 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.health.gotoAndStop(13);
}
}
Instance of Symbol 279 MovieClip in Symbol 577 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.health.gotoAndStop(13);
}
}
Instance of Symbol 279 MovieClip in Symbol 577 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.health.gotoAndStop(13);
}
}
Instance of Symbol 279 MovieClip in Symbol 577 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.health.gotoAndStop(13);
}
}
Instance of Symbol 279 MovieClip in Symbol 577 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.health.gotoAndStop(13);
}
}
Instance of Symbol 279 MovieClip in Symbol 577 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.health.gotoAndStop(13);
}
}
Instance of Symbol 279 MovieClip in Symbol 577 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.health.gotoAndStop(13);
}
}
Symbol 590 MovieClip Frame 1
stop();
_root.ready == true;
Symbol 590 MovieClip Frame 22
stop();
Instance of Symbol 590 MovieClip in Symbol 592 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.health.gotoAndStop(13);
}
}
Symbol 595 MovieClip Frame 61
gotoAndPlay (1);
Instance of Symbol 279 MovieClip in Symbol 599 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.health.gotoAndStop(13);
}
}
Instance of Symbol 279 MovieClip in Symbol 599 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.health.gotoAndStop(13);
}
}
Instance of Symbol 279 MovieClip in Symbol 599 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.health.gotoAndStop(13);
}
}
Instance of Symbol 279 MovieClip in Symbol 599 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.health.gotoAndStop(13);
}
}
Instance of Symbol 279 MovieClip in Symbol 599 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.health.gotoAndStop(13);
}
}
Instance of Symbol 279 MovieClip in Symbol 599 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.health.gotoAndStop(13);
}
}
Instance of Symbol 279 MovieClip in Symbol 599 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.health.gotoAndStop(13);
}
}
Instance of Symbol 279 MovieClip in Symbol 599 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.health.gotoAndStop(13);
}
}
Instance of Symbol 279 MovieClip in Symbol 599 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.health.gotoAndStop(13);
}
}
Instance of Symbol 279 MovieClip in Symbol 599 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.health.gotoAndStop(13);
}
}
Instance of Symbol 279 MovieClip in Symbol 599 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.health.gotoAndStop(13);
}
}
Instance of Symbol 279 MovieClip in Symbol 599 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.health.gotoAndStop(13);
}
}
Instance of Symbol 279 MovieClip in Symbol 599 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.health.gotoAndStop(13);
}
}
Instance of Symbol 279 MovieClip in Symbol 599 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.health.gotoAndStop(13);
}
}
Instance of Symbol 279 MovieClip in Symbol 599 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.health.gotoAndStop(13);
}
}
Instance of Symbol 279 MovieClip in Symbol 599 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.health.gotoAndStop(13);
}
}
Instance of Symbol 279 MovieClip in Symbol 599 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.health.gotoAndStop(13);
}
}
Instance of Symbol 279 MovieClip in Symbol 599 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.health.gotoAndStop(13);
}
}
Instance of Symbol 279 MovieClip in Symbol 599 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.health.gotoAndStop(13);
}
}
Instance of Symbol 279 MovieClip in Symbol 599 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.health.gotoAndStop(13);
}
}
Instance of Symbol 279 MovieClip in Symbol 599 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.health.gotoAndStop(13);
}
}
Instance of Symbol 279 MovieClip in Symbol 599 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.health.gotoAndStop(13);
}
}
Instance of Symbol 279 MovieClip in Symbol 599 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.health.gotoAndStop(13);
}
}
Instance of Symbol 279 MovieClip in Symbol 599 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.health.gotoAndStop(13);
}
}
Instance of Symbol 279 MovieClip in Symbol 599 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.health.gotoAndStop(13);
}
}
Instance of Symbol 279 MovieClip in Symbol 599 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.health.gotoAndStop(13);
}
}
Instance of Symbol 279 MovieClip in Symbol 599 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.health.gotoAndStop(13);
}
}
Instance of Symbol 279 MovieClip in Symbol 599 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.health.gotoAndStop(13);
}
}
Instance of Symbol 279 MovieClip in Symbol 599 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.health.gotoAndStop(13);
}
}
Instance of Symbol 279 MovieClip in Symbol 599 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.health.gotoAndStop(13);
}
}
Instance of Symbol 279 MovieClip in Symbol 599 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.health.gotoAndStop(13);
}
}
Instance of Symbol 279 MovieClip in Symbol 599 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.health.gotoAndStop(13);
}
}
Instance of Symbol 279 MovieClip in Symbol 599 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.health.gotoAndStop(13);
}
}
Instance of Symbol 279 MovieClip in Symbol 599 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.health.gotoAndStop(13);
}
}
Instance of Symbol 279 MovieClip in Symbol 599 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.health.gotoAndStop(13);
}
}
Instance of Symbol 279 MovieClip in Symbol 599 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.health.gotoAndStop(13);
}
}
Instance of Symbol 279 MovieClip in Symbol 599 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.health.gotoAndStop(13);
}
}
Instance of Symbol 279 MovieClip in Symbol 599 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.health.gotoAndStop(13);
}
}
Instance of Symbol 279 MovieClip in Symbol 599 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.health.gotoAndStop(13);
}
}
Instance of Symbol 279 MovieClip in Symbol 599 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.health.gotoAndStop(13);
}
}
Instance of Symbol 279 MovieClip in Symbol 599 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.health.gotoAndStop(13);
}
}
Instance of Symbol 279 MovieClip in Symbol 599 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.health.gotoAndStop(13);
}
}
Instance of Symbol 279 MovieClip in Symbol 599 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.health.gotoAndStop(13);
}
}
Instance of Symbol 279 MovieClip in Symbol 599 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.health.gotoAndStop(13);
}
}
Instance of Symbol 279 MovieClip in Symbol 599 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.health.gotoAndStop(13);
}
}
Instance of Symbol 279 MovieClip in Symbol 599 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.health.gotoAndStop(13);
}
}
Instance of Symbol 279 MovieClip in Symbol 599 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.health.gotoAndStop(13);
}
}
Instance of Symbol 279 MovieClip in Symbol 599 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.health.gotoAndStop(13);
}
}
Instance of Symbol 279 MovieClip in Symbol 599 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.health.gotoAndStop(13);
}
}
Instance of Symbol 279 MovieClip in Symbol 599 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.health.gotoAndStop(13);
}
}
Instance of Symbol 279 MovieClip in Symbol 599 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.health.gotoAndStop(13);
}
}
Instance of Symbol 279 MovieClip in Symbol 599 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.health.gotoAndStop(13);
}
}
Instance of Symbol 279 MovieClip in Symbol 599 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.health.gotoAndStop(13);
}
}
Instance of Symbol 279 MovieClip in Symbol 599 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.health.gotoAndStop(13);
}
}
Instance of Symbol 279 MovieClip in Symbol 599 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.health.gotoAndStop(13);
}
}
Instance of Symbol 279 MovieClip in Symbol 599 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.health.gotoAndStop(13);
}
}
Instance of Symbol 279 MovieClip in Symbol 599 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.health.gotoAndStop(13);
}
}
Instance of Symbol 279 MovieClip in Symbol 599 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.health.gotoAndStop(13);
}
}
Instance of Symbol 279 MovieClip in Symbol 599 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.health.gotoAndStop(13);
}
}
Instance of Symbol 279 MovieClip in Symbol 599 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.health.gotoAndStop(13);
}
}
Instance of Symbol 279 MovieClip in Symbol 599 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.health.gotoAndStop(13);
}
}
Instance of Symbol 279 MovieClip in Symbol 599 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.health.gotoAndStop(13);
}
}
Instance of Symbol 279 MovieClip in Symbol 599 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.health.gotoAndStop(13);
}
}
Instance of Symbol 279 MovieClip in Symbol 599 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.health.gotoAndStop(13);
}
}
Instance of Symbol 279 MovieClip in Symbol 607 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.ySpeed = -_root.ySpeed;
_root.health.nextFrame();
}
}
Instance of Symbol 279 MovieClip in Symbol 607 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.xSpeed = 2;
_root.ySpeed = -_root.ySpeed;
_root.health.nextFrame();
}
}
Instance of Symbol 279 MovieClip in Symbol 607 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.ySpeed = -_root.ySpeed;
_root.health.nextFrame();
_root.xSpeed = -2;
}
}
Instance of Symbol 279 MovieClip in Symbol 607 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.xSpeed = 2;
_root.ySpeed = -_root.ySpeed;
_root.health.nextFrame();
}
}
Instance of Symbol 279 MovieClip in Symbol 607 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.xSpeed = 2;
_root.ySpeed = -_root.ySpeed;
_root.health.nextFrame();
}
}
Instance of Symbol 279 MovieClip in Symbol 607 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.xSpeed = 2;
_root.ySpeed = -_root.ySpeed;
_root.health.nextFrame();
}
}
Instance of Symbol 279 MovieClip in Symbol 607 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.xSpeed = 2;
_root.ySpeed = -_root.ySpeed;
_root.health.nextFrame();
}
}
Instance of Symbol 279 MovieClip in Symbol 607 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.xSpeed = 2;
_root.ySpeed = -_root.ySpeed;
_root.health.nextFrame();
}
}
Instance of Symbol 279 MovieClip in Symbol 607 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.ySpeed = -_root.ySpeed;
_root.health.nextFrame();
_root.xSpeed = -2;
}
}
Instance of Symbol 279 MovieClip in Symbol 607 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.ySpeed = -_root.ySpeed;
_root.health.nextFrame();
_root.xSpeed = -2;
}
}
Instance of Symbol 279 MovieClip in Symbol 607 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.ySpeed = -_root.ySpeed;
_root.health.nextFrame();
_root.xSpeed = -2;
}
}
Instance of Symbol 279 MovieClip in Symbol 607 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.ySpeed = -_root.ySpeed;
_root.health.nextFrame();
_root.xSpeed = -2;
}
}
Instance of Symbol 279 MovieClip in Symbol 607 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.ySpeed = -_root.ySpeed;
_root.health.nextFrame();
_root.xSpeed = -2;
}
}
Instance of Symbol 279 MovieClip in Symbol 609 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.xSpeed = 2;
_root.ySpeed = -20;
}
}
Instance of Symbol 279 MovieClip in Symbol 609 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.ySpeed = 20;
_root.xSpeed = -2;
}
}
Instance of Symbol 279 MovieClip in Symbol 609 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.ySpeed = 20;
_root.xSpeed = -2;
}
}
Instance of Symbol 279 MovieClip in Symbol 609 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.ySpeed = 20;
_root.xSpeed = -2;
}
}
Instance of Symbol 279 MovieClip in Symbol 609 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.ySpeed = 20;
_root.xSpeed = -2;
}
}
Instance of Symbol 279 MovieClip in Symbol 609 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.ySpeed = 20;
_root.xSpeed = -2;
}
}
Instance of Symbol 279 MovieClip in Symbol 609 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.ySpeed = 20;
_root.xSpeed = -2;
}
}
Instance of Symbol 279 MovieClip in Symbol 609 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.xSpeed = 2;
_root.ySpeed = -20;
}
}
Instance of Symbol 279 MovieClip in Symbol 609 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.xSpeed = 2;
_root.ySpeed = -20;
}
}
Instance of Symbol 279 MovieClip in Symbol 609 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.xSpeed = 2;
_root.ySpeed = -20;
}
}
Instance of Symbol 279 MovieClip in Symbol 609 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.xSpeed = 2;
_root.ySpeed = -20;
}
}
Instance of Symbol 279 MovieClip in Symbol 609 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.xSpeed = 2;
_root.ySpeed = -20;
}
}
Symbol 649 Button
on (release) {
score = _root.score;
name = _root.name;
_root.game_id = "bc2";
_root.getURL("http://www.nbstuff.com/highscores/copter2/addscore.php", "_blank", "POST");
_root.gotoAndStop("mainMenu");
}
Symbol 650 Button
on (release) {
_root.name.text = _root.name;
var strOut = ((_root.name + "|") + _root.score);
var strOut2 = _root.EncrpytString(strOut);
getURL ((_root.HiScoreSaveURL + "?") + strOut2, "_blank");
_root.gotoAndStop("mainMenu");
}
Instance of Symbol 490 MovieClip in Symbol 655 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.AC_copter)) {
_root.AC_finalLength = _root.AC_length;
_root.gotoAndStop("AC_gameOver");
}
}
Symbol 666 MovieClip Frame 1
_root.startEndu = false;
Symbol 666 MovieClip Frame 120
_root.startEndu = true;
stop();
Symbol 673 Button
on (release) {
gotoAndStop ("mainMenu");
}
Symbol 677 Button
on (release) {
prevFrame();
}
Symbol 686 MovieClip Frame 27
_root.startEndu = true;
stop();
Symbol 691 Button
on (release) {
gotoAndStop ("mainMenu");
}
Symbol 694 MovieClip Frame 1
stop();
Symbol 701 Button
on (release) {
_root.fadeOutCodeBox();
}
Symbol 705 Button
on (release) {
_root.stringToLevel(code.text);
_root.fadeOutCodeBox();
}
Symbol 708 MovieClip Frame 1
code.text = "<Enter Level Code>";
Symbol 711 MovieClip Frame 1
stop();
Symbol 711 MovieClip Frame 20
_root.copter._x = _parent._x - 40;
_root.timeCrUsed = _root.timeCr + " sec";
_root.used._visible = true;
_root.bullet.removeMovieClip();
_root.shooting = false;
Instance of Symbol 711 MovieClip in Symbol 712 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter) && (_root.edit == false)) {
this.play();
}
}
Instance of Symbol 279 MovieClip in Symbol 716 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.xSpeed = -_root.xSpeed;
_root.health.nextFrame();
}
}
Instance of Symbol 279 MovieClip in Symbol 716 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.xSpeed = -_root.xSpeed;
_root.health.nextFrame();
_root.health.nextFrame();
}
}
Instance of Symbol 279 MovieClip in Symbol 719 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.xSpeed = -20;
}
}
Instance of Symbol 279 MovieClip in Symbol 719 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.xSpeed = 20;
}
}
Instance of Symbol 279 MovieClip in Symbol 719 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.xSpeed = -20;
}
}
Instance of Symbol 279 MovieClip in Symbol 719 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.xSpeed = 20;
}
}
Instance of Symbol 279 MovieClip in Symbol 721 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.ySpeed = -20;
}
}
Instance of Symbol 279 MovieClip in Symbol 721 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.xSpeed = 2;
_root.ySpeed = 20;
}
}
Instance of Symbol 279 MovieClip in Symbol 721 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.ySpeed = -20;
_root.xSpeed = -2;
}
}
Instance of Symbol 279 MovieClip in Symbol 721 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.xSpeed = 2;
_root.ySpeed = 20;
}
}
Instance of Symbol 279 MovieClip in Symbol 721 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.xSpeed = 2;
_root.ySpeed = 20;
}
}
Instance of Symbol 279 MovieClip in Symbol 721 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.xSpeed = 2;
_root.ySpeed = 20;
}
}
Instance of Symbol 279 MovieClip in Symbol 721 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.xSpeed = 2;
_root.ySpeed = 20;
}
}
Instance of Symbol 279 MovieClip in Symbol 721 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.xSpeed = 2;
_root.ySpeed = 20;
}
}
Instance of Symbol 279 MovieClip in Symbol 721 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.ySpeed = -20;
_root.xSpeed = -2;
}
}
Instance of Symbol 279 MovieClip in Symbol 721 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.ySpeed = -20;
_root.xSpeed = -2;
}
}
Instance of Symbol 279 MovieClip in Symbol 721 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.ySpeed = -20;
_root.xSpeed = -2;
}
}
Instance of Symbol 279 MovieClip in Symbol 721 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.ySpeed = -20;
_root.xSpeed = -2;
}
}
Instance of Symbol 279 MovieClip in Symbol 721 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.ySpeed = -20;
_root.xSpeed = -2;
}
}
Instance of Symbol 279 MovieClip in Symbol 721 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.ySpeed = -20;
}
}
Instance of Symbol 279 MovieClip in Symbol 721 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.xSpeed = 2;
_root.ySpeed = 20;
}
}
Instance of Symbol 279 MovieClip in Symbol 721 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.ySpeed = -20;
_root.xSpeed = -2;
}
}
Instance of Symbol 279 MovieClip in Symbol 721 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.xSpeed = 2;
_root.ySpeed = 20;
}
}
Instance of Symbol 279 MovieClip in Symbol 721 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.xSpeed = 2;
_root.ySpeed = 20;
}
}
Instance of Symbol 279 MovieClip in Symbol 721 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.xSpeed = 2;
_root.ySpeed = 20;
}
}
Instance of Symbol 279 MovieClip in Symbol 721 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.xSpeed = 2;
_root.ySpeed = 20;
}
}
Instance of Symbol 279 MovieClip in Symbol 721 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.xSpeed = 2;
_root.ySpeed = 20;
}
}
Instance of Symbol 279 MovieClip in Symbol 721 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.ySpeed = -20;
_root.xSpeed = -2;
}
}
Instance of Symbol 279 MovieClip in Symbol 721 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.ySpeed = -20;
_root.xSpeed = -2;
}
}
Instance of Symbol 279 MovieClip in Symbol 721 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.ySpeed = -20;
_root.xSpeed = -2;
}
}
Instance of Symbol 279 MovieClip in Symbol 721 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.ySpeed = -20;
_root.xSpeed = -2;
}
}
Instance of Symbol 279 MovieClip in Symbol 721 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.ySpeed = -20;
_root.xSpeed = -2;
}
}
Instance of Symbol 279 MovieClip in Symbol 723 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.xSpeed = 2;
_root.ySpeed = -20;
}
}
Instance of Symbol 279 MovieClip in Symbol 723 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.ySpeed = 20;
_root.xSpeed = -2;
}
}
Instance of Symbol 279 MovieClip in Symbol 723 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.ySpeed = 20;
_root.xSpeed = -2;
}
}
Instance of Symbol 279 MovieClip in Symbol 723 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.ySpeed = 20;
_root.xSpeed = -2;
}
}
Instance of Symbol 279 MovieClip in Symbol 723 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.ySpeed = 20;
_root.xSpeed = -2;
}
}
Instance of Symbol 279 MovieClip in Symbol 723 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.ySpeed = 20;
_root.xSpeed = -2;
}
}
Instance of Symbol 279 MovieClip in Symbol 723 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.ySpeed = 20;
_root.xSpeed = -2;
}
}
Instance of Symbol 279 MovieClip in Symbol 723 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.xSpeed = 2;
_root.ySpeed = -20;
}
}
Instance of Symbol 279 MovieClip in Symbol 723 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.xSpeed = 2;
_root.ySpeed = -20;
}
}
Instance of Symbol 279 MovieClip in Symbol 723 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.xSpeed = 2;
_root.ySpeed = -20;
}
}
Instance of Symbol 279 MovieClip in Symbol 723 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.xSpeed = 2;
_root.ySpeed = -20;
}
}
Instance of Symbol 279 MovieClip in Symbol 723 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.xSpeed = 2;
_root.ySpeed = -20;
}
}
Instance of Symbol 279 MovieClip in Symbol 723 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.xSpeed = 2;
_root.ySpeed = -20;
}
}
Instance of Symbol 279 MovieClip in Symbol 723 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.ySpeed = 20;
_root.xSpeed = -2;
}
}
Instance of Symbol 279 MovieClip in Symbol 723 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.ySpeed = 20;
_root.xSpeed = -2;
}
}
Instance of Symbol 279 MovieClip in Symbol 723 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.ySpeed = 20;
_root.xSpeed = -2;
}
}
Instance of Symbol 279 MovieClip in Symbol 723 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.ySpeed = 20;
_root.xSpeed = -2;
}
}
Instance of Symbol 279 MovieClip in Symbol 723 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.ySpeed = 20;
_root.xSpeed = -2;
}
}
Instance of Symbol 279 MovieClip in Symbol 723 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.ySpeed = 20;
_root.xSpeed = -2;
}
}
Instance of Symbol 279 MovieClip in Symbol 723 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.xSpeed = 2;
_root.ySpeed = -20;
}
}
Instance of Symbol 279 MovieClip in Symbol 723 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.xSpeed = 2;
_root.ySpeed = -20;
}
}
Instance of Symbol 279 MovieClip in Symbol 723 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.xSpeed = 2;
_root.ySpeed = -20;
}
}
Instance of Symbol 279 MovieClip in Symbol 723 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.xSpeed = 2;
_root.ySpeed = -20;
}
}
Instance of Symbol 279 MovieClip in Symbol 723 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.xSpeed = 2;
_root.ySpeed = -20;
}
}
Instance of Symbol 279 MovieClip in Symbol 725 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.ySpeed = 20;
}
}
Instance of Symbol 279 MovieClip in Symbol 725 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.ySpeed = -20;
}
}
Instance of Symbol 279 MovieClip in Symbol 728 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.ySpeed = 20;
}
}
Instance of Symbol 279 MovieClip in Symbol 728 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.ySpeed = -20;
}
}
Instance of Symbol 279 MovieClip in Symbol 728 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.ySpeed = 20;
}
}
Instance of Symbol 279 MovieClip in Symbol 728 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.copter)) {
_root.ySpeed = -20;
}
}
Symbol 729 Button
on (release) {
attachItem(5, 300, 300);
}
Symbol 732 Button
on (press) {
_root.addObj.startDrag(false);
}
on (release) {
_root.addPbj.stopDrag();
}
Symbol 738 Button
on (release) {
gotoAndStop (1);
}
Symbol 740 Button
on (release) {
gotoAndStop (2);
}
Symbol 742 Button
on (release) {
gotoAndStop (3);
}
Symbol 746 Button
on (release) {
if (_root.edit == true) {
_root.BG.gotoAndStop("mountain");
setBG("mountain");
}
}
Symbol 750 Button
on (release) {
if (_root.edit == true) {
_root.BG.gotoAndStop("cave");
setBG("cave");
}
}
Symbol 754 Button
on (release) {
if (_root.edit == true) {
_root.BG.gotoAndStop("dope");
setBG("dope");
}
}
Symbol 758 Button
on (release) {
_root.addOpen = false;
}
Symbol 762 Button
on (release) {
gotoAndStop (4);
}
Symbol 764 Button
on (release) {
attachItem(2, 300, 300);
}
Symbol 765 Button
on (release) {
attachItem(1, 300, 300);
}
Symbol 766 Button
on (release) {
attachItem(4, 300, 300);
}
Symbol 767 Button
on (release) {
attachItem(3, 300, 300);
}
Symbol 770 Button
on (release) {
attachItem(6, 300, 300);
}
Symbol 771 Button
on (release) {
attachItem(7, 300, 300);
}
Symbol 772 Button
on (release) {
attachItem(9, 300, 300);
}
Symbol 773 Button
on (release) {
attachItem(8, 300, 300);
}
Symbol 775 Button
on (release) {
attachItem(11, 300, 300);
}
Symbol 776 Button
on (release) {
attachItem(0, 300, 300);
}
Symbol 777 Button
on (release) {
attachItem(10, 300, 300);
}
Symbol 782 Button
on (release) {
attachItem(12, 300, 300);
}
Symbol 784 Button
on (release) {
attachItem(13, 300, 300);
}
Symbol 785 Button
on (release) {
gotoAndStop (1);
}
Symbol 786 MovieClip Frame 1
stop();
Symbol 786 MovieClip Frame 4
stop();
Symbol 792 Button
on (rollOver) {
_root.info._visible = true;
}
on (rollOut) {
_root.info._visible = false;
}
Symbol 812 Button
on (release) {
if (_root.edit == true) {
_root.addOpen = true;
}
}
Symbol 818 Button
on (release) {
if (_root.edit == true) {
fadeInCodeBox();
codeBox.code.text = arrayToString(level_array);
}
}
Symbol 822 Button
on (release) {
if (_root.edit == true) {
fadeInCodeBox();
}
}
Symbol 828 Button
on (release) {
_root.copter._x = _root.launch.x;
_root.copter._y = _root.launch.y;
_root.launch.gotoAndStop(1);
_root.used._visible = false;
_root.edit = true;
_root.health.gotoAndStop(1);
_root.speedMax = 0;
_root.speedMin = 0;
_root.speedPlus = 0;
}
Symbol 832 Button
on (release) {
_root.removeAllObjects();
_root.addObj.removeMovieClip();
_root.edit = true;
_root.health.gotoAndStop(1);
_root.speedMax = 0;
_root.speedMin = 0;
_root.speedPlus = 0;
_root.gotoAndStop("mainMenu");
_root.used.removeMovieClip();
}
Symbol 839 Button
on (release) {
if (_root.edit == true) {
removeAllObjects();
_root.level_array = [];
attachItem(5, 300, 300);
}
}
Symbol 843 Button
on (release) {
x = _root.copter._x;
y = _root.copter._y;
_root.edit = false;
_root.addOpen = false;
gotoAndStop (2);
}
Symbol 847 Button
on (release) {
_root.used._visible = false;
_root.copter._x = x;
_root.copter._y = y;
_root.edit = true;
_root.addOpen = true;
_root.health.gotoAndStop(1);
_root.speedMax = 0;
_root.speedMin = 0;
_root.speedPlus = 0;
gotoAndStop (1);
}
Symbol 848 MovieClip Frame 1
stop();
x = 0;
y = 0;