Frame 1
function deadClick() {
}
function gotoMySite() {
getURL ("http://legitgames.com", "_top");
}
var myMenu = new ContextMenu();
myMenu.hideBuiltInItems();
var copyrightNotice = new ContextMenuItem("\u00A9 2007 Joseph Willmott", deadClick);
var mySiteLink = new ContextMenuItem("LegitGames", gotoMySite);
myMenu.customItems.push(mySiteLink, copyrightNotice);
_root.menu = myMenu;
Frame 2
stop();
Frame 3
stop();
Frame 4
stop();
Frame 5
stop();
Frame 7
stop();
Instance of Symbol 64 MovieClip "platform1" in Frame 7
onClipEvent (load) {
activated = false;
down = false;
}
onClipEvent (enterFrame) {
_root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin);
xmin = getBounds(_root).xMin;
xmax = getBounds(_root).xMax;
ymin = getBounds(_root).yMin;
ymax = getBounds(_root).yMax;
if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) {
if ((_root.circle.yMax - (_root.chart.jump * 2)) > yMin) {
_root.circle._y = ymin - (_root.chart._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
}
if (Math.round(_root.circle.yMax) > Math.round(yMin)) {
if (hitTest(_root.circle) && (_root.chart.xmax < xmin)) {
_root.circle._x = _root.circle._x - _root.circle.speed;
}
if (hitTest(_root.chart) && (_root.chart.xmin > xmax)) {
_root.circle._x = _root.circle._x + _root.circle.speed;
}
if ((hitTest(_root.chart) && (_root.chart.ymin > ymax)) && (_root.chart.jump > -1)) {
_root.circle.jump = -1 * _root.chart.jump;
}
}
if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) {
_root.circle.jump = 0;
activated = false;
}
if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
}
Instance of Symbol 66 MovieClip "platform" in Frame 7
onClipEvent (load) {
activated = false;
down = false;
}
onClipEvent (enterFrame) {
_root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin);
xmin = getBounds(_root).xMin;
xmax = getBounds(_root).xMax;
ymin = getBounds(_root).yMin;
ymax = getBounds(_root).yMax;
if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) {
if ((_root.circle.yMax - (_root.chart.jump * 2)) > yMin) {
_root.circle._y = ymin - (_root.chart._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
}
if (Math.round(_root.circle.yMax) > Math.round(yMin)) {
if (hitTest(_root.circle) && (_root.chart.xmax < xmin)) {
_root.circle._x = _root.circle._x - _root.circle.speed;
}
if (hitTest(_root.chart) && (_root.chart.xmin > xmax)) {
_root.circle._x = _root.circle._x + _root.circle.speed;
}
if ((hitTest(_root.chart) && (_root.chart.ymin > ymax)) && (_root.chart.jump > -1)) {
_root.circle.jump = -1 * _root.chart.jump;
}
}
if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) {
_root.circle.jump = 0;
activated = false;
}
if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
}
Instance of Symbol 64 MovieClip "platform2" in Frame 7
onClipEvent (load) {
activated = false;
down = false;
}
onClipEvent (enterFrame) {
_root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin);
xmin = getBounds(_root).xMin;
xmax = getBounds(_root).xMax;
ymin = getBounds(_root).yMin;
ymax = getBounds(_root).yMax;
if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) {
if ((_root.circle.yMax - (_root.chart.jump * 2)) > yMin) {
_root.circle._y = ymin - (_root.chart._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
}
if (Math.round(_root.circle.yMax) > Math.round(yMin)) {
if (hitTest(_root.circle) && (_root.chart.xmax < xmin)) {
_root.circle._x = _root.circle._x - _root.circle.speed;
}
if (hitTest(_root.chart) && (_root.chart.xmin > xmax)) {
_root.circle._x = _root.circle._x + _root.circle.speed;
}
if ((hitTest(_root.chart) && (_root.chart.ymin > ymax)) && (_root.chart.jump > -1)) {
_root.circle.jump = -1 * _root.chart.jump;
}
}
if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) {
_root.circle.jump = 0;
activated = false;
}
if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
}
Instance of Symbol 64 MovieClip "platform3" in Frame 7
onClipEvent (load) {
activated = false;
down = false;
}
onClipEvent (enterFrame) {
_root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin);
xmin = getBounds(_root).xMin;
xmax = getBounds(_root).xMax;
ymin = getBounds(_root).yMin;
ymax = getBounds(_root).yMax;
if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) {
if ((_root.circle.yMax - (_root.chart.jump * 2)) > yMin) {
_root.circle._y = ymin - (_root.chart._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
}
if (Math.round(_root.circle.yMax) > Math.round(yMin)) {
if (hitTest(_root.circle) && (_root.chart.xmax < xmin)) {
_root.circle._x = _root.circle._x - _root.circle.speed;
}
if (hitTest(_root.chart) && (_root.chart.xmin > xmax)) {
_root.circle._x = _root.circle._x + _root.circle.speed;
}
if ((hitTest(_root.chart) && (_root.chart.ymin > ymax)) && (_root.chart.jump > -1)) {
_root.circle.jump = -1 * _root.chart.jump;
}
}
if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) {
_root.circle.jump = 0;
activated = false;
}
if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
}
Instance of Symbol 64 MovieClip "platform4" in Frame 7
onClipEvent (load) {
activated = false;
down = false;
}
onClipEvent (enterFrame) {
_root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin);
xmin = getBounds(_root).xMin;
xmax = getBounds(_root).xMax;
ymin = getBounds(_root).yMin;
ymax = getBounds(_root).yMax;
if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) {
if ((_root.circle.yMax - (_root.chart.jump * 2)) > yMin) {
_root.circle._y = ymin - (_root.chart._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
}
if (Math.round(_root.circle.yMax) > Math.round(yMin)) {
if (hitTest(_root.circle) && (_root.chart.xmax < xmin)) {
_root.circle._x = _root.circle._x - _root.circle.speed;
}
if (hitTest(_root.chart) && (_root.chart.xmin > xmax)) {
_root.circle._x = _root.circle._x + _root.circle.speed;
}
if ((hitTest(_root.chart) && (_root.chart.ymin > ymax)) && (_root.chart.jump > -1)) {
_root.circle.jump = -1 * _root.chart.jump;
}
}
if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) {
_root.circle.jump = 0;
activated = false;
}
if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
}
Instance of Symbol 67 MovieClip "platform5" in Frame 7
onClipEvent (load) {
activated = false;
down = false;
}
onClipEvent (enterFrame) {
_root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin);
xmin = getBounds(_root).xMin;
xmax = getBounds(_root).xMax;
ymin = getBounds(_root).yMin;
ymax = getBounds(_root).yMax;
if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) {
if ((_root.circle.yMax - (_root.chart.jump * 2)) > yMin) {
_root.circle._y = ymin - (_root.chart._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
}
if (Math.round(_root.circle.yMax) > Math.round(yMin)) {
if (hitTest(_root.circle) && (_root.chart.xmax < xmin)) {
_root.circle._x = _root.circle._x - _root.circle.speed;
}
if (hitTest(_root.chart) && (_root.chart.xmin > xmax)) {
_root.circle._x = _root.circle._x + _root.circle.speed;
}
if ((hitTest(_root.chart) && (_root.chart.ymin > ymax)) && (_root.chart.jump > -1)) {
_root.circle.jump = -1 * _root.chart.jump;
}
}
if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) {
_root.circle.jump = 0;
activated = false;
}
if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
}
Instance of Symbol 64 MovieClip "platform7" in Frame 7
onClipEvent (load) {
activated = false;
down = false;
}
onClipEvent (enterFrame) {
_root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin);
xmin = getBounds(_root).xMin;
xmax = getBounds(_root).xMax;
ymin = getBounds(_root).yMin;
ymax = getBounds(_root).yMax;
if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) {
if ((_root.circle.yMax - (_root.chart.jump * 2)) > yMin) {
_root.circle._y = ymin - (_root.chart._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
}
if (Math.round(_root.circle.yMax) > Math.round(yMin)) {
if (hitTest(_root.circle) && (_root.chart.xmax < xmin)) {
_root.circle._x = _root.circle._x - _root.circle.speed;
}
if (hitTest(_root.chart) && (_root.chart.xmin > xmax)) {
_root.circle._x = _root.circle._x + _root.circle.speed;
}
if ((hitTest(_root.chart) && (_root.chart.ymin > ymax)) && (_root.chart.jump > -1)) {
_root.circle.jump = -1 * _root.chart.jump;
}
}
if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) {
_root.circle.jump = 0;
activated = false;
}
if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
}
Instance of Symbol 64 MovieClip "platform8" in Frame 7
onClipEvent (load) {
activated = false;
down = false;
}
onClipEvent (enterFrame) {
_root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin);
xmin = getBounds(_root).xMin;
xmax = getBounds(_root).xMax;
ymin = getBounds(_root).yMin;
ymax = getBounds(_root).yMax;
if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) {
if ((_root.circle.yMax - (_root.chart.jump * 2)) > yMin) {
_root.circle._y = ymin - (_root.chart._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
}
if (Math.round(_root.circle.yMax) > Math.round(yMin)) {
if (hitTest(_root.circle) && (_root.chart.xmax < xmin)) {
_root.circle._x = _root.circle._x - _root.circle.speed;
}
if (hitTest(_root.chart) && (_root.chart.xmin > xmax)) {
_root.circle._x = _root.circle._x + _root.circle.speed;
}
if ((hitTest(_root.chart) && (_root.chart.ymin > ymax)) && (_root.chart.jump > -1)) {
_root.circle.jump = -1 * _root.chart.jump;
}
}
if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) {
_root.circle.jump = 0;
activated = false;
}
if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
}
Instance of Symbol 79 MovieClip "chart" in Frame 7
onClipEvent (load) {
fall = false;
_name = "circle";
jump = 0;
speed = 5;
jumpheight = 15;
maxfall = -10;
}
onClipEvent (enterFrame) {
xmin = getBounds(_root).xMin;
xmax = getBounds(_root).xMax;
ymin = getBounds(_root).yMin;
ymax = getBounds(_root).yMax;
if ((Key.isDown(32) && (fall == false)) && (jump == undefined)) {
fall = true;
jump = jumpheight;
}
if (jump != undefined) {
if (jump > maxfall) {
jump--;
}
_y = (_y - jump);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
_x = (_x - speed);
}
if (Key.isDown(39)) {
_x = (_x + speed);
}
}
onClipEvent (load) {
var rebound = 6;
}
onClipEvent (enterFrame) {
(_root.wall.hitTest(getBounds(_root).xMax, _y, true) ? (_x = (_x - rebound)_x - rebound) : 0);
(_root.wall.hitTest(getBounds(_root).xMin, _y, true) ? (_x = (_x + rebound)_x + rebound) : 0);
(_root.wall.hitTest(getBounds(_root).yMin, _y, true) ? (_y = (_y + rebound)_y + rebound) : 0);
(_root.wall.hitTest(getBounds(_root).yMax, _y, true) ? (_x = (_x - rebound)_x - rebound) : 0);
}
onClipEvent (load) {
speed = 3;
stop();
}
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
_x = (_x + speed);
gotoAndStop (2);
} else if (Key.isDown(37)) {
_x = (_x - speed);
gotoAndStop (3);
} else if (Key.isDown(40)) {
gotoAndStop (4);
} else {
gotoAndStop (1);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.leftwall)) {
_x = 590;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.rightwall)) {
_x = 5;
}
}
Frame 25
stop();
Symbol 8 Button
on (release) {
getURL ("http://www.legitgames.com", "blank");
}
Symbol 15 Button
on (release) {
_root.play();
}
Symbol 16 MovieClip Frame 1
_root.stop();
PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
if (PercentLoaded != 100) {
bar._xscale = PercentLoaded;
} else {
gotoAndStop ("loaded");
}
Symbol 16 MovieClip Frame 2
gotoAndPlay (1);
Symbol 18 MovieClip Frame 50
_root.play();
Symbol 21 Button
on (release) {
gotoAndStop (2855);
}
Symbol 23 Button
on (release) {
gotoAndPlay (1);
}
Symbol 24 MovieClip Frame 2854
gotoAndPlay (1);
Symbol 24 MovieClip Frame 2855
stop();
Symbol 25 Button
on (release) {
getURL ("http://legitgames.com", "blank");
}
Symbol 28 MovieClip Frame 140
_root.play();
Symbol 36 MovieClip Frame 50
_root.nextFrame();
Symbol 39 Button
on (release) {
gotoAndStop (7);
}
Symbol 42 Button
on (release) {
gotoAndStop (6);
}
Symbol 62 Button
on (release) {
gotoAndStop (5);
}
Symbol 67 MovieClip Frame 1
stop();
Symbol 70 MovieClip Frame 1
stop();
Symbol 77 MovieClip Frame 1
play();
Symbol 79 MovieClip Frame 1
stop();
Instance of Symbol 75 MovieClip "hit1" in Symbol 79 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.bad1.bullet)) {
_root.health.nextFrame();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bad2.bullet)) {
_root.health.nextFrame();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bad2.spikeball.spikehit)) {
_root.health.nextFrame();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bad1.explosion)) {
_root.health.nextFrame();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bad1.bigbullet)) {
_root.health.nextFrame();
_root.health.nextFrame();
_root.health.nextFrame();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bad1.life)) {
_root.health.prevFrame();
_root.bad1.play();
}
}
Symbol 79 MovieClip Frame 2
stop();
Instance of Symbol 75 MovieClip "hit2" in Symbol 79 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.bad1.bullet)) {
_root.health.nextFrame();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bad2.bullet)) {
_root.health.nextFrame();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bad2.spikeball.spikehit)) {
_root.health.nextFrame();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bad1.explosion)) {
_root.health.nextFrame();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bad1.bigbullet)) {
_root.health.nextFrame();
_root.health.nextFrame();
_root.health.nextFrame();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bad1.life)) {
_root.health.prevFrame();
_root.bad1.play();
}
}
Symbol 79 MovieClip Frame 3
stop();
Instance of Symbol 75 MovieClip "hit3" in Symbol 79 MovieClip Frame 3
onClipEvent (enterFrame) {
if (this.hitTest(_root.bad1.bullet)) {
_root.health.nextFrame();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bad2.bullet)) {
_root.health.nextFrame();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bad2.spikeball.spikehit)) {
_root.health.nextFrame();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bad1.explosion)) {
_root.health.nextFrame();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bad1.bigbullet)) {
_root.health.nextFrame();
_root.health.nextFrame();
_root.health.nextFrame();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bad1.life)) {
_root.health.prevFrame();
_root.bad1.play();
}
}
Instance of Symbol 75 MovieClip "hit4" in Symbol 79 MovieClip Frame 4
onClipEvent (enterFrame) {
if (this.hitTest(_root.bad1.bullet)) {
_root.health.nextFrame();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bad2.bullet)) {
_root.health.nextFrame();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bad2.spikeball.spikehit)) {
_root.health.nextFrame();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bad1.explosion)) {
_root.health.nextFrame();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bad1.bigbullet)) {
_root.health.nextFrame();
_root.health.nextFrame();
_root.health.nextFrame();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bad1.life)) {
_root.health.prevFrame();
_root.bad1.play();
}
}
Instance of Symbol 92 MovieClip "bullet" in Symbol 203 MovieClip Frame 122
/* no clip actions */
Symbol 203 MovieClip Frame 183
_root.score = _root.score + 1;
Symbol 203 MovieClip Frame 368
_root.score = _root.score + 1;
Symbol 203 MovieClip Frame 539
_root.score = _root.score + 1;
Symbol 203 MovieClip Frame 624
stop();
Symbol 203 MovieClip Frame 625
_root.platform5.play();
_root.platform5dots.play();
Symbol 203 MovieClip Frame 742
_root.score = _root.score + 1;
Symbol 203 MovieClip Frame 848
_root.score = _root.score + 1;
Symbol 203 MovieClip Frame 914
_root.score = _root.score + 1;
Symbol 203 MovieClip Frame 1039
_root.score = _root.score + 1;
Symbol 203 MovieClip Frame 1266
_root.score = _root.score + 1;
Symbol 203 MovieClip Frame 1580
_root.score = _root.score + 1;
Instance of Symbol 92 MovieClip "bullet" in Symbol 203 MovieClip Frame 1665
/* no clip actions */
Instance of Symbol 92 MovieClip "bullet" in Symbol 203 MovieClip Frame 1670
/* no clip actions */
Instance of Symbol 92 MovieClip "bullet" in Symbol 203 MovieClip Frame 1688
/* no clip actions */
Instance of Symbol 92 MovieClip "bullet" in Symbol 203 MovieClip Frame 1693
/* no clip actions */
Instance of Symbol 92 MovieClip "bullet" in Symbol 203 MovieClip Frame 1711
/* no clip actions */
Instance of Symbol 92 MovieClip "bullet" in Symbol 203 MovieClip Frame 1716
/* no clip actions */
Symbol 203 MovieClip Frame 1743
_root.score = _root.score + 1;
Symbol 203 MovieClip Frame 1748
_root.score = _root.score + 1;
Instance of Symbol 92 MovieClip "bullet" in Symbol 207 MovieClip Frame 240
/* no clip actions */
Symbol 207 MovieClip Frame 301
_root.score = _root.score + 1;
Symbol 207 MovieClip Frame 472
_root.score = _root.score + 1;
Symbol 207 MovieClip Frame 833
_root.score = _root.score + 1;
Symbol 207 MovieClip Frame 1551
_root.score = _root.score + 1;
Symbol 218 MovieClip Frame 1
stop();
Symbol 218 MovieClip Frame 11
_root.play();
Symbol 223 MovieClip Frame 1
_root.score = 0;
Symbol 223 MovieClip Frame 2
stop();
Symbol 237 Button
on (release) {
_root.gotoAndStop(7);
}
Symbol 239 MovieClip Frame 150
stop();