Frame 1
function button1(obj, item) {
_root._quality = "LOW";
}
function button2(obj, item) {
_root._quality = "MEDIUM";
}
function button3(obj, item) {
_root._quality = "HIGH";
}
function button4(obj, item) {
sfx1 = new Sound();
sfx1.attachSound("sfx1");
sfx1.start();
sfx1.setVolume(0);
_root.soundss = false;
}
function button5(obj, item) {
sfx1 = new Sound();
sfx1.attachSound("sfx1");
sfx1.start();
sfx1.setVolume(100);
_root.soundss = true;
}
function button6(obj, item) {
getURL ("http://www.hallpass.com/", "_blank");
}
function button7(obj, item) {
getURL ("http://www.eviludy.net/", "_blank");
}
stop();
_root.xfile = "http://www.eviludy.net/server/highscores/scores.php";
cm = new ContextMenu();
cm.hideBuiltInItems();
cm.customItems.push(new ContextMenuItem("Low Graphic Quality", button1));
cm.customItems.push(new ContextMenuItem("Medium Graphic Quality", button2));
cm.customItems.push(new ContextMenuItem("High Graphic Quality", button3));
cm.customItems.push(new ContextMenuItem("Turn sound off", button4));
cm.customItems.push(new ContextMenuItem("Turn sound on", button5));
cm.customItems.push(new ContextMenuItem("Play More games!", button6));
cm.customItems.push(new ContextMenuItem("Creator's Website!", button7));
cm.customItems[3].separatorBefore = true;
cm.customItems[5].separatorBefore = true;
_root.menu = cm;
_root.soundss = true;
Instance of Symbol 32 MovieClip in Frame 1
onClipEvent (enterFrame) {
_root.loadedbytes = _root.getBytesLoaded();
_root.totalbytes = _root.getBytesTotal();
}
Instance of Symbol 54 MovieClip "cursor" in Frame 1
onClipEvent (enterFrame) {
_x = _root._xmouse;
_y = _root._ymouse;
Mouse.hide();
}
Frame 2
stop();
Frame 3
stop();
Frame 6
_root.leftcord = 0;
_root.rightcord = 500;
function createEnemy() {
_root.gojet = false;
nrToDup = Math.round((Math.random() * 3) + 1);
_root["e" + nrToDup].duplicateMovieClip("e" + _root.nextID, _root.nextID);
if (nrToDup == 2) {
_root["e" + _root.nextID]._y = 170;
} else {
_root["e" + _root.nextID]._y = 270;
}
_root["e" + _root.nextID].idx = _root.nextID;
_root.nextID--;
}
_root.nextID = 15987;
_root.e1._y = 600;
_root.e1.hp = 0;
_root.e2._y = 600;
_root.e2.hp = 0;
_root.e3._y = 600;
_root.e3.hp = 0;
_root.e4._y = 600;
_root.e4.hp = 0;
_root.e1.id = 1;
_root.e2.id = 2;
_root.e3.id = 3;
_root.e4.id = 4;
_root.gojet = true;
Instance of Symbol 127 MovieClip "backgroundclip" in Frame 6
onClipEvent (enterFrame) {
if (_x >= -75) {
_x = -1375;
}
if (_x <= -2675) {
_x = -1375;
}
}
Instance of Symbol 153 MovieClip "e1" in Frame 6
onClipEvent (load) {
_x = (Math.random() * 2000);
startx = _x;
_x = (_x - _root.leftcord);
_yscale = 2;
_xscale = 2;
charge = 0.01;
hp = Math.round((Math.random() * 5) + 1);
absoluteCoordinate = 0 + startx;
if (absoluteCoordinate < 0) {
absoluteCoordinate = absoluteCoordinate + 2000;
}
colorChanger = false;
changeVar = 0;
rgb = new Color(this);
hitTransform1 = {ra:100, rb:95, ga:5, gb:0, ba:5, bb:0, aa:100, ab:0};
hitTransform2 = {ra:100, rb:90, ga:10, gb:0, ba:10, bb:0, aa:100, ab:0};
hitTransform3 = {ra:100, rb:85, ga:15, gb:0, ba:15, bb:0, aa:100, ab:0};
hitTransform4 = {ra:100, rb:75, ga:25, gb:0, ba:25, bb:0, aa:100, ab:0};
hitTransform5 = {ra:100, rb:65, ga:35, gb:0, ba:35, bb:0, aa:100, ab:0};
hitTransform6 = {ra:100, rb:55, ga:45, gb:0, ba:45, bb:0, aa:100, ab:0};
hitTransform7 = {ra:100, rb:45, ga:55, gb:0, ba:55, bb:0, aa:100, ab:0};
hitTransform8 = {ra:100, rb:35, ga:65, gb:0, ba:65, bb:0, aa:100, ab:0};
hitTransform9 = {ra:100, rb:25, ga:75, gb:0, ba:75, bb:0, aa:100, ab:0};
hitTransform10 = {ra:100, rb:15, ga:85, gb:0, ba:85, bb:0, aa:100, ab:0};
hitTransform11 = {ra:100, rb:5, ga:95, gb:0, ba:95, bb:0, aa:100, ab:0};
hitTransform12 = {ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0};
duplicateMovieClip (_root.radar.z, "z" + idx, idx);
_root.radar["z" + idx]._x = 55;
_root.radar["z" + idx]._y = 55;
countVar = (0.18 * startx) - 45;
if (countVar < 0) {
countVar = countVar + 360;
}
_root.radar["z" + idx]._rotation = 0;
_root.radar["z" + idx]._rotation = _root.radar["z" + idx]._rotation + countVar;
}
onClipEvent (enterFrame) {
_root.radar["z" + idx].gotoAndStop(Math.round(_xscale));
if ((_xscale < 150) && (hp > 0)) {
_yscale = (_yscale + charge);
_xscale = (_xscale + charge);
_y = (_y + (charge * 0.05));
charge = charge + 0.00065;
} else if ((_xscale >= 150) && (hp > 0)) {
this.gotoAndStop(2);
}
_x = (_x + _root.slider);
if (absoluteX <= 500) {
if (_x < -250) {
_x = (_x + 2000);
}
if (_x > 750) {
_x = (_x - 2000);
}
} else if ((absoluteX > 500) && (absoluteX <= 1000)) {
if (_x < -250) {
_x = (_x + 2000);
}
if (_x > 750) {
_x = (_x - 2000);
}
} else if ((absoluteX > 1000) && (absoluteX <= 1500)) {
if (_x < -250) {
_x = (_x + 2000);
}
if (_x > 750) {
_x = (_x - 2000);
}
} else if ((absoluteX > 1500) && (absoluteX <= 2000)) {
if (_x < -250) {
_x = (_x + 2000);
}
if (_x > 750) {
_x = (_x - 2000);
}
}
if (hp < 1) {
_root.radar["z" + idx].removeMovieClip();
this.gotoAndStop(3);
}
if (((((((this.a1.hitTest(_root.crosshair.hitter) || (this.a2.hitTest(_root.crosshair.hitter))) || (this.a3.hitTest(_root.crosshair.hitter))) || (this.a4.hitTest(_root.crosshair.hitter))) || (this.a5.hitTest(_root.crosshair.hitter))) || (this.a6.hitTest(_root.crosshair.hitter))) || (this.a7.hitTest(_root.crosshair.hitter))) || (this.a8.hitTest(_root.crosshair.hitter))) {
if (hp > 0) {
this.gotoAndStop(1);
_root.attachMovie("splatter", "splatter" + id, id);
_root["splatter" + id]._y = _root._ymouse;
_root["splatter" + id]._x = _root._xmouse;
_root["splatter" + id]._yscale = _yscale + 10;
_root["splatter" + id]._xscale = _xscale + 10;
i = 0;
while (i < 25) {
_yscale = (_yscale - charge);
_xscale = (_xscale - charge);
_y = (_y - (charge * 0.05));
charge = charge - 0.00065;
i++;
}
hp--;
_root.score = _root.score + (5 + hp);
colorChanger = true;
changeVar = 12;
}
}
if (colorChanger == true) {
if (changeVar == 12) {
rgb.setTransform(hitTransform1);
} else if (changeVar == 11) {
rgb.setTransform(hitTransform2);
} else if (changeVar == 10) {
rgb.setTransform(hitTransform3);
} else if (changeVar == 9) {
rgb.setTransform(hitTransform4);
} else if (changeVar == 8) {
rgb.setTransform(hitTransform5);
} else if (changeVar == 7) {
rgb.setTransform(hitTransform6);
} else if (changeVar == 6) {
rgb.setTransform(hitTransform7);
} else if (changeVar == 5) {
rgb.setTransform(hitTransform8);
} else if (changeVar == 4) {
rgb.setTransform(hitTransform9);
} else if (changeVar == 3) {
rgb.setTransform(hitTransform10);
} else if (changeVar == 2) {
rgb.setTransform(hitTransform11);
} else if (changeVar == 1) {
rgb.setTransform(hitTransform12);
} else if (changeVar == 0) {
colorChanger = false;
}
changeVar--;
}
}
on (rollOver) {
_root.znum = z1.id;
}
Instance of Symbol 163 MovieClip "e4" in Frame 6
onClipEvent (load) {
_x = (Math.random() * 2000);
startx = _x;
_x = (_x - _root.leftcord);
_yscale = 2;
_xscale = 2;
charge = 0.01;
hp = Math.round((Math.random() * 4) + 1);
absoluteCoordinate = 0 + startx;
if (absoluteCoordinate < 0) {
absoluteCoordinate = absoluteCoordinate + 2000;
}
colorChanger = false;
changeVar = 0;
rgb = new Color(this);
hitTransform1 = {ra:100, rb:95, ga:5, gb:0, ba:5, bb:0, aa:100, ab:0};
hitTransform2 = {ra:100, rb:90, ga:10, gb:0, ba:10, bb:0, aa:100, ab:0};
hitTransform3 = {ra:100, rb:85, ga:15, gb:0, ba:15, bb:0, aa:100, ab:0};
hitTransform4 = {ra:100, rb:75, ga:25, gb:0, ba:25, bb:0, aa:100, ab:0};
hitTransform5 = {ra:100, rb:65, ga:35, gb:0, ba:35, bb:0, aa:100, ab:0};
hitTransform6 = {ra:100, rb:55, ga:45, gb:0, ba:45, bb:0, aa:100, ab:0};
hitTransform7 = {ra:100, rb:45, ga:55, gb:0, ba:55, bb:0, aa:100, ab:0};
hitTransform8 = {ra:100, rb:35, ga:65, gb:0, ba:65, bb:0, aa:100, ab:0};
hitTransform9 = {ra:100, rb:25, ga:75, gb:0, ba:75, bb:0, aa:100, ab:0};
hitTransform10 = {ra:100, rb:15, ga:85, gb:0, ba:85, bb:0, aa:100, ab:0};
hitTransform11 = {ra:100, rb:5, ga:95, gb:0, ba:95, bb:0, aa:100, ab:0};
hitTransform12 = {ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0};
duplicateMovieClip (_root.radar.z, "z" + idx, idx);
_root.radar["z" + idx]._x = 55;
_root.radar["z" + idx]._y = 55;
countVar = (0.18 * startx) - 45;
if (countVar < 0) {
countVar = countVar + 360;
}
_root.radar["z" + idx]._rotation = 0;
_root.radar["z" + idx]._rotation = _root.radar["z" + idx]._rotation + countVar;
}
onClipEvent (enterFrame) {
_root.radar["z" + idx].gotoAndStop(Math.round(_xscale));
if ((_xscale < 150) && (hp > 0)) {
_yscale = (_yscale + charge);
_xscale = (_xscale + charge);
_y = (_y + (charge * 0.05));
charge = charge + 0.00065;
} else if ((_xscale >= 150) && (hp > 0)) {
this.gotoAndStop(2);
}
_x = (_x + _root.slider);
if (absoluteX <= 500) {
if (_x < -250) {
_x = (_x + 2000);
}
if (_x > 750) {
_x = (_x - 2000);
}
} else if ((absoluteX > 500) && (absoluteX <= 1000)) {
if (_x < -250) {
_x = (_x + 2000);
}
if (_x > 750) {
_x = (_x - 2000);
}
} else if ((absoluteX > 1000) && (absoluteX <= 1500)) {
if (_x < -250) {
_x = (_x + 2000);
}
if (_x > 750) {
_x = (_x - 2000);
}
} else if ((absoluteX > 1500) && (absoluteX <= 2000)) {
if (_x < -250) {
_x = (_x + 2000);
}
if (_x > 750) {
_x = (_x - 2000);
}
}
if (hp < 1) {
_root.radar["z" + idx].removeMovieClip();
this.gotoAndStop(3);
}
if (((((((this.a1.hitTest(_root.crosshair.hitter) || (this.a2.hitTest(_root.crosshair.hitter))) || (this.a3.hitTest(_root.crosshair.hitter))) || (this.a4.hitTest(_root.crosshair.hitter))) || (this.a5.hitTest(_root.crosshair.hitter))) || (this.a6.hitTest(_root.crosshair.hitter))) || (this.a7.hitTest(_root.crosshair.hitter))) || (this.a8.hitTest(_root.crosshair.hitter))) {
if (hp > 0) {
this.gotoAndStop(1);
_root.attachMovie("splatter", "splatter" + id, id);
_root["splatter" + id]._y = _root._ymouse;
_root["splatter" + id]._x = _root._xmouse;
_root["splatter" + id]._yscale = _yscale + 10;
_root["splatter" + id]._xscale = _xscale + 10;
i = 0;
while (i < 25) {
_yscale = (_yscale - charge);
_xscale = (_xscale - charge);
_y = (_y - (charge * 0.05));
charge = charge - 0.00065;
i++;
}
hp--;
_root.score = _root.score + (5 + hp);
colorChanger = true;
changeVar = 12;
}
}
if (colorChanger == true) {
if (changeVar == 12) {
rgb.setTransform(hitTransform1);
} else if (changeVar == 11) {
rgb.setTransform(hitTransform2);
} else if (changeVar == 10) {
rgb.setTransform(hitTransform3);
} else if (changeVar == 9) {
rgb.setTransform(hitTransform4);
} else if (changeVar == 8) {
rgb.setTransform(hitTransform5);
} else if (changeVar == 7) {
rgb.setTransform(hitTransform6);
} else if (changeVar == 6) {
rgb.setTransform(hitTransform7);
} else if (changeVar == 5) {
rgb.setTransform(hitTransform8);
} else if (changeVar == 4) {
rgb.setTransform(hitTransform9);
} else if (changeVar == 3) {
rgb.setTransform(hitTransform10);
} else if (changeVar == 2) {
rgb.setTransform(hitTransform11);
} else if (changeVar == 1) {
rgb.setTransform(hitTransform12);
} else if (changeVar == 0) {
colorChanger = false;
}
changeVar--;
}
}
Instance of Symbol 176 MovieClip "e3" in Frame 6
onClipEvent (load) {
_x = (Math.random() * 2000);
startx = _x;
_x = (_x - _root.leftcord);
_yscale = 2;
_xscale = 2;
charge = 0.01;
hp = Math.round((Math.random() * 7) + 1);
absoluteCoordinate = 0 + startx;
if (absoluteCoordinate < 0) {
absoluteCoordinate = absoluteCoordinate + 2000;
}
colorChanger = false;
changeVar = 0;
rgb = new Color(this);
hitTransform1 = {ra:100, rb:95, ga:5, gb:0, ba:5, bb:0, aa:100, ab:0};
hitTransform2 = {ra:100, rb:90, ga:10, gb:0, ba:10, bb:0, aa:100, ab:0};
hitTransform3 = {ra:100, rb:85, ga:15, gb:0, ba:15, bb:0, aa:100, ab:0};
hitTransform4 = {ra:100, rb:75, ga:25, gb:0, ba:25, bb:0, aa:100, ab:0};
hitTransform5 = {ra:100, rb:65, ga:35, gb:0, ba:35, bb:0, aa:100, ab:0};
hitTransform6 = {ra:100, rb:55, ga:45, gb:0, ba:45, bb:0, aa:100, ab:0};
hitTransform7 = {ra:100, rb:45, ga:55, gb:0, ba:55, bb:0, aa:100, ab:0};
hitTransform8 = {ra:100, rb:35, ga:65, gb:0, ba:65, bb:0, aa:100, ab:0};
hitTransform9 = {ra:100, rb:25, ga:75, gb:0, ba:75, bb:0, aa:100, ab:0};
hitTransform10 = {ra:100, rb:15, ga:85, gb:0, ba:85, bb:0, aa:100, ab:0};
hitTransform11 = {ra:100, rb:5, ga:95, gb:0, ba:95, bb:0, aa:100, ab:0};
hitTransform12 = {ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0};
absoluteX = _x;
if (absoluteX > 2000) {
absoluteX = absoluteX - 2000;
}
if (absoluteX < 0) {
absoluteX = absoluteX + 2000;
}
duplicateMovieClip (_root.radar.z, "z" + idx, idx);
_root.radar["z" + idx]._x = 55;
_root.radar["z" + idx]._y = 55;
countVar = (0.18 * startx) - 45;
if (countVar < 0) {
countVar = countVar + 360;
}
_root.radar["z" + idx]._rotation = 0;
_root.radar["z" + idx]._rotation = _root.radar["z" + idx]._rotation + countVar;
}
onClipEvent (enterFrame) {
_root.radar["z" + idx].gotoAndStop(Math.round(_xscale));
if ((_xscale < 150) && (hp > 0)) {
_yscale = (_yscale + charge);
_xscale = (_xscale + charge);
_y = (_y + (charge * 0.05));
charge = charge + 0.00065;
} else if ((_xscale >= 150) && (hp > 0)) {
this.gotoAndStop(2);
}
_x = (_x + _root.slider);
if (absoluteX <= 500) {
if (_x < -250) {
_x = (_x + 2000);
}
if (_x > 750) {
_x = (_x - 2000);
}
} else if ((absoluteX > 500) && (absoluteX <= 1000)) {
if (_x < -250) {
_x = (_x + 2000);
}
if (_x > 750) {
_x = (_x - 2000);
}
} else if ((absoluteX > 1000) && (absoluteX <= 1500)) {
if (_x < -250) {
_x = (_x + 2000);
}
if (_x > 750) {
_x = (_x - 2000);
}
} else if ((absoluteX > 1500) && (absoluteX <= 2000)) {
if (_x < -250) {
_x = (_x + 2000);
}
if (_x > 750) {
_x = (_x - 2000);
}
}
if (hp < 1) {
_root.radar["z" + idx].removeMovieClip();
this.gotoAndStop(3);
}
if (((((((this.a1.hitTest(_root.crosshair.hitter) || (this.a2.hitTest(_root.crosshair.hitter))) || (this.a3.hitTest(_root.crosshair.hitter))) || (this.a4.hitTest(_root.crosshair.hitter))) || (this.a5.hitTest(_root.crosshair.hitter))) || (this.a6.hitTest(_root.crosshair.hitter))) || (this.a7.hitTest(_root.crosshair.hitter))) || (this.a8.hitTest(_root.crosshair.hitter))) {
if (hp > 0) {
this.gotoAndStop(1);
_root.attachMovie("splatter", "splatter" + id, id);
_root["splatter" + id]._y = _root._ymouse;
_root["splatter" + id]._x = _root._xmouse;
_root["splatter" + id]._yscale = _yscale + 10;
_root["splatter" + id]._xscale = _xscale + 10;
i = 0;
while (i < 25) {
_yscale = (_yscale - charge);
_xscale = (_xscale - charge);
_y = (_y - (charge * 0.05));
charge = charge - 0.00065;
i++;
}
hp--;
_root.score = _root.score + (5 + hp);
colorChanger = true;
changeVar = 12;
}
}
xCord1 = absoluteX - 4000;
xCord2 = absoluteX - 2000;
xCord3 = absoluteX;
xCord4 = absoluteX + 2000;
xCord5 = absoluteX + 4000;
if (colorChanger == true) {
if (changeVar == 12) {
rgb.setTransform(hitTransform1);
} else if (changeVar == 11) {
rgb.setTransform(hitTransform2);
} else if (changeVar == 10) {
rgb.setTransform(hitTransform3);
} else if (changeVar == 9) {
rgb.setTransform(hitTransform4);
} else if (changeVar == 8) {
rgb.setTransform(hitTransform5);
} else if (changeVar == 7) {
rgb.setTransform(hitTransform6);
} else if (changeVar == 6) {
rgb.setTransform(hitTransform7);
} else if (changeVar == 5) {
rgb.setTransform(hitTransform8);
} else if (changeVar == 4) {
rgb.setTransform(hitTransform9);
} else if (changeVar == 3) {
rgb.setTransform(hitTransform10);
} else if (changeVar == 2) {
rgb.setTransform(hitTransform11);
} else if (changeVar == 1) {
rgb.setTransform(hitTransform12);
} else if (changeVar == 0) {
colorChanger = false;
}
changeVar--;
}
}
on (rollOver) {
_root.znum = id;
}
Instance of Symbol 183 MovieClip "e2" in Frame 6
onClipEvent (load) {
_x = (Math.random() * 2000);
startx = _x;
_x = (_x - _root.leftcord);
_yscale = 2;
_xscale = 2;
charge = 0.1;
hp = Math.round((Math.random() * 3) + 1);
absoluteCoordinate = 0 + startx;
if (absoluteCoordinate < 0) {
absoluteCoordinate = absoluteCoordinate + 2000;
}
colorChanger = false;
changeVar = 0;
rgb = new Color(this);
hitTransform1 = {ra:100, rb:95, ga:5, gb:0, ba:5, bb:0, aa:100, ab:0};
hitTransform2 = {ra:100, rb:90, ga:10, gb:0, ba:10, bb:0, aa:100, ab:0};
hitTransform3 = {ra:100, rb:85, ga:15, gb:0, ba:15, bb:0, aa:100, ab:0};
hitTransform4 = {ra:100, rb:75, ga:25, gb:0, ba:25, bb:0, aa:100, ab:0};
hitTransform5 = {ra:100, rb:65, ga:35, gb:0, ba:35, bb:0, aa:100, ab:0};
hitTransform6 = {ra:100, rb:55, ga:45, gb:0, ba:45, bb:0, aa:100, ab:0};
hitTransform7 = {ra:100, rb:45, ga:55, gb:0, ba:55, bb:0, aa:100, ab:0};
hitTransform8 = {ra:100, rb:35, ga:65, gb:0, ba:65, bb:0, aa:100, ab:0};
hitTransform9 = {ra:100, rb:25, ga:75, gb:0, ba:75, bb:0, aa:100, ab:0};
hitTransform10 = {ra:100, rb:15, ga:85, gb:0, ba:85, bb:0, aa:100, ab:0};
hitTransform11 = {ra:100, rb:5, ga:95, gb:0, ba:95, bb:0, aa:100, ab:0};
hitTransform12 = {ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0};
duplicateMovieClip (_root.radar.z, "z" + idx, idx);
_root.radar["z" + idx]._x = 55;
_root.radar["z" + idx]._y = 55;
countVar = (0.18 * startx) - 45;
if (countVar < 0) {
countVar = countVar + 360;
}
_root.radar["z" + idx]._rotation = 0;
_root.radar["z" + idx]._rotation = _root.radar["z" + idx]._rotation + countVar;
}
onClipEvent (enterFrame) {
_root.radar["z" + idx].gotoAndStop(Math.round(_xscale * 1.15));
if ((_xscale < 130) && (hp > 0)) {
_yscale = (_yscale + charge);
_xscale = (_xscale + charge);
_y = (_y + (charge * 0.05));
charge = charge + 0.00295;
} else if ((_xscale >= 130) && (hp > 0)) {
this.gotoAndStop(2);
}
_x = (_x + _root.slider);
if (absoluteX <= 500) {
if (_x < -250) {
_x = (_x + 2000);
}
if (_x > 750) {
_x = (_x - 2000);
}
} else if ((absoluteX > 500) && (absoluteX <= 1000)) {
if (_x < -250) {
_x = (_x + 2000);
}
if (_x > 750) {
_x = (_x - 2000);
}
} else if ((absoluteX > 1000) && (absoluteX <= 1500)) {
if (_x < -250) {
_x = (_x + 2000);
}
if (_x > 750) {
_x = (_x - 2000);
}
} else if ((absoluteX > 1500) && (absoluteX <= 2000)) {
if (_x < -250) {
_x = (_x + 2000);
}
if (_x > 750) {
_x = (_x - 2000);
}
}
if (hp < 1) {
_root.radar["z" + idx].removeMovieClip();
this.gotoAndStop(3);
}
if (((((((this.a1.hitTest(_root.crosshair.hitter) || (this.a2.hitTest(_root.crosshair.hitter))) || (this.a3.hitTest(_root.crosshair.hitter))) || (this.a4.hitTest(_root.crosshair.hitter))) || (this.a5.hitTest(_root.crosshair.hitter))) || (this.a6.hitTest(_root.crosshair.hitter))) || (this.a7.hitTest(_root.crosshair.hitter))) || (this.a8.hitTest(_root.crosshair.hitter))) {
if (hp > 0) {
this.gotoAndStop(1);
_root.attachMovie("splatter", "splatter" + id, id);
_root["splatter" + id]._y = _root._ymouse;
_root["splatter" + id]._x = _root._xmouse;
_root["splatter" + id]._yscale = _yscale + 10;
_root["splatter" + id]._xscale = _xscale + 10;
i = 0;
while (i < 25) {
_yscale = (_yscale - charge);
_xscale = (_xscale - charge);
_y = (_y - (charge * 0.05));
charge = charge - 0.00065;
i++;
}
hp--;
_root.score = _root.score + (5 + hp);
colorChanger = true;
changeVar = 12;
}
}
if (colorChanger == true) {
if (changeVar == 12) {
rgb.setTransform(hitTransform1);
} else if (changeVar == 11) {
rgb.setTransform(hitTransform2);
} else if (changeVar == 10) {
rgb.setTransform(hitTransform3);
} else if (changeVar == 9) {
rgb.setTransform(hitTransform4);
} else if (changeVar == 8) {
rgb.setTransform(hitTransform5);
} else if (changeVar == 7) {
rgb.setTransform(hitTransform6);
} else if (changeVar == 6) {
rgb.setTransform(hitTransform7);
} else if (changeVar == 5) {
rgb.setTransform(hitTransform8);
} else if (changeVar == 4) {
rgb.setTransform(hitTransform9);
} else if (changeVar == 3) {
rgb.setTransform(hitTransform10);
} else if (changeVar == 2) {
rgb.setTransform(hitTransform11);
} else if (changeVar == 1) {
rgb.setTransform(hitTransform12);
} else if (changeVar == 0) {
colorChanger = false;
}
changeVar--;
}
}
on (rollOver) {
_root.znum = id;
}
Instance of Symbol 196 MovieClip "reload" in Frame 6
onClipEvent (enterFrame) {
if (Key.isDown(32)) {
this.play();
}
}
onClipEvent (load) {
this.swapDepths(15989);
}
Instance of Symbol 209 MovieClip "gun" in Frame 6
onClipEvent (load) {
_root.buls = 30;
_root.health = 15;
loady = 250;
}
onClipEvent (load) {
this.swapDepths(15988);
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.health = 0;
_root.fadeOut.play();
}
if (_root.score < 10) {
_root.scorevar = "0000000" + _root.score;
} else if ((_root.score >= 10) && (_root.score < 100)) {
_root.scorevar = "000000" + _root.score;
} else if ((_root.score >= 100) && (_root.score < 1000)) {
_root.scorevar = "00000" + _root.score;
} else if ((_root.score >= 1000) && (_root.score < 10000)) {
_root.scorevar = "0000" + _root.score;
} else if ((_root.score >= 10000) && (_root.score < 100000)) {
_root.scorevar = "000" + _root.score;
} else if ((_root.score >= 100000) && (_root.score < 1000000)) {
_root.scorevar = "00" + _root.score;
} else if ((_root.score >= 1000000) && (_root.score < 10000000)) {
_root.scorevar = "0" + _root.score;
} else {
_root.scorevar = _root.score;
}
if (_root.buls > 9) {
_root.bullets = "" + _root.buls;
} else if (_root.buls < 10) {
_root.bullets = "0" + _root.buls;
}
if (_root.health > 9) {
_root.hps = "" + _root.health;
} else if (_root.health < 10) {
_root.hps = "0" + _root.health;
}
_x = _root._xmouse;
if (_root._ymouse > 200) {
deltay = _root._ymouse - 200;
if (_root._ymouse < 445) {
_y = (loady + (deltay / 1.5));
}
} else {
_y = loady;
}
if ((_root._xmouse <= 30) && (_root._xmouse > 20)) {
_root.leftcord = _root.leftcord - 7;
_root.rightcord = _root.rightcord - 7;
_root.backgroundclip._x = _root.backgroundclip._x + 7;
_root.slider = 7;
} else if (((_root._xmouse < 30) && (_root._xmouse <= 20)) && (_root._xmouse > 10)) {
_root.leftcord = _root.leftcord - 14;
_root.rightcord = _root.rightcord - 14;
_root.backgroundclip._x = _root.backgroundclip._x + 14;
_root.slider = 14;
} else if (((_root._xmouse < 30) && (_root._xmouse < 20)) && (_root._xmouse <= 10)) {
_root.leftcord = _root.leftcord - 21;
_root.rightcord = _root.rightcord - 21;
_root.backgroundclip._x = _root.backgroundclip._x + 21;
_root.slider = 21;
} else if ((_root._xmouse >= 470) && (_root._xmouse < 480)) {
_root.leftcord = _root.leftcord + 7;
_root.rightcord = _root.rightcord + 7;
_root.backgroundclip._x = _root.backgroundclip._x - 7;
_root.slider = -7;
} else if (((_root._xmouse >= 480) && (_root._xmouse >= 470)) && (_root._xmouse < 490)) {
_root.leftcord = _root.leftcord + 14;
_root.rightcord = _root.rightcord + 14;
_root.backgroundclip._x = _root.backgroundclip._x - 14;
_root.slider = -14;
} else if (((_root._xmouse >= 490) && (_root._xmouse >= 480)) && (_root._xmouse >= 470)) {
_root.leftcord = _root.leftcord + 21;
_root.rightcord = _root.rightcord + 21;
_root.backgroundclip._x = _root.backgroundclip._x - 21;
_root.slider = -21;
} else {
_root.slider = 0;
}
if (_root.leftcord < 0) {
_root.leftcord = _root.leftcord + 2000;
}
if (_root.rightcord < 0) {
_root.rightcord = _root.rightcord + 2000;
}
if (_root.leftcord >= 2000) {
_root.leftcord = 0;
}
if (_root.rightcord >= 2000) {
_root.rightcord = 0;
}
if (_root.leftcord > _root.rightcord) {
_root.abrightcord = _root.rightcord + 2000;
} else {
_root.abrightcord = _root.rightcord;
}
_root.abscords = ((("[ " + _root.leftcord) + " , ") + _root.abrightcord) + " ]";
}
Instance of Symbol 215 MovieClip "hurt" in Frame 6
onClipEvent (load) {
this.swapDepths(15990);
}
Instance of Symbol 107 MovieClip "radar" in Frame 6
onClipEvent (load) {
this.swapDepths(15993);
}
Instance of Symbol 217 MovieClip in Frame 6
onClipEvent (load) {
this.swapDepths(15994);
}
Instance of Symbol 219 MovieClip in Frame 6
onClipEvent (load) {
this.swapDepths(15995);
}
Instance of Symbol 228 MovieClip in Frame 6
onClipEvent (load) {
this.swapDepths(15991);
}
Instance of Symbol 230 MovieClip in Frame 6
onClipEvent (load) {
this.swapDepths(15996);
}
Instance of Symbol 232 MovieClip "fadeOut" in Frame 6
onClipEvent (load) {
this.swapDepths(15997);
}
Instance of Symbol 250 MovieClip "crosshair" in Frame 6
onClipEvent (load) {
this.swapDepths(15999);
_root.minimx = 20;
}
onClipEvent (enterFrame) {
_root.e1._y = 600;
_root.e1.hp = 0;
_root.e2._y = 600;
_root.e2.hp = 0;
_root.e3._y = 600;
_root.e3.hp = 0;
_root.e4._y = 600;
_root.e4.hp = 0;
ranDup = Math.round(Math.random() * (5200 + (_root.minimx / 2)));
if (ranDup <= _root.minimx) {
_root.createEnemy();
}
_x = _root._xmouse;
if (_root._ymouse < 365) {
_y = _root._ymouse;
}
Mouse.hide();
_root.cords = ((("[ " + _root.leftcord) + " , ") + _root.rightcord) + " ]";
}
onClipEvent (mouseDown) {
if (_root.gun._alpha == 100) {
if (_root.buls > 0) {
this.gotoAndPlay(2);
_root.gun.gotoAndPlay(2);
} else if (_root.buls == 0) {
_root.reload.play();
}
}
}
Instance of Symbol 256 MovieClip "clipah" in Frame 6
onClipEvent (load) {
this.swapDepths(15998);
}
Instance of Symbol 268 MovieClip "fpscounter" in Frame 6
onClipEvent (load) {
rrr = 0;
}
onClipEvent (enterFrame) {
with (this) {
f = Math.round(1000 / (getTimer() - t));
fff = f;
t = getTimer();
this.fps2 = f;
}
if (rrr > 0) {
rrr--;
}
if (Key.isDown(81) && (rrr == 0)) {
if (_quality == "HIGH") {
_quality = "MEDIUM";
} else if (_quality == "MEDIUM") {
_quality = "LOW";
} else if (_quality == "LOW") {
_quality = "HIGH";
}
rrr = 10;
}
}
Instance of Symbol 270 MovieClip in Frame 6
onClipEvent (load) {
this.swapDepths(16000);
}
Instance of Symbol 273 MovieClip in Frame 6
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 54 MovieClip "cursor" in Frame 7
onClipEvent (enterFrame) {
_x = _root._xmouse;
_y = _root._ymouse;
Mouse.hide();
}
Symbol 11 MovieClip [splatter] Frame 9
this.removeMovieClip();
Symbol 32 MovieClip Frame 1
stop();
Instance of Symbol 28 MovieClip in Symbol 32 MovieClip Frame 1
onClipEvent (enterFrame) {
PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
if (PercentLoaded != 100) {
this._width = PercentLoaded * 1.54;
} else {
_parent.play();
}
}
Symbol 32 MovieClip Frame 40
_root.fadeOut.play();
stop();
Symbol 39 Button
on (release) {
getURL ("http://www.hallpass.com/", "_blank");
}
Symbol 43 MovieClip Frame 1
stop();
Symbol 43 MovieClip Frame 20
_root.nextFrame();
Symbol 54 MovieClip Frame 1
stop();
Symbol 66 MovieClip Frame 146
_root.fadeOut.play();
Symbol 66 MovieClip Frame 157
stop();
Symbol 69 MovieClip Frame 20
stop();
Symbol 82 Button
on (rollOver) {
_root.cursor.gotoAndStop(2);
}
on (rollOut) {
_root.cursor.gotoAndStop(1);
}
on (release) {
_root.score = 0;
_root.fadeOut.play();
}
Symbol 84 Button
on (rollOver) {
_root.cursor.gotoAndStop(2);
}
on (rollOut) {
_root.cursor.gotoAndStop(1);
}
on (release) {
nextFrame();
}
Symbol 86 Button
on (rollOver) {
_root.cursor.gotoAndStop(2);
}
on (rollOut) {
_root.cursor.gotoAndStop(1);
}
on (release) {
_root.submitting = false;
gotoAndStop(_root._currentframe + 2);
}
Symbol 88 Button
on (rollOver) {
_root.cursor.gotoAndStop(2);
}
on (rollOut) {
_root.cursor.gotoAndStop(1);
}
on (release) {
getURL ("http://www.eviludy.net", "_blank");
}
Symbol 90 Button
on (rollOver) {
_root.cursor.gotoAndStop(2);
}
on (rollOut) {
_root.cursor.gotoAndStop(1);
}
on (release) {
getURL ("http://www.hallpass.com", "_blank");
}
Symbol 93 MovieClip Frame 20
stop();
Symbol 95 MovieClip Frame 1
stop();
Symbol 95 MovieClip Frame 3
if (_root.soundss == true) {
sfx1 = new Sound();
sfx1.attachSound("sfx1");
sfx1.setVolume(95);
}
Symbol 95 MovieClip Frame 4
if (_root.soundss == true) {
sfx1 = new Sound();
sfx1.attachSound("sfx1");
sfx1.setVolume(85);
}
Symbol 95 MovieClip Frame 5
if (_root.soundss == true) {
sfx1 = new Sound();
sfx1.attachSound("sfx1");
sfx1.setVolume(75);
}
Symbol 95 MovieClip Frame 6
if (_root.soundss == true) {
sfx1 = new Sound();
sfx1.attachSound("sfx1");
sfx1.setVolume(65);
}
Symbol 95 MovieClip Frame 7
if (_root.soundss == true) {
sfx1 = new Sound();
sfx1.attachSound("sfx1");
sfx1.setVolume(60);
}
Symbol 95 MovieClip Frame 8
if (_root.soundss == true) {
sfx1 = new Sound();
sfx1.attachSound("sfx1");
sfx1.setVolume(55);
}
Symbol 95 MovieClip Frame 9
if (_root.soundss == true) {
sfx1 = new Sound();
sfx1.attachSound("sfx1");
sfx1.setVolume(50);
}
Symbol 95 MovieClip Frame 10
if (_root.soundss == true) {
sfx1 = new Sound();
sfx1.attachSound("sfx1");
sfx1.setVolume(45);
}
Symbol 95 MovieClip Frame 11
if (_root.soundss == true) {
sfx1 = new Sound();
sfx1.attachSound("sfx1");
sfx1.setVolume(40);
}
Symbol 95 MovieClip Frame 12
if (_root.soundss == true) {
sfx1 = new Sound();
sfx1.attachSound("sfx1");
sfx1.setVolume(35);
}
Symbol 95 MovieClip Frame 13
if (_root.soundss == true) {
sfx1 = new Sound();
sfx1.attachSound("sfx1");
sfx1.setVolume(30);
}
Symbol 95 MovieClip Frame 14
if (_root.soundss == true) {
sfx1 = new Sound();
sfx1.attachSound("sfx1");
sfx1.setVolume(25);
}
Symbol 95 MovieClip Frame 15
if (_root.soundss == true) {
sfx1 = new Sound();
sfx1.attachSound("sfx1");
sfx1.setVolume(20);
}
Symbol 95 MovieClip Frame 16
if (_root.soundss == true) {
sfx1 = new Sound();
sfx1.attachSound("sfx1");
sfx1.setVolume(15);
}
Symbol 95 MovieClip Frame 17
if (_root.soundss == true) {
sfx1 = new Sound();
sfx1.attachSound("sfx1");
sfx1.setVolume(10);
}
Symbol 95 MovieClip Frame 18
if (_root.soundss == true) {
sfx1 = new Sound();
sfx1.attachSound("sfx1");
sfx1.setVolume(5);
}
Symbol 95 MovieClip Frame 19
stopAllSounds();
if (_root.soundss == true) {
sfx1 = new Sound();
sfx1.attachSound("sfx1");
sfx1.setVolume(100);
}
Symbol 95 MovieClip Frame 20
_root.gotoAndStop(_root._currentframe + 3);
Instance of Symbol 103 MovieClip "z" in Symbol 107 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.gojet == true) {
this.removeMovieClip();
_visible = false;
}
}
Instance of Symbol 105 MovieClip in Symbol 107 MovieClip Frame 1
onClipEvent (enterFrame) {
this._rotation = (_root.leftcord / 5.55555555555556) + 45;
}
Symbol 115 Button
on (rollOver) {
_root.cursor.gotoAndStop(2);
}
on (rollOut) {
_root.cursor.gotoAndStop(1);
}
on (release) {
prevFrame();
}
Symbol 120 Button
on (rollOver) {
_root.cursor.gotoAndStop(2);
}
on (rollOut) {
_root.cursor.gotoAndStop(1);
}
on (release) {
gotoAndStop(_root._currentframe - 2);
}
Instance of Symbol 58 MovieClip in Symbol 127 MovieClip Frame 1
onClipEvent (load) {
tyr = 0;
maxtyr = 260;
startx = _x;
}
onClipEvent (enterFrame) {
if (_root.pausegame == false) {
tyr++;
_x = (_x - 5);
if (tyr == maxtyr) {
_x = startx;
tyr = 0;
}
}
}
Instance of Symbol 58 MovieClip in Symbol 127 MovieClip Frame 1
onClipEvent (load) {
tyr = 0;
maxtyr = 260;
startx = _x;
}
onClipEvent (enterFrame) {
if (_root.pausegame == false) {
tyr++;
_x = (_x - 5);
if (tyr == maxtyr) {
_x = startx;
tyr = 0;
}
}
}
Instance of Symbol 58 MovieClip in Symbol 127 MovieClip Frame 1
onClipEvent (load) {
tyr = 0;
maxtyr = 260;
startx = _x;
}
onClipEvent (enterFrame) {
if (_root.pausegame == false) {
tyr++;
_x = (_x - 5);
if (tyr == maxtyr) {
_x = startx;
tyr = 0;
}
}
}
Instance of Symbol 58 MovieClip in Symbol 127 MovieClip Frame 1
onClipEvent (load) {
tyr = 0;
maxtyr = 260;
startx = _x;
}
onClipEvent (enterFrame) {
if (_root.pausegame == false) {
tyr++;
_x = (_x - 5);
if (tyr == maxtyr) {
_x = startx;
tyr = 0;
}
}
}
Instance of Symbol 58 MovieClip in Symbol 127 MovieClip Frame 1
onClipEvent (load) {
tyr = 0;
maxtyr = 260;
startx = _x;
}
onClipEvent (enterFrame) {
if (_root.pausegame == false) {
tyr++;
_x = (_x - 5);
if (tyr == maxtyr) {
_x = startx;
tyr = 0;
}
}
}
Instance of Symbol 58 MovieClip in Symbol 127 MovieClip Frame 1
onClipEvent (load) {
tyr = 0;
maxtyr = 260;
startx = _x;
}
onClipEvent (enterFrame) {
if (_root.pausegame == false) {
tyr++;
_x = (_x - 5);
if (tyr == maxtyr) {
_x = startx;
tyr = 0;
}
}
}
Instance of Symbol 58 MovieClip in Symbol 127 MovieClip Frame 1
onClipEvent (load) {
tyr = 0;
maxtyr = 260;
startx = _x;
}
onClipEvent (enterFrame) {
if (_root.pausegame == false) {
tyr++;
_x = (_x - 5);
if (tyr == maxtyr) {
_x = startx;
tyr = 0;
}
}
}
Instance of Symbol 58 MovieClip in Symbol 127 MovieClip Frame 1
onClipEvent (load) {
tyr = 0;
maxtyr = 260;
startx = _x;
}
onClipEvent (enterFrame) {
if (_root.pausegame == false) {
tyr++;
_x = (_x - 5);
if (tyr == maxtyr) {
_x = startx;
tyr = 0;
}
}
}
Symbol 140 MovieClip Frame 26
_root.health--;
_root.hurt.play();
Symbol 152 MovieClip Frame 70
_parent.removeMovieClip();
stop();
Symbol 153 MovieClip Frame 1
stop();
Instance of Symbol 139 MovieClip "a4" in Symbol 153 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 139 MovieClip "a2" in Symbol 153 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 139 MovieClip "a6" in Symbol 153 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 139 MovieClip "a8" in Symbol 153 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 139 MovieClip "a7" in Symbol 153 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 139 MovieClip "a5" in Symbol 153 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 139 MovieClip "a3" in Symbol 153 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 139 MovieClip "a1" in Symbol 153 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Symbol 153 MovieClip Frame 3
_root.minimx++;
Symbol 161 MovieClip Frame 37
_root.health--;
_root.hurt.play();
Symbol 162 MovieClip Frame 15
stop();
_parent.removeMovieClip();
Symbol 163 MovieClip Frame 1
stop();
Instance of Symbol 139 MovieClip "a4" in Symbol 163 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 139 MovieClip "a2" in Symbol 163 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 139 MovieClip "a6" in Symbol 163 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 139 MovieClip "a8" in Symbol 163 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 139 MovieClip "a7" in Symbol 163 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 139 MovieClip "a5" in Symbol 163 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 139 MovieClip "a3" in Symbol 163 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 139 MovieClip "a1" in Symbol 163 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Symbol 163 MovieClip Frame 3
_root.minimx++;
Symbol 174 MovieClip Frame 27
_root.health--;
_root.hurt.play();
Symbol 175 MovieClip Frame 51
stop();
stop();
_parent.removeMovieClip();
Symbol 176 MovieClip Frame 1
stop();
Instance of Symbol 139 MovieClip "a4" in Symbol 176 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 139 MovieClip "a2" in Symbol 176 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 139 MovieClip "a6" in Symbol 176 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 139 MovieClip "a8" in Symbol 176 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 139 MovieClip "a7" in Symbol 176 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 139 MovieClip "a5" in Symbol 176 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 139 MovieClip "a3" in Symbol 176 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 139 MovieClip "a1" in Symbol 176 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Symbol 176 MovieClip Frame 3
_root.minimx++;
Symbol 181 MovieClip Frame 15
_root.health--;
_root.hurt.play();
Symbol 182 MovieClip Frame 22
stop();
_parent.removeMovieClip();
Symbol 183 MovieClip Frame 1
stop();
Instance of Symbol 139 MovieClip "a2" in Symbol 183 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 139 MovieClip "a1" in Symbol 183 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 139 MovieClip "a3" in Symbol 183 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Symbol 183 MovieClip Frame 3
_root.minimx++;
Symbol 196 MovieClip Frame 1
stop();
Symbol 196 MovieClip Frame 2
_root.gun._alpha = _root.gun._alpha - 10;
Symbol 196 MovieClip Frame 3
_root.gun._alpha = _root.gun._alpha - 10;
Symbol 196 MovieClip Frame 4
_root.gun._alpha = _root.gun._alpha - 10;
Symbol 196 MovieClip Frame 5
_root.gun._alpha = _root.gun._alpha - 10;
Symbol 196 MovieClip Frame 6
_root.gun._alpha = _root.gun._alpha - 10;
Symbol 196 MovieClip Frame 7
_root.gun._alpha = _root.gun._alpha - 10;
Symbol 196 MovieClip Frame 8
_root.gun._alpha = _root.gun._alpha - 10;
Symbol 196 MovieClip Frame 9
_root.gun._alpha = _root.gun._alpha - 10;
Symbol 196 MovieClip Frame 10
_root.gun._alpha = _root.gun._alpha - 10;
Symbol 196 MovieClip Frame 11
_root.gun._alpha = _root.gun._alpha - 10;
Symbol 196 MovieClip Frame 45
_root.buls = 30;
Symbol 196 MovieClip Frame 96
_root.gun._alpha = _root.gun._alpha + 10;
Symbol 196 MovieClip Frame 97
_root.gun._alpha = _root.gun._alpha + 10;
Symbol 196 MovieClip Frame 98
_root.gun._alpha = _root.gun._alpha + 10;
Symbol 196 MovieClip Frame 99
_root.gun._alpha = _root.gun._alpha + 10;
Symbol 196 MovieClip Frame 100
_root.gun._alpha = _root.gun._alpha + 10;
Symbol 196 MovieClip Frame 101
_root.gun._alpha = _root.gun._alpha + 10;
Symbol 196 MovieClip Frame 102
_root.gun._alpha = _root.gun._alpha + 10;
Symbol 196 MovieClip Frame 103
_root.gun._alpha = _root.gun._alpha + 10;
Symbol 196 MovieClip Frame 104
_root.gun._alpha = _root.gun._alpha + 10;
Symbol 196 MovieClip Frame 105
_root.gun._alpha = 100;
Symbol 209 MovieClip Frame 1
stop();
Symbol 215 MovieClip Frame 1
stop();
Symbol 230 MovieClip Frame 20
stop();
Symbol 232 MovieClip Frame 1
stop();
Symbol 232 MovieClip Frame 20
_root.nextFrame();
for (i in _root) {
if (_root[i] instanceof MovieClip) {
_root[i].removeMovieClip();
}
}
Symbol 250 MovieClip Frame 1
stop();
Symbol 250 MovieClip Frame 2
_root.buls--;
Instance of Symbol 258 MovieClip "meter" in Symbol 265 MovieClip Frame 1
onClipEvent (load) {
highfps = 0;
}
onClipEvent (enterFrame) {
nowfps = _parent._parent.f;
this._yscale = (nowfps * 100) / 32;
}
Symbol 283 Button
on (rollOver) {
_root.cursor.gotoAndStop(2);
}
on (rollOut) {
_root.cursor.gotoAndStop(1);
}
on (release) {
_root.HPScoreService.postScore(_root.score, "");
_root.fadeOut.play();
}
Symbol 285 Button
on (rollOver) {
_root.cursor.gotoAndStop(2);
}
on (rollOut) {
_root.cursor.gotoAndStop(1);
}
on (release) {
_root.submitting = false;
_root.fadeOut.play();
}
Symbol 289 MovieClip Frame 1
stop();
Symbol 289 MovieClip Frame 20
if (_root.submitting == true) {
_root.gotoAndStop(_root._currentframe - 2);
} else if (_root.submitting == false) {
_root.gotoAndStop(_root._currentframe - 4);
}