Frame 1
stop();
Instance of Symbol 6 MovieClip in Frame 1
onClipEvent (enterFrame) {
if (Key.isDown(13)) {
_root.gotoAndStop("main");
}
}
Instance of Symbol 10 MovieClip "menusound" in Frame 1
onClipEvent (load) {
this._visible = 0;
}
onClipEvent (enterFrame) {
if (_root.sound eq false) {
this.stop();
_root.menusound = false;
}
if ((_root.sound eq true) & (_root.menusound eq false)) {
this.play();
_root.menusound = true;
}
}
Instance of Symbol 17 MovieClip "preloader" in Frame 1
onClipEvent (enterFrame) {
b_loaded = _root.getBytesLoaded();
b_total = _root.getBytesTotal();
_root.percent = Math.round((b_loaded / b_total) * 100);
_root.porciento = _root.percent + "% loaded";
_root.cargados = b_loaded + " bytes loaded";
_root.total = b_total + " total bytes";
_root.preloader.preloadmask._width = _root.percent * 3;
if (_root.percent eq 100) {
_root.gotoAndStop(3);
}
}
Instance of Symbol 21 MovieClip in Frame 1
onClipEvent (load) {
startDrag (this, true);
}
onClipEvent (enterFrame) {
Mouse.hide();
}
onClipEvent (mouseDown) {
if (_root.sound eq true) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_shoot", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.shoot = new Sound(this._parent.BS_shoot);
} else {
this.createEmptyMovieClip("_shoot_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.shoot = new Sound(this.BS_shoot);
}
_global.Behaviors.Sound.shoot.attachSound("shoot");
_global.Behaviors.Sound.shoot.start(0, 1);
}
}
Instance of Symbol 23 MovieClip in Frame 1
onClipEvent (keyDown) {
if (_root.letter eq 1) {
if (Key.isDown(67)) {
this.nextFrame();
} else {
this.gotoAndStop(1);
}
}
if (_root.letter eq 2) {
if (Key.isDown(69)) {
this.nextFrame();
} else {
this.gotoAndStop(1);
}
}
if (_root.letter eq 3) {
if (Key.isDown(78)) {
this.nextFrame();
} else {
this.gotoAndStop(1);
}
}
if (_root.letter eq 4) {
if (Key.isDown(84)) {
this.nextFrame();
} else {
this.gotoAndStop(1);
}
}
if (_root.letter eq 5) {
if (Key.isDown(82)) {
this.nextFrame();
} else {
this.gotoAndStop(1);
}
}
if (_root.letter eq 6) {
if (Key.isDown(65)) {
this.nextFrame();
} else {
this.gotoAndStop(1);
}
}
if (_root.letter eq 7) {
if (Key.isDown(76)) {
this.nextFrame();
} else {
this.gotoAndStop(1);
}
}
if (_root.letter eq 8) {
if (Key.isDown(67)) {
this.nextFrame();
} else {
this.gotoAndStop(1);
}
}
if (_root.letter eq 9) {
if (Key.isDown(72)) {
this.nextFrame();
} else {
this.gotoAndStop(1);
}
}
if (_root.letter eq 10) {
if (Key.isDown(69)) {
this.nextFrame();
} else {
this.gotoAndStop(1);
}
}
if (_root.letter eq 11) {
if (Key.isDown(65)) {
this.nextFrame();
} else {
this.gotoAndStop(1);
}
}
if (_root.letter eq 12) {
if (Key.isDown(84)) {
this.nextFrame();
} else {
this.gotoAndStop(1);
}
}
if (_root.letter eq 13) {
this.gotoAndStop(1);
_root.gotoAndStop("cheats");
}
}
Frame 2
_root.gotoAndStop(1);
Frame 3
stop();
if ((_root.abierto eq true) == false) {
_root.csgame = sharedobject.getLocal("flashcookie");
_root.enem1hit = 0;
_root.readyenem1 = true;
_root.weapon = "gun";
_root.readyattack = true;
_root.frags = 0;
_root.life = 100;
_quality = "high";
_root.sound = true;
_root.ready = true;
_root.reload._visible = 0;
_root.abierto = true;
_root.balasgastadas = 0;
_root.headshots = 0;
_root.highaverage2 = 0;
_root.highlife = 0;
_root.highfrags = 0;
_root.highheadshots = 0;
_root.highaverage = 0;
_root.misionterminada = 0;
}
Frame 4
_root.gotoAndStop(1);
Frame 5
if (_quality eq "LOW") {
_root.display1.gotoAndStop(1);
}
if (_quality eq "MEDIUM") {
_root.display1.gotoAndStop(2);
}
if (_quality eq "HIGH") {
_root.display1.gotoAndStop(3);
}
if ($$fullscreen eq true) {
_root.display2.gotoAndStop(1);
} else {
_root.display2.gotoAndStop(2);
}
if (_root.sound eq true) {
_root.display3.gotoAndStop(1);
} else if (_root.sound eq false) {
_root.display3.gotoAndStop(2);
}
Frame 6
_root.gotoAndStop(1);
Frame 7
stop();
Frame 8
_root.gotoAndStop(1);
Frame 10
_root.gotoAndStop(1);
Frame 11
stop();
_root.map = 1;
_root.message = "";
_root.mission1_1.gotoAndStop(2);
if (_root.misionterminada > 0) {
_root.mission1_2.gotoAndStop(2);
}
if (_root.misionterminada > 1) {
_root.mission1_3.gotoAndStop(2);
}
if (_root.misionterminada > 2) {
_root.mission1_4.gotoAndStop(2);
}
if (_root.misionterminada > 3) {
_root.siguiente.gotoAndStop(2);
}
Frame 12
_root.gotoAndStop(1);
Frame 13
stop();
_root.map = 2;
_root.message = "";
if (_root.misionterminada > 3) {
_root.mission2_1.gotoAndStop(2);
}
if (_root.misionterminada > 4) {
_root.mission2_2.gotoAndStop(2);
}
if (_root.misionterminada > 5) {
_root.mission2_3.gotoAndStop(2);
}
if (_root.misionterminada > 6) {
_root.mission2_4.gotoAndStop(2);
}
if (_root.misionterminada > 7) {
_root.siguiente2.gotoAndStop(2);
}
Frame 14
_root.gotoAndStop(1);
Frame 15
_root.expandir = false;
_root.readyfilm = true;
stop();
_root.map = 3;
_root.message = "";
if (_root.misionterminada > 7) {
_root.mission3_1.gotoAndStop(2);
}
if (_root.misionterminada > 8) {
_root.mission3_2.gotoAndStop(2);
}
if (_root.misionterminada > 9) {
_root.mission3_3.gotoAndStop(2);
}
if (_root.misionterminada > 10) {
_root.mission3_4.gotoAndStop(2);
}
if (_root.misionterminada > 11) {
_root.finalmessage.gotoAndStop(2);
}
Frame 16
_root.gotoAndStop(1);
Frame 17
_root.average = Math.round((_root.frags / _root.gastadas2) * 100) + "%";
_root.average2 = Math.round((_root.frags / _root.gastadas2) * 100);
if (_root.average eq "NaN%") {
_root.average = "0%";
}
if (_root.mission eq 1.1) {
if ((_root.frags > 50) & (_root.life > 0)) {
_root.status = "Mission Complete";
if (_root.misionterminada < 1) {
_root.csgame.data.misionterminada = 1;
_root.misionterminada = 1;
}
if (_root.average2 > _root.highaverage2) {
_root.highaverage = _root.average;
_root.highaverage2 = _root.average2;
_root.csgame.data.highaverage = _root.highaverage;
}
if (_root.headshots > _root.highheadshots) {
_root.highheadshots = _root.headshots;
_root.csgame.data.highheadshots = _root.highheadshots;
}
if (_root.frags > _root.highfrags) {
_root.highfrags = _root.frags;
_root.csgame.data.highfrags = _root.highfrags;
}
if (_root.life > _root.highlife) {
_root.highlife = _root.life;
_root.csgame.data.highlife = _root.highlife;
}
} else {
_root.status = "Failure";
}
}
if (_root.mission eq 1.2) {
if ((_root.frags > 60) & (_root.headshots > 54)) {
_root.status = "Mission Complete";
if (_root.misionterminada < 2) {
_root.misionterminada = 2;
_root.csgame.data.misionterminada = 2;
}
if (_root.average2 > _root.highaverage2) {
_root.highaverage = _root.average;
_root.highaverage2 = _root.average2;
_root.csgame.data.highaverage = _root.highaverage;
}
if (_root.headshots > _root.highheadshots) {
_root.highheadshots = _root.headshots;
_root.csgame.data.highheadshots = _root.highheadshots;
}
if (_root.frags > _root.highfrags) {
_root.highfrags = _root.frags;
_root.csgame.data.highfrags = _root.highfrags;
}
if (_root.life > _root.highlife) {
_root.highlife = _root.life;
_root.csgame.data.highlife = _root.highlife;
}
} else {
_root.status = "Failure";
}
}
if (_root.mission eq 1.3) {
if ((_root.frags > 14) & (_root.life > 90)) {
_root.status = "Mission Complete";
if (_root.misionterminada < 3) {
_root.misionterminada = 3;
_root.csgame.data.misionterminada = 3;
}
if (_root.average2 > _root.highaverage2) {
_root.highaverage = _root.average;
_root.highaverage2 = _root.average2;
_root.csgame.data.highaverage = _root.highaverage;
}
if (_root.headshots > _root.highheadshots) {
_root.highheadshots = _root.headshots;
_root.csgame.data.highheadshots = _root.highheadshots;
}
if (_root.frags > _root.highfrags) {
_root.highfrags = _root.frags;
_root.csgame.data.highfrags = _root.highfrags;
}
if (_root.life > _root.highlife) {
_root.highlife = _root.life;
_root.csgame.data.highlife = _root.highlife;
}
} else {
_root.status = "Failure";
}
}
if (_root.mission eq 1.4) {
if (((_root.frags > 70) & (_root.life > 69)) & (_root.headshots > 64)) {
_root.status = "Mission Complete";
if (_root.misionterminada < 4) {
_root.misionterminada = 4;
_root.csgame.data.misionterminada = 4;
}
if (_root.average2 > _root.highaverage2) {
_root.highaverage = _root.average;
_root.highaverage2 = _root.average2;
_root.csgame.data.highaverage = _root.highaverage;
}
if (_root.headshots > _root.highheadshots) {
_root.highheadshots = _root.headshots;
_root.csgame.data.highheadshots = _root.highheadshots;
}
if (_root.frags > _root.highfrags) {
_root.highfrags = _root.frags;
_root.csgame.data.highfrags = _root.highfrags;
}
if (_root.life > _root.highlife) {
_root.highlife = _root.life;
_root.csgame.data.highlife = _root.highlife;
}
} else {
_root.status = "Failure";
}
}
if (_root.mission eq 2.1) {
if (_root.frags > 29) {
_root.status = "Mission Complete";
if (_root.misionterminada < 5) {
_root.misionterminada = 5;
_root.csgame.data.misionterminada = 5;
}
if (_root.average2 > _root.highaverage2) {
_root.highaverage = _root.average;
_root.highaverage2 = _root.average2;
_root.csgame.data.highaverage = _root.highaverage;
}
if (_root.headshots > _root.highheadshots) {
_root.highheadshots = _root.headshots;
_root.csgame.data.highheadshots = _root.highheadshots;
}
if (_root.frags > _root.highfrags) {
_root.highfrags = _root.frags;
_root.csgame.data.highfrags = _root.highfrags;
}
if (_root.life > _root.highlife) {
_root.highlife = _root.life;
_root.csgame.data.highlife = _root.highlife;
}
} else {
_root.status = "Failure";
}
}
if (_root.mission eq 2.2) {
if ((_root.frags > 14) & (_root.headshots > 14)) {
_root.status = "Mission Complete";
if (_root.misionterminada < 6) {
_root.misionterminada = 6;
_root.csgame.data.misionterminada = 6;
}
if (_root.average2 > _root.highaverage2) {
_root.highaverage = _root.average;
_root.highaverage2 = _root.average2;
_root.csgame.data.highaverage = _root.highaverage;
}
if (_root.headshots > _root.highheadshots) {
_root.highheadshots = _root.headshots;
_root.csgame.data.highheadshots = _root.highheadshots;
}
if (_root.frags > _root.highfrags) {
_root.highfrags = _root.frags;
_root.csgame.data.highfrags = _root.highfrags;
}
if (_root.life > _root.highlife) {
_root.highlife = _root.life;
_root.csgame.data.highlife = _root.highlife;
}
} else {
_root.status = "Failure";
}
}
if (_root.mission eq 2.3) {
if ((_root.frags > 29) & (_root.headshots > 19)) {
_root.status = "Mission Complete";
if (_root.misionterminada < 7) {
_root.misionterminada = 7;
_root.csgame.data.misionterminada = 7;
}
if (_root.average2 > _root.highaverage2) {
_root.highaverage = _root.average;
_root.highaverage2 = _root.average2;
_root.csgame.data.highaverage = _root.highaverage;
}
if (_root.headshots > _root.highheadshots) {
_root.highheadshots = _root.headshots;
_root.csgame.data.highheadshots = _root.highheadshots;
}
if (_root.frags > _root.highfrags) {
_root.highfrags = _root.frags;
_root.csgame.data.highfrags = _root.highfrags;
}
if (_root.life > _root.highlife) {
_root.highlife = _root.life;
_root.csgame.data.highlife = _root.highlife;
}
} else {
_root.status = "Failure";
}
}
if (_root.mission eq 2.4) {
if ((_root.frags > 4) & (_root.life > 89)) {
_root.status = "Mission Complete";
if (_root.misionterminada < 8) {
_root.misionterminada = 8;
_root.csgame.data.misionterminada = 8;
}
if (_root.average2 > _root.highaverage2) {
_root.highaverage = _root.average;
_root.highaverage2 = _root.average2;
_root.csgame.data.highaverage = _root.highaverage;
}
if (_root.headshots > _root.highheadshots) {
_root.highheadshots = _root.headshots;
_root.csgame.data.highheadshots = _root.highheadshots;
}
if (_root.frags > _root.highfrags) {
_root.highfrags = _root.frags;
_root.csgame.data.highfrags = _root.highfrags;
}
if (_root.life > _root.highlife) {
_root.highlife = _root.life;
_root.csgame.data.highlife = _root.highlife;
}
} else {
_root.status = "Failure";
}
}
if (_root.mission eq 3.1) {
if (_root.frags > 69) {
_root.status = "Mission Complete";
if (_root.misionterminada < 9) {
_root.misionterminada = 9;
_root.csgame.data.misionterminada = 9;
}
if (_root.average2 > _root.highaverage2) {
_root.highaverage = _root.average;
_root.highaverage2 = _root.average2;
_root.csgame.data.highaverage = _root.highaverage;
}
if (_root.headshots > _root.highheadshots) {
_root.highheadshots = _root.headshots;
_root.csgame.data.highheadshots = _root.highheadshots;
}
if (_root.frags > _root.highfrags) {
_root.highfrags = _root.frags;
_root.csgame.data.highfrags = _root.highfrags;
}
if (_root.life > _root.highlife) {
_root.highlife = _root.life;
_root.csgame.data.highlife = _root.highlife;
}
} else {
_root.status = "Failure";
}
}
if (_root.mission eq 3.2) {
if ((_root.frags > 69) & (_root.headshots > 50)) {
_root.status = "Mission Complete";
if (_root.misionterminada < 10) {
_root.misionterminada = 10;
_root.csgame.data.misionterminada = 10;
}
if (_root.average2 > _root.highaverage2) {
_root.highaverage = _root.average;
_root.highaverage2 = _root.average2;
_root.csgame.data.highaverage = _root.highaverage;
}
if (_root.headshots > _root.highheadshots) {
_root.highheadshots = _root.headshots;
_root.csgame.data.highheadshots = _root.highheadshots;
}
if (_root.frags > _root.highfrags) {
_root.highfrags = _root.frags;
_root.csgame.data.highfrags = _root.highfrags;
}
if (_root.life > _root.highlife) {
_root.highlife = _root.life;
_root.csgame.data.highlife = _root.highlife;
}
} else {
_root.status = "Failure";
}
}
if (_root.mission eq 3.3) {
if (((_root.frags > 49) & (_root.headshots > 49)) & (_root.life > 49)) {
_root.status = "Mission Complete";
if (_root.misionterminada < 11) {
_root.misionterminada = 11;
_root.csgame.data.misionterminada = 11;
}
if (_root.average2 > _root.highaverage2) {
_root.highaverage = _root.average;
_root.highaverage2 = _root.average2;
_root.csgame.data.highaverage = _root.highaverage;
}
if (_root.headshots > _root.highheadshots) {
_root.highheadshots = _root.headshots;
_root.csgame.data.highheadshots = _root.highheadshots;
}
if (_root.frags > _root.highfrags) {
_root.highfrags = _root.frags;
_root.csgame.data.highfrags = _root.highfrags;
}
if (_root.life > _root.highlife) {
_root.highlife = _root.life;
_root.csgame.data.highlife = _root.highlife;
}
} else {
_root.status = "Failure";
}
}
if (_root.mission eq 3.4) {
if ((_root.frags > 9) & (_root.life > 89)) {
_root.status = "Mission Complete";
if (_root.misionterminada < 12) {
_root.misionterminada = 12;
_root.csgame.data.misionterminada = 12;
}
if (_root.average2 > _root.highaverage2) {
_root.highaverage = _root.average;
_root.highaverage2 = _root.average2;
_root.csgame.data.highaverage = _root.highaverage;
}
if (_root.headshots > _root.highheadshots) {
_root.highheadshots = _root.headshots;
_root.csgame.data.highheadshots = _root.highheadshots;
}
if (_root.frags > _root.highfrags) {
_root.highfrags = _root.frags;
_root.csgame.data.highfrags = _root.highfrags;
}
if (_root.life > _root.highlife) {
_root.highlife = _root.life;
_root.csgame.data.highlife = _root.highlife;
}
} else {
_root.status = "Failure";
}
}
Frame 18
_root.gotoAndStop(1);
Frame 19
if (_root.status eq "Mission Complete") {
if (_root.highaverage < _root.average) {
_root.highaverage = _root.average;
_root.highaverage = _root.csgame.data.highaverage;
}
if (_root.highheadshots < _root.headshots) {
_root.highheadshots = _root.headshots;
_root.highheadshots = _root.csgame.data.highheadshots;
}
if (_root.highfrags < _root.frags) {
_root.highfrags = _root.frags;
_root.highfrags = _root.csgame.data.highfrags;
}
if (_root.highlife < _root.life) {
_root.highlife = _root.life;
_root.highlife = _root.csgame.data.highlife;
}
}
Frame 20
_root.gotoAndStop(1);
Frame 21
_root.gastadas2 = 0;
Instance of Symbol 260 MovieClip "efour" in Frame 21
onClipEvent (enterFrame) {
if (_root.readyattack eq true) {
if (_root.ataque eq 1) {
_root.eone.gotoAndPlay(2);
}
if (_root.ataque eq 2) {
_root.etwo.gotoAndPlay(2);
}
if (_root.ataque eq 3) {
_root.ethree.gotoAndPlay(2);
}
if (_root.ataque eq 4) {
_root.efour.gotoAndPlay(2);
}
}
if (_root.ataque eq 5) {
_root.ataque = 1;
}
}
Instance of Symbol 281 MovieClip "barra" in Frame 21
onClipEvent (enterFrame) {
this.lifebar._width = _root.life * 2;
}
Instance of Symbol 286 MovieClip "mouse" in Frame 21
onClipEvent (load) {
_root.reload._visible = 0;
_root.balascargador = 6;
_root.balasgastadas = 0;
}
onClipEvent (enterFrame) {
if (_root.mission eq 1.1) {
if (_root.frags > 50) {
_root.gotoAndStop("results");
}
}
if (_root.mission eq 1.2) {
if ((_root.frags > 60) & (_root.headshots > 54)) {
_root.gotoAndStop("results");
}
}
if (_root.mission eq 1.3) {
if (_root.life < 91) {
_root.gotoAndStop("results");
}
if ((_root.frags > 14) & (_root.life > 90)) {
_root.gotoAndStop("results");
}
}
if (_root.mission eq 1.4) {
if (((_root.frags > 70) & (_root.life > 69)) & (_root.headshots > 64)) {
_root.gotoAndStop("results");
}
}
Mouse.hide();
startDrag (this, true);
if ((_root.bulletsleft eq 0) & (_root.cargada eq false)) {
_root.gotoAndStop("results");
}
if (_root.life > 100) {
_root.life = 100;
}
if (_root.balasgastadas < 0) {
_root.balasgastadas = 0;
}
if (_root.life < 1) {
_root.gotoAndStop("results");
}
if (_root.ready2 eq true) {
this.gotoAndStop("gun2");
_root.ready2 = false;
} else {
this.gotoAndStop("gun1");
}
if (((Key.isDown(82) & (_root.ready eq true)) & (_root.balasllenas eq false)) & (_root.bulletsleft > 0)) {
if (_root.bulletsleft > 5) {
_root.balas.gotoAndStop("seis");
} else if (_root.bulletsleft eq 5) {
if (_root.balascargador eq 0) {
_root.balas.gotoAndStop("cinco");
} else {
_root.balas.gotoAndStop("seis");
}
} else if (_root.bulletsleft eq 4) {
if (_root.balascargador eq 0) {
_root.balas.gotoAndStop("cuatro");
} else if (_root.balascargador eq 1) {
_root.balas.gotoAndStop("cinco");
} else {
_root.balas.gotoAndStop("seis");
}
} else if (_root.bulletsleft eq 3) {
if (_root.balascargador eq 0) {
_root.balas.gotoAndStop("tres");
} else if (_root.balascargador eq 1) {
_root.balas.gotoAndStop("cuatro");
} else if (_root.balascargador eq 2) {
_root.balas.gotoAndStop("cinco");
} else {
_root.balas.gotoAndStop("seis");
}
} else if (_root.bulletsleft eq 2) {
if (_root.balascargador eq 0) {
_root.balas.gotoAndStop("dos");
} else if (_root.balascargador eq 1) {
_root.balas.gotoAndStop("tres");
} else if (_root.balascargador eq 2) {
_root.balas.gotoAndStop("cuatro");
} else if (_root.balascargador eq 3) {
_root.balas.gotoAndStop("cinco");
} else {
_root.balas.gotoAndStop("seis");
}
} else if (_root.bulletsleft eq 1) {
if (_root.balascargador eq 0) {
_root.balas.gotoAndStop("uno");
} else if (_root.balascargador eq 1) {
_root.balas.gotoAndStop("dos");
} else if (_root.balascargador eq 2) {
_root.balas.gotoAndStop("tres");
} else if (_root.balascargador eq 3) {
_root.balas.gotoAndStop("cuatro");
} else if (_root.balascargador eq 4) {
_root.balas.gotoAndStop("cinco");
} else {
_root.balas.gotoAndStop("seis");
}
}
_root.reload._visible = 0;
if (_root.sound eq true) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_reload", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.reload = new Sound(this._parent.BS_reload);
} else {
this.createEmptyMovieClip("_reload_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.reload = new Sound(this.BS_reload);
}
_global.Behaviors.Sound.reload.attachSound("reload");
_global.Behaviors.Sound.reload.start(0, 1);
}
if (_root.balasgastadas > 0) {
_root.bulletsleft = _root.bulletsleft - _root.balasgastadas;
if (_root.bulletsleft < 0) {
_root.bulletsleft = 0;
}
}
_root.balasgastadas = 0;
}
if ((_root.bulletsleft eq 0) & (_root.balascargador eq 0)) {
_root.sinmunicion = true;
} else {
_root.sinmunicion = false;
}
if ((_root.attacking eq true) & (_root.ataquelisto eq true)) {
_root.life = _root.life - 1;
}
}
onClipEvent (mouseDown) {
if (Key.isDown(82) == false) {
if (_root.cargada eq true) {
_root.ready2 = true;
_root.gastadas2 = _root.gastadas2 + 1;
if (_root.sound eq true) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_shoot", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.shoot = new Sound(this._parent.BS_shoot);
} else {
this.createEmptyMovieClip("_shoot_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.shoot = new Sound(this.BS_shoot);
}
_global.Behaviors.Sound.shoot.attachSound("shoot");
_global.Behaviors.Sound.shoot.start(0, 1);
}
_root.balasgastadas = _root.balasgastadas + 1;
this.gotoAndStop(2);
}
if (_root.ready eq true) {
_root.balas.nextFrame();
_root.ready = false;
}
}
}
onClipEvent (mouseUp) {
_root.ready = true;
_root.ready2 = false;
}
Frame 22
_root.gotoAndStop(1);
Frame 23
_root.gastadas2 = 0;
Instance of Symbol 294 MovieClip "eone" in Frame 23
onClipEvent (enterFrame) {
if (_root.readyattack eq true) {
if (_root.ataque eq 1) {
_root.eone.gotoAndPlay(2);
}
if (_root.ataque eq 2) {
_root.etwo.gotoAndPlay(2);
}
if (_root.ataque eq 3) {
_root.ethree.gotoAndPlay(2);
}
if (_root.ataque eq 4) {
_root.efour.gotoAndPlay(2);
}
}
if (_root.ataque eq 5) {
_root.ataque = 1;
}
}
Instance of Symbol 281 MovieClip "barra" in Frame 23
onClipEvent (enterFrame) {
this.lifebar._width = _root.life * 2;
}
Instance of Symbol 286 MovieClip "mouse" in Frame 23
onClipEvent (load) {
_root.reload._visible = 0;
_root.balascargador = 6;
_root.balasgastadas = 0;
}
onClipEvent (enterFrame) {
if ((_root.mission eq 2.1) & (_root.frags > 29)) {
_root.gotoAndStop("results");
}
if (((_root.mission eq 2.2) & (_root.frags > 14)) & (_root.headshots > 14)) {
_root.gotoAndStop("results");
}
if (((_root.mission eq 2.3) & (_root.frags > 29)) & (_root.headshots > 19)) {
_root.gotoAndStop("results");
}
if (((_root.mission eq 2.4) & (_root.frags > 4)) & (_root.life > 89)) {
_root.gotoAndStop("results");
}
if (_root.mission eq 2.4) {
if (_root.life < 91) {
_root.gotoAndStop("results");
}
}
Mouse.hide();
startDrag (this, true);
if ((_root.bulletsleft eq 0) & (_root.cargada eq false)) {
_root.gotoAndStop("results");
}
if (_root.life > 100) {
_root.life = 100;
}
if (_root.balasgastadas < 0) {
_root.balasgastadas = 0;
}
if (_root.life < 1) {
_root.gotoAndStop("results");
}
if (_root.ready2 eq true) {
this.gotoAndStop("gun2");
_root.ready2 = false;
} else {
this.gotoAndStop("gun1");
}
if (((Key.isDown(82) & (_root.ready eq true)) & (_root.balasllenas eq false)) & (_root.bulletsleft > 0)) {
if (_root.bulletsleft > 5) {
_root.balas.gotoAndStop("seis");
} else if (_root.bulletsleft eq 5) {
if (_root.balascargador eq 0) {
_root.balas.gotoAndStop("cinco");
} else {
_root.balas.gotoAndStop("seis");
}
} else if (_root.bulletsleft eq 4) {
if (_root.balascargador eq 0) {
_root.balas.gotoAndStop("cuatro");
} else if (_root.balascargador eq 1) {
_root.balas.gotoAndStop("cinco");
} else {
_root.balas.gotoAndStop("seis");
}
} else if (_root.bulletsleft eq 3) {
if (_root.balascargador eq 0) {
_root.balas.gotoAndStop("tres");
} else if (_root.balascargador eq 1) {
_root.balas.gotoAndStop("cuatro");
} else if (_root.balascargador eq 2) {
_root.balas.gotoAndStop("cinco");
} else {
_root.balas.gotoAndStop("seis");
}
} else if (_root.bulletsleft eq 2) {
if (_root.balascargador eq 0) {
_root.balas.gotoAndStop("dos");
} else if (_root.balascargador eq 1) {
_root.balas.gotoAndStop("tres");
} else if (_root.balascargador eq 2) {
_root.balas.gotoAndStop("cuatro");
} else if (_root.balascargador eq 3) {
_root.balas.gotoAndStop("cinco");
} else {
_root.balas.gotoAndStop("seis");
}
} else if (_root.bulletsleft eq 1) {
if (_root.balascargador eq 0) {
_root.balas.gotoAndStop("uno");
} else if (_root.balascargador eq 1) {
_root.balas.gotoAndStop("dos");
} else if (_root.balascargador eq 2) {
_root.balas.gotoAndStop("tres");
} else if (_root.balascargador eq 3) {
_root.balas.gotoAndStop("cuatro");
} else if (_root.balascargador eq 4) {
_root.balas.gotoAndStop("cinco");
} else {
_root.balas.gotoAndStop("seis");
}
}
_root.reload._visible = 0;
if (_root.sound eq true) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_reload", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.reload = new Sound(this._parent.BS_reload);
} else {
this.createEmptyMovieClip("_reload_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.reload = new Sound(this.BS_reload);
}
_global.Behaviors.Sound.reload.attachSound("reload");
_global.Behaviors.Sound.reload.start(0, 1);
}
if (_root.balasgastadas > 0) {
_root.bulletsleft = _root.bulletsleft - _root.balasgastadas;
if (_root.bulletsleft < 0) {
_root.bulletsleft = 0;
}
}
_root.balasgastadas = 0;
}
if ((_root.bulletsleft eq 0) & (_root.balascargador eq 0)) {
_root.sinmunicion = true;
} else {
_root.sinmunicion = false;
}
if ((_root.attacking eq true) & (_root.ataquelisto eq true)) {
_root.life = _root.life - 1;
}
}
onClipEvent (mouseDown) {
if (Key.isDown(82) == false) {
if (_root.cargada eq true) {
_root.ready2 = true;
_root.gastadas2 = _root.gastadas2 + 1;
if (_root.sound eq true) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_shoot", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.shoot = new Sound(this._parent.BS_shoot);
} else {
this.createEmptyMovieClip("_shoot_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.shoot = new Sound(this.BS_shoot);
}
_global.Behaviors.Sound.shoot.attachSound("shoot");
_global.Behaviors.Sound.shoot.start(0, 1);
}
_root.balasgastadas = _root.balasgastadas + 1;
this.gotoAndStop(2);
}
if (_root.ready eq true) {
_root.balas.nextFrame();
_root.ready = false;
}
}
}
onClipEvent (mouseUp) {
_root.ready = true;
_root.ready2 = false;
}
Frame 24
_root.gotoAndStop(1);
Frame 25
_root.gastadas2 = 0;
Instance of Symbol 319 MovieClip "eone" in Frame 25
onClipEvent (enterFrame) {
if (_root.readyattack eq true) {
if (_root.ataque eq 1) {
_root.eone.gotoAndPlay(2);
}
if (_root.ataque eq 2) {
_root.etwo.gotoAndPlay(2);
}
if (_root.ataque eq 3) {
_root.ethree.gotoAndPlay(2);
}
if (_root.ataque eq 4) {
_root.efour.gotoAndPlay(2);
}
}
if (_root.ataque eq 5) {
_root.ataque = 1;
}
}
Instance of Symbol 281 MovieClip "barra" in Frame 25
onClipEvent (enterFrame) {
this.lifebar._width = _root.life * 2;
}
Instance of Symbol 286 MovieClip "mouse" in Frame 25
onClipEvent (load) {
_root.reload._visible = 0;
_root.balascargador = 6;
_root.balasgastadas = 0;
}
onClipEvent (enterFrame) {
if ((_root.mission eq 3.1) & (_root.frags > 69)) {
_root.gotoAndStop("results");
}
if (((_root.mission eq 3.2) & (_root.frags > 69)) & (_root.headshots > 50)) {
_root.gotoAndStop("results");
}
if ((((_root.mission eq 3.3) & (_root.frags > 49)) & (_root.headshots > 49)) & (_root.life > 49)) {
_root.gotoAndStop("results");
}
if (_root.mission eq 3.3) {
if (_root.life < 50) {
_root.gotoAndStop("results");
}
}
if (((_root.mission eq 3.4) & (_root.frags > 9)) & (_root.life > 89)) {
_root.gotoAndStop("results");
}
if (_root.mission eq 3.4) {
if (_root.life < 91) {
_root.gotoAndStop("results");
}
}
Mouse.hide();
startDrag (this, true);
if ((_root.bulletsleft eq 0) & (_root.cargada eq false)) {
_root.gotoAndStop("results");
}
if (_root.life > 100) {
_root.life = 100;
}
if (_root.balasgastadas < 0) {
_root.balasgastadas = 0;
}
if (_root.life < 1) {
_root.gotoAndStop("results");
}
if (_root.ready2 eq true) {
this.gotoAndStop("gun2");
_root.ready2 = false;
} else {
this.gotoAndStop("gun1");
}
if (((Key.isDown(82) & (_root.ready eq true)) & (_root.balasllenas eq false)) & (_root.bulletsleft > 0)) {
if (_root.bulletsleft > 5) {
_root.balas.gotoAndStop("seis");
} else if (_root.bulletsleft eq 5) {
if (_root.balascargador eq 0) {
_root.balas.gotoAndStop("cinco");
} else {
_root.balas.gotoAndStop("seis");
}
} else if (_root.bulletsleft eq 4) {
if (_root.balascargador eq 0) {
_root.balas.gotoAndStop("cuatro");
} else if (_root.balascargador eq 1) {
_root.balas.gotoAndStop("cinco");
} else {
_root.balas.gotoAndStop("seis");
}
} else if (_root.bulletsleft eq 3) {
if (_root.balascargador eq 0) {
_root.balas.gotoAndStop("tres");
} else if (_root.balascargador eq 1) {
_root.balas.gotoAndStop("cuatro");
} else if (_root.balascargador eq 2) {
_root.balas.gotoAndStop("cinco");
} else {
_root.balas.gotoAndStop("seis");
}
} else if (_root.bulletsleft eq 2) {
if (_root.balascargador eq 0) {
_root.balas.gotoAndStop("dos");
} else if (_root.balascargador eq 1) {
_root.balas.gotoAndStop("tres");
} else if (_root.balascargador eq 2) {
_root.balas.gotoAndStop("cuatro");
} else if (_root.balascargador eq 3) {
_root.balas.gotoAndStop("cinco");
} else {
_root.balas.gotoAndStop("seis");
}
} else if (_root.bulletsleft eq 1) {
if (_root.balascargador eq 0) {
_root.balas.gotoAndStop("uno");
} else if (_root.balascargador eq 1) {
_root.balas.gotoAndStop("dos");
} else if (_root.balascargador eq 2) {
_root.balas.gotoAndStop("tres");
} else if (_root.balascargador eq 3) {
_root.balas.gotoAndStop("cuatro");
} else if (_root.balascargador eq 4) {
_root.balas.gotoAndStop("cinco");
} else {
_root.balas.gotoAndStop("seis");
}
}
_root.reload._visible = 0;
if (_root.sound eq true) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_reload", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.reload = new Sound(this._parent.BS_reload);
} else {
this.createEmptyMovieClip("_reload_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.reload = new Sound(this.BS_reload);
}
_global.Behaviors.Sound.reload.attachSound("reload");
_global.Behaviors.Sound.reload.start(0, 1);
}
if (_root.balasgastadas > 0) {
_root.bulletsleft = _root.bulletsleft - _root.balasgastadas;
if (_root.bulletsleft < 0) {
_root.bulletsleft = 0;
}
}
_root.balasgastadas = 0;
}
if ((_root.bulletsleft eq 0) & (_root.balascargador eq 0)) {
_root.sinmunicion = true;
} else {
_root.sinmunicion = false;
}
if ((_root.attacking eq true) & (_root.ataquelisto eq true)) {
_root.life = _root.life - 1;
}
}
onClipEvent (mouseDown) {
if (Key.isDown(82) == false) {
if (_root.cargada eq true) {
_root.ready2 = true;
_root.gastadas2 = _root.gastadas2 + 1;
if (_root.sound eq true) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_shoot", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.shoot = new Sound(this._parent.BS_shoot);
} else {
this.createEmptyMovieClip("_shoot_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.shoot = new Sound(this.BS_shoot);
}
_global.Behaviors.Sound.shoot.attachSound("shoot");
_global.Behaviors.Sound.shoot.start(0, 1);
}
_root.balasgastadas = _root.balasgastadas + 1;
this.gotoAndStop(2);
}
if (_root.ready eq true) {
_root.balas.nextFrame();
_root.ready = false;
}
}
}
onClipEvent (mouseUp) {
_root.ready = true;
_root.ready2 = false;
}
Frame 26
_root.gotoAndStop(1);
Symbol 10 MovieClip Frame 1
if (_root.sound eq false) {
this.stop();
_root.menusound = false;
}
Symbol 23 MovieClip Frame 1
stop();
_root.letter = 1;
_root.letter2 = 1;
Symbol 23 MovieClip Frame 2
_root.letter = 2;
Symbol 23 MovieClip Frame 3
_root.letter = 3;
Symbol 23 MovieClip Frame 4
_root.letter = 4;
Symbol 23 MovieClip Frame 5
_root.letter = 5;
Symbol 23 MovieClip Frame 6
_root.letter = 6;
Symbol 23 MovieClip Frame 7
_root.letter = 7;
Symbol 23 MovieClip Frame 8
_root.letter = 8;
Symbol 23 MovieClip Frame 9
_root.letter = 9;
Symbol 23 MovieClip Frame 10
_root.letter = 10;
Symbol 23 MovieClip Frame 11
_root.letter = 11;
Symbol 23 MovieClip Frame 12
_root.letter = 12;
Symbol 23 MovieClip Frame 13
_root.letter = 13;
Symbol 27 Button
on (press) {
_root.csgame.data.highaverage = 0;
_root.csgame.data.highheadshots = 0;
_root.csgame.data.highfrags = 0;
_root.csgame.data.highlife = 0;
_root.csgame.data.misionterminada = 0;
_root.highlife = 0;
_root.highfrags = 0;
_root.highheadshots = 0;
_root.highaverage = 0;
_root.misionterminada = 0;
_root.gotoAndStop("choose");
}
on (rollOver) {
if (_root.sound eq true) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_blip", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.blip = new Sound(this._parent.BS_blip);
} else {
this.createEmptyMovieClip("_blip_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.blip = new Sound(this.BS_blip);
}
_global.Behaviors.Sound.blip.attachSound("blip");
_global.Behaviors.Sound.blip.start(0, 1);
}
}
Symbol 32 Button
on (press) {
_root.highaverage = _root.csgame.data.highaverage;
_root.highheadshots = _root.csgame.data.highheadshots;
_root.highfrags = _root.csgame.data.highfrags;
_root.highlife = _root.csgame.data.highlife;
_root.misionterminada = _root.csgame.data.misionterminada;
_root.gotoAndStop("choose");
}
on (rollOver) {
if (_root.sound eq true) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_blip", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.blip = new Sound(this._parent.BS_blip);
} else {
this.createEmptyMovieClip("_blip_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.blip = new Sound(this.BS_blip);
}
_global.Behaviors.Sound.blip.attachSound("blip");
_global.Behaviors.Sound.blip.start(0, 1);
}
}
Symbol 37 Button
on (press) {
_root.gotoAndStop("options");
}
on (rollOver) {
if (_root.sound eq true) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_blip", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.blip = new Sound(this._parent.BS_blip);
} else {
this.createEmptyMovieClip("_blip_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.blip = new Sound(this.BS_blip);
}
_global.Behaviors.Sound.blip.attachSound("blip");
_global.Behaviors.Sound.blip.start(0, 1);
}
}
Symbol 42 Button
on (press) {
_root.gotoAndStop("credits");
}
on (rollOver) {
if (_root.sound eq true) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_blip", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.blip = new Sound(this._parent.BS_blip);
} else {
this.createEmptyMovieClip("_blip_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.blip = new Sound(this.BS_blip);
}
_global.Behaviors.Sound.blip.attachSound("blip");
_global.Behaviors.Sound.blip.start(0, 1);
}
}
Symbol 48 MovieClip Frame 1
stop();
Symbol 51 MovieClip Frame 1
stop();
Symbol 55 MovieClip Frame 1
stop();
Symbol 59 Button
on (press) {
if (_quality eq "LOW") {
_quality = "medium";
_root.display1.gotoAndStop(2);
} else if (_quality eq "MEDIUM") {
_quality = "high";
_root.display1.gotoAndStop(3);
} else if (_quality eq "HIGH") {
_quality = "low";
_root.display1.gotoAndStop(1);
}
}
on (rollOver) {
if (_root.sound eq true) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_blip", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.blip = new Sound(this._parent.BS_blip);
} else {
this.createEmptyMovieClip("_blip_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.blip = new Sound(this.BS_blip);
}
_global.Behaviors.Sound.blip.attachSound("blip");
_global.Behaviors.Sound.blip.start(0, 1);
}
}
Symbol 64 Button
on (press) {
if ($$fullscreen == true) {
fscommand ("fullscreen", false);
$$fullscreen = false;
_root.display2.gotoAndStop(2);
} else {
fscommand ("fullscreen", true);
$$fullscreen = true;
_root.display2.gotoAndStop(1);
}
}
on (rollOver) {
if (_root.sound eq true) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_blip", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.blip = new Sound(this._parent.BS_blip);
} else {
this.createEmptyMovieClip("_blip_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.blip = new Sound(this.BS_blip);
}
_global.Behaviors.Sound.blip.attachSound("blip");
_global.Behaviors.Sound.blip.start(0, 1);
}
}
Symbol 69 Button
on (press) {
if (_root.sound eq true) {
_root.sound = false;
_root.display3.gotoAndStop(2);
} else if (_root.sound eq false) {
_root.sound = true;
_root.display3.gotoAndStop(1);
}
}
on (rollOver) {
if (_root.sound eq true) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_blip", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.blip = new Sound(this._parent.BS_blip);
} else {
this.createEmptyMovieClip("_blip_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.blip = new Sound(this.BS_blip);
}
_global.Behaviors.Sound.blip.attachSound("blip");
_global.Behaviors.Sound.blip.start(0, 1);
}
}
Symbol 74 Button
on (press) {
_root.gotoAndStop("main");
}
on (rollOver) {
if (_root.sound eq true) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_blip", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.blip = new Sound(this._parent.BS_blip);
} else {
this.createEmptyMovieClip("_blip_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.blip = new Sound(this.BS_blip);
}
_global.Behaviors.Sound.blip.attachSound("blip");
_global.Behaviors.Sound.blip.start(0, 1);
}
}
Symbol 92 Button
on (press) {
_root.misionterminada = 100;
_root.csgame.data.misionterminada = 100;
_root.gotoAndStop("choose");
}
on (rollOver) {
if (_root.sound eq true) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_blip", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.blip = new Sound(this._parent.BS_blip);
} else {
this.createEmptyMovieClip("_blip_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.blip = new Sound(this.BS_blip);
}
_global.Behaviors.Sound.blip.attachSound("blip");
_global.Behaviors.Sound.blip.start(0, 1);
}
}
Symbol 97 Button
on (press) {
_root.misionterminada = 0;
_root.csgame.data.misionterminada = 0;
_root.gotoAndStop("choose");
}
on (rollOver) {
if (_root.sound eq true) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_blip", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.blip = new Sound(this._parent.BS_blip);
} else {
this.createEmptyMovieClip("_blip_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.blip = new Sound(this.BS_blip);
}
_global.Behaviors.Sound.blip.attachSound("blip");
_global.Behaviors.Sound.blip.start(0, 1);
}
}
Symbol 104 Button
on (press) {
_root.gotoAndStop("highscores");
}
on (rollOver) {
if (_root.sound eq true) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_blip", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.blip = new Sound(this._parent.BS_blip);
} else {
this.createEmptyMovieClip("_blip_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.blip = new Sound(this.BS_blip);
}
_global.Behaviors.Sound.blip.attachSound("blip");
_global.Behaviors.Sound.blip.start(0, 1);
}
}
Symbol 111 Button
on (press) {
_root.mission = 1.1;
_root.bulletsleft = 70;
_root.life = 100;
_root.headshots = 0;
_root.frags = 0;
_root.gotoAndStop("level1");
}
on (rollOver) {
_root.message = "Kill more than 50 enemies.";
if (_root.sound eq true) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_blip", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.blip = new Sound(this._parent.BS_blip);
} else {
this.createEmptyMovieClip("_blip_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.blip = new Sound(this.BS_blip);
}
_global.Behaviors.Sound.blip.attachSound("blip");
_global.Behaviors.Sound.blip.start(0, 1);
}
}
on (rollOut) {
_root.message = "";
}
Symbol 112 MovieClip Frame 1
stop();
Symbol 118 Button
on (press) {
_root.mission = 1.2;
_root.bulletsleft = 70;
_root.life = 100;
_root.headshots = 0;
_root.frags = 0;
_root.gotoAndStop("level1");
}
on (rollOver) {
_root.message = "Kill more than 60 enemies and over 54 headshots.";
if (_root.sound eq true) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_blip", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.blip = new Sound(this._parent.BS_blip);
} else {
this.createEmptyMovieClip("_blip_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.blip = new Sound(this.BS_blip);
}
_global.Behaviors.Sound.blip.attachSound("blip");
_global.Behaviors.Sound.blip.start(0, 1);
}
}
on (rollOut) {
_root.message = "";
}
Symbol 119 MovieClip Frame 1
stop();
Symbol 125 Button
on (press) {
_root.mission = 1.3;
_root.bulletsleft = 10;
_root.life = 100;
_root.headshots = 0;
_root.frags = 0;
_root.gotoAndStop("level1");
}
on (rollOver) {
_root.message = "Kill 15 enemies and get over 90 health.";
if (_root.sound eq true) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_blip", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.blip = new Sound(this._parent.BS_blip);
} else {
this.createEmptyMovieClip("_blip_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.blip = new Sound(this.BS_blip);
}
_global.Behaviors.Sound.blip.attachSound("blip");
_global.Behaviors.Sound.blip.start(0, 1);
}
}
on (rollOut) {
_root.message = "";
}
Symbol 126 MovieClip Frame 1
stop();
Symbol 136 Button
on (press) {
_root.mission = 1.4;
_root.bulletsleft = 76;
_root.life = 100;
_root.headshots = 0;
_root.frags = 0;
_root.gotoAndStop("level1");
}
on (rollOver) {
_root.message = "Get over 70 frags, over 64 Headshots and over 70 health.";
if (_root.sound eq true) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_blip", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.blip = new Sound(this._parent.BS_blip);
} else {
this.createEmptyMovieClip("_blip_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.blip = new Sound(this.BS_blip);
}
_global.Behaviors.Sound.blip.attachSound("blip");
_global.Behaviors.Sound.blip.start(0, 1);
}
}
on (rollOut) {
_root.message = "";
}
Symbol 137 MovieClip Frame 1
stop();
Symbol 143 Button
on (release) {
if (_root.map eq 1) {
_root.gotoAndStop("choose2");
}
if (_root.map eq 2) {
_root.gotoAndStop("choose3");
}
}
on (rollOver) {
_root.message = "Click to go to next map";
if (_root.sound eq true) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_blip", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.blip = new Sound(this._parent.BS_blip);
} else {
this.createEmptyMovieClip("_blip_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.blip = new Sound(this.BS_blip);
}
_global.Behaviors.Sound.blip.attachSound("blip");
_global.Behaviors.Sound.blip.start(0, 1);
}
}
on (rollOut) {
_root.message = "";
}
Symbol 144 MovieClip Frame 1
stop();
Symbol 151 Button
on (press) {
_root.mission = 2.1;
_root.bulletsleft = 70;
_root.life = 100;
_root.headshots = 0;
_root.frags = 0;
_root.gotoAndStop("level2");
}
on (rollOver) {
_root.message = "Kill 30 frags before you die.";
if (_root.sound eq true) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_blip", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.blip = new Sound(this._parent.BS_blip);
} else {
this.createEmptyMovieClip("_blip_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.blip = new Sound(this.BS_blip);
}
_global.Behaviors.Sound.blip.attachSound("blip");
_global.Behaviors.Sound.blip.start(0, 1);
}
}
on (rollOut) {
_root.message = "";
}
Symbol 152 MovieClip Frame 1
stop();
Symbol 156 Button
on (press) {
_root.mission = 2.2;
_root.bulletsleft = 17;
_root.life = 100;
_root.headshots = 0;
_root.frags = 0;
_root.gotoAndStop("level2");
}
on (rollOver) {
_root.message = "Kill 15 frags and get 15 headshots.";
if (_root.sound eq true) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_blip", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.blip = new Sound(this._parent.BS_blip);
} else {
this.createEmptyMovieClip("_blip_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.blip = new Sound(this.BS_blip);
}
_global.Behaviors.Sound.blip.attachSound("blip");
_global.Behaviors.Sound.blip.start(0, 1);
}
}
on (rollOut) {
_root.message = "";
}
Symbol 157 MovieClip Frame 1
stop();
Symbol 162 Button
on (press) {
_root.mission = 2.3;
_root.bulletsleft = 70;
_root.life = 100;
_root.headshots = 0;
_root.frags = 0;
_root.gotoAndStop("level2");
}
on (rollOver) {
_root.message = "Kill 30 frags and get 20 headshots.";
if (_root.sound eq true) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_blip", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.blip = new Sound(this._parent.BS_blip);
} else {
this.createEmptyMovieClip("_blip_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.blip = new Sound(this.BS_blip);
}
_global.Behaviors.Sound.blip.attachSound("blip");
_global.Behaviors.Sound.blip.start(0, 1);
}
}
on (rollOut) {
_root.message = "";
}
Symbol 163 MovieClip Frame 1
stop();
Symbol 169 Button
on (press) {
_root.mission = 2.4;
_root.bulletsleft = 70;
_root.life = 100;
_root.headshots = 0;
_root.frags = 0;
_root.gotoAndStop("level2");
}
on (rollOver) {
_root.message = "Kill 5 frags and get 90 or more life.";
if (_root.sound eq true) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_blip", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.blip = new Sound(this._parent.BS_blip);
} else {
this.createEmptyMovieClip("_blip_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.blip = new Sound(this.BS_blip);
}
_global.Behaviors.Sound.blip.attachSound("blip");
_global.Behaviors.Sound.blip.start(0, 1);
}
}
on (rollOut) {
_root.message = "";
}
Symbol 170 MovieClip Frame 1
stop();
Symbol 174 Button
on (release) {
if (_root.map eq 2) {
_root.gotoAndStop("choose");
}
if (_root.map eq 3) {
_root.gotoAndStop("choose2");
}
}
on (rollOver) {
_root.message = "Click to go to the previous map.";
if (_root.sound eq true) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_blip", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.blip = new Sound(this._parent.BS_blip);
} else {
this.createEmptyMovieClip("_blip_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.blip = new Sound(this.BS_blip);
}
_global.Behaviors.Sound.blip.attachSound("blip");
_global.Behaviors.Sound.blip.start(0, 1);
}
}
on (rollOut) {
_root.message = "";
}
Symbol 182 Button
on (press) {
_root.mission = 3.1;
_root.bulletsleft = 74;
_root.life = 100;
_root.headshots = 0;
_root.frags = 0;
_root.gotoAndStop("level3");
}
on (rollOver) {
_root.message = "Kill 70 frags.";
if (_root.sound eq true) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_blip", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.blip = new Sound(this._parent.BS_blip);
} else {
this.createEmptyMovieClip("_blip_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.blip = new Sound(this.BS_blip);
}
_global.Behaviors.Sound.blip.attachSound("blip");
_global.Behaviors.Sound.blip.start(0, 1);
}
}
on (rollOut) {
_root.message = "";
}
Symbol 183 MovieClip Frame 1
stop();
Symbol 186 Button
on (press) {
_root.mission = 3.2;
_root.bulletsleft = 74;
_root.life = 100;
_root.headshots = 0;
_root.frags = 0;
_root.gotoAndStop("level3");
}
on (rollOver) {
_root.message = "Kill 70 enemies and over 50 headshots.";
if (_root.sound eq true) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_blip", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.blip = new Sound(this._parent.BS_blip);
} else {
this.createEmptyMovieClip("_blip_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.blip = new Sound(this.BS_blip);
}
_global.Behaviors.Sound.blip.attachSound("blip");
_global.Behaviors.Sound.blip.start(0, 1);
}
}
on (rollOut) {
_root.message = "";
}
Symbol 187 MovieClip Frame 1
stop();
Symbol 191 Button
on (press) {
_root.mission = 3.3;
_root.bulletsleft = 70;
_root.life = 100;
_root.headshots = 0;
_root.frags = 0;
_root.gotoAndStop("level3");
}
on (rollOver) {
_root.message = "Kill 50 enemies, 50 headshots and 50 health.";
if (_root.sound eq true) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_blip", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.blip = new Sound(this._parent.BS_blip);
} else {
this.createEmptyMovieClip("_blip_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.blip = new Sound(this.BS_blip);
}
_global.Behaviors.Sound.blip.attachSound("blip");
_global.Behaviors.Sound.blip.start(0, 1);
}
}
on (rollOut) {
_root.message = "";
}
Symbol 192 MovieClip Frame 1
stop();
Symbol 196 Button
on (press) {
_root.mission = 3.4;
_root.bulletsleft = 70;
_root.life = 100;
_root.headshots = 0;
_root.frags = 0;
_root.gotoAndStop("level3");
}
on (rollOver) {
_root.message = "Kill 10 and 90 health.";
if (_root.sound eq true) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_blip", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.blip = new Sound(this._parent.BS_blip);
} else {
this.createEmptyMovieClip("_blip_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.blip = new Sound(this.BS_blip);
}
_global.Behaviors.Sound.blip.attachSound("blip");
_global.Behaviors.Sound.blip.start(0, 1);
}
}
on (rollOut) {
_root.message = "";
}
Symbol 197 MovieClip Frame 1
stop();
Symbol 201 Button
on (press) {
_root.gotoAndStop("end");
}
on (rollOver) {
_root.message = "View the final video.";
if (_root.sound eq true) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_blip", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.blip = new Sound(this._parent.BS_blip);
} else {
this.createEmptyMovieClip("_blip_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.blip = new Sound(this.BS_blip);
}
_global.Behaviors.Sound.blip.attachSound("blip");
_global.Behaviors.Sound.blip.start(0, 1);
}
}
on (rollOut) {
_root.message = "";
}
Symbol 202 MovieClip Frame 1
stop();
Symbol 217 Button
on (press) {
if (_root.map eq 1) {
_root.gotoAndStop("choose");
}
if (_root.map eq 2) {
_root.gotoAndStop("choose2");
}
if (_root.map eq 3) {
_root.gotoAndStop("choose3");
}
}
on (rollOver) {
if (_root.sound eq true) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_blip", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.blip = new Sound(this._parent.BS_blip);
} else {
this.createEmptyMovieClip("_blip_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.blip = new Sound(this.BS_blip);
}
_global.Behaviors.Sound.blip.attachSound("blip");
_global.Behaviors.Sound.blip.start(0, 1);
}
}
Symbol 231 Button
on (release) {
if (_root.map eq 1) {
_root.gotoAndStop("choose");
}
if (_root.map eq 2) {
_root.gotoAndStop("choose2");
}
if (_root.map eq 3) {
_root.gotoAndStop("choose3");
}
}
on (rollOver) {
if (_root.sound eq true) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_blip", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.blip = new Sound(this._parent.BS_blip);
} else {
this.createEmptyMovieClip("_blip_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.blip = new Sound(this.BS_blip);
}
_global.Behaviors.Sound.blip.attachSound("blip");
_global.Behaviors.Sound.blip.start(0, 1);
}
}
Symbol 236 Button
on (press) {
if ((_root.cargada2 eq true) & (Key.isDown(82) == false)) {
this.gotoAndStop("dead");
_root.attacking = false;
_root.frags = _root.frags + 1;
_root.headshots = _root.headshots + 1;
this.gotoAndStop(1);
if (_root.sound eq true) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_headshot", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.headshot = new Sound(this._parent.BS_headshot);
} else {
this.createEmptyMovieClip("_headshot_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.headshot = new Sound(this.BS_headshot);
}
_global.Behaviors.Sound.headshot.attachSound("headshot");
_global.Behaviors.Sound.headshot.start(0, 1);
}
}
}
Symbol 238 Button
on (press) {
if ((_root.cargada2 eq true) & (Key.isDown(82) == false)) {
_root.enem1hit = _root.enem1hit + 1;
_root.attacking = false;
_root.frags = _root.frags + 1;
this.gotoAndStop(1);
}
}
Symbol 242 MovieClip Frame 1
stop();
_root.ataque = Math.round(Math.random() * 4) + 1;
_root.readyattack = true;
_root.ataquelisto = true;
Symbol 242 MovieClip Frame 2
_root.readyattack = false;
Symbol 242 MovieClip Frame 20
_root.attacking = true;
_root.attacking = true;
Symbol 242 MovieClip Frame 21
_root.attacking = false;
Symbol 242 MovieClip Frame 22
_root.attacking = true;
Symbol 242 MovieClip Frame 23
_root.attacking = false;
Symbol 242 MovieClip Frame 24
_root.attacking = true;
Symbol 242 MovieClip Frame 25
_root.attacking = false;
Symbol 242 MovieClip Frame 26
_root.attacking = true;
Symbol 242 MovieClip Frame 27
_root.attacking = false;
Symbol 242 MovieClip Frame 28
_root.attacking = true;
Symbol 242 MovieClip Frame 29
_root.attacking = false;
Symbol 242 MovieClip Frame 30
_root.attacking = true;
Symbol 242 MovieClip Frame 31
_root.attacking = false;
Symbol 242 MovieClip Frame 32
_root.attacking = true;
Symbol 242 MovieClip Frame 33
_root.attacking = false;
Symbol 242 MovieClip Frame 34
_root.attacking = true;
Symbol 242 MovieClip Frame 35
_root.attacking = false;
Symbol 242 MovieClip Frame 36
_root.attacking = true;
Symbol 242 MovieClip Frame 37
_root.attacking = false;
Symbol 242 MovieClip Frame 38
_root.attacking = true;
Symbol 242 MovieClip Frame 39
_root.attacking = false;
Symbol 242 MovieClip Frame 40
_root.attacking = true;
Symbol 242 MovieClip Frame 41
_root.ataquelisto = false;
_root.attacking = false;
Symbol 242 MovieClip Frame 42
_root.attacking = false;
Symbol 245 Button
on (press) {
if ((_root.cargada2 eq true) & (Key.isDown(82) == false)) {
_root.frags = _root.frags + 1;
_root.enem1hit = _root.enem1hit + 1;
_root.attacking = false;
this.gotoAndStop(1);
}
}
Symbol 247 Button
on (press) {
if ((_root.cargada2 eq true) & (Key.isDown(82) == false)) {
this.gotoAndStop("dead");
_root.attacking = false;
_root.frags = _root.frags + 1;
_root.headshots = _root.headshots + 1;
this.gotoAndStop(1);
if (_root.sound eq true) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_headshot", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.headshot = new Sound(this._parent.BS_headshot);
} else {
this.createEmptyMovieClip("_headshot_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.headshot = new Sound(this.BS_headshot);
}
_global.Behaviors.Sound.headshot.attachSound("headshot");
_global.Behaviors.Sound.headshot.start(0, 1);
}
}
}
Symbol 248 MovieClip Frame 1
stop();
_root.ataque = Math.round(Math.random() * 4) + 1;
_root.readyattack = true;
_root.ataquelisto = true;
Symbol 248 MovieClip Frame 2
_root.readyattack = false;
Symbol 248 MovieClip Frame 20
_root.attacking = true;
_root.attacking = true;
Symbol 248 MovieClip Frame 21
_root.attacking = false;
Symbol 248 MovieClip Frame 22
_root.attacking = true;
Symbol 248 MovieClip Frame 23
_root.attacking = false;
Symbol 248 MovieClip Frame 24
_root.attacking = true;
Symbol 248 MovieClip Frame 25
_root.attacking = false;
Symbol 248 MovieClip Frame 26
_root.attacking = true;
Symbol 248 MovieClip Frame 27
_root.attacking = false;
Symbol 248 MovieClip Frame 28
_root.attacking = true;
Symbol 248 MovieClip Frame 29
_root.attacking = false;
Symbol 248 MovieClip Frame 30
_root.attacking = true;
Symbol 248 MovieClip Frame 31
_root.attacking = false;
Symbol 248 MovieClip Frame 32
_root.attacking = true;
Symbol 248 MovieClip Frame 33
_root.attacking = false;
Symbol 248 MovieClip Frame 34
_root.attacking = true;
Symbol 248 MovieClip Frame 35
_root.attacking = false;
Symbol 248 MovieClip Frame 36
_root.attacking = true;
Symbol 248 MovieClip Frame 37
_root.attacking = false;
Symbol 248 MovieClip Frame 38
_root.attacking = true;
Symbol 248 MovieClip Frame 39
_root.attacking = false;
Symbol 248 MovieClip Frame 40
_root.attacking = true;
Symbol 248 MovieClip Frame 41
_root.ataquelisto = false;
_root.attacking = false;
Symbol 248 MovieClip Frame 42
_root.attacking = false;
Symbol 251 Button
on (press) {
if ((_root.cargada2 eq true) & (Key.isDown(82) == false)) {
this.gotoAndStop("dead");
_root.attacking = false;
_root.frags = _root.frags + 1;
_root.headshots = _root.headshots + 1;
this.gotoAndStop(1);
if (_root.sound eq true) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_headshot", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.headshot = new Sound(this._parent.BS_headshot);
} else {
this.createEmptyMovieClip("_headshot_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.headshot = new Sound(this.BS_headshot);
}
_global.Behaviors.Sound.headshot.attachSound("headshot");
_global.Behaviors.Sound.headshot.start(0, 1);
}
}
}
Symbol 253 Button
on (press) {
if ((_root.cargada2 eq true) & (Key.isDown(82) == false)) {
_root.frags = _root.frags + 1;
_root.attacking = false;
_root.enem1hit = _root.enem1hit + 1;
this.gotoAndStop(1);
}
}
Symbol 254 MovieClip Frame 1
stop();
_root.ataque = Math.round(Math.random() * 4) + 1;
_root.readyattack = true;
_root.ataquelisto = true;
Symbol 254 MovieClip Frame 2
_root.readyattack = false;
Symbol 254 MovieClip Frame 20
_root.attacking = true;
_root.attacking = true;
Symbol 254 MovieClip Frame 21
_root.attacking = false;
Symbol 254 MovieClip Frame 22
_root.attacking = true;
Symbol 254 MovieClip Frame 23
_root.attacking = false;
Symbol 254 MovieClip Frame 24
_root.attacking = true;
Symbol 254 MovieClip Frame 25
_root.attacking = false;
Symbol 254 MovieClip Frame 26
_root.attacking = true;
Symbol 254 MovieClip Frame 27
_root.attacking = false;
Symbol 254 MovieClip Frame 28
_root.attacking = true;
Symbol 254 MovieClip Frame 29
_root.attacking = false;
Symbol 254 MovieClip Frame 30
_root.attacking = true;
Symbol 254 MovieClip Frame 31
_root.attacking = false;
Symbol 254 MovieClip Frame 32
_root.attacking = true;
Symbol 254 MovieClip Frame 33
_root.attacking = false;
Symbol 254 MovieClip Frame 34
_root.attacking = true;
Symbol 254 MovieClip Frame 35
_root.attacking = false;
Symbol 254 MovieClip Frame 36
_root.attacking = true;
Symbol 254 MovieClip Frame 37
_root.attacking = false;
Symbol 254 MovieClip Frame 38
_root.attacking = true;
Symbol 254 MovieClip Frame 39
_root.attacking = false;
Symbol 254 MovieClip Frame 40
_root.attacking = true;
Symbol 254 MovieClip Frame 41
_root.ataquelisto = false;
_root.attacking = false;
Symbol 254 MovieClip Frame 42
_root.attacking = false;
Symbol 257 Button
on (press) {
if ((_root.cargada2 eq true) & (Key.isDown(82) == false)) {
this.gotoAndStop("dead");
_root.attacking = false;
_root.frags = _root.frags + 1;
_root.headshots = _root.headshots + 1;
this.gotoAndStop(1);
if (_root.sound eq true) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_headshot", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.headshot = new Sound(this._parent.BS_headshot);
} else {
this.createEmptyMovieClip("_headshot_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.headshot = new Sound(this.BS_headshot);
}
_global.Behaviors.Sound.headshot.attachSound("headshot");
_global.Behaviors.Sound.headshot.start(0, 1);
}
}
}
Symbol 259 Button
on (press) {
if ((_root.cargada2 eq true) & (Key.isDown(82) == false)) {
_root.enem1hit = _root.enem1hit + 1;
_root.frags = _root.frags + 1;
this.gotoAndStop(1);
_root.attacking = false;
}
}
Symbol 260 MovieClip Frame 1
stop();
_root.ataque = Math.round(Math.random() * 4) + 1;
_root.readyattack = true;
_root.ataquelisto = true;
Symbol 260 MovieClip Frame 2
_root.readyattack = false;
Symbol 260 MovieClip Frame 20
_root.attacking = true;
Symbol 260 MovieClip Frame 21
_root.attacking = false;
Symbol 260 MovieClip Frame 22
_root.attacking = true;
Symbol 260 MovieClip Frame 23
_root.attacking = false;
Symbol 260 MovieClip Frame 24
_root.attacking = true;
Symbol 260 MovieClip Frame 25
_root.attacking = false;
Symbol 260 MovieClip Frame 26
_root.attacking = true;
Symbol 260 MovieClip Frame 27
_root.attacking = false;
Symbol 260 MovieClip Frame 28
_root.attacking = true;
Symbol 260 MovieClip Frame 29
_root.attacking = false;
Symbol 260 MovieClip Frame 30
_root.attacking = true;
Symbol 260 MovieClip Frame 31
_root.attacking = false;
Symbol 260 MovieClip Frame 32
_root.attacking = true;
Symbol 260 MovieClip Frame 33
_root.attacking = false;
Symbol 260 MovieClip Frame 34
_root.attacking = true;
Symbol 260 MovieClip Frame 35
_root.attacking = false;
Symbol 260 MovieClip Frame 36
_root.attacking = true;
Symbol 260 MovieClip Frame 37
_root.attacking = false;
Symbol 260 MovieClip Frame 38
_root.attacking = true;
Symbol 260 MovieClip Frame 39
_root.attacking = false;
Symbol 260 MovieClip Frame 40
_root.attacking = true;
Symbol 260 MovieClip Frame 41
_root.attacking = false;
Symbol 260 MovieClip Frame 42
_root.ataquelisto = false;
Symbol 262 Button
on (release) {
_root.life = _root.life + 20;
this.gotoAndPlay("terminado");
}
Symbol 263 MovieClip Frame 1
gotoAndPlay ("terminado");
Symbol 263 MovieClip Frame 374
this._x = random(750);
this._y = random(550);
this.gotoAndPlay("visible");
Symbol 273 MovieClip Frame 1
stop();
_root.cargada = true;
_root.balasllenas = true;
_root.balascargador = 6;
_root.cargada2 = true;
Symbol 273 MovieClip Frame 2
_root.cargada = true;
_root.balasllenas = false;
_root.balascargador = 5;
Symbol 273 MovieClip Frame 3
_root.cargada = true;
_root.balascargador = 4;
Symbol 273 MovieClip Frame 4
_root.cargada = true;
_root.balascargador = 3;
Symbol 273 MovieClip Frame 5
_root.cargada = true;
_root.balascargador = 2;
Symbol 273 MovieClip Frame 6
_root.cargada = true;
_root.balascargador = 1;
Symbol 273 MovieClip Frame 7
_root.reload._visible = 1;
_root.cargada = false;
_root.balascargador = 0;
Symbol 273 MovieClip Frame 8
gotoAndStop (7);
_root.cargada2 = false;
Symbol 286 MovieClip Frame 1
stop();
if (_root.weapon eq "gun") {
this.gotoAndStop("gun1");
}
Symbol 286 MovieClip Frame 2
stop();
if (_root.weapon eq "gun") {
this.gotoAndStop("gun1");
}
Symbol 286 MovieClip Frame 3
stop();
Symbol 286 MovieClip Frame 4
stop();
Symbol 290 Button
on (press) {
if ((_root.cargada2 eq true) & (Key.isDown(82) == false)) {
this.gotoAndStop("dead");
_root.attacking = false;
_root.frags = _root.frags + 1;
_root.headshots = _root.headshots + 1;
_root.eone.gotoAndStop(1);
if (_root.sound eq true) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_headshot", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.headshot = new Sound(this._parent.BS_headshot);
} else {
this.createEmptyMovieClip("_headshot_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.headshot = new Sound(this.BS_headshot);
}
_global.Behaviors.Sound.headshot.attachSound("headshot");
_global.Behaviors.Sound.headshot.start(0, 1);
}
}
}
Symbol 292 Button
on (press) {
if ((_root.cargada2 eq true) & (Key.isDown(82) == false)) {
_root.frags = _root.frags + 1;
_root.enem1hit = _root.enem1hit + 1;
_root.attacking = false;
_root.eone.gotoAndStop(1);
}
}
Symbol 294 MovieClip Frame 1
stop();
_root.ataque = Math.round(Math.random() * 4) + 1;
_root.readyattack = true;
_root.ataquelisto = true;
Symbol 294 MovieClip Frame 2
_root.readyattack = false;
Symbol 294 MovieClip Frame 20
_root.attacking = true;
Symbol 294 MovieClip Frame 21
_root.attacking = true;
_root.attacking = false;
Symbol 294 MovieClip Frame 22
_root.attacking = true;
Symbol 294 MovieClip Frame 23
_root.attacking = false;
Symbol 294 MovieClip Frame 24
_root.attacking = true;
Symbol 294 MovieClip Frame 25
_root.attacking = false;
Symbol 294 MovieClip Frame 26
_root.attacking = true;
Symbol 294 MovieClip Frame 27
_root.attacking = false;
Symbol 294 MovieClip Frame 28
_root.attacking = true;
Symbol 294 MovieClip Frame 29
_root.attacking = false;
Symbol 294 MovieClip Frame 30
_root.attacking = true;
Symbol 294 MovieClip Frame 31
_root.attacking = false;
Symbol 294 MovieClip Frame 32
_root.attacking = true;
Symbol 294 MovieClip Frame 33
_root.attacking = false;
Symbol 294 MovieClip Frame 34
_root.attacking = true;
Symbol 294 MovieClip Frame 35
_root.attacking = false;
Symbol 294 MovieClip Frame 36
_root.attacking = true;
Symbol 294 MovieClip Frame 37
_root.attacking = false;
Symbol 294 MovieClip Frame 38
_root.attacking = true;
Symbol 294 MovieClip Frame 39
_root.attacking = false;
Symbol 294 MovieClip Frame 40
_root.ataquelisto = false;
_root.attacking = true;
Symbol 294 MovieClip Frame 41
_root.attacking = false;
_root.attacking = false;
Symbol 296 Button
on (press) {
if ((_root.cargada2 eq true) & (Key.isDown(82) == false)) {
this.gotoAndStop("dead");
_root.attacking = false;
_root.frags = _root.frags + 1;
_root.headshots = _root.headshots + 1;
_root.etwo.gotoAndStop(1);
if (_root.sound eq true) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_headshot", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.headshot = new Sound(this._parent.BS_headshot);
} else {
this.createEmptyMovieClip("_headshot_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.headshot = new Sound(this.BS_headshot);
}
_global.Behaviors.Sound.headshot.attachSound("headshot");
_global.Behaviors.Sound.headshot.start(0, 1);
}
}
}
Symbol 297 Button
on (press) {
if ((_root.cargada2 eq true) & (Key.isDown(82) == false)) {
_root.frags = _root.frags + 1;
_root.enem1hit = _root.enem1hit + 1;
_root.attacking = false;
_root.etwo.gotoAndStop(1);
}
}
Symbol 299 MovieClip Frame 1
stop();
_root.ataque = Math.round(Math.random() * 4) + 1;
_root.readyattack = true;
_root.ataquelisto = true;
_root.ataquelisto = true;
Symbol 299 MovieClip Frame 2
_root.readyattack = false;
Symbol 299 MovieClip Frame 20
_root.attacking = true;
Symbol 299 MovieClip Frame 21
_root.attacking = true;
_root.attacking = false;
Symbol 299 MovieClip Frame 22
_root.attacking = true;
Symbol 299 MovieClip Frame 23
_root.attacking = false;
Symbol 299 MovieClip Frame 24
_root.attacking = true;
Symbol 299 MovieClip Frame 25
_root.attacking = false;
Symbol 299 MovieClip Frame 26
_root.attacking = true;
Symbol 299 MovieClip Frame 27
_root.attacking = false;
Symbol 299 MovieClip Frame 28
_root.attacking = true;
Symbol 299 MovieClip Frame 29
_root.attacking = false;
Symbol 299 MovieClip Frame 30
_root.attacking = true;
Symbol 299 MovieClip Frame 31
_root.attacking = false;
Symbol 299 MovieClip Frame 32
_root.attacking = true;
Symbol 299 MovieClip Frame 33
_root.attacking = false;
Symbol 299 MovieClip Frame 34
_root.attacking = true;
Symbol 299 MovieClip Frame 35
_root.attacking = false;
Symbol 299 MovieClip Frame 36
_root.attacking = true;
Symbol 299 MovieClip Frame 37
_root.attacking = false;
Symbol 299 MovieClip Frame 38
_root.attacking = true;
Symbol 299 MovieClip Frame 39
_root.attacking = false;
Symbol 299 MovieClip Frame 40
_root.ataquelisto = false;
_root.attacking = true;
Symbol 299 MovieClip Frame 41
_root.attacking = false;
_root.attacking = false;
Symbol 301 Button
on (press) {
if ((_root.cargada2 eq true) & (Key.isDown(82) == false)) {
this.gotoAndStop("dead");
_root.attacking = false;
_root.frags = _root.frags + 1;
_root.headshots = _root.headshots + 1;
_root.ethree.gotoAndStop(1);
if (_root.sound eq true) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_headshot", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.headshot = new Sound(this._parent.BS_headshot);
} else {
this.createEmptyMovieClip("_headshot_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.headshot = new Sound(this.BS_headshot);
}
_global.Behaviors.Sound.headshot.attachSound("headshot");
_global.Behaviors.Sound.headshot.start(0, 1);
}
}
}
Symbol 302 Button
on (press) {
if ((_root.cargada2 eq true) & (Key.isDown(82) == false)) {
_root.frags = _root.frags + 1;
_root.enem1hit = _root.enem1hit + 1;
_root.attacking = false;
_root.ethree.gotoAndStop(1);
}
}
Symbol 303 MovieClip Frame 1
stop();
_root.ataque = Math.round(Math.random() * 4) + 1;
_root.readyattack = true;
_root.ataquelisto = true;
Symbol 303 MovieClip Frame 2
_root.readyattack = false;
Symbol 303 MovieClip Frame 20
_root.attacking = true;
Symbol 303 MovieClip Frame 21
_root.attacking = true;
_root.attacking = false;
Symbol 303 MovieClip Frame 22
_root.attacking = true;
Symbol 303 MovieClip Frame 23
_root.attacking = false;
Symbol 303 MovieClip Frame 24
_root.attacking = true;
Symbol 303 MovieClip Frame 25
_root.attacking = false;
Symbol 303 MovieClip Frame 26
_root.attacking = true;
Symbol 303 MovieClip Frame 27
_root.attacking = false;
Symbol 303 MovieClip Frame 28
_root.attacking = true;
Symbol 303 MovieClip Frame 29
_root.attacking = false;
Symbol 303 MovieClip Frame 30
_root.attacking = true;
Symbol 303 MovieClip Frame 31
_root.attacking = false;
Symbol 303 MovieClip Frame 32
_root.attacking = true;
Symbol 303 MovieClip Frame 33
_root.attacking = false;
Symbol 303 MovieClip Frame 34
_root.attacking = true;
Symbol 303 MovieClip Frame 35
_root.attacking = false;
Symbol 303 MovieClip Frame 36
_root.attacking = true;
Symbol 303 MovieClip Frame 37
_root.attacking = false;
Symbol 303 MovieClip Frame 38
_root.attacking = true;
Symbol 303 MovieClip Frame 39
_root.attacking = false;
Symbol 303 MovieClip Frame 40
_root.ataquelisto = false;
_root.attacking = true;
Symbol 303 MovieClip Frame 41
_root.attacking = false;
_root.attacking = false;
Symbol 306 Button
on (press) {
if ((_root.cargada2 eq true) & (Key.isDown(82) == false)) {
this.gotoAndStop("dead");
_root.attacking = false;
_root.frags = _root.frags + 1;
_root.headshots = _root.headshots + 1;
_root.efour.gotoAndStop(1);
if (_root.sound eq true) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_headshot", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.headshot = new Sound(this._parent.BS_headshot);
} else {
this.createEmptyMovieClip("_headshot_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.headshot = new Sound(this.BS_headshot);
}
_global.Behaviors.Sound.headshot.attachSound("headshot");
_global.Behaviors.Sound.headshot.start(0, 1);
}
}
}
Symbol 308 Button
on (press) {
if ((_root.cargada2 eq true) & (Key.isDown(82) == false)) {
_root.frags = _root.frags + 1;
_root.enem1hit = _root.enem1hit + 1;
_root.attacking = false;
_root.efour.gotoAndStop(1);
}
}
Symbol 309 MovieClip Frame 1
stop();
_root.ataque = Math.round(Math.random() * 4) + 1;
_root.readyattack = true;
_root.ataquelisto = true;
Symbol 309 MovieClip Frame 2
_root.readyattack = false;
Symbol 309 MovieClip Frame 20
_root.attacking = true;
Symbol 309 MovieClip Frame 21
_root.attacking = true;
_root.attacking = false;
Symbol 309 MovieClip Frame 22
_root.attacking = true;
Symbol 309 MovieClip Frame 23
_root.attacking = false;
Symbol 309 MovieClip Frame 24
_root.attacking = true;
Symbol 309 MovieClip Frame 25
_root.attacking = false;
Symbol 309 MovieClip Frame 26
_root.attacking = true;
Symbol 309 MovieClip Frame 27
_root.attacking = false;
Symbol 309 MovieClip Frame 28
_root.attacking = true;
Symbol 309 MovieClip Frame 29
_root.attacking = false;
Symbol 309 MovieClip Frame 30
_root.attacking = true;
Symbol 309 MovieClip Frame 31
_root.attacking = false;
Symbol 309 MovieClip Frame 32
_root.attacking = true;
Symbol 309 MovieClip Frame 33
_root.attacking = false;
Symbol 309 MovieClip Frame 34
_root.attacking = true;
Symbol 309 MovieClip Frame 35
_root.attacking = false;
Symbol 309 MovieClip Frame 36
_root.attacking = true;
Symbol 309 MovieClip Frame 37
_root.attacking = false;
Symbol 309 MovieClip Frame 38
_root.attacking = true;
Symbol 309 MovieClip Frame 39
_root.attacking = false;
Symbol 309 MovieClip Frame 40
_root.ataquelisto = false;
_root.attacking = true;
Symbol 309 MovieClip Frame 41
_root.attacking = false;
_root.attacking = false;
Symbol 316 Button
on (press) {
if ((_root.cargada2 eq true) & (Key.isDown(82) == false)) {
this.gotoAndStop("dead");
_root.attacking = false;
_root.frags = _root.frags + 1;
_root.headshots = _root.headshots + 1;
_root.eone.gotoAndStop(1);
if (_root.sound eq true) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_headshot", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.headshot = new Sound(this._parent.BS_headshot);
} else {
this.createEmptyMovieClip("_headshot_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.headshot = new Sound(this.BS_headshot);
}
_global.Behaviors.Sound.headshot.attachSound("headshot");
_global.Behaviors.Sound.headshot.start(0, 1);
}
}
}
Symbol 317 Button
on (press) {
if ((_root.cargada2 eq true) & (Key.isDown(82) == false)) {
_root.frags = _root.frags + 1;
_root.enem1hit = _root.enem1hit + 1;
_root.attacking = false;
_root.eone.gotoAndStop(1);
}
}
Symbol 319 MovieClip Frame 1
stop();
_root.ataque = Math.round(Math.random() * 4) + 1;
_root.readyattack = true;
_root.ataquelisto = true;
Symbol 319 MovieClip Frame 2
_root.readyattack = false;
Symbol 319 MovieClip Frame 20
_root.attacking = true;
Symbol 319 MovieClip Frame 21
_root.attacking = true;
_root.attacking = false;
Symbol 319 MovieClip Frame 22
_root.attacking = true;
Symbol 319 MovieClip Frame 23
_root.attacking = false;
Symbol 319 MovieClip Frame 24
_root.attacking = true;
Symbol 319 MovieClip Frame 25
_root.attacking = false;
Symbol 319 MovieClip Frame 26
_root.attacking = true;
Symbol 319 MovieClip Frame 27
_root.attacking = false;
Symbol 319 MovieClip Frame 28
_root.attacking = true;
Symbol 319 MovieClip Frame 29
_root.attacking = false;
Symbol 319 MovieClip Frame 30
_root.attacking = true;
Symbol 319 MovieClip Frame 31
_root.attacking = false;
Symbol 319 MovieClip Frame 32
_root.attacking = true;
Symbol 319 MovieClip Frame 33
_root.attacking = false;
Symbol 319 MovieClip Frame 34
_root.attacking = true;
Symbol 319 MovieClip Frame 35
_root.attacking = false;
Symbol 319 MovieClip Frame 36
_root.attacking = true;
Symbol 319 MovieClip Frame 37
_root.attacking = false;
Symbol 319 MovieClip Frame 38
_root.attacking = true;
Symbol 319 MovieClip Frame 39
_root.attacking = false;
Symbol 319 MovieClip Frame 40
_root.ataquelisto = false;
_root.attacking = true;
Symbol 319 MovieClip Frame 41
_root.attacking = false;
_root.attacking = false;
Symbol 321 Button
on (press) {
if ((_root.cargada2 eq true) & (Key.isDown(82) == false)) {
_root.frags = _root.frags + 1;
_root.enem1hit = _root.enem1hit + 1;
_root.attacking = false;
_root.etwo.gotoAndStop(1);
}
}
Symbol 322 Button
on (press) {
if ((_root.cargada2 eq true) & (Key.isDown(82) == false)) {
this.gotoAndStop("dead");
_root.attacking = false;
_root.frags = _root.frags + 1;
_root.headshots = _root.headshots + 1;
_root.etwo.gotoAndStop(1);
if (_root.sound eq true) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_headshot", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.headshot = new Sound(this._parent.BS_headshot);
} else {
this.createEmptyMovieClip("_headshot_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.headshot = new Sound(this.BS_headshot);
}
_global.Behaviors.Sound.headshot.attachSound("headshot");
_global.Behaviors.Sound.headshot.start(0, 1);
}
}
}
Symbol 323 MovieClip Frame 1
stop();
_root.ataque = Math.round(Math.random() * 4) + 1;
_root.readyattack = true;
_root.ataquelisto = true;
Symbol 323 MovieClip Frame 2
_root.readyattack = false;
Symbol 323 MovieClip Frame 20
_root.attacking = true;
Symbol 323 MovieClip Frame 21
_root.attacking = true;
_root.attacking = false;
Symbol 323 MovieClip Frame 22
_root.attacking = true;
Symbol 323 MovieClip Frame 23
_root.attacking = false;
Symbol 323 MovieClip Frame 24
_root.attacking = true;
Symbol 323 MovieClip Frame 25
_root.attacking = false;
Symbol 323 MovieClip Frame 26
_root.attacking = true;
Symbol 323 MovieClip Frame 27
_root.attacking = false;
Symbol 323 MovieClip Frame 28
_root.attacking = true;
Symbol 323 MovieClip Frame 29
_root.attacking = false;
Symbol 323 MovieClip Frame 30
_root.attacking = true;
Symbol 323 MovieClip Frame 31
_root.attacking = false;
Symbol 323 MovieClip Frame 32
_root.attacking = true;
Symbol 323 MovieClip Frame 33
_root.attacking = false;
Symbol 323 MovieClip Frame 34
_root.attacking = true;
Symbol 323 MovieClip Frame 35
_root.attacking = false;
Symbol 323 MovieClip Frame 36
_root.attacking = true;
Symbol 323 MovieClip Frame 37
_root.attacking = false;
Symbol 323 MovieClip Frame 38
_root.attacking = true;
Symbol 323 MovieClip Frame 39
_root.attacking = false;
Symbol 323 MovieClip Frame 40
_root.ataquelisto = false;
_root.attacking = true;
Symbol 323 MovieClip Frame 41
_root.attacking = false;
_root.attacking = false;
Symbol 325 Button
on (press) {
if ((_root.cargada2 eq true) & (Key.isDown(82) == false)) {
this.gotoAndStop("dead");
_root.attacking = false;
_root.frags = _root.frags + 1;
_root.headshots = _root.headshots + 1;
_root.ethree.gotoAndStop(1);
if (_root.sound eq true) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_headshot", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.headshot = new Sound(this._parent.BS_headshot);
} else {
this.createEmptyMovieClip("_headshot_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.headshot = new Sound(this.BS_headshot);
}
_global.Behaviors.Sound.headshot.attachSound("headshot");
_global.Behaviors.Sound.headshot.start(0, 1);
}
}
}
Symbol 326 Button
on (press) {
if ((_root.cargada2 eq true) & (Key.isDown(82) == false)) {
_root.frags = _root.frags + 1;
_root.enem1hit = _root.enem1hit + 1;
_root.attacking = false;
_root.ethree.gotoAndStop(1);
}
}
Symbol 327 MovieClip Frame 1
stop();
_root.ataque = Math.round(Math.random() * 4) + 1;
_root.readyattack = true;
_root.ataquelisto = true;
Symbol 327 MovieClip Frame 2
_root.readyattack = false;
Symbol 327 MovieClip Frame 20
_root.attacking = true;
Symbol 327 MovieClip Frame 21
_root.attacking = true;
_root.attacking = false;
Symbol 327 MovieClip Frame 22
_root.attacking = true;
Symbol 327 MovieClip Frame 23
_root.attacking = false;
Symbol 327 MovieClip Frame 24
_root.attacking = true;
Symbol 327 MovieClip Frame 25
_root.attacking = false;
Symbol 327 MovieClip Frame 26
_root.attacking = true;
Symbol 327 MovieClip Frame 27
_root.attacking = false;
Symbol 327 MovieClip Frame 28
_root.attacking = true;
Symbol 327 MovieClip Frame 29
_root.attacking = false;
Symbol 327 MovieClip Frame 30
_root.attacking = true;
Symbol 327 MovieClip Frame 31
_root.attacking = false;
Symbol 327 MovieClip Frame 32
_root.attacking = true;
Symbol 327 MovieClip Frame 33
_root.attacking = false;
Symbol 327 MovieClip Frame 34
_root.attacking = true;
Symbol 327 MovieClip Frame 35
_root.attacking = false;
Symbol 327 MovieClip Frame 36
_root.attacking = true;
Symbol 327 MovieClip Frame 37
_root.attacking = false;
Symbol 327 MovieClip Frame 38
_root.attacking = true;
Symbol 327 MovieClip Frame 39
_root.attacking = false;
Symbol 327 MovieClip Frame 40
_root.ataquelisto = false;
_root.attacking = true;
Symbol 327 MovieClip Frame 41
_root.attacking = false;
_root.attacking = false;
Symbol 329 Button
on (press) {
if ((_root.cargada2 eq true) & (Key.isDown(82) == false)) {
this.gotoAndStop("dead");
_root.attacking = false;
_root.frags = _root.frags + 1;
_root.headshots = _root.headshots + 1;
_root.efour.gotoAndStop(1);
if (_root.sound eq true) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_headshot", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.headshot = new Sound(this._parent.BS_headshot);
} else {
this.createEmptyMovieClip("_headshot_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.headshot = new Sound(this.BS_headshot);
}
_global.Behaviors.Sound.headshot.attachSound("headshot");
_global.Behaviors.Sound.headshot.start(0, 1);
}
}
}
Symbol 330 Button
on (press) {
if ((_root.cargada2 eq true) & (Key.isDown(82) == false)) {
_root.frags = _root.frags + 1;
_root.enem1hit = _root.enem1hit + 1;
_root.attacking = false;
_root.efour.gotoAndStop(1);
}
}
Symbol 331 MovieClip Frame 1
stop();
_root.ataque = Math.round(Math.random() * 4) + 1;
_root.readyattack = true;
_root.ataquelisto = true;
Symbol 331 MovieClip Frame 2
_root.readyattack = false;
Symbol 331 MovieClip Frame 20
_root.attacking = true;
Symbol 331 MovieClip Frame 21
_root.attacking = true;
_root.attacking = false;
Symbol 331 MovieClip Frame 22
_root.attacking = true;
Symbol 331 MovieClip Frame 23
_root.attacking = false;
Symbol 331 MovieClip Frame 24
_root.attacking = true;
Symbol 331 MovieClip Frame 25
_root.attacking = false;
Symbol 331 MovieClip Frame 26
_root.attacking = true;
Symbol 331 MovieClip Frame 27
_root.attacking = false;
Symbol 331 MovieClip Frame 28
_root.attacking = true;
Symbol 331 MovieClip Frame 29
_root.attacking = false;
Symbol 331 MovieClip Frame 30
_root.attacking = true;
Symbol 331 MovieClip Frame 31
_root.attacking = false;
Symbol 331 MovieClip Frame 32
_root.attacking = true;
Symbol 331 MovieClip Frame 33
_root.attacking = false;
Symbol 331 MovieClip Frame 34
_root.attacking = true;
Symbol 331 MovieClip Frame 35
_root.attacking = false;
Symbol 331 MovieClip Frame 36
_root.attacking = true;
Symbol 331 MovieClip Frame 37
_root.attacking = false;
Symbol 331 MovieClip Frame 38
_root.attacking = true;
Symbol 331 MovieClip Frame 39
_root.attacking = false;
Symbol 331 MovieClip Frame 40
_root.ataquelisto = false;
_root.attacking = true;
Symbol 331 MovieClip Frame 41
_root.attacking = false;
_root.attacking = false;
Symbol 337 MovieClip Frame 1
stop();
Symbol 337 MovieClip Frame 34
stop();
Symbol 346 Button
on (release) {
_root.expandir = false;
_root.readyfilm = true;
_root.endmessage.gotoAndPlay(1);
}
Symbol 347 MovieClip Frame 56
stop();
Instance of Symbol 21 MovieClip in Symbol 347 MovieClip Frame 56
onClipEvent (load) {
startDrag (this, true);
}
onClipEvent (enterFrame) {
Mouse.hide();
}
onClipEvent (mouseDown) {
if (_root.sound eq true) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_shoot", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.shoot = new Sound(this._parent.BS_shoot);
} else {
this.createEmptyMovieClip("_shoot_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.shoot = new Sound(this.BS_shoot);
}
_global.Behaviors.Sound.shoot.attachSound("shoot");
_global.Behaviors.Sound.shoot.start(0, 1);
}
}
Symbol 348 MovieClip Frame 1
_root.readyfilm = true;
Instance of Symbol 337 MovieClip in Symbol 348 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.expandir eq true) {
this.gotoAndPlay(2);
_root.expandir = false;
_root.readyfilm = false;
} else if ((_root.expandir eq false) & (_root.readyfilm eq true)) {
this.gotoAndStop(1);
}
}
Symbol 348 MovieClip Frame 170
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_shoot", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.shoot = new Sound(this._parent.BS_shoot);
} else {
this.createEmptyMovieClip("_shoot_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.shoot = new Sound(this.BS_shoot);
}
_global.Behaviors.Sound.shoot.attachSound("shoot");
_global.Behaviors.Sound.shoot.start(0, 1);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_headshot", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.headshot = new Sound(this._parent.BS_headshot);
} else {
this.createEmptyMovieClip("_headshot_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.headshot = new Sound(this.BS_headshot);
}
_global.Behaviors.Sound.headshot.attachSound("headshot");
_global.Behaviors.Sound.headshot.start(0, 1);
Symbol 348 MovieClip Frame 189
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_shoot", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.shoot = new Sound(this._parent.BS_shoot);
} else {
this.createEmptyMovieClip("_shoot_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.shoot = new Sound(this.BS_shoot);
}
_global.Behaviors.Sound.shoot.attachSound("shoot");
_global.Behaviors.Sound.shoot.start(0, 1);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_headshot", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.headshot = new Sound(this._parent.BS_headshot);
} else {
this.createEmptyMovieClip("_headshot_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.headshot = new Sound(this.BS_headshot);
}
_global.Behaviors.Sound.headshot.attachSound("headshot");
_global.Behaviors.Sound.headshot.start(0, 1);
Symbol 348 MovieClip Frame 220
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_shoot", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.shoot = new Sound(this._parent.BS_shoot);
} else {
this.createEmptyMovieClip("_shoot_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.shoot = new Sound(this.BS_shoot);
}
_global.Behaviors.Sound.shoot.attachSound("shoot");
_global.Behaviors.Sound.shoot.start(0, 1);
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_headshot", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.headshot = new Sound(this._parent.BS_headshot);
} else {
this.createEmptyMovieClip("_headshot_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.headshot = new Sound(this.BS_headshot);
}
_global.Behaviors.Sound.headshot.attachSound("headshot");
_global.Behaviors.Sound.headshot.start(0, 1);
Symbol 348 MovieClip Frame 271
stop();
_root.expandir = true;