Frame 1 (17 B)
stopAllSounds();
Instance of Symbol 8 MovieClip "initialbestscore" in Frame 1 (44 B)
onClipEvent (load) {
_root.bestScore = 0;
}
Frame 2 (98 B)
percent = Math.floor((getBytesLoaded() / getBytesTotal()) * 100);
myOutput.text = percent + "%";
Frame 3 (80 B)
if (percent == 100) {
gotoAndPlay ("loaded");
} else {
gotoAndPlay (2);
}
Frame 5 (8 B)
stop();
Frame 10 (8 B)
play();
Frame 15 (17 B)
stopAllSounds();
Frame 24 (28 B)
_root.gotoAndPlay("title");
Frame 25 (26 B)
play();
stopAllSounds();
Instance of Symbol 8 MovieClip "initialbestscore" in Frame 25 (44 B)
onClipEvent (load) {
_root.bestScore = 0;
}
Frame 163 (23 B)
gotoAndPlay ("title");
Frame 164 (1.87 KiB) ●
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 164 (106 B)
onClipEvent (enterFrame) {
if (_root.score >= _root.bestScore) {
_root.bestScore = _root.score;
}
}
Frame 165 (42 B)
_root.initialbestscore.removeMovieClip();
Frame 174 (8 B)
stop();
Frame 217 (51 B)
_root.lives = 3;
score = 0;
_root.birdcount = 0;
Frame 218 (8 B)
stop();
Frame 222 (23 B)
gotoAndPlay ("start");
Frame 224 (8 B)
play();
Frame 233 (8 B)
stop();
Frame 234 (8 B)
play();
Frame 243 (8 B)
stop();
Frame 244 (361 B)
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 556 MovieClip "dGround" in Frame 244 (321 B)
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 576 MovieClip "playcontrol" in Frame 244 (229 B)
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 580 MovieClip "mainGround" in Frame 244 (120 B)
onClipEvent (enterFrame) {
if (_root.plane.hitTest(_root.mainGround)) {
_root.plane.gotoAndPlay("planeexplode");
}
}
Instance of Symbol 8 MovieClip "bestScoreChecker" in Frame 244 (139 B)
onClipEvent (enterFrame) {
if (_root.score > _root.bestScore) {
_root.bestScore == _root.score;
_root.bestScore = _root.score;
}
}
Frame 245 (409 B)
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 246 (221 B)
_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 624 MovieClip in Frame 246 (21 B)
/* no clip actions */
Instance of Symbol 572 MovieClip "mainSky" in Frame 246 (476 B)
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 580 MovieClip "mainGround" in Frame 246 (406 B)
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 643 MovieClip "powerup2mc" in Frame 246 (769 B)
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 644 MovieClip "powerupmc" in Frame 246 (645 B)
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 650 MovieClip "laser" in Frame 246 (444 B)
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 782 MovieClip "plane" in Frame 246 (1.63 KiB) ●
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 584 MovieClip "planelaunchpad" in Frame 246 (99 B)
onClipEvent (enterFrame) {
this._x = this._x - 9;
if (this._x < -300) {
this._x = -400;
}
}
Instance of Symbol 801 MovieClip "bird1" in Frame 246 (623 B)
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 247 (100 B)
stop();
_root.maxLasers = 0;
_root.lasercheckermc.gotoAndPlay("none");
_root.lasercheckermc = 0;
Frame 248 (184 B)
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 801 MovieClip "bird1" in Frame 248 (635 B)
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 249 (8 B)
stop();
Frame 250 (144 B)
numBird = 2;
i = 2;
while (i <= numBird) {
bird1.duplicateMovieClip("bird" + i, i + 100);
i++;
}
_root.lvltitle.gotoAndPlay("lvl3");
Instance of Symbol 801 MovieClip "bird1" in Frame 250 (625 B)
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 251 (8 B)
stop();
Frame 252 (185 B)
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 801 MovieClip "bird1" in Frame 252 (625 B)
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 253 (8 B)
stop();
Frame 254 (217 B)
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 801 MovieClip "bird1" in Frame 254 (625 B)
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 255 (8 B)
stop();
Frame 256 (217 B)
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 801 MovieClip "bird1" in Frame 256 (625 B)
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 257 (8 B)
stop();
Frame 258 (185 B)
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 801 MovieClip "bird1" in Frame 258 (626 B)
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 259 (8 B)
stop();
Frame 260 (185 B)
numBird = 5;
i = 2;
while (i <= numBird) {
bird1.duplicateMovieClip("bird" + i, i + 100);
i++;
}
_root.powerup2mc.gotoAndPlay("scroll");
_root.lvltitle.gotoAndPlay("lvl8");
Frame 261 (8 B)
stop();
Frame 262 (185 B)
numBird = 5;
i = 2;
while (i <= numBird) {
bird1.duplicateMovieClip("bird" + i, i + 100);
i++;
}
_root.lvltitle.gotoAndPlay("lvl9");
_root.powerup2mc.gotoAndPlay("scroll");
Frame 263 (8 B)
stop();
Frame 264 (185 B)
numBird = 6;
i = 2;
while (i <= numBird) {
bird1.duplicateMovieClip("bird" + i, i + 100);
i++;
}
_root.powerupmc.gotoAndPlay("scroll");
_root.lvltitle.gotoAndPlay("lvl10");
Frame 265 (8 B)
stop();
Frame 266 (106 B)
stop();
_root.lives = _root.lives - 1;
if (_root.lives == 0) {
_root.gameover.gotoAndPlay("play");
}
Instance of Symbol 782 MovieClip "plane" in Frame 266 (70 B)
onClipEvent (enterFrame) {
_root.plane.gotoAndPlay("planeexplode");
}
Instance of Symbol 801 MovieClip "bird1" in Frame 266 (75 B)
onClipEvent (enterFrame) {
swapDepths(1);
removeMovieClip(_root.bird1);
}
Frame 267 (290 B)
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 782 MovieClip "plane" in Frame 267 (71 B)
onClipEvent (enterFrame) {
_root.plane.gotoAndPlay("planeexplode2");
}
Frame 268 (290 B)
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 269 (8 B)
play();
Instance of Symbol 901 MovieClip "planewinworld1mc" in Frame 269 (70 B)
onClipEvent (load) {
_root.planewinworld1mc._y = _root.planeycoord;
}
Instance of Symbol 801 MovieClip "bird1" in Frame 269 (199 B)
onClipEvent (enterFrame) {
swapDepths(1);
removeMovieClip(_root.bird1);
}
onClipEvent (enterFrame) {
if (_root.planewinworld1mc.hitTest(this.birdflying)) {
this.gotoAndPlay("birdsplatter");
}
}
Frame 270 (362 B)
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 271 (361 B)
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 576 MovieClip "playcontrol" in Frame 271 (235 B)
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 922 MovieClip "mainGround" in Frame 271 (120 B)
onClipEvent (enterFrame) {
if (_root.plane.hitTest(_root.mainGround)) {
_root.plane.gotoAndPlay("planeexplode");
}
}
Instance of Symbol 8 MovieClip "bestScoreChecker" in Frame 271 (105 B)
onClipEvent (enterFrame) {
if (_root.score > _root.bestScore) {
_root.bestScore = _root.score;
}
}
Frame 272 (409 B)
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 273 (221 B)
_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 572 MovieClip "mainSky" in Frame 273 (476 B)
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 922 MovieClip "mainGround" in Frame 273 (406 B)
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 643 MovieClip "powerup2mc" in Frame 273 (450 B)
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 644 MovieClip "powerupmc" in Frame 273 (362 B)
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 650 MovieClip "laser" in Frame 273 (444 B)
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 782 MovieClip "plane" in Frame 273 (1.64 KiB) ●
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 942 MovieClip "bird1" in Frame 273 (615 B)
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 274 (100 B)
stop();
_root.maxLasers = 0;
_root.lasercheckermc.gotoAndPlay("none");
_root.lasercheckermc = 0;
Frame 275 (186 B)
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 942 MovieClip "bird1" in Frame 275 (627 B)
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 276 (8 B)
stop();
Frame 277 (146 B)
numBird = 2;
i = 2;
while (i <= numBird) {
bird1.duplicateMovieClip("bird" + i, i + 100);
i++;
}
_root.lvltitlew2.gotoAndPlay("lvl3");
Instance of Symbol 942 MovieClip "bird1" in Frame 277 (627 B)
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 278 (8 B)
stop();
Frame 279 (187 B)
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 942 MovieClip "bird1" in Frame 279 (627 B)
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 280 (8 B)
stop();
Frame 281 (219 B)
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 942 MovieClip "bird1" in Frame 281 (627 B)
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 282 (8 B)
stop();
Frame 283 (186 B)
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 942 MovieClip "bird1" in Frame 283 (627 B)
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 284 (8 B)
stop();
Frame 285 (187 B)
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 942 MovieClip "bird1" in Frame 285 (628 B)
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 286 (8 B)
stop();
Frame 287 (187 B)
numBird = 5;
i = 2;
while (i <= numBird) {
bird1.duplicateMovieClip("bird" + i, i + 100);
i++;
}
_root.powerup2mc.gotoAndPlay("scroll");
_root.lvltitlew2.gotoAndPlay("lvl8");
Frame 288 (8 B)
stop();
Frame 289 (187 B)
numBird = 5;
i = 2;
while (i <= numBird) {
bird1.duplicateMovieClip("bird" + i, i + 100);
i++;
}
_root.lvltitlew2.gotoAndPlay("lvl9");
_root.powerup2mc.gotoAndPlay("scroll");
Frame 290 (8 B)
stop();
Frame 291 (187 B)
numBird = 6;
i = 2;
while (i <= numBird) {
bird1.duplicateMovieClip("bird" + i, i + 100);
i++;
}
_root.powerupmc.gotoAndPlay("scroll");
_root.lvltitlew2.gotoAndPlay("lvl10");
Frame 292 (8 B)
stop();
Frame 293 (106 B)
stop();
_root.lives = _root.lives - 1;
if (_root.lives == 0) {
_root.gameover.gotoAndPlay("play");
}
Instance of Symbol 801 MovieClip "bird" in Frame 293 (350 B)
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 782 MovieClip "plane" in Frame 293 (72 B)
onClipEvent (enterFrame) {
_root.plane.gotoAndPlay("planeexplodew2");
}
Instance of Symbol 942 MovieClip "bird1" in Frame 293 (75 B)
onClipEvent (enterFrame) {
swapDepths(1);
removeMovieClip(_root.bird1);
}
Frame 294 (290 B)
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 782 MovieClip "plane" in Frame 294 (73 B)
onClipEvent (enterFrame) {
_root.plane.gotoAndPlay("planeexplode2w2");
}
Frame 295 (290 B)
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 296 (8 B)
play();
Instance of Symbol 960 MovieClip "planewinworld1mc" in Frame 296 (70 B)
onClipEvent (load) {
_root.planewinworld1mc._y = _root.planeycoord;
}
Instance of Symbol 942 MovieClip "bird1" in Frame 296 (397 B)
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 297 (362 B)
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 298 (361 B)
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 574 MovieClip "lasercheckermc" in Frame 298 (64 B)
on (release) {
_global.Behaviors.Sound.lasershot.start(0, 1);
}
Instance of Symbol 576 MovieClip "playcontrol" in Frame 298 (235 B)
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 977 MovieClip "mainGround" in Frame 298 (120 B)
onClipEvent (enterFrame) {
if (_root.plane.hitTest(_root.mainGround)) {
_root.plane.gotoAndPlay("planeexplode");
}
}
Instance of Symbol 8 MovieClip "bestScoreChecker" in Frame 298 (105 B)
onClipEvent (enterFrame) {
if (_root.score > _root.bestScore) {
_root.bestScore = _root.score;
}
}
Frame 299 (409 B)
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 300 (221 B)
_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 971 MovieClip "mainSky" in Frame 300 (476 B)
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 977 MovieClip "mainGround" in Frame 300 (406 B)
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 643 MovieClip "powerup2mc" in Frame 300 (450 B)
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 644 MovieClip "powerupmc" in Frame 300 (362 B)
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 650 MovieClip "laser" in Frame 300 (444 B)
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 782 MovieClip "plane" in Frame 300 (1.64 KiB) ●
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 1002 MovieClip "bird1" in Frame 300 (616 B)
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 301 (100 B)
stop();
_root.maxLasers = 0;
_root.lasercheckermc.gotoAndPlay("none");
_root.lasercheckermc = 0;
Frame 302 (186 B)
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 1002 MovieClip "bird1" in Frame 302 (628 B)
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 303 (8 B)
stop();
Frame 304 (146 B)
numBird = 2;
i = 2;
while (i <= numBird) {
bird1.duplicateMovieClip("bird" + i, i + 100);
i++;
}
_root.lvltitlew3.gotoAndPlay("lvl3");
Instance of Symbol 1002 MovieClip "bird1" in Frame 304 (628 B)
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 305 (8 B)
stop();
Frame 306 (187 B)
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 1002 MovieClip "bird1" in Frame 306 (628 B)
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 307 (8 B)
stop();
Frame 308 (219 B)
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 1002 MovieClip "bird1" in Frame 308 (628 B)
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 309 (8 B)
stop();
Frame 310 (186 B)
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 1002 MovieClip "bird1" in Frame 310 (628 B)
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 311 (8 B)
stop();
Frame 312 (187 B)
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 1002 MovieClip "bird1" in Frame 312 (629 B)
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 313 (8 B)
stop();
Frame 314 (187 B)
numBird = 5;
i = 2;
while (i <= numBird) {
bird1.duplicateMovieClip("bird" + i, i + 100);
i++;
}
_root.powerup2mc.gotoAndPlay("scroll");
_root.lvltitlew3.gotoAndPlay("lvl8");
Frame 315 (8 B)
stop();
Frame 316 (187 B)
numBird = 5;
i = 2;
while (i <= numBird) {
bird1.duplicateMovieClip("bird" + i, i + 100);
i++;
}
_root.lvltitlew3.gotoAndPlay("lvl9");
_root.powerup2mc.gotoAndPlay("scroll");
Frame 317 (8 B)
stop();
Frame 318 (187 B)
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 1002 MovieClip "bird1" in Frame 318 (597 B)
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 319 (8 B)
stop();
Frame 320 (106 B)
stop();
_root.lives = _root.lives - 1;
if (_root.lives == 0) {
_root.gameover.gotoAndPlay("play");
}
Instance of Symbol 782 MovieClip "plane" in Frame 320 (72 B)
onClipEvent (enterFrame) {
_root.plane.gotoAndPlay("planeexplodew3");
}
Instance of Symbol 1002 MovieClip "bird1" in Frame 320 (75 B)
onClipEvent (enterFrame) {
swapDepths(1);
removeMovieClip(_root.bird1);
}
Frame 321 (290 B)
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 782 MovieClip "plane" in Frame 321 (73 B)
onClipEvent (enterFrame) {
_root.plane.gotoAndPlay("planeexplode2w3");
}
Frame 322 (290 B)
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 323 (8 B)
play();
Instance of Symbol 1002 MovieClip "bird1" in Frame 323 (397 B)
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 324 (362 B)
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 325 (8 B)
play();
Frame 363 (8 B)
stop();
Frame 364 (361 B)
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 556 MovieClip "dGround" in Frame 364 (321 B)
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 576 MovieClip "playcontrol" in Frame 364 (183 B)
onClipEvent (mouseDown) {
this.isDown = true;
}
onClipEvent (mouseUp) {
this.isDown = false;
}
onClipEvent (enterFrame) {
if (this.isDown) {
_root.gotoAndPlay("playworld4");
}
}
Instance of Symbol 580 MovieClip "mainGround" in Frame 364 (120 B)
onClipEvent (enterFrame) {
if (_root.plane.hitTest(_root.mainGround)) {
_root.plane.gotoAndPlay("planeexplode");
}
}
Instance of Symbol 8 MovieClip "bestScoreChecker" in Frame 364 (139 B)
onClipEvent (enterFrame) {
if (_root.score > _root.bestScore) {
_root.bestScore == _root.score;
_root.bestScore = _root.score;
}
}
Frame 365 (409 B)
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 366 (221 B)
_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 624 MovieClip in Frame 366 (21 B)
/* no clip actions */
Instance of Symbol 572 MovieClip "mainSky" in Frame 366 (476 B)
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 580 MovieClip "mainGround" in Frame 366 (406 B)
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 643 MovieClip "powerup2mc" in Frame 366 (769 B)
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 644 MovieClip "powerupmc" in Frame 366 (645 B)
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 650 MovieClip "laser" in Frame 366 (444 B)
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 782 MovieClip "plane" in Frame 366 (1.66 KiB) ●
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 801 MovieClip "bird1" in Frame 366 (615 B)
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 367 (100 B)
stop();
_root.maxLasers = 0;
_root.lasercheckermc.gotoAndPlay("none");
_root.lasercheckermc = 0;
Frame 368 (184 B)
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 801 MovieClip "bird1" in Frame 368 (627 B)
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 369 (8 B)
stop();
Frame 370 (144 B)
numBird = 2;
i = 2;
while (i <= numBird) {
bird1.duplicateMovieClip("bird" + i, i + 100);
i++;
}
_root.lvltitle.gotoAndPlay("lvl3");
Instance of Symbol 801 MovieClip "bird1" in Frame 370 (627 B)
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 371 (8 B)
stop();
Frame 372 (185 B)
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 801 MovieClip "bird1" in Frame 372 (627 B)
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 373 (8 B)
stop();
Frame 374 (184 B)
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 801 MovieClip "bird1" in Frame 374 (627 B)
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 375 (8 B)
stop();
Frame 376 (184 B)
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 801 MovieClip "bird1" in Frame 376 (627 B)
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 377 (8 B)
stop();
Frame 378 (185 B)
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 801 MovieClip "bird1" in Frame 378 (628 B)
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 379 (8 B)
stop();
Frame 380 (185 B)
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 801 MovieClip "bird1" in Frame 380 (628 B)
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 381 (8 B)
stop();
Frame 382 (185 B)
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 801 MovieClip "bird1" in Frame 382 (628 B)
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 383 (8 B)
stop();
Frame 384 (185 B)
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 801 MovieClip "bird1" in Frame 384 (596 B)
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 385 (8 B)
stop();
Frame 386 (106 B)
stop();
_root.lives = _root.lives - 1;
if (_root.lives == 0) {
_root.gameover.gotoAndPlay("play");
}
Instance of Symbol 782 MovieClip "plane" in Frame 386 (70 B)
onClipEvent (enterFrame) {
_root.plane.gotoAndPlay("planeexplode");
}
Instance of Symbol 801 MovieClip "bird1" in Frame 386 (75 B)
onClipEvent (enterFrame) {
swapDepths(1);
removeMovieClip(_root.bird1);
}
Frame 387 (290 B)
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 782 MovieClip "plane" in Frame 387 (71 B)
onClipEvent (enterFrame) {
_root.plane.gotoAndPlay("planeexplode2");
}
Frame 388 (291 B)
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 389 (8 B)
play();
Instance of Symbol 901 MovieClip "planewinworld1mc" in Frame 389 (70 B)
onClipEvent (load) {
_root.planewinworld1mc._y = _root.planeycoord;
}
Instance of Symbol 801 MovieClip "bird1" in Frame 389 (199 B)
onClipEvent (enterFrame) {
swapDepths(1);
removeMovieClip(_root.bird1);
}
onClipEvent (enterFrame) {
if (_root.planewinworld1mc.hitTest(this.birdflying)) {
this.gotoAndPlay("birdsplatter");
}
}
Frame 390 (362 B)
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 391 (361 B)
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 556 MovieClip "dGround" in Frame 391 (321 B)
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 576 MovieClip "playcontrol" in Frame 391 (185 B)
onClipEvent (mouseDown) {
this.isDown = true;
}
onClipEvent (mouseUp) {
this.isDown = false;
}
onClipEvent (enterFrame) {
if (this.isDown) {
_root.gotoAndPlay("playsurvival");
}
}
Instance of Symbol 580 MovieClip "mainGround" in Frame 391 (120 B)
onClipEvent (enterFrame) {
if (_root.plane.hitTest(_root.mainGround)) {
_root.plane.gotoAndPlay("planeexplode");
}
}
Instance of Symbol 8 MovieClip "bestScoreChecker" in Frame 391 (139 B)
onClipEvent (enterFrame) {
if (_root.score > _root.bestScore) {
_root.bestScore == _root.score;
_root.bestScore = _root.score;
}
}
Frame 392 (409 B)
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 393 (221 B)
_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 624 MovieClip in Frame 393 (21 B)
/* no clip actions */
Instance of Symbol 572 MovieClip "mainSky" in Frame 393 (476 B)
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 580 MovieClip "mainGround" in Frame 393 (406 B)
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 643 MovieClip "powerup2mc" in Frame 393 (769 B)
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 644 MovieClip "powerupmc" in Frame 393 (645 B)
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 650 MovieClip "laser" in Frame 393 (444 B)
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 782 MovieClip "plane" in Frame 393 (1.67 KiB) ●
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 801 MovieClip "bird1" in Frame 393 (621 B)
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 394 (100 B)
stop();
_root.maxLasers = 0;
_root.lasercheckermc.gotoAndPlay("none");
_root.lasercheckermc = 0;
Frame 395 (184 B)
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 801 MovieClip "bird1" in Frame 395 (633 B)
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 396 (8 B)
stop();
Frame 397 (144 B)
numBird = 2;
i = 2;
while (i <= numBird) {
bird1.duplicateMovieClip("bird" + i, i + 100);
i++;
}
_root.lvltitle.gotoAndPlay("lvl3");
Instance of Symbol 801 MovieClip "bird1" in Frame 397 (633 B)
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 398 (8 B)
stop();
Frame 399 (185 B)
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 801 MovieClip "bird1" in Frame 399 (633 B)
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 400 (8 B)
stop();
Frame 401 (184 B)
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 801 MovieClip "bird1" in Frame 401 (633 B)
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 402 (8 B)
stop();
Frame 403 (184 B)
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 801 MovieClip "bird1" in Frame 403 (633 B)
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 404 (8 B)
stop();
Frame 405 (185 B)
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 801 MovieClip "bird1" in Frame 405 (633 B)
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 406 (8 B)
stop();
Frame 407 (185 B)
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 801 MovieClip "bird1" in Frame 407 (633 B)
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 408 (8 B)
stop();
Frame 409 (185 B)
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 801 MovieClip "bird1" in Frame 409 (633 B)
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 410 (8 B)
stop();
Frame 411 (185 B)
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 801 MovieClip "bird1" in Frame 411 (602 B)
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 412 (8 B)
stop();
Frame 413 (186 B)
numBird = 6;
i = 2;
while (i <= numBird) {
bird1.duplicateMovieClip("bird" + i, i + 100);
i++;
}
_root.powerup2mc.gotoAndPlay("scroll");
_root.lvltitle.gotoAndPlay("lvl11");
Frame 414 (8 B)
stop();
Frame 415 (186 B)
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 801 MovieClip "bird1" in Frame 415 (633 B)
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 416 (8 B)
stop();
Frame 417 (185 B)
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 801 MovieClip "bird1" in Frame 417 (602 B)
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 418 (8 B)
stop();
Frame 419 (106 B)
stop();
_root.lives = _root.lives - 1;
if (_root.lives == 0) {
_root.gameover.gotoAndPlay("play");
}
Instance of Symbol 782 MovieClip "plane" in Frame 419 (70 B)
onClipEvent (enterFrame) {
_root.plane.gotoAndPlay("planeexplode");
}
Instance of Symbol 801 MovieClip "bird1" in Frame 419 (75 B)
onClipEvent (enterFrame) {
swapDepths(1);
removeMovieClip(_root.bird1);
}
Frame 420 (290 B)
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 782 MovieClip "plane" in Frame 420 (71 B)
onClipEvent (enterFrame) {
_root.plane.gotoAndPlay("planeexplode2");
}
Frame 421 (291 B)
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 (125 B)
varMove = Math.round((_root.getBytesLoaded() / _root.getBytesTotal()) * 100);
_root.loadingMC.loadingBar._xscale = varMove;
Symbol 12 MovieClip Frame 2 (118 B)
if (_root.getBytesLoaded() == _root.getBytesTotal()) {
_root.gotoAndPlay("loaded");
} else {
gotoAndPlay (1);
}
Symbol 18 MovieClip Frame 12 (8 B)
stop();
Symbol 21 Button (69 B)
on (release) {
getURL ("http://www.flashninjaclan.com", "_blank");
}
Symbol 33 MovieClip Frame 12 (8 B)
stop();
Symbol 43 Button (65 B)
on (release) {
getURL ("http://www.killphil.co.nr", "_blank");
}
Symbol 45 MovieClip Frame 120 (8 B)
stop();
Symbol 393 MovieClip Frame 61 (8 B)
stop();
Symbol 404 Button (25 B)
on (release) {
play();
}
Symbol 408 MovieClip Frame 1 (29 B)
stop();
_quality = "high";
Symbol 408 MovieClip Frame 2 (31 B)
stop();
_quality = "medium";
Symbol 408 MovieClip Frame 3 (28 B)
stop();
_quality = "low";
Symbol 414 Button (34 B)
on (release) {
gotoAndStop (2);
}
Symbol 419 Button (62 B)
on (release) {
gotoAndStop (1);
_root.titlemusicmc.play();
}
Symbol 420 MovieClip Frame 1 (8 B)
stop();
Symbol 420 MovieClip Frame 2 (36 B)
stop();
_root.titlemusicmc.stop();
Symbol 428 Button (44 B)
on (release) {
gotoAndPlay ("startgame");
}
Symbol 433 Button (39 B)
on (release) {
gotoAndPlay ("info");
}
Symbol 436 Button (103 B)
on (release) {
getURL ("http://www.flashninjaclan.com/games/paperairplane/topscores.php", "_blank");
}
Symbol 439 Button (42 B)
on (release) {
gotoAndPlay ("credits");
}
Symbol 442 Button (65 B)
on (release) {
getURL ("http://www.killphil.co.nr", "_blank");
}
Symbol 445 Button (69 B)
on (release) {
getURL ("http://www.flashninjaclan.com", "_blank");
}
Symbol 450 Button (31 B)
on (release) {
_root.play();
}
Symbol 454 Button (48 B)
on (release) {
_root.gotoAndPlay("survival");
}
Symbol 457 Button (40 B)
on (release) {
gotoAndPlay ("title");
}
Symbol 467 Button (70 B)
on (release) {
gotoAndStop ("i2");
this.infomenu.gotoAndStop("1");
}
Symbol 482 Button (70 B)
on (release) {
gotoAndStop ("i3");
this.infomenu.gotoAndStop("1");
}
Symbol 483 Button (70 B)
on (release) {
gotoAndStop ("i1");
this.infomenu.gotoAndStop("1");
}
Symbol 487 MovieClip Frame 1 (8 B)
stop();
Symbol 487 MovieClip Frame 2 (8 B)
stop();
Symbol 487 MovieClip Frame 3 (8 B)
stop();
Symbol 494 Button (40 B)
on (release) {
gotoAndPlay ("title");
}
Symbol 501 Button (105 B)
on (release) {
getURL ("http://www.newgrounds.com/audio/view.php?id=1074215&sub=31966", "_blank");
}
Symbol 504 Button (63 B)
on (release) {
getURL ("http://www.flashkit.com", "_blank");
}
Symbol 507 Button (65 B)
on (release) {
getURL ("http://www.findsounds.com", "_blank");
}
Symbol 510 Button (65 B)
on (release) {
getURL ("http://www.newgrounds.com", "_blank");
}
Symbol 513 Button (65 B)
on (release) {
getURL ("http://www.deviantart.com", "_blank");
}
Symbol 516 Button (67 B)
on (release) {
getURL ("http://www.killphilmovie.tk", "_blank");
}
Symbol 519 Button (74 B)
on (release) {
getURL ("http://chillyphilly.deviantart.com", "_blank");
}
Symbol 522 Button (72 B)
on (release) {
getURL ("http://dreamworx.newgrounds.com/", "_blank");
}
Symbol 525 Button (69 B)
on (release) {
getURL ("http://www.flashninjaclan.com", "_blank");
}
Symbol 528 Button (84 B)
on (release) {
getURL ("http://www.newgrounds.com/audio/listen/97252", "_blank");
}
Symbol 531 Button (84 B)
on (release) {
getURL ("http://www.newgrounds.com/audio/listen/68209", "_blank");
}
Symbol 534 Button (70 B)
on (release) {
getURL ("http://camvolta.newgrounds.com", "_blank");
}
Symbol 536 Button (74 B)
on (release) {
getURL ("http://chillyphilly.newgrounds.com", "_blank");
}
Symbol 537 Button (69 B)
on (release) {
getURL ("http://www.flashninjaclan.com", "_blank");
}
Symbol 541 MovieClip Frame 600 (8 B)
stop();
Symbol 542 MovieClip Frame 2 (8 B)
stop();
Symbol 542 MovieClip Frame 5 (8 B)
stop();
Symbol 545 MovieClip Frame 1 (8 B)
stop();
Symbol 545 MovieClip Frame 2 (8 B)
play();
Symbol 545 MovieClip Frame 3 (40 B)
_root.plane.planemc.planelifefx.play();
Symbol 545 MovieClip Frame 15 (22 B)
gotoAndStop ("nofx");
Symbol 559 MovieClip Frame 1 (125 B)
numRain = 200;
i = 2;
while (i <= numRain) {
this.raindropmc.duplicateMovieClip("raindropmc" + i, i + 100);
i++;
}
Instance of Symbol 558 MovieClip "raindropmc" in Symbol 559 MovieClip Frame 1 (344 B)
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 559 MovieClip Frame 2 (8 B)
stop();
Instance of Symbol 568 MovieClip "lightning" in Symbol 571 MovieClip Frame 1 (21 B)
/* no clip actions */
Symbol 574 MovieClip Frame 1 (24 B)
_root.laserchecker = 0;
Symbol 574 MovieClip Frame 3 (8 B)
stop();
Symbol 574 MovieClip Frame 4 (8 B)
play();
Symbol 574 MovieClip Frame 5 (46 B)
_root.laserchecker = _root.laserchecker + 10;
Symbol 574 MovieClip Frame 6 (8 B)
stop();
Symbol 574 MovieClip Frame 7 (8 B)
play();
Symbol 574 MovieClip Frame 10 (46 B)
_root.laserchecker = _root.laserchecker - 10;
Symbol 591 Button (104 B)
on (release) {
getURL ("http://www.newgrounds.com/audio/view.php?id=1074215&sub=31966", "_self");
}
Symbol 595 MovieClip Frame 100 (24 B)
stop();
this.unload();
Symbol 598 Button (40 B)
on (release) {
gotoAndPlay ("title");
}
Symbol 599 Button (34 B)
on (release) {
gotoAndStop (2);
}
Symbol 600 Button (74 B)
on (release) {
gotoAndStop (1);
_root.musicbox.gotoAndPlay("musicon");
}
Symbol 601 MovieClip Frame 1 (8 B)
stop();
Symbol 601 MovieClip Frame 2 (49 B)
stop();
_root.musicbox.gotoAndPlay("musicoff");
Symbol 611 MovieClip Frame 17 (8 B)
stop();
Symbol 638 MovieClip Frame 1 (8 B)
play();
Symbol 638 MovieClip Frame 250 (27 B)
_root.gotoAndPlay("lvl2");
Symbol 638 MovieClip Frame 500 (27 B)
_root.gotoAndPlay("lvl3");
Symbol 638 MovieClip Frame 1000 (27 B)
_root.gotoAndPlay("lvl4");
Symbol 638 MovieClip Frame 2000 (27 B)
_root.gotoAndPlay("lvl5");
Symbol 638 MovieClip Frame 3000 (27 B)
_root.gotoAndPlay("lvl6");
Symbol 638 MovieClip Frame 4000 (27 B)
_root.gotoAndPlay("lvl7");
Symbol 638 MovieClip Frame 5000 (27 B)
_root.gotoAndPlay("lvl8");
Symbol 638 MovieClip Frame 6000 (27 B)
_root.gotoAndPlay("lvl9");
Symbol 638 MovieClip Frame 7000 (28 B)
_root.gotoAndPlay("lvl10");
Symbol 643 MovieClip Frame 1 (37 B)
stop();
_root.pu2scrolling = false;
Symbol 643 MovieClip Frame 2 (36 B)
play();
_root.pu2scrolling = true;
Symbol 643 MovieClip Frame 150 (21 B)
gotoAndStop ("off");
Symbol 644 MovieClip Frame 1 (36 B)
stop();
_root.puscrolling = false;
Symbol 644 MovieClip Frame 2 (35 B)
play();
_root.puscrolling = true;
Symbol 644 MovieClip Frame 150 (21 B)
gotoAndStop ("off");
Symbol 658 MovieClip Frame 1 (8 B)
stop();
Symbol 658 MovieClip Frame 35 (49 B)
_root.lives = _root.lives + 1;
gotoAndStop (1);
Symbol 667 MovieClip Frame 15 (8 B)
stop();
Symbol 669 MovieClip Frame 1 (57 B)
play();
_root.poweruptimer01.gotoAndPlay("starttimer");
Symbol 669 MovieClip Frame 241 (54 B)
_root.plane.planemc.gotoAndPlay("planeflyingnormal");
Symbol 674 MovieClip Frame 20 (48 B)
stop();
_root.pointgainmc.gotoAndStop("none");
Symbol 679 MovieClip Frame 1 (31 B)
_root.score = _root.score + 1;
Symbol 679 MovieClip Frame 2 (31 B)
_root.score = _root.score + 1;
Symbol 679 MovieClip Frame 3 (31 B)
_root.score = _root.score + 1;
Symbol 679 MovieClip Frame 4 (31 B)
_root.score = _root.score + 1;
Symbol 679 MovieClip Frame 5 (31 B)
_root.score = _root.score + 1;
Symbol 679 MovieClip Frame 6 (31 B)
_root.score = _root.score + 1;
Symbol 679 MovieClip Frame 7 (31 B)
_root.score = _root.score + 1;
Symbol 679 MovieClip Frame 8 (31 B)
_root.score = _root.score + 1;
Symbol 679 MovieClip Frame 9 (31 B)
_root.score = _root.score + 1;
Symbol 679 MovieClip Frame 10 (31 B)
_root.score = _root.score + 1;
Symbol 679 MovieClip Frame 11 (31 B)
_root.score = _root.score + 1;
Symbol 679 MovieClip Frame 12 (31 B)
_root.score = _root.score + 1;
Symbol 679 MovieClip Frame 13 (31 B)
_root.score = _root.score + 1;
Symbol 679 MovieClip Frame 14 (31 B)
_root.score = _root.score + 1;
Symbol 679 MovieClip Frame 15 (67 B)
_root.score = _root.score + 1;
gotoAndPlay ("planeflyingnormal");
Symbol 679 MovieClip Frame 16 (31 B)
_root.score = _root.score + 1;
Symbol 679 MovieClip Frame 17 (31 B)
_root.score = _root.score + 1;
Symbol 679 MovieClip Frame 18 (31 B)
_root.score = _root.score + 1;
Symbol 679 MovieClip Frame 19 (31 B)
_root.score = _root.score + 1;
Symbol 679 MovieClip Frame 20 (31 B)
_root.score = _root.score + 1;
Symbol 679 MovieClip Frame 21 (31 B)
_root.score = _root.score + 1;
Symbol 679 MovieClip Frame 22 (31 B)
_root.score = _root.score + 1;
Symbol 679 MovieClip Frame 23 (31 B)
_root.score = _root.score + 1;
Symbol 679 MovieClip Frame 24 (31 B)
_root.score = _root.score + 1;
Symbol 679 MovieClip Frame 25 (31 B)
_root.score = _root.score + 1;
Symbol 679 MovieClip Frame 26 (31 B)
_root.score = _root.score + 1;
Symbol 679 MovieClip Frame 27 (31 B)
_root.score = _root.score + 1;
Symbol 679 MovieClip Frame 28 (31 B)
_root.score = _root.score + 1;
Symbol 679 MovieClip Frame 29 (31 B)
_root.score = _root.score + 1;
Symbol 679 MovieClip Frame 30 (69 B)
_root.score = _root.score + 1;
gotoAndPlay ("planeinvincibleloop");
Symbol 679 MovieClip Frame 31 (8 B)
stop();
Symbol 684 MovieClip Frame 14 (8 B)
stop();
Symbol 690 MovieClip Frame 39 (30 B)
stop();
_root.maxLasers = 0;
Symbol 691 MovieClip Frame 40 (30 B)
stop();
_root.maxLasers = 0;
Symbol 692 MovieClip Frame 6 (54 B)
_root.gotoAndPlay("birddeath");
_root.maxLasers = 0;
Symbol 693 MovieClip Frame 6 (56 B)
_root.gotoAndPlay("birddeathw2");
_root.maxLasers = 0;
Symbol 694 MovieClip Frame 6 (56 B)
_root.gotoAndPlay("birddeathw3");
_root.maxLasers = 0;
Symbol 695 MovieClip Frame 6 (60 B)
_root.gotoAndPlay("birddeathworld4");
_root.maxLasers = 0;
Symbol 696 MovieClip Frame 6 (62 B)
_root.gotoAndPlay("birddeathsurvival");
_root.maxLasers = 0;
Symbol 713 MovieClip Frame 25 (30 B)
stop();
_root.maxLasers = 0;
Symbol 752 MovieClip Frame 60 (8 B)
stop();
Symbol 772 MovieClip Frame 45 (30 B)
stop();
_root.maxLasers = 0;
Symbol 781 MovieClip Frame 60 (8 B)
stop();
Symbol 782 MovieClip Frame 1 (8 B)
stop();
Symbol 782 MovieClip Frame 2 (8 B)
play();
Symbol 782 MovieClip Frame 40 (8 B)
stop();
Symbol 782 MovieClip Frame 41 (8 B)
play();
Symbol 782 MovieClip Frame 80 (8 B)
stop();
Symbol 782 MovieClip Frame 81 (30 B)
play();
_root.maxLasers = 0;
Symbol 782 MovieClip Frame 99 (30 B)
play();
_root.maxLasers = 0;
Symbol 782 MovieClip Frame 116 (30 B)
play();
_root.maxLasers = 0;
Symbol 782 MovieClip Frame 134 (30 B)
play();
_root.maxLasers = 0;
Symbol 782 MovieClip Frame 152 (30 B)
play();
_root.maxLasers = 0;
Symbol 782 MovieClip Frame 170 (8 B)
play();
Symbol 782 MovieClip Frame 208 (8 B)
stop();
Symbol 782 MovieClip Frame 209 (8 B)
play();
Symbol 782 MovieClip Frame 248 (8 B)
stop();
Symbol 782 MovieClip Frame 249 (8 B)
play();
Symbol 782 MovieClip Frame 287 (8 B)
stop();
Symbol 782 MovieClip Frame 288 (8 B)
play();
Symbol 782 MovieClip Frame 327 (8 B)
stop();
Symbol 782 MovieClip Frame 328 (8 B)
play();
Symbol 782 MovieClip Frame 366 (8 B)
stop();
Symbol 782 MovieClip Frame 367 (8 B)
play();
Symbol 782 MovieClip Frame 406 (8 B)
stop();
Symbol 782 MovieClip Frame 407 (8 B)
play();
Symbol 782 MovieClip Frame 445 (8 B)
stop();
Symbol 782 MovieClip Frame 446 (8 B)
play();
Symbol 782 MovieClip Frame 485 (8 B)
stop();
Symbol 785 MovieClip Frame 1 (36 B)
_root.planeycoord = _root.plane._y;
Symbol 785 MovieClip Frame 2 (36 B)
_root.planeycoord = _root.plane._y;
Symbol 788 MovieClip Frame 20 (48 B)
stop();
_root.pointgainmc.gotoAndStop("none");
Symbol 789 MovieClip Frame 1 (8 B)
stop();
Symbol 789 MovieClip Frame 2 (8 B)
stop();
Symbol 789 MovieClip Frame 3 (8 B)
stop();
Symbol 791 MovieClip Frame 1 (29 B)
gotoAndStop(random(48) + 2);
Symbol 791 MovieClip Frame 2 (29 B)
gotoAndStop(random(48) + 2);
Symbol 791 MovieClip Frame 3 (8 B)
stop();
Symbol 791 MovieClip Frame 4 (8 B)
stop();
Symbol 791 MovieClip Frame 5 (8 B)
stop();
Symbol 791 MovieClip Frame 6 (8 B)
stop();
Symbol 791 MovieClip Frame 7 (8 B)
stop();
Symbol 791 MovieClip Frame 8 (8 B)
stop();
Symbol 791 MovieClip Frame 9 (8 B)
stop();
Symbol 791 MovieClip Frame 10 (8 B)
stop();
Symbol 791 MovieClip Frame 11 (8 B)
stop();
Symbol 791 MovieClip Frame 12 (271 B)
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 791 MovieClip Frame 13 (8 B)
stop();
Symbol 791 MovieClip Frame 14 (8 B)
stop();
Symbol 791 MovieClip Frame 15 (40 B)
_root.soundfx.gotoAndPlay("extralife");
Symbol 791 MovieClip Frame 16 (8 B)
stop();
Symbol 791 MovieClip Frame 17 (8 B)
stop();
Symbol 791 MovieClip Frame 18 (8 B)
stop();
Symbol 791 MovieClip Frame 19 (8 B)
stop();
Symbol 791 MovieClip Frame 20 (176 B)
stop();
if ((_root.puscrolling == false) && (_root.extrapup == true)) {
_root.powerupmc.gotoAndPlay("scroll");
} else if (_root.puscrolling == true) {
stop();
}
Symbol 791 MovieClip Frame 21 (8 B)
stop();
Symbol 791 MovieClip Frame 22 (8 B)
stop();
Symbol 791 MovieClip Frame 23 (8 B)
stop();
Symbol 791 MovieClip Frame 24 (8 B)
stop();
Symbol 791 MovieClip Frame 25 (8 B)
stop();
Symbol 791 MovieClip Frame 26 (8 B)
stop();
Symbol 791 MovieClip Frame 27 (262 B)
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 791 MovieClip Frame 28 (8 B)
stop();
Symbol 791 MovieClip Frame 29 (8 B)
stop();
Symbol 791 MovieClip Frame 30 (8 B)
stop();
Symbol 791 MovieClip Frame 31 (8 B)
stop();
Symbol 791 MovieClip Frame 32 (8 B)
stop();
Symbol 791 MovieClip Frame 33 (8 B)
stop();
Symbol 791 MovieClip Frame 34 (40 B)
_root.soundfx.gotoAndPlay("extralife");
Symbol 791 MovieClip Frame 35 (8 B)
stop();
Symbol 791 MovieClip Frame 36 (8 B)
stop();
Symbol 791 MovieClip Frame 37 (8 B)
stop();
Symbol 791 MovieClip Frame 38 (8 B)
stop();
Symbol 791 MovieClip Frame 39 (8 B)
stop();
Symbol 791 MovieClip Frame 40 (8 B)
stop();
Symbol 791 MovieClip Frame 41 (8 B)
stop();
Symbol 791 MovieClip Frame 42 (8 B)
stop();
Symbol 791 MovieClip Frame 43 (8 B)
stop();
Symbol 791 MovieClip Frame 44 (8 B)
stop();
Symbol 791 MovieClip Frame 45 (167 B)
if ((_root.puscrolling == false) && (_root.extrapup == true)) {
_root.powerupmc.gotoAndPlay("scroll");
} else if (_root.puscrolling == true) {
stop();
}
Symbol 791 MovieClip Frame 46 (8 B)
stop();
Symbol 791 MovieClip Frame 47 (8 B)
stop();
Symbol 791 MovieClip Frame 48 (8 B)
stop();
Symbol 791 MovieClip Frame 49 (8 B)
stop();
Symbol 791 MovieClip Frame 50 (8 B)
stop();
Symbol 800 MovieClip Frame 3 (73 B)
_root.score = _root.score + 100;
_root.birdcount = _root.birdcount + 1;
Symbol 800 MovieClip Frame 15 (8 B)
stop();
Symbol 801 MovieClip Frame 1 (8 B)
stop();
Symbol 801 MovieClip Frame 2 (8 B)
play();
Symbol 801 MovieClip Frame 7 (93 B)
stop();
if (_root.bird._x < -10) {
_root.bird.gotoAndStop("birdflying");
reset();
}
Symbol 828 MovieClip Frame 9 (8 B)
stop();
Symbol 828 MovieClip Frame 19 (8 B)
stop();
Symbol 828 MovieClip Frame 29 (8 B)
stop();
Symbol 828 MovieClip Frame 39 (8 B)
stop();
Symbol 828 MovieClip Frame 49 (8 B)
stop();
Symbol 828 MovieClip Frame 59 (8 B)
stop();
Symbol 828 MovieClip Frame 69 (8 B)
stop();
Symbol 828 MovieClip Frame 79 (8 B)
stop();
Symbol 828 MovieClip Frame 89 (8 B)
stop();
Symbol 828 MovieClip Frame 99 (8 B)
stop();
Symbol 828 MovieClip Frame 109 (8 B)
stop();
Symbol 828 MovieClip Frame 119 (8 B)
stop();
Symbol 828 MovieClip Frame 129 (8 B)
stop();
Symbol 838 MovieClip Frame 1 (8 B)
stop();
Symbol 838 MovieClip Frame 2 (33 B)
play();
_root.extrapup = false;
Symbol 838 MovieClip Frame 171 (23 B)
_root.extrapup = true;
Symbol 838 MovieClip Frame 255 (30 B)
gotoAndStop ("timerstopped");
Symbol 841 MovieClip Frame 1 (8 B)
stop();
Symbol 841 MovieClip Frame 2 (75 B)
play();
_root.lasercheckermc.gotoAndPlay("on");
_root.extrapup2 = false;
Symbol 841 MovieClip Frame 171 (24 B)
_root.extrapup2 = true;
Symbol 841 MovieClip Frame 255 (119 B)
gotoAndStop ("timerstopped");
_root.lasercheckermc.gotoAndPlay("off");
_root.maxLasers = 0;
_root.laserchecker = 0;
Symbol 845 MovieClip Frame 70 (18 B)
gotoAndPlay (30);
Symbol 847 Button (43 B)
on (press) {
_root.gotoAndPlay("start");
}
Symbol 857 Button (103 B)
on (release) {
getURL ("http://www.flashninjaclan.com/games/paperairplane/topscores.php", "_blank");
}
Symbol 862 Button (220 B)
on (release) {
nukescore = _root.score;
nukename = _root.gameover.playername;
loadVariablesNum ("http://www.flashninjaclan.com/games/paperairplane/newscore.php", 0, "POST");
_root.gameover.gotoAndStop("submitted");
}
Symbol 867 Button (220 B)
on (release) {
nukescore = _root.score;
nukename = _root.gameover.playername;
loadVariablesNum ("http://www.flashninjaclan.com/games/paperairplane/newscore.php", 0, "POST");
_root.gameover.gotoAndStop("submitted");
}
Symbol 868 Button (48 B)
on (release) {
_root.gotoAndPlay("mochiads");
}
Symbol 871 MovieClip Frame 1 (8 B)
stop();
Symbol 871 MovieClip Frame 2 (50 B)
play();
_root.musicbox.gotoAndPlay("musicoff");
Symbol 871 MovieClip Frame 8 (394 B)
_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 871 MovieClip Frame 42 (8 B)
stop();
Symbol 871 MovieClip Frame 43 (8 B)
stop();
Symbol 901 MovieClip Frame 45 (8 B)
stop();
Instance of Symbol 922 MovieClip "mainGround" in Symbol 923 MovieClip Frame 99 (120 B)
onClipEvent (enterFrame) {
if (_root.plane.hitTest(_root.mainGround)) {
_root.plane.gotoAndPlay("planeexplode");
}
}
Symbol 923 MovieClip Frame 109 (34 B)
_root.gotoAndPlay("startworld2");
Symbol 930 MovieClip Frame 31 (8 B)
stop();
Symbol 932 Button (40 B)
on (release) {
gotoAndPlay ("title");
}
Symbol 937 MovieClip Frame 1 (8 B)
play();
Symbol 937 MovieClip Frame 250 (29 B)
_root.gotoAndPlay("lvl2w2");
Symbol 937 MovieClip Frame 500 (29 B)
_root.gotoAndPlay("lvl3w2");
Symbol 937 MovieClip Frame 1000 (29 B)
_root.gotoAndPlay("lvl4w2");
Symbol 937 MovieClip Frame 2000 (29 B)
_root.gotoAndPlay("lvl5w2");
Symbol 937 MovieClip Frame 3000 (29 B)
_root.gotoAndPlay("lvl6w2");
Symbol 937 MovieClip Frame 4000 (29 B)
_root.gotoAndPlay("lvl7w2");
Symbol 937 MovieClip Frame 5000 (29 B)
_root.gotoAndPlay("lvl8w2");
Symbol 937 MovieClip Frame 6000 (29 B)
_root.gotoAndPlay("lvl9w2");
Symbol 937 MovieClip Frame 7000 (30 B)
_root.gotoAndPlay("lvl10w2");
Symbol 941 MovieClip Frame 3 (73 B)
_root.score = _root.score + 100;
_root.birdcount = _root.birdcount + 1;
Symbol 941 MovieClip Frame 15 (8 B)
stop();
Symbol 942 MovieClip Frame 1 (8 B)
stop();
Symbol 942 MovieClip Frame 2 (8 B)
play();
Symbol 942 MovieClip Frame 7 (93 B)
stop();
if (_root.bird._x < -10) {
_root.bird.gotoAndStop("birdflying");
reset();
}
Symbol 943 MovieClip Frame 9 (8 B)
stop();
Symbol 943 MovieClip Frame 19 (8 B)
stop();
Symbol 943 MovieClip Frame 29 (8 B)
stop();
Symbol 943 MovieClip Frame 39 (8 B)
stop();
Symbol 943 MovieClip Frame 49 (8 B)
stop();
Symbol 943 MovieClip Frame 59 (8 B)
stop();
Symbol 943 MovieClip Frame 69 (8 B)
stop();
Symbol 943 MovieClip Frame 79 (8 B)
stop();
Symbol 943 MovieClip Frame 89 (8 B)
stop();
Symbol 943 MovieClip Frame 99 (8 B)
stop();
Symbol 945 Button (49 B)
on (press) {
_root.gotoAndPlay("startworld2");
}
Symbol 960 MovieClip Frame 45 (8 B)
stop();
Symbol 963 MovieClip Frame 99 (34 B)
_root.gotoAndPlay("startworld3");
Instance of Symbol 568 MovieClip "lightning" in Symbol 970 MovieClip Frame 1 (21 B)
/* no clip actions */
Symbol 979 Button (40 B)
on (release) {
gotoAndPlay ("title");
}
Symbol 984 MovieClip Frame 1 (8 B)
play();
Symbol 984 MovieClip Frame 250 (29 B)
_root.gotoAndPlay("lvl2w3");
Symbol 984 MovieClip Frame 500 (29 B)
_root.gotoAndPlay("lvl3w3");
Symbol 984 MovieClip Frame 1000 (29 B)
_root.gotoAndPlay("lvl4w3");
Symbol 984 MovieClip Frame 2000 (29 B)
_root.gotoAndPlay("lvl5w3");
Symbol 984 MovieClip Frame 3000 (29 B)
_root.gotoAndPlay("lvl6w3");
Symbol 984 MovieClip Frame 4000 (29 B)
_root.gotoAndPlay("lvl7w3");
Symbol 984 MovieClip Frame 5000 (29 B)
_root.gotoAndPlay("lvl8w3");
Symbol 984 MovieClip Frame 6000 (29 B)
_root.gotoAndPlay("lvl9w3");
Symbol 984 MovieClip Frame 7000 (30 B)
_root.gotoAndPlay("lvl10w3");
Symbol 1001 MovieClip Frame 3 (73 B)
_root.score = _root.score + 100;
_root.birdcount = _root.birdcount + 1;
Symbol 1001 MovieClip Frame 31 (8 B)
stop();
Symbol 1002 MovieClip Frame 1 (8 B)
stop();
Symbol 1002 MovieClip Frame 2 (8 B)
play();
Symbol 1002 MovieClip Frame 7 (93 B)
stop();
if (_root.bird._x < -10) {
_root.bird.gotoAndStop("birdflying");
reset();
}
Symbol 1003 MovieClip Frame 9 (8 B)
stop();
Symbol 1003 MovieClip Frame 19 (8 B)
stop();
Symbol 1003 MovieClip Frame 29 (8 B)
stop();
Symbol 1003 MovieClip Frame 39 (8 B)
stop();
Symbol 1003 MovieClip Frame 49 (8 B)
stop();
Symbol 1003 MovieClip Frame 59 (8 B)
stop();
Symbol 1003 MovieClip Frame 69 (8 B)
stop();
Symbol 1003 MovieClip Frame 79 (8 B)
stop();
Symbol 1003 MovieClip Frame 89 (8 B)
stop();
Symbol 1003 MovieClip Frame 99 (8 B)
stop();
Symbol 1005 Button (49 B)
on (press) {
_root.gotoAndPlay("startworld3");
}
Symbol 1009 MovieClip Frame 99 (30 B)
_root.gotoAndPlay("wingame");
Symbol 1011 MovieClip Frame 850 (8 B)
stop();
Symbol 1017 Button (46 B)
on (release) {
_root.gotoAndPlay("level4");
}
Symbol 1023 Button (40 B)
on (release) {
gotoAndPlay ("title");
}
Symbol 1028 MovieClip Frame 1 (8 B)
play();
Symbol 1028 MovieClip Frame 250 (33 B)
_root.gotoAndPlay("lvl2world4");
Symbol 1028 MovieClip Frame 500 (33 B)
_root.gotoAndPlay("lvl3world4");
Symbol 1028 MovieClip Frame 1000 (33 B)
_root.gotoAndPlay("lvl4world4");
Symbol 1028 MovieClip Frame 2000 (33 B)
_root.gotoAndPlay("lvl5world4");
Symbol 1028 MovieClip Frame 3000 (33 B)
_root.gotoAndPlay("lvl6world4");
Symbol 1028 MovieClip Frame 4000 (33 B)
_root.gotoAndPlay("lvl7world4");
Symbol 1028 MovieClip Frame 5000 (33 B)
_root.gotoAndPlay("lvl8world4");
Symbol 1028 MovieClip Frame 6000 (33 B)
_root.gotoAndPlay("lvl9world4");
Symbol 1028 MovieClip Frame 7000 (34 B)
_root.gotoAndPlay("lvl10world4");
Symbol 1032 Button (44 B)
on (press) {
_root.gotoAndPlay("level4");
}
Symbol 1039 Button (40 B)
on (release) {
gotoAndPlay ("title");
}
Symbol 1049 MovieClip Frame 1 (8 B)
play();
Symbol 1049 MovieClip Frame 250 (35 B)
_root.gotoAndPlay("lvl2survival");
Symbol 1049 MovieClip Frame 500 (35 B)
_root.gotoAndPlay("lvl3survival");
Symbol 1049 MovieClip Frame 1000 (35 B)
_root.gotoAndPlay("lvl4survival");
Symbol 1049 MovieClip Frame 2000 (35 B)
_root.gotoAndPlay("lvl5survival");
Symbol 1049 MovieClip Frame 3000 (35 B)
_root.gotoAndPlay("lvl6survival");
Symbol 1049 MovieClip Frame 4000 (35 B)
_root.gotoAndPlay("lvl7survival");
Symbol 1049 MovieClip Frame 5000 (35 B)
_root.gotoAndPlay("lvl8survival");
Symbol 1049 MovieClip Frame 6000 (35 B)
_root.gotoAndPlay("lvl9survival");
Symbol 1049 MovieClip Frame 7000 (36 B)
_root.gotoAndPlay("lvl10survival");
Symbol 1049 MovieClip Frame 8001 (36 B)
_root.gotoAndPlay("lvl11survival");
Symbol 1049 MovieClip Frame 9002 (36 B)
_root.gotoAndPlay("lvl12survival");
Symbol 1049 MovieClip Frame 10003 (36 B)
_root.gotoAndPlay("lvl13survival");
Symbol 1049 MovieClip Frame 11004 (8 B)
stop();
Symbol 1056 Button (46 B)
on (press) {
_root.gotoAndPlay("survival");
}