Frame 1
stopAllSounds();
Instance of Symbol 8 MovieClip "initialbestscore" in Frame 1
onClipEvent (load) {
_root.bestScore = 0;
}
Frame 2
percent = Math.floor((getBytesLoaded() / getBytesTotal()) * 100);
myOutput.text = percent + "%";
Frame 3
if (percent == 100) {
gotoAndPlay ("loaded");
} else {
gotoAndPlay (2);
}
Frame 5
stop();
Frame 10
play();
Frame 15
stopAllSounds();
Frame 24
_root.gotoAndPlay("title");
Frame 25
play();
stopAllSounds();
Frame 26
MochiAd.showTimedAd({id:"9888d776a1c048fc", res:"550x400"});
Frame 103
gotoAndPlay ("title");
Frame 104
play();
_root.bird1.removeMovieClip();
_root.bird2.removeMovieClip();
_root.bird3.removeMovieClip();
_root.bird4.removeMovieClip();
_root.bird5.removeMovieClip();
_root.bird6.removeMovieClip();
_root.bird7.removeMovieClip();
_root.bird8.removeMovieClip();
_root.bird9.removeMovieClip();
_root.bird10.removeMovieClip();
_root.bird11.removeMovieClip();
function __com_mochibot__(swfid, mc, lv, trk) {
var x;
var g;
var s;
var fv;
var sb;
var u;
var res;
var mb;
var mbc;
mb = "__mochibot__";
mbc = "mochibot.com";
g = (_global ? (_global) : (_level0._root));
if (g[mb + swfid]) {
return(g[mb + swfid]);
}
s = System.security;
x = mc._root.getSWFVersion;
fv = (x ? (mc.getSWFVersion()) : ((_global ? 6 : 5)));
if (!s) {
s = {};
}
sb = s.sandboxType;
if (sb == "localWithFile") {
return(null);
}
x = s.allowDomain;
if (x) {
s.allowDomain(mbc);
}
x = s.allowInsecureDomain;
if (x) {
s.allowInsecureDomain(mbc);
}
u = (((((((((((("http://" + mbc) + "/my/core.swf?mv=7&fv=") + fv) + "&v=") + escape(getVersion())) + "&swfid=") + escape(swfid)) + "&l=") + lv) + "&f=") + mc) + (sb ? ("&sb=" + sb) : "")) + (trk ? "&t=1" : "");
lv = ((fv > 6) ? (mc.getNextHighestDepth()) : ((g[mb + "level"] ? (g[mb + "level"] + 1) : (lv))));
g[mb + "level"] = lv;
if (fv == 5) {
res = "_level" + lv;
if (!eval (res)) {
loadMovieNum (u, lv);
}
} else {
res = mc.createEmptyMovieClip(mb + swfid, lv);
res.loadMovie(u);
}
return(res);
}
__com_mochibot__("a55a4ae6", this, 10301, true);
function doSomething2() {
getURL ("http://www.killphil.co.nr", _blank);
}
MENU.customItems.push(Functioned2);
MENU = new ContextMenu();
MENU.hideBuiltInItems();
Functioned2 = new ContextMenuItem("Kill Phil-Movies and Stuff", doSomething2);
MENU.customItems.push(Functioned2);
_root.menu = MENU;
Instance of Symbol 8 MovieClip "bestScoreChecker" in Frame 104
onClipEvent (enterFrame) {
if (_root.score >= _root.bestScore) {
_root.bestScore = _root.score;
}
}
Frame 105
_root.initialbestscore.removeMovieClip();
Frame 114
stop();
Frame 157
_root.lives = 3;
score = 0;
_root.birdcount = 0;
Frame 158
stop();
Frame 162
gotoAndPlay ("start");
Frame 164
play();
Frame 173
stop();
Frame 174
play();
Frame 183
stop();
Frame 184
play();
_root.maxLasers = 0;
_root.laserchecker = 0;
function doSomething2() {
getURL ("http://www.killphil.co.nr", _blank);
}
MENU.customItems.push(Functioned2);
MENU = new ContextMenu();
MENU.hideBuiltInItems();
Functioned2 = new ContextMenuItem("Kill Phil-Movies and Stuff", doSomething2);
MENU.customItems.push(Functioned2);
_root.menu = MENU;
Instance of Symbol 550 MovieClip "dGround" in Frame 184
onClipEvent (load) {
dGround.duplicateMovieClip("dGround2", 100);
dGround2._x = dGround._x + dGround._width;
dGroundStartx = this._x;
dGroundSpeed = 2;
}
onClipEvent (enterFrame) {
this._x = this._x - dGroundSpeed;
if (this._x <= (dGroundStartx - dGround._width)) {
this._x = dGroundStartx - dGroundSpeed;
}
}
Instance of Symbol 570 MovieClip "playcontrol" in Frame 184
onClipEvent (mouseDown) {
this.isDown = true;
}
onClipEvent (mouseUp) {
this.isDown = false;
}
onClipEvent (enterFrame) {
if (this.isDown) {
_root.gotoAndPlay("play");
_root.launchpad.launchfire.gotoAndPlay("launch");
}
}
Instance of Symbol 574 MovieClip "mainGround" in Frame 184
onClipEvent (enterFrame) {
if (_root.plane.hitTest(_root.mainGround)) {
_root.plane.gotoAndPlay("planeexplode");
}
}
Instance of Symbol 8 MovieClip "bestScoreChecker" in Frame 184
onClipEvent (enterFrame) {
if (_root.score > _root.bestScore) {
_root.bestScore == _root.score;
_root.bestScore = _root.score;
}
}
Frame 185
stop();
_root.maxLasers = 0;
_root.laserchecker = 0;
_root.bird1.removeMovieClip();
_root.bird2.removeMovieClip();
_root.bird3.removeMovieClip();
_root.bird4.removeMovieClip();
_root.bird5.removeMovieClip();
_root.bird6.removeMovieClip();
_root.bird7.removeMovieClip();
_root.bird8.removeMovieClip();
_root.bird9.removeMovieClip();
_root.bird10.removeMovieClip();
_root.bird11.removeMovieClip();
Frame 186
_root.maxLasers = 0;
_root.lasercheckermc = 0;
_root.lasercheckermc.gotoAndPlay("none");
numBird = 1;
i = 2;
while (i <= numBird) {
bird1.duplicateMovieClip("bird" + i, i + 100);
i++;
}
_root.lvltitle.play;
Instance of Symbol 617 MovieClip in Frame 186
/* no clip actions */
Instance of Symbol 566 MovieClip "mainSky" in Frame 186
onClipEvent (load) {
sky.duplicateMovieClip("sky2", 100);
sky2._x = sky._x + sky._width;
skyStartx = this._x;
skySpeed = 2;
}
onClipEvent (enterFrame) {
this._x = this._x - skySpeed;
if (this._x <= (skyStartx - sky._width)) {
this._x = skyStartx - skySpeed;
}
if (_root.plane.hitTest(_root.mainSky.sky.lightning)) {
skySpeed = 0;
} else {
skySpeed = 2;
}
if (_root.plane.hitTest(_root.mainSky.sky.cloudsmc)) {
skySpeed = 0;
} else {
skySpeed = 2;
}
}
Instance of Symbol 574 MovieClip "mainGround" in Frame 186
onClipEvent (load) {
ground.duplicateMovieClip("ground2", 100);
ground2._x = ground._x + ground._width;
groundStartx = this._x;
groundSpeed = 8;
}
onClipEvent (enterFrame) {
this._x = this._x - groundSpeed;
if (this._x <= (groundStartx - ground._width)) {
this._x = groundStartx - groundSpeed;
}
if (_root.plane.hitTest(_root.mainGround)) {
groundSpeed = 0;
} else {
groundSpeed = 8;
}
}
Instance of Symbol 636 MovieClip "powerup2mc" in Frame 186
onClipEvent (load) {
function reset() {
_root.powerup2mc._x = 600;
_root.powerup2mc._y = random(200) + 100;
}
reset();
}
onClipEvent (enterFrame) {
if (_root.plane.planemc.normalplanemc.hitTest(_root.powerup2mc)) {
_root.poweruptimer2.gotoAndPlay("starttimer");
_root.powerup2mc.gotoAndStop("off");
_root.score = _root.score + 200;
_root.laserchecker = _root.laserchecker + 11;
_root.pointgainmc.gotoAndPlay("200p");
reset();
}
}
onClipEvent (enterFrame) {
if (_root.plane.planemc.planeglow.hitTest(_root.powerup2mc)) {
_root.poweruptimer2.gotoAndPlay("starttimer");
_root.powerup2mc.gotoAndStop("off");
_root.score = _root.score + 200;
_root.laserchecker = _root.laserchecker + 11;
_root.pointgainmc.gotoAndPlay("200p");
reset();
}
}
Instance of Symbol 637 MovieClip "powerupmc" in Frame 186
onClipEvent (load) {
function reset() {
_root.powerupmc._x = 600;
_root.powerupmc._y = random(200) + 100;
}
reset();
}
onClipEvent (enterFrame) {
if (_root.plane.planemc.normalplanemc.hitTest(_root.powerupmc)) {
_root.plane.planemc.gotoAndPlay("planeinvincible");
_root.powerupmc.gotoAndStop("off");
_root.score = _root.score + 200;
reset();
}
}
onClipEvent (enterFrame) {
if (_root.plane.planemc.planeglow.hitTest(_root.powerupmc)) {
_root.plane.planemc.gotoAndPlay("planeinvincible");
_root.powerupmc.gotoAndStop("off");
_root.poweruptimer01.gotoAndPlay("starttimer");
_root.score = _root.score + 200;
reset();
}
}
Instance of Symbol 643 MovieClip "laser" in Frame 186
onClipEvent (load) {
laserMoveSpeed = 20;
this._y = _root.plane._y;
this._x = _root.plane._x + 35;
}
onClipEvent (enterFrame) {
if (this._name != "laser") {
this._x = this._x + laserMoveSpeed;
if (this._x > 600) {
_root.plane.laserCounter--;
this.removeMovieClip();
}
i = 1;
while (i <= _root.numBird) {
if (this.hitTest(_root["bird" + i])) {
_root["bird" + i].gotoAndPlay("birdsplatter");
}
i++;
}
}
}
Instance of Symbol 773 MovieClip "plane" in Frame 186
onClipEvent (load) {
gravity = -5;
maxGravity = 8;
maxGravityRise = -8;
_root.laser._visible = false;
laserCounter = 2;
depthCounter = 1;
maxLasers = 0;
}
onClipEvent (mouseDown) {
this.isDown = true;
}
onClipEvent (mouseUp) {
this.isDown = false;
}
onClipEvent (enterFrame) {
if (this.isDown) {
if (gravity > maxGravityRise) {
gravity--;
}
this._y = this._y + gravity;
setProperty("_root.plane", _rotation , 358);
} else {
if (gravity < maxGravity) {
gravity = gravity + 0.5;
}
this._y = this._y + gravity;
setProperty("_root.plane", _rotation , 4);
}
if (_root.mainGround.hitTest(_root.plane.planemc.normalplanemc)) {
_root.gotoAndStop("crashground");
}
if (_root.mainSky.sky.lightning.hitTest(_root.plane.planemc.normalplanemc)) {
_root.gotoAndStop("crashsky");
}
if (_root.mainSky.sky.cloudsmc.hitTest(_root.plane.planemc.normalplanemc)) {
_root.gotoAndStop("crashsky");
}
if (_root.mainGround.hitTest(_root.plane.planemc.planeglow)) {
_root.gotoAndStop("crashground");
}
if (_root.mainSky.sky.lightning.hitTest(_root.plane.planemc.planeglow)) {
_root.gotoAndStop("crashsky");
}
if (_root.mainSky.sky.cloudsmc.hitTest(_root.plane.planemc.planeglow)) {
_root.gotoAndStop("crashsky");
}
if (_root.laserchecker > 9) {
maxLasers = 10;
} else {
maxLasers = 0;
}
if (Key.isDown(83) and (laserCounter <= maxLasers)) {
_global.Behaviors.Sound.lasershot.start(0, 1);
laserCounter++;
_root.laser.duplicateMovieClip("laser" + depthCounter, depthCounter);
_root["laser" + depthCounter]._visible = true;
depthCounter++;
if (depthCounter > maxLasers) {
depthCounter = 1;
}
}
}
Instance of Symbol 578 MovieClip "planelaunchpad" in Frame 186
onClipEvent (enterFrame) {
this._x = this._x - 9;
if (this._x < -300) {
this._x = -400;
}
}
Instance of Symbol 792 MovieClip "bird1" in Frame 186
onClipEvent (load) {
function reset() {
this._x = 600;
this._y = random(200) + 100;
birdSpeed = 9;
}
reset();
}
onClipEvent (enterFrame) {
if (_root.plane.scrollStart) {
this._x = this._x - (birdSpeed + _root.mainGround.groundSpeed);
} else {
this._x = this._x - birdSpeed;
}
if (this._x < -10) {
gotoAndStop ("birdflying");
reset();
}
}
onClipEvent (enterFrame) {
if (_root.plane.planemc.normalplanemc.hittestmc.hitTest(this.birdflying)) {
_root.plane.gotoAndPlay("birdcrash");
}
if (_root.plane.planemc.planeglow.hittestmc.hitTest(this.birdflying)) {
this.gotoAndPlay("birdsplatter");
}
}
Frame 187
stop();
_root.maxLasers = 0;
_root.lasercheckermc.gotoAndPlay("none");
_root.lasercheckermc = 0;
Frame 188
numBird = 2;
i = 2;
while (i <= numBird) {
bird1.duplicateMovieClip("bird" + i, i + 100);
i++;
}
_root.lvltitle.gotoAndPlay("lvl2");
_root.powerupmc.gotoAndPlay("scroll");
Instance of Symbol 792 MovieClip "bird1" in Frame 188
onClipEvent (load) {
function reset() {
this._x = 600;
this._y = random(200) + 100;
birdSpeed = random(5) + 9;
}
reset();
}
onClipEvent (enterFrame) {
if (_root.plane.scrollStart) {
this._x = this._x - (birdSpeed + _root.mainGround.groundSpeed);
} else {
this._x = this._x - birdSpeed;
}
if (this._x < -10) {
gotoAndStop ("birdflying");
reset();
}
}
onClipEvent (enterFrame) {
if (_root.plane.planemc.normalplanemc.hittestmc.hitTest(this.birdflying)) {
_root.plane.gotoAndPlay("birdcrash");
}
if (_root.plane.planemc.planeglow.hittestmc.hitTest(this.birdflying)) {
this.gotoAndPlay("birdsplatter");
}
}
Frame 189
stop();
Frame 190
numBird = 2;
i = 2;
while (i <= numBird) {
bird1.duplicateMovieClip("bird" + i, i + 100);
i++;
}
_root.lvltitle.gotoAndPlay("lvl3");
Instance of Symbol 792 MovieClip "bird1" in Frame 190
onClipEvent (load) {
function reset() {
this._x = 600;
this._y = random(200) + 100;
birdSpeed = random(6) + 9;
}
reset();
}
onClipEvent (enterFrame) {
if (_root.plane.scrollStart) {
this._x = this._x - (birdSpeed + _root.mainGround.groundSpeed);
} else {
this._x = this._x - birdSpeed;
}
if (this._x < -10) {
gotoAndStop ("birdflying");
reset();
}
}
onClipEvent (enterFrame) {
if (_root.plane.planemc.normalplanemc.hittestmc.hitTest(this.birdflying)) {
_root.plane.gotoAndPlay("birdcrash");
}
if (_root.plane.planemc.planeglow.hitTest(this.birdflying)) {
this.gotoAndPlay("birdsplatter");
}
}
Frame 191
stop();
Frame 192
numBird = 3;
i = 2;
while (i <= numBird) {
bird1.duplicateMovieClip("bird" + i, i + 100);
i++;
}
_root.powerup2mc.gotoAndPlay("scroll");
_root.lvltitle.gotoAndPlay("lvl4");
Instance of Symbol 792 MovieClip "bird1" in Frame 192
onClipEvent (load) {
function reset() {
this._x = 600;
this._y = random(200) + 100;
birdSpeed = random(7) + 9;
}
reset();
}
onClipEvent (enterFrame) {
if (_root.plane.scrollStart) {
this._x = this._x - (birdSpeed + _root.mainGround.groundSpeed);
} else {
this._x = this._x - birdSpeed;
}
if (this._x < -10) {
gotoAndStop ("birdflying");
reset();
}
}
onClipEvent (enterFrame) {
if (_root.plane.planemc.normalplanemc.hittestmc.hitTest(this.birdflying)) {
_root.plane.gotoAndPlay("birdcrash");
}
if (_root.plane.planemc.planeglow.hitTest(this.birdflying)) {
this.gotoAndPlay("birdsplatter");
}
}
Frame 193
stop();
Frame 194
numBird = 3;
i = 2;
while (i <= numBird) {
bird1.duplicateMovieClip("bird" + i, i + 100);
i++;
}
_root.powerupmc.gotoAndPlay("scroll");
_root.lvltitle.gotoAndPlay("lvl5");
_root.gotoAndPlay("winworld1");
Instance of Symbol 792 MovieClip "bird1" in Frame 194
onClipEvent (load) {
function reset() {
this._x = 600;
this._y = random(200) + 100;
birdSpeed = random(8) + 9;
}
reset();
}
onClipEvent (enterFrame) {
if (_root.plane.scrollStart) {
this._x = this._x - (birdSpeed + _root.mainGround.groundSpeed);
} else {
this._x = this._x - birdSpeed;
}
if (this._x < -10) {
gotoAndStop ("birdflying");
reset();
}
}
onClipEvent (enterFrame) {
if (_root.plane.planemc.normalplanemc.hittestmc.hitTest(this.birdflying)) {
_root.plane.gotoAndPlay("birdcrash");
}
if (_root.plane.planemc.planeglow.hitTest(this.birdflying)) {
this.gotoAndPlay("birdsplatter");
}
}
Frame 195
stop();
Frame 196
numBird = 4;
i = 2;
while (i <= numBird) {
bird1.duplicateMovieClip("bird" + i, i + 100);
i++;
}
_root.powerupmc.gotoAndPlay("scroll");
_root.lvltitle.gotoAndPlay("lvl6");
_root.gotoAndPlay("winworld1");
Instance of Symbol 792 MovieClip "bird1" in Frame 196
onClipEvent (load) {
function reset() {
this._x = 600;
this._y = random(200) + 100;
birdSpeed = random(9) + 9;
}
reset();
}
onClipEvent (enterFrame) {
if (_root.plane.scrollStart) {
this._x = this._x - (birdSpeed + _root.mainGround.groundSpeed);
} else {
this._x = this._x - birdSpeed;
}
if (this._x < -10) {
gotoAndStop ("birdflying");
reset();
}
}
onClipEvent (enterFrame) {
if (_root.plane.planemc.normalplanemc.hittestmc.hitTest(this.birdflying)) {
_root.plane.gotoAndPlay("birdcrash");
}
if (_root.plane.planemc.planeglow.hitTest(this.birdflying)) {
this.gotoAndPlay("birdsplatter");
}
}
Frame 197
stop();
Frame 198
numBird = 4;
i = 2;
while (i <= numBird) {
bird1.duplicateMovieClip("bird" + i, i + 100);
i++;
}
_root.lvltitle.gotoAndPlay("lvl7");
_root.powerup2mc.gotoAndPlay("scroll");
Instance of Symbol 792 MovieClip "bird1" in Frame 198
onClipEvent (load) {
function reset() {
this._x = 600;
this._y = random(200) + 100;
birdSpeed = random(10) + 9;
}
reset();
}
onClipEvent (enterFrame) {
if (_root.plane.scrollStart) {
this._x = this._x - (birdSpeed + _root.mainGround.groundSpeed);
} else {
this._x = this._x - birdSpeed;
}
if (this._x < -10) {
gotoAndStop ("birdflying");
reset();
}
}
onClipEvent (enterFrame) {
if (_root.plane.planemc.normalplanemc.hittestmc.hitTest(this.birdflying)) {
_root.plane.gotoAndPlay("birdcrash");
}
if (_root.plane.planemc.planeglow.hitTest(this.birdflying)) {
this.gotoAndPlay("birdsplatter");
}
}
Frame 199
stop();
Frame 200
numBird = 5;
i = 2;
while (i <= numBird) {
bird1.duplicateMovieClip("bird" + i, i + 100);
i++;
}
_root.powerup2mc.gotoAndPlay("scroll");
_root.lvltitle.gotoAndPlay("lvl8");
Frame 201
stop();
Frame 202
numBird = 5;
i = 2;
while (i <= numBird) {
bird1.duplicateMovieClip("bird" + i, i + 100);
i++;
}
_root.lvltitle.gotoAndPlay("lvl9");
_root.powerup2mc.gotoAndPlay("scroll");
Frame 203
stop();
Frame 204
numBird = 6;
i = 2;
while (i <= numBird) {
bird1.duplicateMovieClip("bird" + i, i + 100);
i++;
}
_root.powerupmc.gotoAndPlay("scroll");
_root.lvltitle.gotoAndPlay("lvl10");
Frame 205
stop();
Frame 206
stop();
_root.lives = _root.lives - 1;
if (_root.lives == 0) {
_root.gameover.gotoAndPlay("play");
}
Instance of Symbol 773 MovieClip "plane" in Frame 206
onClipEvent (enterFrame) {
_root.plane.gotoAndPlay("planeexplode");
}
Instance of Symbol 792 MovieClip "bird1" in Frame 206
onClipEvent (enterFrame) {
swapDepths(1);
removeMovieClip(_root.bird1);
}
Frame 207
stop();
numBird = 1;
i = 2;
while (i <= numBird) {
bird.duplicateMovieClip("bird" + i, i + 100);
i++;
}
if (_root.score > _root.bestScore) {
_root.bestScore = _root.score;
}
_root.lives = _root.lives - 1;
if (_root.lives == 0) {
_root.gameover.gotoAndPlay("play");
}
Instance of Symbol 773 MovieClip "plane" in Frame 207
onClipEvent (enterFrame) {
_root.plane.gotoAndPlay("planeexplode2");
}
Frame 208
stop();
numBird = 1;
i = 2;
while (i <= numBird) {
bird.duplicateMovieClip("bird" + i, i + 100);
i++;
}
if (_root.score > _root.bestScore) {
_root.bestScore = _root.score;
}
_root.lives = _root.lives - 1;
if (_root.lives == 0) {
_root.gameover.gotoAndPlay("play");
}
Frame 209
play();
Instance of Symbol 892 MovieClip "planewinworld1mc" in Frame 209
onClipEvent (load) {
_root.planewinworld1mc._y = _root.planeycoord;
}
Instance of Symbol 792 MovieClip "bird1" in Frame 209
onClipEvent (enterFrame) {
swapDepths(1);
removeMovieClip(_root.bird1);
}
onClipEvent (enterFrame) {
if (_root.planewinworld1mc.hitTest(this.birdflying)) {
this.gotoAndPlay("birdsplatter");
}
}
Frame 210
stop();
_root.bird1.removeMovieClip();
_root.bird2.removeMovieClip();
_root.bird3.removeMovieClip();
_root.bird4.removeMovieClip();
_root.bird5.removeMovieClip();
_root.bird6.removeMovieClip();
_root.bird7.removeMovieClip();
_root.bird8.removeMovieClip();
_root.bird9.removeMovieClip();
_root.bird10.removeMovieClip();
_root.bird11.removeMovieClip();
Frame 211
play();
_root.maxLasers = 0;
_root.laserchecker = 0;
function doSomething2() {
getURL ("http://www.killphil.co.nr", _blank);
}
MENU.customItems.push(Functioned2);
MENU = new ContextMenu();
MENU.hideBuiltInItems();
Functioned2 = new ContextMenuItem("Kill Phil-Movies and Stuff", doSomething2);
MENU.customItems.push(Functioned2);
_root.menu = MENU;
Instance of Symbol 570 MovieClip "playcontrol" in Frame 211
onClipEvent (mouseDown) {
this.isDown = true;
}
onClipEvent (mouseUp) {
this.isDown = false;
}
onClipEvent (enterFrame) {
if (this.isDown) {
_root.gotoAndPlay("playworld2");
_root.launchpad.launchfire.gotoAndPlay("launch");
}
}
Instance of Symbol 913 MovieClip "mainGround" in Frame 211
onClipEvent (enterFrame) {
if (_root.plane.hitTest(_root.mainGround)) {
_root.plane.gotoAndPlay("planeexplode");
}
}
Instance of Symbol 8 MovieClip "bestScoreChecker" in Frame 211
onClipEvent (enterFrame) {
if (_root.score > _root.bestScore) {
_root.bestScore = _root.score;
}
}
Frame 212
stop();
_root.maxLasers = 0;
_root.laserchecker = 0;
_root.bird1.removeMovieClip();
_root.bird2.removeMovieClip();
_root.bird3.removeMovieClip();
_root.bird4.removeMovieClip();
_root.bird5.removeMovieClip();
_root.bird6.removeMovieClip();
_root.bird7.removeMovieClip();
_root.bird8.removeMovieClip();
_root.bird9.removeMovieClip();
_root.bird10.removeMovieClip();
_root.bird11.removeMovieClip();
Frame 213
_root.maxLasers = 0;
_root.lasercheckermc = 0;
_root.lasercheckermc.gotoAndPlay("none");
numBird = 1;
i = 2;
while (i <= numBird) {
bird1.duplicateMovieClip("bird" + i, i + 100);
i++;
}
_root.lvltitle.play;
Instance of Symbol 566 MovieClip "mainSky" in Frame 213
onClipEvent (load) {
sky.duplicateMovieClip("sky2", 100);
sky2._x = sky._x + sky._width;
skyStartx = this._x;
skySpeed = 2;
}
onClipEvent (enterFrame) {
this._x = this._x - skySpeed;
if (this._x <= (skyStartx - sky._width)) {
this._x = skyStartx - skySpeed;
}
if (_root.plane.hitTest(_root.mainSky.sky.lightning)) {
skySpeed = 0;
} else {
skySpeed = 2;
}
if (_root.plane.hitTest(_root.mainSky.sky.cloudsmc)) {
skySpeed = 0;
} else {
skySpeed = 2;
}
}
Instance of Symbol 913 MovieClip "mainGround" in Frame 213
onClipEvent (load) {
ground.duplicateMovieClip("ground2", 100);
ground2._x = ground._x + ground._width;
groundStartx = this._x;
groundSpeed = 8;
}
onClipEvent (enterFrame) {
this._x = this._x - groundSpeed;
if (this._x <= (groundStartx - ground._width)) {
this._x = groundStartx - groundSpeed;
}
if (_root.plane.hitTest(_root.mainGround)) {
groundSpeed = 0;
} else {
groundSpeed = 8;
}
}
Instance of Symbol 636 MovieClip "powerup2mc" in Frame 213
onClipEvent (load) {
function reset() {
_root.powerup2mc._x = 600;
_root.powerup2mc._y = random(200) + 100;
}
reset();
}
onClipEvent (enterFrame) {
if (_root.plane.planemc.normalplanemc.hitTest(_root.powerup2mc)) {
_root.poweruptimer2.gotoAndPlay("starttimer");
_root.powerup2mc.gotoAndStop("off");
_root.score = _root.score + 200;
_root.laserchecker = _root.laserchecker + 11;
_root.pointgainmc.gotoAndPlay("200p");
reset();
}
}
Instance of Symbol 637 MovieClip "powerupmc" in Frame 213
onClipEvent (load) {
function reset() {
_root.powerupmc._x = 600;
_root.powerupmc._y = random(200) + 100;
}
reset();
}
onClipEvent (enterFrame) {
if (_root.plane.planemc.normalplanemc.hitTest(_root.powerupmc)) {
_root.plane.planemc.gotoAndPlay("planeinvincible");
_root.powerupmc.gotoAndStop("off");
_root.score = _root.score + 200;
reset();
}
}
Instance of Symbol 643 MovieClip "laser" in Frame 213
onClipEvent (load) {
laserMoveSpeed = 20;
this._y = _root.plane._y;
this._x = _root.plane._x + 35;
}
onClipEvent (enterFrame) {
if (this._name != "laser") {
this._x = this._x + laserMoveSpeed;
if (this._x > 600) {
_root.plane.laserCounter--;
this.removeMovieClip();
}
i = 1;
while (i <= _root.numBird) {
if (this.hitTest(_root["bird" + i])) {
_root["bird" + i].gotoAndPlay("birdsplatter");
}
i++;
}
}
}
Instance of Symbol 773 MovieClip "plane" in Frame 213
onClipEvent (load) {
gravity = -5;
maxGravity = 8;
maxGravityRise = -8;
_root.laser._visible = false;
laserCounter = 2;
depthCounter = 1;
maxLasers = 0;
}
onClipEvent (mouseDown) {
this.isDown = true;
}
onClipEvent (mouseUp) {
this.isDown = false;
}
onClipEvent (enterFrame) {
if (this.isDown) {
if (gravity > maxGravityRise) {
gravity--;
}
this._y = this._y + gravity;
setProperty("_root.plane", _rotation , 358);
} else {
if (gravity < maxGravity) {
gravity = gravity + 0.5;
}
this._y = this._y + gravity;
setProperty("_root.plane", _rotation , 4);
}
if (_root.mainGround.hitTest(_root.plane.planemc.normalplanemc)) {
_root.gotoAndStop("crashgroundw2");
}
if (_root.mainSky.sky.lightning.hitTest(_root.plane.planemc.normalplanemc)) {
_root.gotoAndStop("crashskyw2");
}
if (_root.mainSky.sky.cloudsmc.hitTest(_root.plane.planemc.normalplanemc)) {
_root.gotoAndStop("crashskyw2");
}
if (_root.mainGround.hitTest(_root.plane.planemc.planeglow)) {
_root.gotoAndStop("crashgroundw2");
}
if (_root.mainSky.sky.lightning.hitTest(_root.plane.planemc.planeglow)) {
_root.gotoAndStop("crashskyw2");
}
if (_root.mainSky.sky.cloudsmc.hitTest(_root.plane.planemc.planeglow)) {
_root.gotoAndStop("crashskyw2");
}
if (_root.laserchecker > 9) {
maxLasers = 10;
} else {
maxLasers = 0;
}
if (Key.isDown(83) and (laserCounter <= maxLasers)) {
_global.Behaviors.Sound.lasershot.start(0, 1);
laserCounter++;
_root.laser.duplicateMovieClip("laser" + depthCounter, depthCounter);
_root["laser" + depthCounter]._visible = true;
depthCounter++;
if (depthCounter > maxLasers) {
depthCounter = 1;
}
}
}
Instance of Symbol 933 MovieClip "bird1" in Frame 213
onClipEvent (load) {
function reset() {
this._x = 600;
this._y = random(250) + 100;
birdSpeed = 9;
}
reset();
}
onClipEvent (enterFrame) {
if (_root.plane.scrollStart) {
this._x = this._x - (birdSpeed + _root.mainGround.groundSpeed);
} else {
this._x = this._x - birdSpeed;
}
if (this._x < -10) {
gotoAndStop ("birdflying");
reset();
}
}
onClipEvent (enterFrame) {
if (_root.plane.planemc.normalplanemc.hittestmc.hitTest(this.birdflying)) {
_root.plane.gotoAndPlay("birdcrashw2");
}
if (_root.plane.planemc.planeglow.hitTest(this.birdflying)) {
this.gotoAndPlay("birdsplatter");
}
}
Frame 214
stop();
_root.maxLasers = 0;
_root.lasercheckermc.gotoAndPlay("none");
_root.lasercheckermc = 0;
Frame 215
numBird = 2;
i = 2;
while (i <= numBird) {
bird1.duplicateMovieClip("bird" + i, i + 100);
i++;
}
_root.lvltitlew2.gotoAndPlay("lvl2");
_root.powerupmc.gotoAndPlay("scroll");
Instance of Symbol 933 MovieClip "bird1" in Frame 215
onClipEvent (load) {
function reset() {
this._x = 600;
this._y = random(250) + 100;
birdSpeed = random(5) + 9;
}
reset();
}
onClipEvent (enterFrame) {
if (_root.plane.scrollStart) {
this._x = this._x - (birdSpeed + _root.mainGround.groundSpeed);
} else {
this._x = this._x - birdSpeed;
}
if (this._x < -10) {
gotoAndStop ("birdflying");
reset();
}
}
onClipEvent (enterFrame) {
if (_root.plane.planemc.normalplanemc.hittestmc.hitTest(this.birdflying)) {
_root.plane.gotoAndPlay("birdcrashw2");
}
if (_root.plane.planemc.planeglow.hitTest(this.birdflying)) {
this.gotoAndPlay("birdsplatter");
}
}
Frame 216
stop();
Frame 217
numBird = 2;
i = 2;
while (i <= numBird) {
bird1.duplicateMovieClip("bird" + i, i + 100);
i++;
}
_root.lvltitlew2.gotoAndPlay("lvl3");
Instance of Symbol 933 MovieClip "bird1" in Frame 217
onClipEvent (load) {
function reset() {
this._x = 600;
this._y = random(250) + 100;
birdSpeed = random(6) + 9;
}
reset();
}
onClipEvent (enterFrame) {
if (_root.plane.scrollStart) {
this._x = this._x - (birdSpeed + _root.mainGround.groundSpeed);
} else {
this._x = this._x - birdSpeed;
}
if (this._x < -10) {
gotoAndStop ("birdflying");
reset();
}
}
onClipEvent (enterFrame) {
if (_root.plane.planemc.normalplanemc.hittestmc.hitTest(this.birdflying)) {
_root.plane.gotoAndPlay("birdcrashw2");
}
if (_root.plane.planemc.planeglow.hitTest(this.birdflying)) {
this.gotoAndPlay("birdsplatter");
}
}
Frame 218
stop();
Frame 219
numBird = 3;
i = 2;
while (i <= numBird) {
bird1.duplicateMovieClip("bird" + i, i + 100);
i++;
}
_root.powerup2mc.gotoAndPlay("scroll");
_root.lvltitlew2.gotoAndPlay("lvl4");
Instance of Symbol 933 MovieClip "bird1" in Frame 219
onClipEvent (load) {
function reset() {
this._x = 600;
this._y = random(250) + 100;
birdSpeed = random(7) + 9;
}
reset();
}
onClipEvent (enterFrame) {
if (_root.plane.scrollStart) {
this._x = this._x - (birdSpeed + _root.mainGround.groundSpeed);
} else {
this._x = this._x - birdSpeed;
}
if (this._x < -10) {
gotoAndStop ("birdflying");
reset();
}
}
onClipEvent (enterFrame) {
if (_root.plane.planemc.normalplanemc.hittestmc.hitTest(this.birdflying)) {
_root.plane.gotoAndPlay("birdcrashw2");
}
if (_root.plane.planemc.planeglow.hitTest(this.birdflying)) {
this.gotoAndPlay("birdsplatter");
}
}
Frame 220
stop();
Frame 221
numBird = 3;
i = 2;
while (i <= numBird) {
bird1.duplicateMovieClip("bird" + i, i + 100);
i++;
}
_root.powerupmc.gotoAndPlay("scroll");
_root.lvltitlew2.gotoAndPlay("lvl5");
_root.gotoAndPlay("winworld2");
Instance of Symbol 933 MovieClip "bird1" in Frame 221
onClipEvent (load) {
function reset() {
this._x = 600;
this._y = random(250) + 100;
birdSpeed = random(8) + 9;
}
reset();
}
onClipEvent (enterFrame) {
if (_root.plane.scrollStart) {
this._x = this._x - (birdSpeed + _root.mainGround.groundSpeed);
} else {
this._x = this._x - birdSpeed;
}
if (this._x < -10) {
gotoAndStop ("birdflying");
reset();
}
}
onClipEvent (enterFrame) {
if (_root.plane.planemc.normalplanemc.hittestmc.hitTest(this.birdflying)) {
_root.plane.gotoAndPlay("birdcrashw2");
}
if (_root.plane.planemc.planeglow.hitTest(this.birdflying)) {
this.gotoAndPlay("birdsplatter");
}
}
Frame 222
stop();
Frame 223
numBird = 4;
i = 2;
while (i <= numBird) {
bird1.duplicateMovieClip("bird" + i, i + 100);
i++;
}
_root.powerupmc.gotoAndPlay("scroll");
_root.lvltitlew2.gotoAndPlay("lvl6");
Instance of Symbol 933 MovieClip "bird1" in Frame 223
onClipEvent (load) {
function reset() {
this._x = 600;
this._y = random(250) + 100;
birdSpeed = random(9) + 9;
}
reset();
}
onClipEvent (enterFrame) {
if (_root.plane.scrollStart) {
this._x = this._x - (birdSpeed + _root.mainGround.groundSpeed);
} else {
this._x = this._x - birdSpeed;
}
if (this._x < -10) {
gotoAndStop ("birdflying");
reset();
}
}
onClipEvent (enterFrame) {
if (_root.plane.planemc.normalplanemc.hittestmc.hitTest(this.birdflying)) {
_root.plane.gotoAndPlay("birdcrashw2");
}
if (_root.plane.planemc.planeglow.hitTest(this.birdflying)) {
this.gotoAndPlay("birdsplatter");
}
}
Frame 224
stop();
Frame 225
numBird = 4;
i = 2;
while (i <= numBird) {
bird1.duplicateMovieClip("bird" + i, i + 100);
i++;
}
_root.lvltitlew2.gotoAndPlay("lvl7");
_root.powerup2mc.gotoAndPlay("scroll");
Instance of Symbol 933 MovieClip "bird1" in Frame 225
onClipEvent (load) {
function reset() {
this._x = 600;
this._y = random(250) + 100;
birdSpeed = random(10) + 9;
}
reset();
}
onClipEvent (enterFrame) {
if (_root.plane.scrollStart) {
this._x = this._x - (birdSpeed + _root.mainGround.groundSpeed);
} else {
this._x = this._x - birdSpeed;
}
if (this._x < -10) {
gotoAndStop ("birdflying");
reset();
}
}
onClipEvent (enterFrame) {
if (_root.plane.planemc.normalplanemc.hittestmc.hitTest(this.birdflying)) {
_root.plane.gotoAndPlay("birdcrashw2");
}
if (_root.plane.planemc.planeglow.hitTest(this.birdflying)) {
this.gotoAndPlay("birdsplatter");
}
}
Frame 226
stop();
Frame 227
numBird = 5;
i = 2;
while (i <= numBird) {
bird1.duplicateMovieClip("bird" + i, i + 100);
i++;
}
_root.powerup2mc.gotoAndPlay("scroll");
_root.lvltitlew2.gotoAndPlay("lvl8");
Frame 228
stop();
Frame 229
numBird = 5;
i = 2;
while (i <= numBird) {
bird1.duplicateMovieClip("bird" + i, i + 100);
i++;
}
_root.lvltitlew2.gotoAndPlay("lvl9");
_root.powerup2mc.gotoAndPlay("scroll");
Frame 230
stop();
Frame 231
numBird = 6;
i = 2;
while (i <= numBird) {
bird1.duplicateMovieClip("bird" + i, i + 100);
i++;
}
_root.powerupmc.gotoAndPlay("scroll");
_root.lvltitlew2.gotoAndPlay("lvl10");
Frame 232
stop();
Frame 233
stop();
_root.lives = _root.lives - 1;
if (_root.lives == 0) {
_root.gameover.gotoAndPlay("play");
}
Instance of Symbol 792 MovieClip "bird" in Frame 233
onClipEvent (load) {
function reset() {
this._x = 600;
this._y = random(200) + 100;
birdSpeed = random(15) + 10;
}
reset();
}
onClipEvent (enterFrame) {
if (_root.spaceship.scrollStart) {
this._x = this._x - (birdSpeed + _root.mainGround.groundSpeed);
} else {
this._x = this._x - birdSpeed;
}
if (this._x < -10) {
reset();
}
}
Instance of Symbol 773 MovieClip "plane" in Frame 233
onClipEvent (enterFrame) {
_root.plane.gotoAndPlay("planeexplodew2");
}
Instance of Symbol 933 MovieClip "bird1" in Frame 233
onClipEvent (enterFrame) {
swapDepths(1);
removeMovieClip(_root.bird1);
}
Frame 234
stop();
numBird = 1;
i = 2;
while (i <= numBird) {
bird.duplicateMovieClip("bird" + i, i + 100);
i++;
}
if (_root.score > _root.bestScore) {
_root.bestScore = _root.score;
}
_root.lives = _root.lives - 1;
if (_root.lives == 0) {
_root.gameover.gotoAndPlay("play");
}
Instance of Symbol 773 MovieClip "plane" in Frame 234
onClipEvent (enterFrame) {
_root.plane.gotoAndPlay("planeexplode2w2");
}
Frame 235
stop();
numBird = 1;
i = 2;
while (i <= numBird) {
bird.duplicateMovieClip("bird" + i, i + 100);
i++;
}
if (_root.score > _root.bestScore) {
_root.bestScore = _root.score;
}
_root.lives = _root.lives - 1;
if (_root.lives == 0) {
_root.gameover.gotoAndPlay("play");
}
Frame 236
play();
Instance of Symbol 951 MovieClip "planewinworld1mc" in Frame 236
onClipEvent (load) {
_root.planewinworld1mc._y = _root.planeycoord;
}
Instance of Symbol 933 MovieClip "bird1" in Frame 236
onClipEvent (enterFrame) {
swapDepths(1);
removeMovieClip(_root.bird1);
_root.bird2.removeMovieClip();
_root.bird3.removeMovieClip();
_root.bird4.removeMovieClip();
_root.bird5.removeMovieClip();
_root.bird6.removeMovieClip();
_root.bird7.removeMovieClip();
_root.bird8.removeMovieClip();
_root.bird9.removeMovieClip();
_root.bird10.removeMovieClip();
_root.bird11.removeMovieClip();
}
Frame 237
stop();
_root.bird1.removeMovieClip();
_root.bird2.removeMovieClip();
_root.bird3.removeMovieClip();
_root.bird4.removeMovieClip();
_root.bird5.removeMovieClip();
_root.bird6.removeMovieClip();
_root.bird7.removeMovieClip();
_root.bird8.removeMovieClip();
_root.bird9.removeMovieClip();
_root.bird10.removeMovieClip();
_root.bird11.removeMovieClip();
Frame 238
play();
_root.maxLasers = 0;
_root.laserchecker = 0;
function doSomething2() {
getURL ("http://www.killphil.co.nr", _blank);
}
MENU.customItems.push(Functioned2);
MENU = new ContextMenu();
MENU.hideBuiltInItems();
Functioned2 = new ContextMenuItem("Kill Phil-Movies and Stuff", doSomething2);
MENU.customItems.push(Functioned2);
_root.menu = MENU;
Instance of Symbol 568 MovieClip "lasercheckermc" in Frame 238
on (release) {
_global.Behaviors.Sound.lasershot.start(0, 1);
}
Instance of Symbol 570 MovieClip "playcontrol" in Frame 238
onClipEvent (mouseDown) {
this.isDown = true;
}
onClipEvent (mouseUp) {
this.isDown = false;
}
onClipEvent (enterFrame) {
if (this.isDown) {
_root.gotoAndPlay("playworld3");
_root.launchpad.launchfire.gotoAndPlay("launch");
}
}
Instance of Symbol 968 MovieClip "mainGround" in Frame 238
onClipEvent (enterFrame) {
if (_root.plane.hitTest(_root.mainGround)) {
_root.plane.gotoAndPlay("planeexplode");
}
}
Instance of Symbol 8 MovieClip "bestScoreChecker" in Frame 238
onClipEvent (enterFrame) {
if (_root.score > _root.bestScore) {
_root.bestScore = _root.score;
}
}
Frame 239
stop();
_root.maxLasers = 0;
_root.laserchecker = 0;
_root.bird1.removeMovieClip();
_root.bird2.removeMovieClip();
_root.bird3.removeMovieClip();
_root.bird4.removeMovieClip();
_root.bird5.removeMovieClip();
_root.bird6.removeMovieClip();
_root.bird7.removeMovieClip();
_root.bird8.removeMovieClip();
_root.bird9.removeMovieClip();
_root.bird10.removeMovieClip();
_root.bird11.removeMovieClip();
Frame 240
_root.maxLasers = 0;
_root.lasercheckermc = 0;
_root.lasercheckermc.gotoAndPlay("none");
numBird = 1;
i = 2;
while (i <= numBird) {
bird1.duplicateMovieClip("bird" + i, i + 100);
i++;
}
_root.lvltitle.play;
Instance of Symbol 962 MovieClip "mainSky" in Frame 240
onClipEvent (load) {
sky.duplicateMovieClip("sky2", 100);
sky2._x = sky._x + sky._width;
skyStartx = this._x;
skySpeed = 2;
}
onClipEvent (enterFrame) {
this._x = this._x - skySpeed;
if (this._x <= (skyStartx - sky._width)) {
this._x = skyStartx - skySpeed;
}
if (_root.plane.hitTest(_root.mainSky.sky.lightning)) {
skySpeed = 0;
} else {
skySpeed = 2;
}
if (_root.plane.hitTest(_root.mainSky.sky.cloudsmc)) {
skySpeed = 0;
} else {
skySpeed = 2;
}
}
Instance of Symbol 968 MovieClip "mainGround" in Frame 240
onClipEvent (load) {
ground.duplicateMovieClip("ground2", 100);
ground2._x = ground._x + ground._width;
groundStartx = this._x;
groundSpeed = 8;
}
onClipEvent (enterFrame) {
this._x = this._x - groundSpeed;
if (this._x <= (groundStartx - ground._width)) {
this._x = groundStartx - groundSpeed;
}
if (_root.plane.hitTest(_root.mainGround)) {
groundSpeed = 0;
} else {
groundSpeed = 8;
}
}
Instance of Symbol 636 MovieClip "powerup2mc" in Frame 240
onClipEvent (load) {
function reset() {
_root.powerup2mc._x = 600;
_root.powerup2mc._y = random(200) + 100;
}
reset();
}
onClipEvent (enterFrame) {
if (_root.plane.planemc.normalplanemc.hitTest(_root.powerup2mc)) {
_root.poweruptimer2.gotoAndPlay("starttimer");
_root.powerup2mc.gotoAndStop("off");
_root.score = _root.score + 200;
_root.laserchecker = _root.laserchecker + 11;
_root.pointgainmc.gotoAndPlay("200p");
reset();
}
}
Instance of Symbol 637 MovieClip "powerupmc" in Frame 240
onClipEvent (load) {
function reset() {
_root.powerupmc._x = 600;
_root.powerupmc._y = random(200) + 100;
}
reset();
}
onClipEvent (enterFrame) {
if (_root.plane.planemc.normalplanemc.hitTest(_root.powerupmc)) {
_root.plane.planemc.gotoAndPlay("planeinvincible");
_root.powerupmc.gotoAndStop("off");
_root.score = _root.score + 200;
reset();
}
}
Instance of Symbol 643 MovieClip "laser" in Frame 240
onClipEvent (load) {
laserMoveSpeed = 20;
this._y = _root.plane._y;
this._x = _root.plane._x + 35;
}
onClipEvent (enterFrame) {
if (this._name != "laser") {
this._x = this._x + laserMoveSpeed;
if (this._x > 600) {
_root.plane.laserCounter--;
this.removeMovieClip();
}
i = 1;
while (i <= _root.numBird) {
if (this.hitTest(_root["bird" + i])) {
_root["bird" + i].gotoAndPlay("birdsplatter");
}
i++;
}
}
}
Instance of Symbol 773 MovieClip "plane" in Frame 240
onClipEvent (load) {
gravity = -5;
maxGravity = 8;
maxGravityRise = -8;
_root.laser._visible = false;
laserCounter = 2;
depthCounter = 1;
maxLasers = 0;
}
onClipEvent (mouseDown) {
this.isDown = true;
}
onClipEvent (mouseUp) {
this.isDown = false;
}
onClipEvent (enterFrame) {
if (this.isDown) {
if (gravity > maxGravityRise) {
gravity--;
}
this._y = this._y + gravity;
setProperty("_root.plane", _rotation , 358);
} else {
if (gravity < maxGravity) {
gravity = gravity + 0.5;
}
this._y = this._y + gravity;
setProperty("_root.plane", _rotation , 4);
}
if (_root.mainGround.hitTest(_root.plane.planemc.normalplanemc)) {
_root.gotoAndStop("crashgroundw3");
}
if (_root.mainSky.sky.lightning.hitTest(_root.plane.planemc.normalplanemc)) {
_root.gotoAndStop("crashskyw3");
}
if (_root.mainSky.sky.cloudsmc.hitTest(_root.plane.planemc.normalplanemc)) {
_root.gotoAndStop("crashskyw3");
}
if (_root.mainGround.hitTest(_root.plane.planemc.planeglow)) {
_root.gotoAndStop("crashgroundw3");
}
if (_root.mainSky.sky.lightning.hitTest(_root.plane.planemc.planeglow)) {
_root.gotoAndStop("crashskyw3");
}
if (_root.mainSky.sky.cloudsmc.hitTest(_root.plane.planemc.planeglow)) {
_root.gotoAndStop("crashskyw3");
}
if (_root.laserchecker > 9) {
maxLasers = 10;
} else {
maxLasers = 0;
}
if (Key.isDown(83) and (laserCounter <= maxLasers)) {
_global.Behaviors.Sound.lasershot.start(0, 1);
laserCounter++;
_root.laser.duplicateMovieClip("laser" + depthCounter, depthCounter);
_root["laser" + depthCounter]._visible = true;
depthCounter++;
if (depthCounter > maxLasers) {
depthCounter = 1;
}
}
}
Instance of Symbol 993 MovieClip "bird1" in Frame 240
onClipEvent (load) {
function reset() {
this._x = 600;
this._y = random(200) + 100;
birdSpeed = 12;
}
reset();
}
onClipEvent (enterFrame) {
if (_root.plane.scrollStart) {
this._x = this._x - (birdSpeed + _root.mainGround.groundSpeed);
} else {
this._x = this._x - birdSpeed;
}
if (this._x < -10) {
gotoAndStop ("birdflying");
reset();
}
}
onClipEvent (enterFrame) {
if (_root.plane.planemc.normalplanemc.hittestmc.hitTest(this.birdflying)) {
_root.plane.gotoAndPlay("birdcrashw3");
}
if (_root.plane.planemc.planeglow.hitTest(this.birdflying)) {
this.gotoAndPlay("birdsplatter");
}
}
Frame 241
stop();
_root.maxLasers = 0;
_root.lasercheckermc.gotoAndPlay("none");
_root.lasercheckermc = 0;
Frame 242
numBird = 2;
i = 2;
while (i <= numBird) {
bird1.duplicateMovieClip("bird" + i, i + 100);
i++;
}
_root.lvltitlew3.gotoAndPlay("lvl2");
_root.powerupmc.gotoAndPlay("scroll");
Instance of Symbol 993 MovieClip "bird1" in Frame 242
onClipEvent (load) {
function reset() {
this._x = 600;
this._y = random(200) + 100;
birdSpeed = random(5) + 12;
}
reset();
}
onClipEvent (enterFrame) {
if (_root.plane.scrollStart) {
this._x = this._x - (birdSpeed + _root.mainGround.groundSpeed);
} else {
this._x = this._x - birdSpeed;
}
if (this._x < -10) {
gotoAndStop ("birdflying");
reset();
}
}
onClipEvent (enterFrame) {
if (_root.plane.planemc.normalplanemc.hittestmc.hitTest(this.birdflying)) {
_root.plane.gotoAndPlay("birdcrashw3");
}
if (_root.plane.planemc.planeglow.hitTest(this.birdflying)) {
this.gotoAndPlay("birdsplatter");
}
}
Frame 243
stop();
Frame 244
numBird = 2;
i = 2;
while (i <= numBird) {
bird1.duplicateMovieClip("bird" + i, i + 100);
i++;
}
_root.lvltitlew3.gotoAndPlay("lvl3");
Instance of Symbol 993 MovieClip "bird1" in Frame 244
onClipEvent (load) {
function reset() {
this._x = 600;
this._y = random(200) + 100;
birdSpeed = random(6) + 12;
}
reset();
}
onClipEvent (enterFrame) {
if (_root.plane.scrollStart) {
this._x = this._x - (birdSpeed + _root.mainGround.groundSpeed);
} else {
this._x = this._x - birdSpeed;
}
if (this._x < -10) {
gotoAndStop ("birdflying");
reset();
}
}
onClipEvent (enterFrame) {
if (_root.plane.planemc.normalplanemc.hittestmc.hitTest(this.birdflying)) {
_root.plane.gotoAndPlay("birdcrashw3");
}
if (_root.plane.planemc.planeglow.hitTest(this.birdflying)) {
this.gotoAndPlay("birdsplatter");
}
}
Frame 245
stop();
Frame 246
numBird = 3;
i = 2;
while (i <= numBird) {
bird1.duplicateMovieClip("bird" + i, i + 100);
i++;
}
_root.powerup2mc.gotoAndPlay("scroll");
_root.lvltitlew3.gotoAndPlay("lvl4");
Instance of Symbol 993 MovieClip "bird1" in Frame 246
onClipEvent (load) {
function reset() {
this._x = 600;
this._y = random(200) + 100;
birdSpeed = random(7) + 12;
}
reset();
}
onClipEvent (enterFrame) {
if (_root.plane.scrollStart) {
this._x = this._x - (birdSpeed + _root.mainGround.groundSpeed);
} else {
this._x = this._x - birdSpeed;
}
if (this._x < -10) {
gotoAndStop ("birdflying");
reset();
}
}
onClipEvent (enterFrame) {
if (_root.plane.planemc.normalplanemc.hittestmc.hitTest(this.birdflying)) {
_root.plane.gotoAndPlay("birdcrashw3");
}
if (_root.plane.planemc.planeglow.hitTest(this.birdflying)) {
this.gotoAndPlay("birdsplatter");
}
}
Frame 247
stop();
Frame 248
numBird = 3;
i = 2;
while (i <= numBird) {
bird1.duplicateMovieClip("bird" + i, i + 100);
i++;
}
_root.powerupmc.gotoAndPlay("scroll");
_root.lvltitlew3.gotoAndPlay("lvl5");
_root.gotoAndPlay("winworld3");
Instance of Symbol 993 MovieClip "bird1" in Frame 248
onClipEvent (load) {
function reset() {
this._x = 600;
this._y = random(200) + 100;
birdSpeed = random(8) + 12;
}
reset();
}
onClipEvent (enterFrame) {
if (_root.plane.scrollStart) {
this._x = this._x - (birdSpeed + _root.mainGround.groundSpeed);
} else {
this._x = this._x - birdSpeed;
}
if (this._x < -10) {
gotoAndStop ("birdflying");
reset();
}
}
onClipEvent (enterFrame) {
if (_root.plane.planemc.normalplanemc.hittestmc.hitTest(this.birdflying)) {
_root.plane.gotoAndPlay("birdcrashw3");
}
if (_root.plane.planemc.planeglow.hitTest(this.birdflying)) {
this.gotoAndPlay("birdsplatter");
}
}
Frame 249
stop();
Frame 250
numBird = 4;
i = 2;
while (i <= numBird) {
bird1.duplicateMovieClip("bird" + i, i + 100);
i++;
}
_root.powerupmc.gotoAndPlay("scroll");
_root.lvltitlew3.gotoAndPlay("lvl7");
Instance of Symbol 993 MovieClip "bird1" in Frame 250
onClipEvent (load) {
function reset() {
this._x = 600;
this._y = random(200) + 100;
birdSpeed = random(9) + 12;
}
reset();
}
onClipEvent (enterFrame) {
if (_root.plane.scrollStart) {
this._x = this._x - (birdSpeed + _root.mainGround.groundSpeed);
} else {
this._x = this._x - birdSpeed;
}
if (this._x < -10) {
gotoAndStop ("birdflying");
reset();
}
}
onClipEvent (enterFrame) {
if (_root.plane.planemc.normalplanemc.hittestmc.hitTest(this.birdflying)) {
_root.plane.gotoAndPlay("birdcrashw3");
}
if (_root.plane.planemc.planeglow.hitTest(this.birdflying)) {
this.gotoAndPlay("birdsplatter");
}
}
Frame 251
stop();
Frame 252
numBird = 4;
i = 2;
while (i <= numBird) {
bird1.duplicateMovieClip("bird" + i, i + 100);
i++;
}
_root.lvltitlew3.gotoAndPlay("lvl7");
_root.powerup2mc.gotoAndPlay("scroll");
Instance of Symbol 993 MovieClip "bird1" in Frame 252
onClipEvent (load) {
function reset() {
this._x = 600;
this._y = random(200) + 100;
birdSpeed = random(10) + 12;
}
reset();
}
onClipEvent (enterFrame) {
if (_root.plane.scrollStart) {
this._x = this._x - (birdSpeed + _root.mainGround.groundSpeed);
} else {
this._x = this._x - birdSpeed;
}
if (this._x < -10) {
gotoAndStop ("birdflying");
reset();
}
}
onClipEvent (enterFrame) {
if (_root.plane.planemc.normalplanemc.hittestmc.hitTest(this.birdflying)) {
_root.plane.gotoAndPlay("birdcrashw3");
}
if (_root.plane.planemc.planeglow.hitTest(this.birdflying)) {
this.gotoAndPlay("birdsplatter");
}
}
Frame 253
stop();
Frame 254
numBird = 5;
i = 2;
while (i <= numBird) {
bird1.duplicateMovieClip("bird" + i, i + 100);
i++;
}
_root.powerup2mc.gotoAndPlay("scroll");
_root.lvltitlew3.gotoAndPlay("lvl8");
Frame 255
stop();
Frame 256
numBird = 5;
i = 2;
while (i <= numBird) {
bird1.duplicateMovieClip("bird" + i, i + 100);
i++;
}
_root.lvltitlew3.gotoAndPlay("lvl9");
_root.powerup2mc.gotoAndPlay("scroll");
Frame 257
stop();
Frame 258
numBird = 6;
i = 2;
while (i <= numBird) {
bird1.duplicateMovieClip("bird" + i, i + 100);
i++;
}
_root.powerupmc.gotoAndPlay("scroll");
_root.lvltitlew3.gotoAndPlay("lvl10");
Instance of Symbol 993 MovieClip "bird1" in Frame 258
onClipEvent (load) {
function reset() {
this._x = 600;
this._y = random(200) + 100;
birdSpeed = random(10) + 12;
}
reset();
}
onClipEvent (enterFrame) {
if (_root.plane.scrollStart) {
this._x = this._x - (birdSpeed + _root.mainGround.groundSpeed);
} else {
this._x = this._x - birdSpeed;
}
if (this._x < -10) {
gotoAndStop ("birdflying");
reset();
}
}
onClipEvent (enterFrame) {
if (_root.plane.planemc.normalplanemc.hitTest(this)) {
_root.plane.gotoAndPlay("birdcrashw3");
}
if (_root.plane.planemc.planeglow.hitTest(this)) {
this.gotoAndPlay("birdsplatter");
}
}
Frame 259
stop();
Frame 260
stop();
_root.lives = _root.lives - 1;
if (_root.lives == 0) {
_root.gameover.gotoAndPlay("play");
}
Instance of Symbol 773 MovieClip "plane" in Frame 260
onClipEvent (enterFrame) {
_root.plane.gotoAndPlay("planeexplodew3");
}
Instance of Symbol 993 MovieClip "bird1" in Frame 260
onClipEvent (enterFrame) {
swapDepths(1);
removeMovieClip(_root.bird1);
}
Frame 261
stop();
numBird = 1;
i = 2;
while (i <= numBird) {
bird.duplicateMovieClip("bird" + i, i + 100);
i++;
}
if (_root.score > _root.bestScore) {
_root.bestScore = _root.score;
}
_root.lives = _root.lives - 1;
if (_root.lives == 0) {
_root.gameover.gotoAndPlay("play");
}
Instance of Symbol 773 MovieClip "plane" in Frame 261
onClipEvent (enterFrame) {
_root.plane.gotoAndPlay("planeexplode2w3");
}
Frame 262
stop();
numBird = 1;
i = 2;
while (i <= numBird) {
bird.duplicateMovieClip("bird" + i, i + 100);
i++;
}
if (_root.score > _root.bestScore) {
_root.bestScore = _root.score;
}
_root.lives = _root.lives - 1;
if (_root.lives == 0) {
_root.gameover.gotoAndPlay("play");
}
Frame 263
play();
Instance of Symbol 993 MovieClip "bird1" in Frame 263
onClipEvent (enterFrame) {
swapDepths(1);
removeMovieClip(_root.bird1);
_root.bird2.removeMovieClip();
_root.bird3.removeMovieClip();
_root.bird4.removeMovieClip();
_root.bird5.removeMovieClip();
_root.bird6.removeMovieClip();
_root.bird7.removeMovieClip();
_root.bird8.removeMovieClip();
_root.bird9.removeMovieClip();
_root.bird10.removeMovieClip();
_root.bird11.removeMovieClip();
}
Frame 264
stop();
_root.bird1.removeMovieClip();
_root.bird2.removeMovieClip();
_root.bird3.removeMovieClip();
_root.bird4.removeMovieClip();
_root.bird5.removeMovieClip();
_root.bird6.removeMovieClip();
_root.bird7.removeMovieClip();
_root.bird8.removeMovieClip();
_root.bird9.removeMovieClip();
_root.bird10.removeMovieClip();
_root.bird11.removeMovieClip();
Frame 265
play();
Frame 303
stop();
Frame 304
play();
_root.maxLasers = 0;
_root.laserchecker = 0;
function doSomething2() {
getURL ("http://www.killphil.co.nr", _blank);
}
MENU.customItems.push(Functioned2);
MENU = new ContextMenu();
MENU.hideBuiltInItems();
Functioned2 = new ContextMenuItem("Kill Phil-Movies and Stuff", doSomething2);
MENU.customItems.push(Functioned2);
_root.menu = MENU;
Instance of Symbol 550 MovieClip "dGround" in Frame 304
onClipEvent (load) {
dGround.duplicateMovieClip("dGround2", 100);
dGround2._x = dGround._x + dGround._width;
dGroundStartx = this._x;
dGroundSpeed = 2;
}
onClipEvent (enterFrame) {
this._x = this._x - dGroundSpeed;
if (this._x <= (dGroundStartx - dGround._width)) {
this._x = dGroundStartx - dGroundSpeed;
}
}
Instance of Symbol 570 MovieClip "playcontrol" in Frame 304
onClipEvent (mouseDown) {
this.isDown = true;
}
onClipEvent (mouseUp) {
this.isDown = false;
}
onClipEvent (enterFrame) {
if (this.isDown) {
_root.gotoAndPlay("playworld4");
}
}
Instance of Symbol 574 MovieClip "mainGround" in Frame 304
onClipEvent (enterFrame) {
if (_root.plane.hitTest(_root.mainGround)) {
_root.plane.gotoAndPlay("planeexplode");
}
}
Instance of Symbol 8 MovieClip "bestScoreChecker" in Frame 304
onClipEvent (enterFrame) {
if (_root.score > _root.bestScore) {
_root.bestScore == _root.score;
_root.bestScore = _root.score;
}
}
Frame 305
stop();
_root.maxLasers = 0;
_root.laserchecker = 0;
_root.bird1.removeMovieClip();
_root.bird2.removeMovieClip();
_root.bird3.removeMovieClip();
_root.bird4.removeMovieClip();
_root.bird5.removeMovieClip();
_root.bird6.removeMovieClip();
_root.bird7.removeMovieClip();
_root.bird8.removeMovieClip();
_root.bird9.removeMovieClip();
_root.bird10.removeMovieClip();
_root.bird11.removeMovieClip();
Frame 306
_root.maxLasers = 0;
_root.lasercheckermc = 0;
_root.lasercheckermc.gotoAndPlay("none");
numBird = 1;
i = 2;
while (i <= numBird) {
bird1.duplicateMovieClip("bird" + i, i + 100);
i++;
}
_root.lvltitle.play;
Instance of Symbol 617 MovieClip in Frame 306
/* no clip actions */
Instance of Symbol 566 MovieClip "mainSky" in Frame 306
onClipEvent (load) {
sky.duplicateMovieClip("sky2", 100);
sky2._x = sky._x + sky._width;
skyStartx = this._x;
skySpeed = 2;
}
onClipEvent (enterFrame) {
this._x = this._x - skySpeed;
if (this._x <= (skyStartx - sky._width)) {
this._x = skyStartx - skySpeed;
}
if (_root.plane.hitTest(_root.mainSky.sky.lightning)) {
skySpeed = 0;
} else {
skySpeed = 2;
}
if (_root.plane.hitTest(_root.mainSky.sky.cloudsmc)) {
skySpeed = 0;
} else {
skySpeed = 2;
}
}
Instance of Symbol 574 MovieClip "mainGround" in Frame 306
onClipEvent (load) {
ground.duplicateMovieClip("ground2", 100);
ground2._x = ground._x + ground._width;
groundStartx = this._x;
groundSpeed = 8;
}
onClipEvent (enterFrame) {
this._x = this._x - groundSpeed;
if (this._x <= (groundStartx - ground._width)) {
this._x = groundStartx - groundSpeed;
}
if (_root.plane.hitTest(_root.mainGround)) {
groundSpeed = 0;
} else {
groundSpeed = 8;
}
}
Instance of Symbol 636 MovieClip "powerup2mc" in Frame 306
onClipEvent (load) {
function reset() {
_root.powerup2mc._x = 600;
_root.powerup2mc._y = random(200) + 100;
}
reset();
}
onClipEvent (enterFrame) {
if (_root.plane.planemc.normalplanemc.hitTest(_root.powerup2mc)) {
_root.poweruptimer2.gotoAndPlay("starttimer");
_root.powerup2mc.gotoAndStop("off");
_root.score = _root.score + 200;
_root.laserchecker = _root.laserchecker + 11;
_root.pointgainmc.gotoAndPlay("200p");
reset();
}
}
onClipEvent (enterFrame) {
if (_root.plane.planemc.planeglow.hitTest(_root.powerup2mc)) {
_root.poweruptimer2.gotoAndPlay("starttimer");
_root.powerup2mc.gotoAndStop("off");
_root.score = _root.score + 200;
_root.laserchecker = _root.laserchecker + 11;
_root.pointgainmc.gotoAndPlay("200p");
reset();
}
}
Instance of Symbol 637 MovieClip "powerupmc" in Frame 306
onClipEvent (load) {
function reset() {
_root.powerupmc._x = 600;
_root.powerupmc._y = random(200) + 100;
}
reset();
}
onClipEvent (enterFrame) {
if (_root.plane.planemc.normalplanemc.hitTest(_root.powerupmc)) {
_root.plane.planemc.gotoAndPlay("planeinvincible");
_root.powerupmc.gotoAndStop("off");
_root.score = _root.score + 200;
reset();
}
}
onClipEvent (enterFrame) {
if (_root.plane.planemc.planeglow.hitTest(_root.powerupmc)) {
_root.plane.planemc.gotoAndPlay("planeinvincible");
_root.powerupmc.gotoAndStop("off");
_root.poweruptimer01.gotoAndPlay("starttimer");
_root.score = _root.score + 200;
reset();
}
}
Instance of Symbol 643 MovieClip "laser" in Frame 306
onClipEvent (load) {
laserMoveSpeed = 20;
this._y = _root.plane._y;
this._x = _root.plane._x + 35;
}
onClipEvent (enterFrame) {
if (this._name != "laser") {
this._x = this._x + laserMoveSpeed;
if (this._x > 600) {
_root.plane.laserCounter--;
this.removeMovieClip();
}
i = 1;
while (i <= _root.numBird) {
if (this.hitTest(_root["bird" + i])) {
_root["bird" + i].gotoAndPlay("birdsplatter");
}
i++;
}
}
}
Instance of Symbol 773 MovieClip "plane" in Frame 306
onClipEvent (load) {
gravity = -5;
maxGravity = 8;
maxGravityRise = -8;
_root.laser._visible = false;
laserCounter = 2;
depthCounter = 1;
maxLasers = 0;
}
onClipEvent (mouseDown) {
this.isDown = true;
}
onClipEvent (mouseUp) {
this.isDown = false;
}
onClipEvent (enterFrame) {
if (this.isDown) {
if (gravity > maxGravityRise) {
gravity--;
}
this._y = this._y + gravity;
setProperty("_root.plane", _rotation , 358);
} else {
if (gravity < maxGravity) {
gravity = gravity + 0.5;
}
this._y = this._y + gravity;
setProperty("_root.plane", _rotation , 4);
}
if (_root.mainGround.hitTest(_root.plane.planemc.normalplanemc)) {
_root.gotoAndStop("crashgroundworld4");
}
if (_root.mainSky.sky.lightning.hitTest(_root.plane.planemc.normalplanemc)) {
_root.gotoAndStop("crashskyworld4");
}
if (_root.mainSky.sky.cloudsmc.hitTest(_root.plane.planemc.normalplanemc)) {
_root.gotoAndStop("crashskyworld4");
}
if (_root.mainGround.hitTest(_root.plane.planemc.planeglow)) {
_root.gotoAndStop("crashgroundworld4");
}
if (_root.mainSky.sky.lightning.hitTest(_root.plane.planemc.planeglow)) {
_root.gotoAndStop("crashskyworld4");
}
if (_root.mainSky.sky.cloudsmc.hitTest(_root.plane.planemc.planeglow)) {
_root.gotoAndStop("crashskyworld4");
}
if (_root.laserchecker > 9) {
maxLasers = 10;
} else {
maxLasers = 0;
}
if (Key.isDown(83) and (laserCounter <= maxLasers)) {
_global.Behaviors.Sound.lasershot.start(0, 1);
laserCounter++;
_root.laser.duplicateMovieClip("laser" + depthCounter, depthCounter);
_root["laser" + depthCounter]._visible = true;
depthCounter++;
if (depthCounter > maxLasers) {
depthCounter = 1;
}
}
}
Instance of Symbol 792 MovieClip "bird1" in Frame 306
onClipEvent (load) {
function reset() {
this._x = 600;
this._y = random(200) + 100;
birdSpeed = 9;
}
reset();
}
onClipEvent (enterFrame) {
if (_root.plane.scrollStart) {
this._x = this._x - (birdSpeed + _root.mainGround.groundSpeed);
} else {
this._x = this._x - birdSpeed;
}
if (this._x < -10) {
gotoAndStop ("birdflying");
reset();
}
}
onClipEvent (enterFrame) {
if (_root.plane.planemc.normalplanemc.hittestmc.hitTest(this.birdflying)) {
_root.plane.gotoAndPlay("birdcrashw4");
}
if (_root.plane.planemc.planeglow.hitTest(this.birdflying)) {
this.gotoAndPlay("birdsplatter");
}
}
Frame 307
stop();
_root.maxLasers = 0;
_root.lasercheckermc.gotoAndPlay("none");
_root.lasercheckermc = 0;
Frame 308
numBird = 2;
i = 2;
while (i <= numBird) {
bird1.duplicateMovieClip("bird" + i, i + 100);
i++;
}
_root.lvltitle.gotoAndPlay("lvl2");
_root.powerupmc.gotoAndPlay("scroll");
Instance of Symbol 792 MovieClip "bird1" in Frame 308
onClipEvent (load) {
function reset() {
this._x = 600;
this._y = random(200) + 100;
birdSpeed = random(5) + 9;
}
reset();
}
onClipEvent (enterFrame) {
if (_root.plane.scrollStart) {
this._x = this._x - (birdSpeed + _root.mainGround.groundSpeed);
} else {
this._x = this._x - birdSpeed;
}
if (this._x < -10) {
gotoAndStop ("birdflying");
reset();
}
}
onClipEvent (enterFrame) {
if (_root.plane.planemc.normalplanemc.hittestmc.hitTest(this.birdflying)) {
_root.plane.gotoAndPlay("birdcrashw4");
}
if (_root.plane.planemc.planeglow.hitTest(this.birdflying)) {
this.gotoAndPlay("birdsplatter");
}
}
Frame 309
stop();
Frame 310
numBird = 2;
i = 2;
while (i <= numBird) {
bird1.duplicateMovieClip("bird" + i, i + 100);
i++;
}
_root.lvltitle.gotoAndPlay("lvl3");
Instance of Symbol 792 MovieClip "bird1" in Frame 310
onClipEvent (load) {
function reset() {
this._x = 600;
this._y = random(200) + 100;
birdSpeed = random(6) + 9;
}
reset();
}
onClipEvent (enterFrame) {
if (_root.plane.scrollStart) {
this._x = this._x - (birdSpeed + _root.mainGround.groundSpeed);
} else {
this._x = this._x - birdSpeed;
}
if (this._x < -10) {
gotoAndStop ("birdflying");
reset();
}
}
onClipEvent (enterFrame) {
if (_root.plane.planemc.normalplanemc.hittestmc.hitTest(this.birdflying)) {
_root.plane.gotoAndPlay("birdcrashw4");
}
if (_root.plane.planemc.planeglow.hitTest(this.birdflying)) {
this.gotoAndPlay("birdsplatter");
}
}
Frame 311
stop();
Frame 312
numBird = 3;
i = 2;
while (i <= numBird) {
bird1.duplicateMovieClip("bird" + i, i + 100);
i++;
}
_root.powerup2mc.gotoAndPlay("scroll");
_root.lvltitle.gotoAndPlay("lvl4");
Instance of Symbol 792 MovieClip "bird1" in Frame 312
onClipEvent (load) {
function reset() {
this._x = 600;
this._y = random(200) + 100;
birdSpeed = random(7) + 9;
}
reset();
}
onClipEvent (enterFrame) {
if (_root.plane.scrollStart) {
this._x = this._x - (birdSpeed + _root.mainGround.groundSpeed);
} else {
this._x = this._x - birdSpeed;
}
if (this._x < -10) {
gotoAndStop ("birdflying");
reset();
}
}
onClipEvent (enterFrame) {
if (_root.plane.planemc.normalplanemc.hittestmc.hitTest(this.birdflying)) {
_root.plane.gotoAndPlay("birdcrashw4");
}
if (_root.plane.planemc.planeglow.hitTest(this.birdflying)) {
this.gotoAndPlay("birdsplatter");
}
}
Frame 313
stop();
Frame 314
numBird = 3;
i = 2;
while (i <= numBird) {
bird1.duplicateMovieClip("bird" + i, i + 100);
i++;
}
_root.powerupmc.gotoAndPlay("scroll");
_root.lvltitle.gotoAndPlay("lvl5");
Instance of Symbol 792 MovieClip "bird1" in Frame 314
onClipEvent (load) {
function reset() {
this._x = 600;
this._y = random(200) + 100;
birdSpeed = random(8) + 9;
}
reset();
}
onClipEvent (enterFrame) {
if (_root.plane.scrollStart) {
this._x = this._x - (birdSpeed + _root.mainGround.groundSpeed);
} else {
this._x = this._x - birdSpeed;
}
if (this._x < -10) {
gotoAndStop ("birdflying");
reset();
}
}
onClipEvent (enterFrame) {
if (_root.plane.planemc.normalplanemc.hittestmc.hitTest(this.birdflying)) {
_root.plane.gotoAndPlay("birdcrashw4");
}
if (_root.plane.planemc.planeglow.hitTest(this.birdflying)) {
this.gotoAndPlay("birdsplatter");
}
}
Frame 315
stop();
Frame 316
numBird = 4;
i = 2;
while (i <= numBird) {
bird1.duplicateMovieClip("bird" + i, i + 100);
i++;
}
_root.powerupmc.gotoAndPlay("scroll");
_root.lvltitle.gotoAndPlay("lvl6");
Instance of Symbol 792 MovieClip "bird1" in Frame 316
onClipEvent (load) {
function reset() {
this._x = 600;
this._y = random(200) + 100;
birdSpeed = random(9) + 9;
}
reset();
}
onClipEvent (enterFrame) {
if (_root.plane.scrollStart) {
this._x = this._x - (birdSpeed + _root.mainGround.groundSpeed);
} else {
this._x = this._x - birdSpeed;
}
if (this._x < -10) {
gotoAndStop ("birdflying");
reset();
}
}
onClipEvent (enterFrame) {
if (_root.plane.planemc.normalplanemc.hittestmc.hitTest(this.birdflying)) {
_root.plane.gotoAndPlay("birdcrashw4");
}
if (_root.plane.planemc.planeglow.hitTest(this.birdflying)) {
this.gotoAndPlay("birdsplatter");
}
}
Frame 317
stop();
Frame 318
numBird = 4;
i = 2;
while (i <= numBird) {
bird1.duplicateMovieClip("bird" + i, i + 100);
i++;
}
_root.lvltitle.gotoAndPlay("lvl7");
_root.powerup2mc.gotoAndPlay("scroll");
Instance of Symbol 792 MovieClip "bird1" in Frame 318
onClipEvent (load) {
function reset() {
this._x = 600;
this._y = random(200) + 100;
birdSpeed = random(10) + 9;
}
reset();
}
onClipEvent (enterFrame) {
if (_root.plane.scrollStart) {
this._x = this._x - (birdSpeed + _root.mainGround.groundSpeed);
} else {
this._x = this._x - birdSpeed;
}
if (this._x < -10) {
gotoAndStop ("birdflying");
reset();
}
}
onClipEvent (enterFrame) {
if (_root.plane.planemc.normalplanemc.hittestmc.hitTest(this.birdflying)) {
_root.plane.gotoAndPlay("birdcrashw4");
}
if (_root.plane.planemc.planeglow.hitTest(this.birdflying)) {
this.gotoAndPlay("birdsplatter");
}
}
Frame 319
stop();
Frame 320
numBird = 5;
i = 2;
while (i <= numBird) {
bird1.duplicateMovieClip("bird" + i, i + 100);
i++;
}
_root.powerup2mc.gotoAndPlay("scroll");
_root.lvltitle.gotoAndPlay("lvl8");
Instance of Symbol 792 MovieClip "bird1" in Frame 320
onClipEvent (load) {
function reset() {
this._x = 600;
this._y = random(200) + 100;
birdSpeed = random(11) + 9;
}
reset();
}
onClipEvent (enterFrame) {
if (_root.plane.scrollStart) {
this._x = this._x - (birdSpeed + _root.mainGround.groundSpeed);
} else {
this._x = this._x - birdSpeed;
}
if (this._x < -10) {
gotoAndStop ("birdflying");
reset();
}
}
onClipEvent (enterFrame) {
if (_root.plane.planemc.normalplanemc.hittestmc.hitTest(this.birdflying)) {
_root.plane.gotoAndPlay("birdcrashw4");
}
if (_root.plane.planemc.planeglow.hitTest(this.birdflying)) {
this.gotoAndPlay("birdsplatter");
}
}
Frame 321
stop();
Frame 322
numBird = 5;
i = 2;
while (i <= numBird) {
bird1.duplicateMovieClip("bird" + i, i + 100);
i++;
}
_root.lvltitle.gotoAndPlay("lvl9");
_root.powerup2mc.gotoAndPlay("scroll");
Instance of Symbol 792 MovieClip "bird1" in Frame 322
onClipEvent (load) {
function reset() {
this._x = 600;
this._y = random(200) + 100;
birdSpeed = random(12) + 9;
}
reset();
}
onClipEvent (enterFrame) {
if (_root.plane.scrollStart) {
this._x = this._x - (birdSpeed + _root.mainGround.groundSpeed);
} else {
this._x = this._x - birdSpeed;
}
if (this._x < -10) {
gotoAndStop ("birdflying");
reset();
}
}
onClipEvent (enterFrame) {
if (_root.plane.planemc.normalplanemc.hittestmc.hitTest(this.birdflying)) {
_root.plane.gotoAndPlay("birdcrashw4");
}
if (_root.plane.planemc.planeglow.hitTest(this.birdflying)) {
this.gotoAndPlay("birdsplatter");
}
}
Frame 323
stop();
Frame 324
numBird = 6;
i = 2;
while (i <= numBird) {
bird1.duplicateMovieClip("bird" + i, i + 100);
i++;
}
_root.powerupmc.gotoAndPlay("scroll");
_root.lvltitle.gotoAndPlay("lvl10");
Instance of Symbol 792 MovieClip "bird1" in Frame 324
onClipEvent (load) {
function reset() {
this._x = 600;
this._y = random(200) + 100;
birdSpeed = random(13) + 9;
}
reset();
}
onClipEvent (enterFrame) {
if (_root.plane.scrollStart) {
this._x = this._x - (birdSpeed + _root.mainGround.groundSpeed);
} else {
this._x = this._x - birdSpeed;
}
if (this._x < -10) {
gotoAndStop ("birdflying");
reset();
}
}
onClipEvent (enterFrame) {
if (_root.plane.planemc.normalplanemc.hitTest(this)) {
_root.plane.gotoAndPlay("birdcrashw4");
}
if (_root.plane.planemc.planeglow.hitTest(this)) {
this.gotoAndPlay("birdsplatter");
}
}
Frame 325
stop();
Frame 326
stop();
_root.lives = _root.lives - 1;
if (_root.lives == 0) {
_root.gameover.gotoAndPlay("play");
}
Instance of Symbol 773 MovieClip "plane" in Frame 326
onClipEvent (enterFrame) {
_root.plane.gotoAndPlay("planeexplode");
}
Instance of Symbol 792 MovieClip "bird1" in Frame 326
onClipEvent (enterFrame) {
swapDepths(1);
removeMovieClip(_root.bird1);
}
Frame 327
stop();
numBird = 1;
i = 2;
while (i <= numBird) {
bird.duplicateMovieClip("bird" + i, i + 100);
i++;
}
if (_root.score > _root.bestScore) {
_root.bestScore = _root.score;
}
_root.lives = _root.lives - 1;
if (_root.lives == 0) {
_root.gameover.gotoAndPlay("play");
}
Instance of Symbol 773 MovieClip "plane" in Frame 327
onClipEvent (enterFrame) {
_root.plane.gotoAndPlay("planeexplode2");
}
Frame 328
stop();
numBird = 1;
i = 2;
while (i <= numBird) {
bird.duplicateMovieClip("bird" + i, i + 100);
i++;
}
if (_root.score >= _root.bestScore) {
_root.bestScore = _root.score;
}
_root.lives = _root.lives - 1;
if (_root.lives == 0) {
_root.gameover.gotoAndPlay("play");
}
Frame 329
play();
Instance of Symbol 892 MovieClip "planewinworld1mc" in Frame 329
onClipEvent (load) {
_root.planewinworld1mc._y = _root.planeycoord;
}
Instance of Symbol 792 MovieClip "bird1" in Frame 329
onClipEvent (enterFrame) {
swapDepths(1);
removeMovieClip(_root.bird1);
}
onClipEvent (enterFrame) {
if (_root.planewinworld1mc.hitTest(this.birdflying)) {
this.gotoAndPlay("birdsplatter");
}
}
Frame 330
stop();
_root.bird1.removeMovieClip();
_root.bird2.removeMovieClip();
_root.bird3.removeMovieClip();
_root.bird4.removeMovieClip();
_root.bird5.removeMovieClip();
_root.bird6.removeMovieClip();
_root.bird7.removeMovieClip();
_root.bird8.removeMovieClip();
_root.bird9.removeMovieClip();
_root.bird10.removeMovieClip();
_root.bird11.removeMovieClip();
Frame 331
play();
_root.maxLasers = 0;
_root.laserchecker = 0;
function doSomething2() {
getURL ("http://www.killphil.co.nr", _blank);
}
MENU.customItems.push(Functioned2);
MENU = new ContextMenu();
MENU.hideBuiltInItems();
Functioned2 = new ContextMenuItem("Kill Phil-Movies and Stuff", doSomething2);
MENU.customItems.push(Functioned2);
_root.menu = MENU;
Instance of Symbol 550 MovieClip "dGround" in Frame 331
onClipEvent (load) {
dGround.duplicateMovieClip("dGround2", 100);
dGround2._x = dGround._x + dGround._width;
dGroundStartx = this._x;
dGroundSpeed = 2;
}
onClipEvent (enterFrame) {
this._x = this._x - dGroundSpeed;
if (this._x <= (dGroundStartx - dGround._width)) {
this._x = dGroundStartx - dGroundSpeed;
}
}
Instance of Symbol 570 MovieClip "playcontrol" in Frame 331
onClipEvent (mouseDown) {
this.isDown = true;
}
onClipEvent (mouseUp) {
this.isDown = false;
}
onClipEvent (enterFrame) {
if (this.isDown) {
_root.gotoAndPlay("playsurvival");
}
}
Instance of Symbol 574 MovieClip "mainGround" in Frame 331
onClipEvent (enterFrame) {
if (_root.plane.hitTest(_root.mainGround)) {
_root.plane.gotoAndPlay("planeexplode");
}
}
Instance of Symbol 8 MovieClip "bestScoreChecker" in Frame 331
onClipEvent (enterFrame) {
if (_root.score > _root.bestScore) {
_root.bestScore == _root.score;
_root.bestScore = _root.score;
}
}
Frame 332
stop();
_root.maxLasers = 0;
_root.laserchecker = 0;
_root.bird1.removeMovieClip();
_root.bird2.removeMovieClip();
_root.bird3.removeMovieClip();
_root.bird4.removeMovieClip();
_root.bird5.removeMovieClip();
_root.bird6.removeMovieClip();
_root.bird7.removeMovieClip();
_root.bird8.removeMovieClip();
_root.bird9.removeMovieClip();
_root.bird10.removeMovieClip();
_root.bird11.removeMovieClip();
Frame 333
_root.maxLasers = 0;
_root.lasercheckermc = 0;
_root.lasercheckermc.gotoAndPlay("none");
numBird = 1;
i = 2;
while (i <= numBird) {
bird1.duplicateMovieClip("bird" + i, i + 100);
i++;
}
_root.lvltitle.play;
Instance of Symbol 617 MovieClip in Frame 333
/* no clip actions */
Instance of Symbol 566 MovieClip "mainSky" in Frame 333
onClipEvent (load) {
sky.duplicateMovieClip("sky2", 100);
sky2._x = sky._x + sky._width;
skyStartx = this._x;
skySpeed = 2;
}
onClipEvent (enterFrame) {
this._x = this._x - skySpeed;
if (this._x <= (skyStartx - sky._width)) {
this._x = skyStartx - skySpeed;
}
if (_root.plane.hitTest(_root.mainSky.sky.lightning)) {
skySpeed = 0;
} else {
skySpeed = 2;
}
if (_root.plane.hitTest(_root.mainSky.sky.cloudsmc)) {
skySpeed = 0;
} else {
skySpeed = 2;
}
}
Instance of Symbol 574 MovieClip "mainGround" in Frame 333
onClipEvent (load) {
ground.duplicateMovieClip("ground2", 100);
ground2._x = ground._x + ground._width;
groundStartx = this._x;
groundSpeed = 8;
}
onClipEvent (enterFrame) {
this._x = this._x - groundSpeed;
if (this._x <= (groundStartx - ground._width)) {
this._x = groundStartx - groundSpeed;
}
if (_root.plane.hitTest(_root.mainGround)) {
groundSpeed = 0;
} else {
groundSpeed = 8;
}
}
Instance of Symbol 636 MovieClip "powerup2mc" in Frame 333
onClipEvent (load) {
function reset() {
_root.powerup2mc._x = 600;
_root.powerup2mc._y = random(200) + 100;
}
reset();
}
onClipEvent (enterFrame) {
if (_root.plane.planemc.normalplanemc.hitTest(_root.powerup2mc)) {
_root.poweruptimer2.gotoAndPlay("starttimer");
_root.powerup2mc.gotoAndStop("off");
_root.score = _root.score + 200;
_root.laserchecker = _root.laserchecker + 11;
_root.pointgainmc.gotoAndPlay("200p");
reset();
}
}
onClipEvent (enterFrame) {
if (_root.plane.planemc.planeglow.hitTest(_root.powerup2mc)) {
_root.poweruptimer2.gotoAndPlay("starttimer");
_root.powerup2mc.gotoAndStop("off");
_root.score = _root.score + 200;
_root.laserchecker = _root.laserchecker + 11;
_root.pointgainmc.gotoAndPlay("200p");
reset();
}
}
Instance of Symbol 637 MovieClip "powerupmc" in Frame 333
onClipEvent (load) {
function reset() {
_root.powerupmc._x = 600;
_root.powerupmc._y = random(200) + 100;
}
reset();
}
onClipEvent (enterFrame) {
if (_root.plane.planemc.normalplanemc.hitTest(_root.powerupmc)) {
_root.plane.planemc.gotoAndPlay("planeinvincible");
_root.powerupmc.gotoAndStop("off");
_root.score = _root.score + 200;
reset();
}
}
onClipEvent (enterFrame) {
if (_root.plane.planemc.planeglow.hitTest(_root.powerupmc)) {
_root.plane.planemc.gotoAndPlay("planeinvincible");
_root.powerupmc.gotoAndStop("off");
_root.poweruptimer01.gotoAndPlay("starttimer");
_root.score = _root.score + 200;
reset();
}
}
Instance of Symbol 643 MovieClip "laser" in Frame 333
onClipEvent (load) {
laserMoveSpeed = 20;
this._y = _root.plane._y;
this._x = _root.plane._x + 35;
}
onClipEvent (enterFrame) {
if (this._name != "laser") {
this._x = this._x + laserMoveSpeed;
if (this._x > 600) {
_root.plane.laserCounter--;
this.removeMovieClip();
}
i = 1;
while (i <= _root.numBird) {
if (this.hitTest(_root["bird" + i])) {
_root["bird" + i].gotoAndPlay("birdsplatter");
}
i++;
}
}
}
Instance of Symbol 773 MovieClip "plane" in Frame 333
onClipEvent (load) {
gravity = -5;
maxGravity = 8;
maxGravityRise = -8;
_root.laser._visible = false;
laserCounter = 2;
depthCounter = 1;
maxLasers = 0;
}
onClipEvent (mouseDown) {
this.isDown = true;
}
onClipEvent (mouseUp) {
this.isDown = false;
}
onClipEvent (enterFrame) {
if (this.isDown) {
if (gravity > maxGravityRise) {
gravity--;
}
this._y = this._y + gravity;
setProperty("_root.plane", _rotation , 358);
} else {
if (gravity < maxGravity) {
gravity = gravity + 0.5;
}
this._y = this._y + gravity;
setProperty("_root.plane", _rotation , 4);
}
if (_root.mainGround.hitTest(_root.plane.planemc.normalplanemc)) {
_root.gotoAndStop("crashgroundsurvival");
}
if (_root.mainSky.sky.lightning.hitTest(_root.plane.planemc.normalplanemc)) {
_root.gotoAndStop("crashskysurvival");
}
if (_root.mainSky.sky.cloudsmc.hitTest(_root.plane.planemc.normalplanemc)) {
_root.gotoAndStop("crashskysurvival");
}
if (_root.mainGround.hitTest(_root.plane.planemc.planeglow)) {
_root.gotoAndStop("crashgroundsurvival");
}
if (_root.mainSky.sky.lightning.hitTest(_root.plane.planemc.planeglow)) {
_root.gotoAndStop("crashskysurvival");
}
if (_root.mainSky.sky.cloudsmc.hitTest(_root.plane.planemc.planeglow)) {
_root.gotoAndStop("crashskysurvival");
}
if (_root.laserchecker > 9) {
maxLasers = 10;
} else {
maxLasers = 0;
}
if (Key.isDown(83) and (laserCounter <= maxLasers)) {
_global.Behaviors.Sound.lasershot.start(0, 1);
laserCounter++;
_root.laser.duplicateMovieClip("laser" + depthCounter, depthCounter);
_root["laser" + depthCounter]._visible = true;
depthCounter++;
if (depthCounter > maxLasers) {
depthCounter = 1;
}
}
}
Instance of Symbol 792 MovieClip "bird1" in Frame 333
onClipEvent (load) {
function reset() {
this._x = 600;
this._y = random(200) + 100;
birdSpeed = 7;
}
reset();
}
onClipEvent (enterFrame) {
if (_root.plane.scrollStart) {
this._x = this._x - (birdSpeed + _root.mainGround.groundSpeed);
} else {
this._x = this._x - birdSpeed;
}
if (this._x < -10) {
gotoAndStop ("birdflying");
reset();
}
}
onClipEvent (enterFrame) {
if (_root.plane.planemc.normalplanemc.hittestmc.hitTest(this.birdflying)) {
_root.plane.gotoAndPlay("birdcrashsurvival");
}
if (_root.plane.planemc.planeglow.hitTest(this.birdflying)) {
this.gotoAndPlay("birdsplatter");
}
}
Frame 334
stop();
_root.maxLasers = 0;
_root.lasercheckermc.gotoAndPlay("none");
_root.lasercheckermc = 0;
Frame 335
numBird = 2;
i = 2;
while (i <= numBird) {
bird1.duplicateMovieClip("bird" + i, i + 100);
i++;
}
_root.lvltitle.gotoAndPlay("lvl2");
_root.powerupmc.gotoAndPlay("scroll");
Instance of Symbol 792 MovieClip "bird1" in Frame 335
onClipEvent (load) {
function reset() {
this._x = 600;
this._y = random(200) + 100;
birdSpeed = random(2) + 9;
}
reset();
}
onClipEvent (enterFrame) {
if (_root.plane.scrollStart) {
this._x = this._x - (birdSpeed + _root.mainGround.groundSpeed);
} else {
this._x = this._x - birdSpeed;
}
if (this._x < -10) {
gotoAndStop ("birdflying");
reset();
}
}
onClipEvent (enterFrame) {
if (_root.plane.planemc.normalplanemc.hittestmc.hitTest(this.birdflying)) {
_root.plane.gotoAndPlay("birdcrashsurvival");
}
if (_root.plane.planemc.planeglow.hitTest(this.birdflying)) {
this.gotoAndPlay("birdsplatter");
}
}
Frame 336
stop();
Frame 337
numBird = 2;
i = 2;
while (i <= numBird) {
bird1.duplicateMovieClip("bird" + i, i + 100);
i++;
}
_root.lvltitle.gotoAndPlay("lvl3");
Instance of Symbol 792 MovieClip "bird1" in Frame 337
onClipEvent (load) {
function reset() {
this._x = 600;
this._y = random(200) + 100;
birdSpeed = random(3) + 9;
}
reset();
}
onClipEvent (enterFrame) {
if (_root.plane.scrollStart) {
this._x = this._x - (birdSpeed + _root.mainGround.groundSpeed);
} else {
this._x = this._x - birdSpeed;
}
if (this._x < -10) {
gotoAndStop ("birdflying");
reset();
}
}
onClipEvent (enterFrame) {
if (_root.plane.planemc.normalplanemc.hittestmc.hitTest(this.birdflying)) {
_root.plane.gotoAndPlay("birdcrashsurvival");
}
if (_root.plane.planemc.planeglow.hitTest(this.birdflying)) {
this.gotoAndPlay("birdsplatter");
}
}
Frame 338
stop();
Frame 339
numBird = 3;
i = 2;
while (i <= numBird) {
bird1.duplicateMovieClip("bird" + i, i + 100);
i++;
}
_root.powerup2mc.gotoAndPlay("scroll");
_root.lvltitle.gotoAndPlay("lvl4");
Instance of Symbol 792 MovieClip "bird1" in Frame 339
onClipEvent (load) {
function reset() {
this._x = 600;
this._y = random(200) + 100;
birdSpeed = random(4) + 9;
}
reset();
}
onClipEvent (enterFrame) {
if (_root.plane.scrollStart) {
this._x = this._x - (birdSpeed + _root.mainGround.groundSpeed);
} else {
this._x = this._x - birdSpeed;
}
if (this._x < -10) {
gotoAndStop ("birdflying");
reset();
}
}
onClipEvent (enterFrame) {
if (_root.plane.planemc.normalplanemc.hittestmc.hitTest(this.birdflying)) {
_root.plane.gotoAndPlay("birdcrashsurvival");
}
if (_root.plane.planemc.planeglow.hitTest(this.birdflying)) {
this.gotoAndPlay("birdsplatter");
}
}
Frame 340
stop();
Frame 341
numBird = 3;
i = 2;
while (i <= numBird) {
bird1.duplicateMovieClip("bird" + i, i + 100);
i++;
}
_root.powerupmc.gotoAndPlay("scroll");
_root.lvltitle.gotoAndPlay("lvl5");
Instance of Symbol 792 MovieClip "bird1" in Frame 341
onClipEvent (load) {
function reset() {
this._x = 600;
this._y = random(200) + 100;
birdSpeed = random(5) + 9;
}
reset();
}
onClipEvent (enterFrame) {
if (_root.plane.scrollStart) {
this._x = this._x - (birdSpeed + _root.mainGround.groundSpeed);
} else {
this._x = this._x - birdSpeed;
}
if (this._x < -10) {
gotoAndStop ("birdflying");
reset();
}
}
onClipEvent (enterFrame) {
if (_root.plane.planemc.normalplanemc.hittestmc.hitTest(this.birdflying)) {
_root.plane.gotoAndPlay("birdcrashsurvival");
}
if (_root.plane.planemc.planeglow.hitTest(this.birdflying)) {
this.gotoAndPlay("birdsplatter");
}
}
Frame 342
stop();
Frame 343
numBird = 4;
i = 2;
while (i <= numBird) {
bird1.duplicateMovieClip("bird" + i, i + 100);
i++;
}
_root.powerupmc.gotoAndPlay("scroll");
_root.lvltitle.gotoAndPlay("lvl6");
Instance of Symbol 792 MovieClip "bird1" in Frame 343
onClipEvent (load) {
function reset() {
this._x = 600;
this._y = random(200) + 100;
birdSpeed = random(6) + 9;
}
reset();
}
onClipEvent (enterFrame) {
if (_root.plane.scrollStart) {
this._x = this._x - (birdSpeed + _root.mainGround.groundSpeed);
} else {
this._x = this._x - birdSpeed;
}
if (this._x < -10) {
gotoAndStop ("birdflying");
reset();
}
}
onClipEvent (enterFrame) {
if (_root.plane.planemc.normalplanemc.hittestmc.hitTest(this.birdflying)) {
_root.plane.gotoAndPlay("birdcrashsurvival");
}
if (_root.plane.planemc.planeglow.hitTest(this.birdflying)) {
this.gotoAndPlay("birdsplatter");
}
}
Frame 344
stop();
Frame 345
numBird = 4;
i = 2;
while (i <= numBird) {
bird1.duplicateMovieClip("bird" + i, i + 100);
i++;
}
_root.lvltitle.gotoAndPlay("lvl7");
_root.powerup2mc.gotoAndPlay("scroll");
Instance of Symbol 792 MovieClip "bird1" in Frame 345
onClipEvent (load) {
function reset() {
this._x = 600;
this._y = random(200) + 100;
birdSpeed = random(7) + 9;
}
reset();
}
onClipEvent (enterFrame) {
if (_root.plane.scrollStart) {
this._x = this._x - (birdSpeed + _root.mainGround.groundSpeed);
} else {
this._x = this._x - birdSpeed;
}
if (this._x < -10) {
gotoAndStop ("birdflying");
reset();
}
}
onClipEvent (enterFrame) {
if (_root.plane.planemc.normalplanemc.hittestmc.hitTest(this.birdflying)) {
_root.plane.gotoAndPlay("birdcrashsurvival");
}
if (_root.plane.planemc.planeglow.hitTest(this.birdflying)) {
this.gotoAndPlay("birdsplatter");
}
}
Frame 346
stop();
Frame 347
numBird = 5;
i = 2;
while (i <= numBird) {
bird1.duplicateMovieClip("bird" + i, i + 100);
i++;
}
_root.powerup2mc.gotoAndPlay("scroll");
_root.lvltitle.gotoAndPlay("lvl8");
Instance of Symbol 792 MovieClip "bird1" in Frame 347
onClipEvent (load) {
function reset() {
this._x = 600;
this._y = random(200) + 100;
birdSpeed = random(8) + 9;
}
reset();
}
onClipEvent (enterFrame) {
if (_root.plane.scrollStart) {
this._x = this._x - (birdSpeed + _root.mainGround.groundSpeed);
} else {
this._x = this._x - birdSpeed;
}
if (this._x < -10) {
gotoAndStop ("birdflying");
reset();
}
}
onClipEvent (enterFrame) {
if (_root.plane.planemc.normalplanemc.hittestmc.hitTest(this.birdflying)) {
_root.plane.gotoAndPlay("birdcrashsurvival");
}
if (_root.plane.planemc.planeglow.hitTest(this.birdflying)) {
this.gotoAndPlay("birdsplatter");
}
}
Frame 348
stop();
Frame 349
numBird = 5;
i = 2;
while (i <= numBird) {
bird1.duplicateMovieClip("bird" + i, i + 100);
i++;
}
_root.lvltitle.gotoAndPlay("lvl9");
_root.powerup2mc.gotoAndPlay("scroll");
Instance of Symbol 792 MovieClip "bird1" in Frame 349
onClipEvent (load) {
function reset() {
this._x = 600;
this._y = random(200) + 100;
birdSpeed = random(9) + 9;
}
reset();
}
onClipEvent (enterFrame) {
if (_root.plane.scrollStart) {
this._x = this._x - (birdSpeed + _root.mainGround.groundSpeed);
} else {
this._x = this._x - birdSpeed;
}
if (this._x < -10) {
gotoAndStop ("birdflying");
reset();
}
}
onClipEvent (enterFrame) {
if (_root.plane.planemc.normalplanemc.hittestmc.hitTest(this.birdflying)) {
_root.plane.gotoAndPlay("birdcrashsurvival");
}
if (_root.plane.planemc.planeglow.hitTest(this.birdflying)) {
this.gotoAndPlay("birdsplatter");
}
}
Frame 350
stop();
Frame 351
numBird = 5;
i = 2;
while (i <= numBird) {
bird1.duplicateMovieClip("bird" + i, i + 100);
i++;
}
_root.powerupmc.gotoAndPlay("scroll");
_root.lvltitle.gotoAndPlay("lvl10");
Instance of Symbol 792 MovieClip "bird1" in Frame 351
onClipEvent (load) {
function reset() {
this._x = 600;
this._y = random(200) + 100;
birdSpeed = random(10) + 9;
}
reset();
}
onClipEvent (enterFrame) {
if (_root.plane.scrollStart) {
this._x = this._x - (birdSpeed + _root.mainGround.groundSpeed);
} else {
this._x = this._x - birdSpeed;
}
if (this._x < -10) {
gotoAndStop ("birdflying");
reset();
}
}
onClipEvent (enterFrame) {
if (_root.plane.planemc.normalplanemc.hitTest(this)) {
_root.plane.gotoAndPlay("birdcrashsurvival");
}
if (_root.plane.planemc.planeglow.hitTest(this)) {
this.gotoAndPlay("birdsplatter");
}
}
Frame 352
stop();
Frame 353
numBird = 6;
i = 2;
while (i <= numBird) {
bird1.duplicateMovieClip("bird" + i, i + 100);
i++;
}
_root.powerup2mc.gotoAndPlay("scroll");
_root.lvltitle.gotoAndPlay("lvl11");
Frame 354
stop();
Frame 355
numBird = 6;
i = 2;
while (i <= numBird) {
bird1.duplicateMovieClip("bird" + i, i + 100);
i++;
}
_root.lvltitle.gotoAndPlay("lvl12");
_root.powerup2mc.gotoAndPlay("scroll");
Instance of Symbol 792 MovieClip "bird1" in Frame 355
onClipEvent (load) {
function reset() {
this._x = 600;
this._y = random(200) + 100;
birdSpeed = random(9) + 9;
}
reset();
}
onClipEvent (enterFrame) {
if (_root.plane.scrollStart) {
this._x = this._x - (birdSpeed + _root.mainGround.groundSpeed);
} else {
this._x = this._x - birdSpeed;
}
if (this._x < -10) {
gotoAndStop ("birdflying");
reset();
}
}
onClipEvent (enterFrame) {
if (_root.plane.planemc.normalplanemc.hittestmc.hitTest(this.birdflying)) {
_root.plane.gotoAndPlay("birdcrashsurvival");
}
if (_root.plane.planemc.planeglow.hitTest(this.birdflying)) {
this.gotoAndPlay("birdsplatter");
}
}
Frame 356
stop();
Frame 357
numBird = 6;
i = 2;
while (i <= numBird) {
bird1.duplicateMovieClip("bird" + i, i + 100);
i++;
}
_root.powerupmc.gotoAndPlay("scroll");
_root.lvltitle.gotoAndPlay("lvl13");
Instance of Symbol 792 MovieClip "bird1" in Frame 357
onClipEvent (load) {
function reset() {
this._x = 600;
this._y = random(200) + 100;
birdSpeed = random(10) + 9;
}
reset();
}
onClipEvent (enterFrame) {
if (_root.plane.scrollStart) {
this._x = this._x - (birdSpeed + _root.mainGround.groundSpeed);
} else {
this._x = this._x - birdSpeed;
}
if (this._x < -10) {
gotoAndStop ("birdflying");
reset();
}
}
onClipEvent (enterFrame) {
if (_root.plane.planemc.normalplanemc.hitTest(this)) {
_root.plane.gotoAndPlay("birdcrashsurvival");
}
if (_root.plane.planemc.planeglow.hitTest(this)) {
this.gotoAndPlay("birdsplatter");
}
}
Frame 358
stop();
Frame 359
stop();
_root.lives = _root.lives - 1;
if (_root.lives == 0) {
_root.gameover.gotoAndPlay("play");
}
Instance of Symbol 773 MovieClip "plane" in Frame 359
onClipEvent (enterFrame) {
_root.plane.gotoAndPlay("planeexplode");
}
Instance of Symbol 792 MovieClip "bird1" in Frame 359
onClipEvent (enterFrame) {
swapDepths(1);
removeMovieClip(_root.bird1);
}
Frame 360
stop();
numBird = 1;
i = 2;
while (i <= numBird) {
bird.duplicateMovieClip("bird" + i, i + 100);
i++;
}
if (_root.score > _root.bestScore) {
_root.bestScore = _root.score;
}
_root.lives = _root.lives - 1;
if (_root.lives == 0) {
_root.gameover.gotoAndPlay("play");
}
Instance of Symbol 773 MovieClip "plane" in Frame 360
onClipEvent (enterFrame) {
_root.plane.gotoAndPlay("planeexplode2");
}
Frame 361
stop();
numBird = 1;
i = 2;
while (i <= numBird) {
bird.duplicateMovieClip("bird" + i, i + 100);
i++;
}
if (_root.score >= _root.bestScore) {
_root.bestScore = _root.score;
}
_root.lives = _root.lives - 1;
if (_root.lives == 0) {
_root.gameover.gotoAndPlay("play");
}
Symbol 12 MovieClip Frame 1
varMove = Math.round((_root.getBytesLoaded() / _root.getBytesTotal()) * 100);
_root.loadingMC.loadingBar._xscale = varMove;
Symbol 12 MovieClip Frame 2
if (_root.getBytesLoaded() == _root.getBytesTotal()) {
_root.gotoAndPlay("loaded");
} else {
gotoAndPlay (1);
}
Symbol 18 MovieClip Frame 12
stop();
Symbol 21 Button
on (release) {
getURL ("http://www.flashninjaclan.com", "_blank");
}
Symbol 1052 MovieClip [__Packages.MochiAd] Frame 0
class MochiAd
{
function MochiAd () {
}
static function getVersion() {
return("1.5");
}
static function showPreloaderAd(options) {
var _local27 = {clip:_root, ad_timeout:3000, fadeout_time:250, regpt:"o", method:"showPreloaderAd", color:16747008, background:16777161, outline:13994812, ad_started:function () {
this.clip.stop();
}, ad_finished:function () {
this.clip.play();
}};
options = _parseOptions(options, _local27);
var clip = options.clip;
var _local23 = 11000;
var _local26 = options.ad_timeout;
delete options.ad_timeout;
var fadeout_time = options.fadeout_time;
delete options.fadeout_time;
if (!load(options)) {
options.ad_finished();
return(undefined);
}
options.ad_started();
var mc = clip._mochiad;
mc.onUnload = function () {
options.ad_finished();
};
var _local14 = _getRes(options);
var _local4 = _local14[0];
var _local13 = _local14[1];
mc._x = _local4 * 0.5;
mc._y = _local13 * 0.5;
var chk = mc.createEmptyMovieClip("_mochiad_wait", 3);
chk._x = _local4 * -0.5;
chk._y = _local13 * -0.5;
var _local7 = chk.createEmptyMovieClip("_mochiad_bar", 4);
_local7._x = 10;
_local7._y = _local13 - 20;
var _local22 = options.color;
delete options.color;
var _local19 = options.background;
delete options.background;
var _local24 = options.outline;
delete options.outline;
var _local5 = _local7.createEmptyMovieClip("_outline", 1);
_local5.beginFill(_local19);
_local5.moveTo(0, 0);
_local5.lineTo(_local4 - 20, 0);
_local5.lineTo(_local4 - 20, 10);
_local5.lineTo(0, 10);
_local5.lineTo(0, 0);
_local5.endFill();
var _local3 = _local7.createEmptyMovieClip("_inside", 2);
_local3.beginFill(_local22);
_local3.moveTo(0, 0);
_local3.lineTo(_local4 - 20, 0);
_local3.lineTo(_local4 - 20, 10);
_local3.lineTo(0, 10);
_local3.lineTo(0, 0);
_local3.endFill();
_local3._xscale = 0;
var _local6 = _local7.createEmptyMovieClip("_outline", 3);
_local6.lineStyle(0, _local24, 100);
_local6.moveTo(0, 0);
_local6.lineTo(_local4 - 20, 0);
_local6.lineTo(_local4 - 20, 10);
_local6.lineTo(0, 10);
_local6.lineTo(0, 0);
chk.ad_msec = _local23;
chk.ad_timeout = _local26;
chk.started = getTimer();
chk.showing = false;
chk.last_pcnt = 0;
chk.fadeout_time = fadeout_time;
chk.fadeFunction = function () {
var _local2 = 100 * (1 - ((getTimer() - this.fadeout_start) / this.fadeout_time));
if (_local2 > 0) {
this._parent._alpha = _local2;
} else {
var _local3 = this._parent._parent;
MochiAd.unload(_local3);
delete this.onEnterFrame;
}
};
mc.lc.adLoaded = function (width, height) {
};
mc.lc.adjustProgress = function (msec) {
var _local2 = this.mc._mochiad_wait;
_local2.server_control = true;
_local2.started = getTimer();
_local2.ad_msec = msec;
};
chk.onEnterFrame = function () {
var _local6 = this._parent._parent;
var _local12 = this._parent._mochiad_ctr;
var _local5 = getTimer() - this.started;
var _local3 = false;
var _local4 = _local6.getBytesTotal();
var _local8 = _local6.getBytesLoaded();
var _local10 = (100 * _local8) / _local4;
var _local11 = (100 * _local5) / chk.ad_msec;
var _local9 = this._mochiad_bar._inside;
var _local2 = Math.min(100, Math.min(_local10 || 0, _local11));
_local2 = Math.max(this.last_pcnt, _local2);
this.last_pcnt = _local2;
_local9._xscale = _local2;
if (!chk.showing) {
var _local7 = _local12.getBytesTotal();
if ((_local7 > 0) || (typeof(_local7) == "undefined")) {
chk.showing = true;
chk.started = getTimer();
} else if (_local5 > chk.ad_timeout) {
_local3 = true;
}
}
if (_local5 > chk.ad_msec) {
_local3 = true;
}
if (((_local4 > 0) && (_local8 >= _local4)) && (_local3)) {
if (this.server_control) {
delete this.onEnterFrame;
} else {
this.fadeout_start = getTimer();
this.onEnterFrame = chk.fadeFunction;
}
}
};
}
static function showTimedAd(options) {
var _local13 = {clip:_root, ad_timeout:2000, fadeout_time:250, regpt:"o", method:"showTimedAd", ad_started:function () {
this.clip.stop();
}, ad_finished:function () {
this.clip.play();
}};
options = _parseOptions(options, _local13);
var clip = options.clip;
var _local10 = 11000;
var _local12 = options.ad_timeout;
delete options.ad_timeout;
var fadeout_time = options.fadeout_time;
delete options.fadeout_time;
if (!load(options)) {
options.ad_finished();
return(undefined);
}
options.ad_started();
var mc = clip._mochiad;
mc.onUnload = function () {
options.ad_finished();
};
var _local5 = _getRes(options);
var _local14 = _local5[0];
var _local11 = _local5[1];
mc._x = _local14 * 0.5;
mc._y = _local11 * 0.5;
var chk = mc.createEmptyMovieClip("_mochiad_wait", 3);
chk.ad_msec = _local10;
chk.ad_timeout = _local12;
chk.started = getTimer();
chk.showing = false;
chk.fadeout_time = fadeout_time;
chk.fadeFunction = function () {
var _local2 = 100 * (1 - ((getTimer() - this.fadeout_start) / this.fadeout_time));
if (_local2 > 0) {
this._parent._alpha = _local2;
} else {
var _local3 = this._parent._parent;
MochiAd.unload(_local3);
delete this.onEnterFrame;
}
};
mc.lc.adjustProgress = function (msec) {
var _local2 = this.mc._mochiad_wait;
_local2.server_control = true;
_local2.started = getTimer();
_local2.ad_msec = msec - 250;
};
chk.onEnterFrame = function () {
var _local5 = this._parent._mochiad_ctr;
var _local4 = getTimer() - this.started;
var _local2 = false;
if (!chk.showing) {
var _local3 = _local5.getBytesTotal();
if ((_local3 > 0) || (typeof(_local3) == "undefined")) {
chk.showing = true;
chk.started = getTimer();
} else if (_local4 > chk.ad_timeout) {
_local2 = true;
}
}
if (_local4 > chk.ad_msec) {
_local2 = true;
}
if (_local2) {
if (this.server_control) {
delete this.onEnterFrame;
} else {
this.fadeout_start = getTimer();
this.onEnterFrame = this.fadeFunction;
}
}
};
}
static function _allowDomains(server) {
var _local1 = server.split("/")[2].split(":")[0];
if (System.security) {
if (System.security.allowDomain) {
System.security.allowDomain("*");
System.security.allowDomain(_local1);
}
if (System.security.allowInsecureDomain) {
System.security.allowInsecureDomain("*");
System.security.allowInsecureDomain(_local1);
}
}
return(_local1);
}
static function _loadCommunicator(options) {
var _local25 = {clip:_root, com_server:"http://x.mochiads.com/com/1/", method:"loadCommunicator", depth:10337, id:"_UNKNOWN_"};
options = _parseOptions(options, _local25);
options.swfv = options.clip.getSWFVersion() || 6;
options.mav = getVersion();
var _local18 = options.clip;
var _local20 = "_mochiad_com_" + options.id;
if (!_isNetworkAvailable()) {
return(null);
}
if (_local18[_local20]) {
return(_local18[_local20].lc);
}
var _local21 = options.com_server + options.id;
_allowDomains(_local21);
delete options.id;
delete options.com_server;
var _local24 = options.depth;
delete options.depth;
var _local17 = _local18.createEmptyMovieClip(_local20, _local24);
var _local11 = _local17.createEmptyMovieClip("_mochiad_com", 1);
for (var _local15 in options) {
_local11[_local15] = options[_local15];
}
var _local6 = new LocalConnection();
var _local16 = ["", Math.floor(new Date().getTime()), random(999999)].join("_");
_local6.mc = _local17;
_local6.name = _local16;
_local6.allowDomain = function (d) {
return(true);
};
_local6.allowInsecureDomain = _local6.allowDomain;
_local6.connect(_local16);
_local17.lc = _local6;
_local11.lc = _local16;
_local6._id = 0;
_local6._queue = [];
_local6.rpcResult = function (cb) {
cb = parseInt(cb);
var _local4 = this._callbacks[cb];
if (!_local4) {
return(undefined);
}
delete this._callbacks[cb];
var _local5 = [];
var _local3 = 2;
while (_local3 < _local4.length) {
_local5.push(_local4[_local3]);
_local3++;
}
_local3 = 1;
while (_local3 < arguments.length) {
_local5.push(arguments[_local3]);
_local3++;
}
var _local6 = _local4[1];
var _local7 = _local4[0];
if (_local7 && (typeof(_local6) == "string")) {
_local6 = _local7[_local6];
}
if (_local6) {
_local6.apply(_local7, _local5);
}
};
_local6._didConnect = function (endpoint) {
this._endpoint = endpoint;
var _local4 = this._queue;
delete this._queue;
var _local5 = this.doSend;
var _local2 = 0;
while (_local2 < _local4.length) {
var _local3 = _local4[_local2];
_local5.apply(this, _local3);
_local2++;
}
};
_local6.doSend = function (args, cbobj, cbfn) {
if (this._endpoint == null) {
var _local4 = [];
var _local3 = 0;
while (_local3 < arguments.length) {
_local4.push(arguments[_local3]);
_local3++;
}
this._queue.push(_local4);
return(undefined);
}
this._id = this._id + 1;
var _local5 = this._id;
if ((cbfn === undefined) || (cbfn === null)) {
cbfn = cbobj;
}
this._callbacks[_local5] = [cbobj, cbfn];
var _local7 = new LocalConnection();
var _local9 = _local7.send(this._endpoint, "rpc", _local5, args);
};
_local6._callbacks = {};
_local6._callbacks[0] = [_local6, "_didConnect"];
_local11.st = getTimer();
_local11.loadMovie(_local21 + ".swf", "POST");
return(_local6);
}
static function fetchHighScores(options, callbackObj, callbackMethod) {
var _local1 = _loadCommunicator({id:options.id});
if (!_local1) {
return(false);
}
var _local4 = ["fetchHighScores", options];
_local1.doSend(["fetchHighScores", options], callbackObj, callbackMethod);
return(true);
}
static function sendHighScore(options, callbackObj, callbackMethod) {
var _local1 = _loadCommunicator({id:options.id});
if (!_local1) {
return(false);
}
var _local4 = ["sendHighScore", options];
_local1.doSend(["sendHighScore", options], callbackObj, callbackMethod);
return(true);
}
static function load(options) {
var _local13 = {clip:_root, server:"http://x.mochiads.com/srv/1/", method:"load", depth:10333, id:"_UNKNOWN_"};
options = _parseOptions(options, _local13);
options.swfv = options.clip.getSWFVersion() || 6;
options.mav = getVersion();
var _local7 = options.clip;
if (!_isNetworkAvailable()) {
return(null);
}
if (_local7._mochiad_loaded) {
return(null);
}
var _local12 = options.depth;
delete options.depth;
var _local6 = _local7.createEmptyMovieClip("_mochiad", _local12);
var _local11 = _getRes(options);
options.res = (_local11[0] + "x") + _local11[1];
options.server = options.server + options.id;
delete options.id;
_local7._mochiad_loaded = true;
var _local4 = _local6.createEmptyMovieClip("_mochiad_ctr", 1);
for (var _local8 in options) {
_local4[_local8] = options[_local8];
}
if (_local7._url.indexOf("http") != 0) {
options.no_page = true;
}
var _local10 = _local4.server;
delete _local4.server;
var _local14 = _allowDomains(_local10);
_local6.onEnterFrame = function () {
if (this._mochiad_ctr._url != this._url) {
this.onEnterFrame = function () {
if (!this._mochiad_ctr) {
delete this.onEnterFrame;
MochiAd.unload(this._parent);
}
};
}
};
var _local5 = new LocalConnection();
var _local9 = ["", Math.floor(new Date().getTime()), random(999999)].join("_");
_local5.mc = _local6;
_local5.name = _local9;
_local5.hostname = _local14;
_local5.allowDomain = function (d) {
return(true);
};
_local5.allowInsecureDomain = _local5.allowDomain;
_local5.connect(_local9);
_local6.lc = _local5;
_local4.lc = _local9;
_local4.st = getTimer();
_local4.loadMovie(_local10 + ".swf", "POST");
return(_local6);
}
static function unload(clip) {
if (typeof(clip) == "undefined") {
clip = _root;
}
if (clip.clip && (clip.clip._mochiad)) {
clip = clip.clip;
}
if (!clip._mochiad) {
return(false);
}
clip._mochiad.removeMovieClip();
delete clip._mochiad_loaded;
delete clip._mochiad;
return(true);
}
static function _isNetworkAvailable() {
if (System.security) {
var _local1 = System.security;
if (_local1.sandboxType == "localWithFile") {
return(false);
}
}
return(true);
}
static function _getRes(options) {
var _local3 = options.clip.getBounds();
var _local2 = 0;
var _local1 = 0;
if (typeof(options.res) != "undefined") {
var _local4 = options.res.split("x");
_local2 = parseFloat(_local4[0]);
_local1 = parseFloat(_local4[1]);
} else {
_local2 = _local3.xMax - _local3.xMin;
_local1 = _local3.yMax - _local3.yMin;
}
if ((_local2 == 0) || (_local1 == 0)) {
_local2 = Stage.width;
_local1 = Stage.height;
}
return([_local2, _local1]);
}
static function _parseOptions(options, defaults) {
var _local4 = {};
for (var _local8 in defaults) {
_local4[_local8] = defaults[_local8];
}
if (options) {
for (var _local8 in options) {
_local4[_local8] = options[_local8];
}
}
if (_root.mochiad_options) {
var _local5 = _root.mochiad_options.split("&");
var _local2 = 0;
while (_local2 < _local5.length) {
var _local3 = _local5[_local2].split("=");
_local4[unescape(_local3[0])] = unescape(_local3[1]);
_local2++;
}
}
return(_local4);
}
}
Symbol 33 MovieClip Frame 12
stop();
Symbol 47 Button
on (release) {
getURL ("http://www.killphil.co.nr", "_blank");
}
Symbol 49 MovieClip Frame 120
stop();
Symbol 387 MovieClip Frame 61
stop();
Symbol 398 Button
on (release) {
play();
}
Symbol 402 MovieClip Frame 1
stop();
_quality = "high";
Symbol 402 MovieClip Frame 2
stop();
_quality = "medium";
Symbol 402 MovieClip Frame 3
stop();
_quality = "low";
Symbol 408 Button
on (release) {
gotoAndStop (2);
}
Symbol 413 Button
on (release) {
gotoAndStop (1);
_root.titlemusicmc.play();
}
Symbol 414 MovieClip Frame 1
stop();
Symbol 414 MovieClip Frame 2
stop();
_root.titlemusicmc.stop();
Symbol 422 Button
on (release) {
gotoAndPlay ("startgame");
}
Symbol 427 Button
on (release) {
gotoAndPlay ("info");
}
Symbol 430 Button
on (release) {
getURL ("http://www.flashninjaclan.com/games/paperairplane/topscores.php", "_blank");
}
Symbol 433 Button
on (release) {
gotoAndPlay ("credits");
}
Symbol 436 Button
on (release) {
getURL ("http://www.killphil.co.nr", "_blank");
}
Symbol 439 Button
on (release) {
getURL ("http://www.flashninjaclan.com", "_blank");
}
Symbol 444 Button
on (release) {
_root.play();
}
Symbol 448 Button
on (release) {
_root.gotoAndPlay("survival");
}
Symbol 451 Button
on (release) {
gotoAndPlay ("title");
}
Symbol 461 Button
on (release) {
gotoAndStop ("i2");
this.infomenu.gotoAndStop("1");
}
Symbol 476 Button
on (release) {
gotoAndStop ("i3");
this.infomenu.gotoAndStop("1");
}
Symbol 477 Button
on (release) {
gotoAndStop ("i1");
this.infomenu.gotoAndStop("1");
}
Symbol 481 MovieClip Frame 1
stop();
Symbol 481 MovieClip Frame 2
stop();
Symbol 481 MovieClip Frame 3
stop();
Symbol 488 Button
on (release) {
gotoAndPlay ("title");
}
Symbol 495 Button
on (release) {
getURL ("http://www.newgrounds.com/audio/view.php?id=1074215&sub=31966", "_blank");
}
Symbol 498 Button
on (release) {
getURL ("http://www.flashkit.com", "_blank");
}
Symbol 501 Button
on (release) {
getURL ("http://www.findsounds.com", "_blank");
}
Symbol 504 Button
on (release) {
getURL ("http://www.newgrounds.com", "_blank");
}
Symbol 507 Button
on (release) {
getURL ("http://www.deviantart.com", "_blank");
}
Symbol 510 Button
on (release) {
getURL ("http://www.killphilmovie.tk", "_blank");
}
Symbol 513 Button
on (release) {
getURL ("http://chillyphilly.deviantart.com", "_blank");
}
Symbol 516 Button
on (release) {
getURL ("http://dreamworx.newgrounds.com/", "_blank");
}
Symbol 519 Button
on (release) {
getURL ("http://www.flashninjaclan.com", "_blank");
}
Symbol 522 Button
on (release) {
getURL ("http://www.newgrounds.com/audio/listen/97252", "_blank");
}
Symbol 525 Button
on (release) {
getURL ("http://www.newgrounds.com/audio/listen/68209", "_blank");
}
Symbol 528 Button
on (release) {
getURL ("http://camvolta.newgrounds.com", "_blank");
}
Symbol 530 Button
on (release) {
getURL ("http://chillyphilly.newgrounds.com", "_blank");
}
Symbol 531 Button
on (release) {
getURL ("http://www.flashninjaclan.com", "_blank");
}
Symbol 535 MovieClip Frame 600
stop();
Symbol 536 MovieClip Frame 2
stop();
Symbol 536 MovieClip Frame 5
stop();
Symbol 539 MovieClip Frame 1
stop();
Symbol 539 MovieClip Frame 2
play();
Symbol 539 MovieClip Frame 3
_root.plane.planemc.planelifefx.play();
Symbol 539 MovieClip Frame 15
gotoAndStop ("nofx");
Symbol 553 MovieClip Frame 1
numRain = 200;
i = 2;
while (i <= numRain) {
this.raindropmc.duplicateMovieClip("raindropmc" + i, i + 100);
i++;
}
Instance of Symbol 552 MovieClip "raindropmc" in Symbol 553 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 30;
this._x = random(550) + 1;
rainSpeed = random(20) + 10;
}
reset();
}
onClipEvent (enterFrame) {
if (_root.plane.scrollStart) {
this._y = this._y - (rainSpeed + _root.mainGround.groundSpeed);
} else {
this._y = this._y - rainSpeed;
}
if (this._y < -300) {
reset();
}
}
Symbol 553 MovieClip Frame 2
stop();
Instance of Symbol 562 MovieClip "lightning" in Symbol 565 MovieClip Frame 1
/* no clip actions */
Symbol 568 MovieClip Frame 1
_root.laserchecker = 0;
Symbol 568 MovieClip Frame 3
stop();
Symbol 568 MovieClip Frame 4
play();
Symbol 568 MovieClip Frame 5
_root.laserchecker = _root.laserchecker + 10;
Symbol 568 MovieClip Frame 6
stop();
Symbol 568 MovieClip Frame 7
play();
Symbol 568 MovieClip Frame 10
_root.laserchecker = _root.laserchecker - 10;
Symbol 585 Button
on (release) {
getURL ("http://www.newgrounds.com/audio/view.php?id=1074215&sub=31966", "_self");
}
Symbol 589 MovieClip Frame 100
stop();
this.unload();
Symbol 592 Button
on (release) {
gotoAndPlay ("title");
}
Symbol 593 Button
on (release) {
gotoAndStop (2);
}
Symbol 594 Button
on (release) {
gotoAndStop (1);
_root.musicbox.gotoAndPlay("musicon");
}
Symbol 595 MovieClip Frame 1
stop();
Symbol 595 MovieClip Frame 2
stop();
_root.musicbox.gotoAndPlay("musicoff");
Symbol 605 MovieClip Frame 17
stop();
Symbol 631 MovieClip Frame 1
play();
Symbol 631 MovieClip Frame 250
_root.gotoAndPlay("lvl2");
Symbol 631 MovieClip Frame 500
_root.gotoAndPlay("lvl3");
Symbol 631 MovieClip Frame 1000
_root.gotoAndPlay("lvl4");
Symbol 631 MovieClip Frame 2000
_root.gotoAndPlay("lvl5");
Symbol 631 MovieClip Frame 3000
_root.gotoAndPlay("lvl6");
Symbol 631 MovieClip Frame 4000
_root.gotoAndPlay("lvl7");
Symbol 631 MovieClip Frame 5000
_root.gotoAndPlay("lvl8");
Symbol 631 MovieClip Frame 6000
_root.gotoAndPlay("lvl9");
Symbol 631 MovieClip Frame 7000
_root.gotoAndPlay("lvl10");
Symbol 636 MovieClip Frame 1
stop();
_root.pu2scrolling = false;
Symbol 636 MovieClip Frame 2
play();
_root.pu2scrolling = true;
Symbol 636 MovieClip Frame 150
gotoAndStop ("off");
Symbol 637 MovieClip Frame 1
stop();
_root.puscrolling = false;
Symbol 637 MovieClip Frame 2
play();
_root.puscrolling = true;
Symbol 637 MovieClip Frame 150
gotoAndStop ("off");
Symbol 651 MovieClip Frame 1
stop();
Symbol 651 MovieClip Frame 35
_root.lives = _root.lives + 1;
gotoAndStop (1);
Symbol 660 MovieClip Frame 15
stop();
Symbol 662 MovieClip Frame 1
play();
_root.poweruptimer01.gotoAndPlay("starttimer");
Symbol 662 MovieClip Frame 241
_root.plane.planemc.gotoAndPlay("planeflyingnormal");
Symbol 667 MovieClip Frame 20
stop();
_root.pointgainmc.gotoAndStop("none");
Symbol 672 MovieClip Frame 1
_root.score = _root.score + 1;
Symbol 672 MovieClip Frame 2
_root.score = _root.score + 1;
Symbol 672 MovieClip Frame 3
_root.score = _root.score + 1;
Symbol 672 MovieClip Frame 4
_root.score = _root.score + 1;
Symbol 672 MovieClip Frame 5
_root.score = _root.score + 1;
Symbol 672 MovieClip Frame 6
_root.score = _root.score + 1;
Symbol 672 MovieClip Frame 7
_root.score = _root.score + 1;
Symbol 672 MovieClip Frame 8
_root.score = _root.score + 1;
Symbol 672 MovieClip Frame 9
_root.score = _root.score + 1;
Symbol 672 MovieClip Frame 10
_root.score = _root.score + 1;
Symbol 672 MovieClip Frame 11
_root.score = _root.score + 1;
Symbol 672 MovieClip Frame 12
_root.score = _root.score + 1;
Symbol 672 MovieClip Frame 13
_root.score = _root.score + 1;
Symbol 672 MovieClip Frame 14
_root.score = _root.score + 1;
Symbol 672 MovieClip Frame 15
_root.score = _root.score + 1;
gotoAndPlay ("planeflyingnormal");
Symbol 672 MovieClip Frame 16
_root.score = _root.score + 1;
Symbol 672 MovieClip Frame 17
_root.score = _root.score + 1;
Symbol 672 MovieClip Frame 18
_root.score = _root.score + 1;
Symbol 672 MovieClip Frame 19
_root.score = _root.score + 1;
Symbol 672 MovieClip Frame 20
_root.score = _root.score + 1;
Symbol 672 MovieClip Frame 21
_root.score = _root.score + 1;
Symbol 672 MovieClip Frame 22
_root.score = _root.score + 1;
Symbol 672 MovieClip Frame 23
_root.score = _root.score + 1;
Symbol 672 MovieClip Frame 24
_root.score = _root.score + 1;
Symbol 672 MovieClip Frame 25
_root.score = _root.score + 1;
Symbol 672 MovieClip Frame 26
_root.score = _root.score + 1;
Symbol 672 MovieClip Frame 27
_root.score = _root.score + 1;
Symbol 672 MovieClip Frame 28
_root.score = _root.score + 1;
Symbol 672 MovieClip Frame 29
_root.score = _root.score + 1;
Symbol 672 MovieClip Frame 30
_root.score = _root.score + 1;
gotoAndPlay ("planeinvincibleloop");
Symbol 672 MovieClip Frame 31
stop();
Symbol 676 MovieClip Frame 14
stop();
Symbol 682 MovieClip Frame 39
stop();
_root.maxLasers = 0;
Symbol 683 MovieClip Frame 40
stop();
_root.maxLasers = 0;
Symbol 684 MovieClip Frame 6
_root.gotoAndPlay("birddeath");
_root.maxLasers = 0;
Symbol 685 MovieClip Frame 6
_root.gotoAndPlay("birddeathw2");
_root.maxLasers = 0;
Symbol 686 MovieClip Frame 6
_root.gotoAndPlay("birddeathw3");
_root.maxLasers = 0;
Symbol 687 MovieClip Frame 6
_root.gotoAndPlay("birddeathworld4");
_root.maxLasers = 0;
Symbol 688 MovieClip Frame 6
_root.gotoAndPlay("birddeathsurvival");
_root.maxLasers = 0;
Symbol 705 MovieClip Frame 25
stop();
_root.maxLasers = 0;
Symbol 744 MovieClip Frame 60
stop();
Symbol 764 MovieClip Frame 45
stop();
_root.maxLasers = 0;
Symbol 772 MovieClip Frame 60
stop();
Symbol 773 MovieClip Frame 1
stop();
Symbol 773 MovieClip Frame 2
play();
Symbol 773 MovieClip Frame 40
stop();
Symbol 773 MovieClip Frame 41
play();
Symbol 773 MovieClip Frame 80
stop();
Symbol 773 MovieClip Frame 81
play();
_root.maxLasers = 0;
Symbol 773 MovieClip Frame 99
play();
_root.maxLasers = 0;
Symbol 773 MovieClip Frame 116
play();
_root.maxLasers = 0;
Symbol 773 MovieClip Frame 134
play();
_root.maxLasers = 0;
Symbol 773 MovieClip Frame 152
play();
_root.maxLasers = 0;
Symbol 773 MovieClip Frame 170
play();
Symbol 773 MovieClip Frame 208
stop();
Symbol 773 MovieClip Frame 209
play();
Symbol 773 MovieClip Frame 248
stop();
Symbol 773 MovieClip Frame 249
play();
Symbol 773 MovieClip Frame 287
stop();
Symbol 773 MovieClip Frame 288
play();
Symbol 773 MovieClip Frame 327
stop();
Symbol 773 MovieClip Frame 328
play();
Symbol 773 MovieClip Frame 366
stop();
Symbol 773 MovieClip Frame 367
play();
Symbol 773 MovieClip Frame 406
stop();
Symbol 773 MovieClip Frame 407
play();
Symbol 773 MovieClip Frame 445
stop();
Symbol 773 MovieClip Frame 446
play();
Symbol 773 MovieClip Frame 485
stop();
Symbol 776 MovieClip Frame 1
_root.planeycoord = _root.plane._y;
Symbol 776 MovieClip Frame 2
_root.planeycoord = _root.plane._y;
Symbol 779 MovieClip Frame 20
stop();
_root.pointgainmc.gotoAndStop("none");
Symbol 780 MovieClip Frame 1
stop();
Symbol 780 MovieClip Frame 2
stop();
Symbol 780 MovieClip Frame 3
stop();
Symbol 782 MovieClip Frame 1
gotoAndStop(random(48) + 2);
Symbol 782 MovieClip Frame 2
gotoAndStop(random(48) + 2);
Symbol 782 MovieClip Frame 3
stop();
Symbol 782 MovieClip Frame 4
stop();
Symbol 782 MovieClip Frame 5
stop();
Symbol 782 MovieClip Frame 6
stop();
Symbol 782 MovieClip Frame 7
stop();
Symbol 782 MovieClip Frame 8
stop();
Symbol 782 MovieClip Frame 9
stop();
Symbol 782 MovieClip Frame 10
stop();
Symbol 782 MovieClip Frame 11
stop();
Symbol 782 MovieClip Frame 12
stop();
if ((_root.pu2scrolling == false) && (_root.extrapup2 == true)) {
_root.powerup2mc.gotoAndPlay("scroll");
} else if ((_root.pu2scrolling == true) && (_root.extrapup2 == false)) {
stop();
} else if ((_root.extrapup2 = false)) {
stop();
}
Symbol 782 MovieClip Frame 13
stop();
Symbol 782 MovieClip Frame 14
stop();
Symbol 782 MovieClip Frame 15
_root.soundfx.gotoAndPlay("extralife");
Symbol 782 MovieClip Frame 16
stop();
Symbol 782 MovieClip Frame 17
stop();
Symbol 782 MovieClip Frame 18
stop();
Symbol 782 MovieClip Frame 19
stop();
Symbol 782 MovieClip Frame 20
stop();
if ((_root.puscrolling == false) && (_root.extrapup == true)) {
_root.powerupmc.gotoAndPlay("scroll");
} else if (_root.puscrolling == true) {
stop();
}
Symbol 782 MovieClip Frame 21
stop();
Symbol 782 MovieClip Frame 22
stop();
Symbol 782 MovieClip Frame 23
stop();
Symbol 782 MovieClip Frame 24
stop();
Symbol 782 MovieClip Frame 25
stop();
Symbol 782 MovieClip Frame 26
stop();
Symbol 782 MovieClip Frame 27
if ((_root.pu2scrolling == false) && (_root.extrapup2 == true)) {
_root.powerup2mc.gotoAndPlay("scroll");
} else if ((_root.pu2scrolling == true) && (_root.extrapup2 == false)) {
stop();
} else if ((_root.extrapup2 = false)) {
stop();
}
Symbol 782 MovieClip Frame 28
stop();
Symbol 782 MovieClip Frame 29
stop();
Symbol 782 MovieClip Frame 30
stop();
Symbol 782 MovieClip Frame 31
stop();
Symbol 782 MovieClip Frame 32
stop();
Symbol 782 MovieClip Frame 33
stop();
Symbol 782 MovieClip Frame 34
_root.soundfx.gotoAndPlay("extralife");
Symbol 782 MovieClip Frame 35
stop();
Symbol 782 MovieClip Frame 36
stop();
Symbol 782 MovieClip Frame 37
stop();
Symbol 782 MovieClip Frame 38
stop();
Symbol 782 MovieClip Frame 39
stop();
Symbol 782 MovieClip Frame 40
stop();
Symbol 782 MovieClip Frame 41
stop();
Symbol 782 MovieClip Frame 42
stop();
Symbol 782 MovieClip Frame 43
stop();
Symbol 782 MovieClip Frame 44
stop();
Symbol 782 MovieClip Frame 45
if ((_root.puscrolling == false) && (_root.extrapup == true)) {
_root.powerupmc.gotoAndPlay("scroll");
} else if (_root.puscrolling == true) {
stop();
}
Symbol 782 MovieClip Frame 46
stop();
Symbol 782 MovieClip Frame 47
stop();
Symbol 782 MovieClip Frame 48
stop();
Symbol 782 MovieClip Frame 49
stop();
Symbol 782 MovieClip Frame 50
stop();
Symbol 791 MovieClip Frame 3
_root.score = _root.score + 100;
_root.birdcount = _root.birdcount + 1;
Symbol 791 MovieClip Frame 15
stop();
Symbol 792 MovieClip Frame 1
stop();
Symbol 792 MovieClip Frame 2
play();
Symbol 792 MovieClip Frame 7
stop();
if (_root.bird._x < -10) {
_root.bird.gotoAndStop("birdflying");
reset();
}
Symbol 819 MovieClip Frame 9
stop();
Symbol 819 MovieClip Frame 19
stop();
Symbol 819 MovieClip Frame 29
stop();
Symbol 819 MovieClip Frame 39
stop();
Symbol 819 MovieClip Frame 49
stop();
Symbol 819 MovieClip Frame 59
stop();
Symbol 819 MovieClip Frame 69
stop();
Symbol 819 MovieClip Frame 79
stop();
Symbol 819 MovieClip Frame 89
stop();
Symbol 819 MovieClip Frame 99
stop();
Symbol 819 MovieClip Frame 109
stop();
Symbol 819 MovieClip Frame 119
stop();
Symbol 819 MovieClip Frame 129
stop();
Symbol 830 MovieClip Frame 1
stop();
Symbol 830 MovieClip Frame 2
play();
_root.extrapup = false;
Symbol 830 MovieClip Frame 171
_root.extrapup = true;
Symbol 830 MovieClip Frame 255
gotoAndStop ("timerstopped");
Symbol 833 MovieClip Frame 1
stop();
Symbol 833 MovieClip Frame 2
play();
_root.lasercheckermc.gotoAndPlay("on");
_root.extrapup2 = false;
Symbol 833 MovieClip Frame 171
_root.extrapup2 = true;
Symbol 833 MovieClip Frame 255
gotoAndStop ("timerstopped");
_root.lasercheckermc.gotoAndPlay("off");
_root.maxLasers = 0;
_root.laserchecker = 0;
Symbol 837 MovieClip Frame 70
gotoAndPlay (30);
Symbol 839 Button
on (press) {
_root.gotoAndPlay("start");
}
Symbol 849 Button
on (release) {
getURL ("http://www.flashninjaclan.com/games/paperairplane/topscores.php", "_blank");
}
Symbol 854 Button
on (release) {
nukescore = _root.score;
nukename = _root.playername;
loadVariablesNum ("http://www.flashninjaclan.com/games/paperairplane/newscore.php", 0, "POST");
_root.gameover.gotoAndStop("submitted");
}
Symbol 859 Button
on (release) {
_root.gotoAndPlay("mochiads");
}
Symbol 862 MovieClip Frame 1
stop();
Symbol 862 MovieClip Frame 2
play();
_root.musicbox.gotoAndPlay("musicoff");
Symbol 862 MovieClip Frame 8
_root.gameover.playername = "Player 1";
_root.bird1.removeMovieClip();
_root.bird2.removeMovieClip();
_root.bird3.removeMovieClip();
_root.bird4.removeMovieClip();
_root.bird5.removeMovieClip();
_root.bird6.removeMovieClip();
_root.bird7.removeMovieClip();
_root.bird8.removeMovieClip();
_root.bird9.removeMovieClip();
_root.bird10.removeMovieClip();
_root.bird11.removeMovieClip();
Symbol 862 MovieClip Frame 42
stop();
Symbol 862 MovieClip Frame 43
stop();
Symbol 892 MovieClip Frame 45
stop();
Instance of Symbol 913 MovieClip "mainGround" in Symbol 914 MovieClip Frame 99
onClipEvent (enterFrame) {
if (_root.plane.hitTest(_root.mainGround)) {
_root.plane.gotoAndPlay("planeexplode");
}
}
Symbol 914 MovieClip Frame 109
_root.gotoAndPlay("startworld2");
Symbol 921 MovieClip Frame 31
stop();
Symbol 923 Button
on (release) {
gotoAndPlay ("title");
}
Symbol 928 MovieClip Frame 1
play();
Symbol 928 MovieClip Frame 250
_root.gotoAndPlay("lvl2w2");
Symbol 928 MovieClip Frame 500
_root.gotoAndPlay("lvl3w2");
Symbol 928 MovieClip Frame 1000
_root.gotoAndPlay("lvl4w2");
Symbol 928 MovieClip Frame 2000
_root.gotoAndPlay("lvl5w2");
Symbol 928 MovieClip Frame 3000
_root.gotoAndPlay("lvl6w2");
Symbol 928 MovieClip Frame 4000
_root.gotoAndPlay("lvl7w2");
Symbol 928 MovieClip Frame 5000
_root.gotoAndPlay("lvl8w2");
Symbol 928 MovieClip Frame 6000
_root.gotoAndPlay("lvl9w2");
Symbol 928 MovieClip Frame 7000
_root.gotoAndPlay("lvl10w2");
Symbol 932 MovieClip Frame 3
_root.score = _root.score + 100;
_root.birdcount = _root.birdcount + 1;
Symbol 932 MovieClip Frame 15
stop();
Symbol 933 MovieClip Frame 1
stop();
Symbol 933 MovieClip Frame 2
play();
Symbol 933 MovieClip Frame 7
stop();
if (_root.bird._x < -10) {
_root.bird.gotoAndStop("birdflying");
reset();
}
Symbol 934 MovieClip Frame 9
stop();
Symbol 934 MovieClip Frame 19
stop();
Symbol 934 MovieClip Frame 29
stop();
Symbol 934 MovieClip Frame 39
stop();
Symbol 934 MovieClip Frame 49
stop();
Symbol 934 MovieClip Frame 59
stop();
Symbol 934 MovieClip Frame 69
stop();
Symbol 934 MovieClip Frame 79
stop();
Symbol 934 MovieClip Frame 89
stop();
Symbol 934 MovieClip Frame 99
stop();
Symbol 936 Button
on (press) {
_root.gotoAndPlay("startworld2");
}
Symbol 951 MovieClip Frame 45
stop();
Symbol 954 MovieClip Frame 99
_root.gotoAndPlay("startworld3");
Instance of Symbol 562 MovieClip "lightning" in Symbol 961 MovieClip Frame 1
/* no clip actions */
Symbol 970 Button
on (release) {
gotoAndPlay ("title");
}
Symbol 975 MovieClip Frame 1
play();
Symbol 975 MovieClip Frame 250
_root.gotoAndPlay("lvl2w3");
Symbol 975 MovieClip Frame 500
_root.gotoAndPlay("lvl3w3");
Symbol 975 MovieClip Frame 1000
_root.gotoAndPlay("lvl4w3");
Symbol 975 MovieClip Frame 2000
_root.gotoAndPlay("lvl5w3");
Symbol 975 MovieClip Frame 3000
_root.gotoAndPlay("lvl6w3");
Symbol 975 MovieClip Frame 4000
_root.gotoAndPlay("lvl7w3");
Symbol 975 MovieClip Frame 5000
_root.gotoAndPlay("lvl8w3");
Symbol 975 MovieClip Frame 6000
_root.gotoAndPlay("lvl9w3");
Symbol 975 MovieClip Frame 7000
_root.gotoAndPlay("lvl10w3");
Symbol 992 MovieClip Frame 3
_root.score = _root.score + 100;
_root.birdcount = _root.birdcount + 1;
Symbol 992 MovieClip Frame 31
stop();
Symbol 993 MovieClip Frame 1
stop();
Symbol 993 MovieClip Frame 2
play();
Symbol 993 MovieClip Frame 7
stop();
if (_root.bird._x < -10) {
_root.bird.gotoAndStop("birdflying");
reset();
}
Symbol 994 MovieClip Frame 9
stop();
Symbol 994 MovieClip Frame 19
stop();
Symbol 994 MovieClip Frame 29
stop();
Symbol 994 MovieClip Frame 39
stop();
Symbol 994 MovieClip Frame 49
stop();
Symbol 994 MovieClip Frame 59
stop();
Symbol 994 MovieClip Frame 69
stop();
Symbol 994 MovieClip Frame 79
stop();
Symbol 994 MovieClip Frame 89
stop();
Symbol 994 MovieClip Frame 99
stop();
Symbol 996 Button
on (press) {
_root.gotoAndPlay("startworld3");
}
Symbol 1000 MovieClip Frame 99
_root.gotoAndPlay("wingame");
Symbol 1002 MovieClip Frame 850
stop();
Symbol 1008 Button
on (release) {
_root.gotoAndPlay("level4");
}
Symbol 1014 Button
on (release) {
gotoAndPlay ("title");
}
Symbol 1019 MovieClip Frame 1
play();
Symbol 1019 MovieClip Frame 250
_root.gotoAndPlay("lvl2world4");
Symbol 1019 MovieClip Frame 500
_root.gotoAndPlay("lvl3world4");
Symbol 1019 MovieClip Frame 1000
_root.gotoAndPlay("lvl4world4");
Symbol 1019 MovieClip Frame 2000
_root.gotoAndPlay("lvl5world4");
Symbol 1019 MovieClip Frame 3000
_root.gotoAndPlay("lvl6world4");
Symbol 1019 MovieClip Frame 4000
_root.gotoAndPlay("lvl7world4");
Symbol 1019 MovieClip Frame 5000
_root.gotoAndPlay("lvl8world4");
Symbol 1019 MovieClip Frame 6000
_root.gotoAndPlay("lvl9world4");
Symbol 1019 MovieClip Frame 7000
_root.gotoAndPlay("lvl10world4");
Symbol 1023 Button
on (press) {
_root.gotoAndPlay("level4");
}
Symbol 1030 Button
on (release) {
gotoAndPlay ("title");
}
Symbol 1040 MovieClip Frame 1
play();
Symbol 1040 MovieClip Frame 250
_root.gotoAndPlay("lvl2survival");
Symbol 1040 MovieClip Frame 500
_root.gotoAndPlay("lvl3survival");
Symbol 1040 MovieClip Frame 1000
_root.gotoAndPlay("lvl4survival");
Symbol 1040 MovieClip Frame 2000
_root.gotoAndPlay("lvl5survival");
Symbol 1040 MovieClip Frame 3000
_root.gotoAndPlay("lvl6survival");
Symbol 1040 MovieClip Frame 4000
_root.gotoAndPlay("lvl7survival");
Symbol 1040 MovieClip Frame 5000
_root.gotoAndPlay("lvl8survival");
Symbol 1040 MovieClip Frame 6000
_root.gotoAndPlay("lvl9survival");
Symbol 1040 MovieClip Frame 7000
_root.gotoAndPlay("lvl10survival");
Symbol 1040 MovieClip Frame 8001
_root.gotoAndPlay("lvl11survival");
Symbol 1040 MovieClip Frame 9002
_root.gotoAndPlay("lvl12survival");
Symbol 1040 MovieClip Frame 10003
_root.gotoAndPlay("lvl13survival");
Symbol 1040 MovieClip Frame 11004
stop();
Symbol 1047 Button
on (press) {
_root.gotoAndPlay("survival");
}