Frame 1
_root.sf = true;
function sc() {
if (_root.nomsc == "Nom") {
_root.nomsc = "";
gotoAndPlay (11);
}
if (_root.nomsc == "Battle") {
_root.nomsc = "";
gotoAndPlay (12);
}
if (_root.nomsc == "Mort") {
_root.nomsc = "";
gotoAndPlay (13);
}
}
stop();
dif = "Normal";
Instance of Symbol 247 MovieClip "main2" in Frame 1
onClipEvent (enterFrame) {
Mouse.show();
}
onClipEvent (enterFrame) {
_quality = _root.main2.qualite;
_root.qalite2 = _root.main2.qualite;
}
Instance of Symbol 248 MovieClip in Frame 1
onClipEvent (load) {
_root.globalsound = new Sound(_root);
}
onClipEvent (enterFrame) {
if (_root.gonoir) {
_alpha = (_alpha + 3);
if (_alpha > 100) {
_root.main2.hautchillout1 = false;
_root.main2.baschillout1 = false;
removeMovieClip("_root.main2.haut");
removeMovieClip("_root.main2.bas");
jouli = true;
_root.sc();
_root.gonoir = false;
}
}
if (jouli) {
asw = asw + 1;
if (asw > 15) {
if (_alpha > 0) {
_alpha = (_alpha - 10);
if (_root.sf) {
_root.globalsound.setVolume(_alpha);
}
} else {
if (_root.sf) {
stopAllSounds();
_root.sf = false;
_root.globalsound.setVolume(100);
if (_root.mortia) {
_root.techno.start(0, 9999);
}
}
jouli = false;
}
}
}
}
onClipEvent (load) {
if (_root.noirchillout1 != true) {
_root.noirchillout1 = true;
duplicateMovieClip ("", "noir", 999999990);
_root.noir.jo = true;
}
}
Frame 2
function gogoaw2() {
_root.lisths.ignoreWhite = true;
gotoAndPlay (3);
}
stop();
numm = 0;
_root.lisths = new XML();
_root.lisths.load("http://membres.lycos.fr/sbpproduction/calv2/readxml.php");
_root.lisths.onLoad = gogoaw2;
Frame 3
stop();
_root.jababa = _root.lisths.childNodes[0].childNodes[0].childNodes[1];
a = 0;
i = numm;
while (i < (numm + 10)) {
this["a" + (a + 1)].text = _root.lisths.childNodes[0].childNodes[i].childNodes[0].childNodes[0];
this["b" + (a + 1)].text = _root.lisths.childNodes[0].childNodes[i].childNodes[1].childNodes[0];
this["c" + (a + 1)].text = _root.lisths.childNodes[0].childNodes[i].childNodes[2].childNodes[0];
this["d" + (a + 1)].text = _root.lisths.childNodes[0].childNodes[i].childNodes[3].childNodes[0] + "%";
this["e" + (a + 1)].text = _root.lisths.childNodes[0].childNodes[i].childNodes[4].childNodes[0];
a = a + 1;
i++;
}
Frame 4
function gogoabb() {
_root.lisths.ignoreWhite = true;
if (_root.mors) {
gotoAndStop (5);
}
}
stop();
_root.rank = 500;
_root.lisths = new XML();
_root.lisths.load("http://membres.lycos.fr/sbpproduction/calv2/readxml.php");
_root.lisths.onLoad = gogoabb;
Frame 5
ndata2 = "xml/highscore.xml";
aret = false;
i = 0;
while (i < 100) {
if (aret != true) {
jokkk = Number(String(_root.lisths.childNodes[0].childNodes[i].childNodes[4].childNodes[0]));
if (_root.score > jokkk) {
asdfdfdf = jokkk;
_root.rank = i;
aret = true;
}
if (_root.score == jokkk) {
jokkk2 = Number(String(_root.lisths.childNodes[0].childNodes[i].childNodes[3].childNodes[0]));
if (_root.acc >= jokkk2) {
asdfdfdf2 = jokkk2;
_root.rank = i;
aret = true;
}
}
}
i++;
}
_root.latlist = "<?xml version='1.0' encoding='UTF-8' ?><main>";
i = 0;
while (i < 100) {
if (i == _root.rank) {
_root.latlist = ((_root.latlist + "<p") + (i + 1)) + "><a>";
if ((i + 1) < 10) {
_root.latlist = _root.latlist + "00";
}
if ((i + 1) >= 10) {
if ((i + 1) != 100) {
_root.latlist = _root.latlist + "0";
}
}
if ((i + 1) == 100) {
_root.latlist = _root.latlist + "";
}
_root.latlist = ((_root.latlist + "") + (i + 1)) + "</a>";
_root.latlist = ((((((((((_root.latlist + "<b>") + _root.nom) + "</b><c>") + _root.dif) + "</c><d>") + _root.acc) + "</d><e>") + _root.score) + "</e></p") + (i + 1)) + ">";
} else if (i > rank) {
_root.latlist = ((_root.latlist + "<p") + (i + 1)) + "><a>";
if ((i + 1) < 10) {
_root.latlist = _root.latlist + "00";
}
if ((i + 1) >= 10) {
if ((i + 1) != 100) {
_root.latlist = _root.latlist + "0";
}
}
if ((i + 1) == 100) {
_root.latlist = _root.latlist + "";
}
_root.latlist = ((_root.latlist + "") + (i + 1)) + "</a>";
_root.latlist = ((((((((((_root.latlist + "<b>") + _root.lisths.childnodes[0].childnodes[i - 1].childnodes[1].childnodes[0]) + "</b><c>") + _root.lisths.childnodes[0].childnodes[i - 1].childnodes[2].childnodes[0]) + "</c><d>") + _root.lisths.childnodes[0].childnodes[i - 1].childnodes[3].childnodes[0]) + "</d><e>") + _root.lisths.childnodes[0].childnodes[i - 1].childnodes[4].childnodes[0]) + "</e></p") + (i + 1)) + ">";
} else {
_root.latlist = ((_root.latlist + "<p") + (i + 1)) + "><a>";
if ((i + 1) < 10) {
_root.latlist = _root.latlist + "00";
}
if ((i + 1) >= 10) {
if ((i + 1) != 100) {
_root.latlist = _root.latlist + "0";
}
}
if ((i + 1) == 100) {
_root.latlist = _root.latlist + "";
}
_root.latlist = ((_root.latlist + "") + (i + 1)) + "</a>";
_root.latlist = ((((((((((_root.latlist + "<b>") + _root.lisths.childnodes[0].childnodes[i].childnodes[1].childnodes[0]) + "</b><c>") + _root.lisths.childnodes[0].childnodes[i].childnodes[2].childnodes[0]) + "</c><d>") + _root.lisths.childnodes[0].childnodes[i].childnodes[3].childnodes[0]) + "</d><e>") + _root.lisths.childnodes[0].childnodes[i].childnodes[4].childnodes[0]) + "</e></p") + (i + 1)) + ">";
}
i++;
}
_root.latlist = _root.latlist + "</main>";
_root.endata2 = escape(_root.latlist);
loadVariablesNum ("http://membres.lycos.fr/sbpproduction/calv2/sendhighscore.php", 0, "POST");
play();
Frame 6
play();
if (_root.mors) {
if (_root.finenr != undefined) {
gotoAndStop (8);
}
}
Frame 7
if (_root.mors) {
gotoAndPlay (6);
}
Frame 8
function gogoaw2() {
_root.lisths.ignoreWhite = true;
if (_root.mors) {
gotoAndPlay (9);
}
}
stop();
numm = 0;
_root.lisths = new XML();
_root.lisths.load("http://membres.lycos.fr/sbpproduction/calv2/readxml.php");
_root.lisths.onLoad = gogoaw2;
Frame 9
if (_root.mors) {
play();
}
Instance of Symbol 317 MovieClip in Frame 9
onClipEvent (enterFrame) {
a.text = "Congratulation your rank: " + (_root.rank + 1);
if (_root.rank == 500) {
a.text = "You did not rank in the best.";
}
}
Frame 10
stop();
_root.jababa = _root.lisths.childNodes[0].childNodes[0].childNodes[1];
a = 0;
i = numm;
while (i < (numm + 10)) {
this["a" + (a + 1)].text = _root.lisths.childNodes[0].childNodes[i].childNodes[0].childNodes[0];
this["b" + (a + 1)].text = _root.lisths.childNodes[0].childNodes[i].childNodes[1].childNodes[0];
this["c" + (a + 1)].text = _root.lisths.childNodes[0].childNodes[i].childNodes[2].childNodes[0];
this["d" + (a + 1)].text = _root.lisths.childNodes[0].childNodes[i].childNodes[3].childNodes[0] + "%";
this["e" + (a + 1)].text = _root.lisths.childNodes[0].childNodes[i].childNodes[4].childNodes[0];
a = a + 1;
i++;
}
Frame 11
texty = new XML();
Firrr = new Sound();
Firrr.attachSound("Firrr");
ans = 0;
space2 = new Object();
space2.onKeyUp = function () {
if (Key.getCode() == 16) {
cap = false;
}
};
Key.addListener(space2);
space1 = new Object();
space1.onKeyDown = function () {
if (noy != true) {
if (ans < 36) {
if (Key.getCode() == 16) {
cap = true;
}
if (cap) {
if (Key.getCode() == 65) {
texty2 = ((((texty + "<a") + ans) + ">A</a") + ans) + ">";
texty = new XML(texty2);
texty2 = "";
namf.text = namf.text + texty.childnodes[ans].childnodes[0];
ans = ans + 1;
}
if (Key.getCode() == 66) {
texty2 = ((((texty + "<a") + ans) + ">B</a") + ans) + ">";
texty = new XML(texty2);
texty2 = "";
namf.text = namf.text + texty.childnodes[ans].childnodes[0];
ans = ans + 1;
}
if (Key.getCode() == 67) {
texty2 = ((((texty + "<a") + ans) + ">C</a") + ans) + ">";
texty = new XML(texty2);
texty2 = "";
namf.text = namf.text + texty.childnodes[ans].childnodes[0];
ans = ans + 1;
}
if (Key.getCode() == 68) {
texty2 = ((((texty + "<a") + ans) + ">D</a") + ans) + ">";
texty = new XML(texty2);
texty2 = "";
namf.text = namf.text + texty.childnodes[ans].childnodes[0];
ans = ans + 1;
}
if (Key.getCode() == 69) {
texty2 = ((((texty + "<a") + ans) + ">E</a") + ans) + ">";
texty = new XML(texty2);
texty2 = "";
namf.text = namf.text + texty.childnodes[ans].childnodes[0];
ans = ans + 1;
}
if (Key.getCode() == 70) {
texty2 = ((((texty + "<a") + ans) + ">F</a") + ans) + ">";
texty = new XML(texty2);
texty2 = "";
namf.text = namf.text + texty.childnodes[ans].childnodes[0];
ans = ans + 1;
}
if (Key.getCode() == 71) {
texty2 = ((((texty + "<a") + ans) + ">G</a") + ans) + ">";
texty = new XML(texty2);
texty2 = "";
namf.text = namf.text + texty.childnodes[ans].childnodes[0];
ans = ans + 1;
}
if (Key.getCode() == 72) {
texty2 = ((((texty + "<a") + ans) + ">H</a") + ans) + ">";
texty = new XML(texty2);
texty2 = "";
namf.text = namf.text + texty.childnodes[ans].childnodes[0];
ans = ans + 1;
}
if (Key.getCode() == 73) {
texty2 = ((((texty + "<a") + ans) + ">I</a") + ans) + ">";
texty = new XML(texty2);
texty2 = "";
namf.text = namf.text + texty.childnodes[ans].childnodes[0];
ans = ans + 1;
}
if (Key.getCode() == 74) {
texty2 = ((((texty + "<a") + ans) + ">J</a") + ans) + ">";
texty = new XML(texty2);
texty2 = "";
namf.text = namf.text + texty.childnodes[ans].childnodes[0];
ans = ans + 1;
}
if (Key.getCode() == 75) {
texty2 = ((((texty + "<a") + ans) + ">K</a") + ans) + ">";
texty = new XML(texty2);
texty2 = "";
namf.text = namf.text + texty.childnodes[ans].childnodes[0];
ans = ans + 1;
}
if (Key.getCode() == 76) {
texty2 = ((((texty + "<a") + ans) + ">L</a") + ans) + ">";
texty = new XML(texty2);
texty2 = "";
namf.text = namf.text + texty.childnodes[ans].childnodes[0];
ans = ans + 1;
}
if (Key.getCode() == 77) {
texty2 = ((((texty + "<a") + ans) + ">M</a") + ans) + ">";
texty = new XML(texty2);
texty2 = "";
namf.text = namf.text + texty.childnodes[ans].childnodes[0];
ans = ans + 1;
}
if (Key.getCode() == 78) {
texty2 = ((((texty + "<a") + ans) + ">N</a") + ans) + ">";
texty = new XML(texty2);
texty2 = "";
namf.text = namf.text + texty.childnodes[ans].childnodes[0];
ans = ans + 1;
}
if (Key.getCode() == 79) {
texty2 = ((((texty + "<a") + ans) + ">O</a") + ans) + ">";
texty = new XML(texty2);
texty2 = "";
namf.text = namf.text + texty.childnodes[ans].childnodes[0];
ans = ans + 1;
}
if (Key.getCode() == 80) {
texty2 = ((((texty + "<a") + ans) + ">P</a") + ans) + ">";
texty = new XML(texty2);
texty2 = "";
namf.text = namf.text + texty.childnodes[ans].childnodes[0];
ans = ans + 1;
}
if (Key.getCode() == 81) {
texty2 = ((((texty + "<a") + ans) + ">Q</a") + ans) + ">";
texty = new XML(texty2);
texty2 = "";
namf.text = namf.text + texty.childnodes[ans].childnodes[0];
ans = ans + 1;
}
if (Key.getCode() == 82) {
texty2 = ((((texty + "<a") + ans) + ">R</a") + ans) + ">";
texty = new XML(texty2);
texty2 = "";
namf.text = namf.text + texty.childnodes[ans].childnodes[0];
ans = ans + 1;
}
if (Key.getCode() == 83) {
texty2 = ((((texty + "<a") + ans) + ">S</a") + ans) + ">";
texty = new XML(texty2);
texty2 = "";
namf.text = namf.text + texty.childnodes[ans].childnodes[0];
ans = ans + 1;
}
if (Key.getCode() == 84) {
texty2 = ((((texty + "<a") + ans) + ">T</a") + ans) + ">";
texty = new XML(texty2);
texty2 = "";
namf.text = namf.text + texty.childnodes[ans].childnodes[0];
ans = ans + 1;
}
if (Key.getCode() == 85) {
texty2 = ((((texty + "<a") + ans) + ">U</a") + ans) + ">";
texty = new XML(texty2);
texty2 = "";
namf.text = namf.text + texty.childnodes[ans].childnodes[0];
ans = ans + 1;
}
if (Key.getCode() == 86) {
texty2 = ((((texty + "<a") + ans) + ">V</a") + ans) + ">";
texty = new XML(texty2);
texty2 = "";
namf.text = namf.text + texty.childnodes[ans].childnodes[0];
ans = ans + 1;
}
if (Key.getCode() == 87) {
texty2 = ((((texty + "<a") + ans) + ">W</a") + ans) + ">";
texty = new XML(texty2);
texty2 = "";
namf.text = namf.text + texty.childnodes[ans].childnodes[0];
ans = ans + 1;
}
if (Key.getCode() == 88) {
texty2 = ((((texty + "<a") + ans) + ">X</a") + ans) + ">";
texty = new XML(texty2);
texty2 = "";
namf.text = namf.text + texty.childnodes[ans].childnodes[0];
ans = ans + 1;
}
if (Key.getCode() == 89) {
texty2 = ((((texty + "<a") + ans) + ">Y</a") + ans) + ">";
texty = new XML(texty2);
texty2 = "";
namf.text = namf.text + texty.childnodes[ans].childnodes[0];
ans = ans + 1;
}
if (Key.getCode() == 90) {
texty2 = ((((texty + "<a") + ans) + ">Z</a") + ans) + ">";
texty = new XML(texty2);
texty2 = "";
namf.text = namf.text + texty.childnodes[ans].childnodes[0];
ans = ans + 1;
}
} else {
if (Key.getCode() == 65) {
texty2 = ((((texty + "<a") + ans) + ">a</a") + ans) + ">";
texty = new XML(texty2);
texty2 = "";
namf.text = namf.text + texty.childnodes[ans].childnodes[0];
ans = ans + 1;
}
if (Key.getCode() == 66) {
texty2 = ((((texty + "<a") + ans) + ">b</a") + ans) + ">";
texty = new XML(texty2);
texty2 = "";
namf.text = namf.text + texty.childnodes[ans].childnodes[0];
ans = ans + 1;
}
if (Key.getCode() == 67) {
texty2 = ((((texty + "<a") + ans) + ">c</a") + ans) + ">";
texty = new XML(texty2);
texty2 = "";
namf.text = namf.text + texty.childnodes[ans].childnodes[0];
ans = ans + 1;
}
if (Key.getCode() == 68) {
texty2 = ((((texty + "<a") + ans) + ">d</a") + ans) + ">";
texty = new XML(texty2);
texty2 = "";
namf.text = namf.text + texty.childnodes[ans].childnodes[0];
ans = ans + 1;
}
if (Key.getCode() == 69) {
texty2 = ((((texty + "<a") + ans) + ">e</a") + ans) + ">";
texty = new XML(texty2);
texty2 = "";
namf.text = namf.text + texty.childnodes[ans].childnodes[0];
ans = ans + 1;
}
if (Key.getCode() == 70) {
texty2 = ((((texty + "<a") + ans) + ">f</a") + ans) + ">";
texty = new XML(texty2);
texty2 = "";
namf.text = namf.text + texty.childnodes[ans].childnodes[0];
ans = ans + 1;
}
if (Key.getCode() == 71) {
texty2 = ((((texty + "<a") + ans) + ">g</a") + ans) + ">";
texty = new XML(texty2);
texty2 = "";
namf.text = namf.text + texty.childnodes[ans].childnodes[0];
ans = ans + 1;
}
if (Key.getCode() == 72) {
texty2 = ((((texty + "<a") + ans) + ">h</a") + ans) + ">";
texty = new XML(texty2);
texty2 = "";
namf.text = namf.text + texty.childnodes[ans].childnodes[0];
ans = ans + 1;
}
if (Key.getCode() == 73) {
texty2 = ((((texty + "<a") + ans) + ">i</a") + ans) + ">";
texty = new XML(texty2);
texty2 = "";
namf.text = namf.text + texty.childnodes[ans].childnodes[0];
ans = ans + 1;
}
if (Key.getCode() == 74) {
texty2 = ((((texty + "<a") + ans) + ">j</a") + ans) + ">";
texty = new XML(texty2);
texty2 = "";
namf.text = namf.text + texty.childnodes[ans].childnodes[0];
ans = ans + 1;
}
if (Key.getCode() == 75) {
texty2 = ((((texty + "<a") + ans) + ">k</a") + ans) + ">";
texty = new XML(texty2);
texty2 = "";
namf.text = namf.text + texty.childnodes[ans].childnodes[0];
ans = ans + 1;
}
if (Key.getCode() == 76) {
texty2 = ((((texty + "<a") + ans) + ">l</a") + ans) + ">";
texty = new XML(texty2);
texty2 = "";
namf.text = namf.text + texty.childnodes[ans].childnodes[0];
ans = ans + 1;
}
if (Key.getCode() == 77) {
texty2 = ((((texty + "<a") + ans) + ">m</a") + ans) + ">";
texty = new XML(texty2);
texty2 = "";
namf.text = namf.text + texty.childnodes[ans].childnodes[0];
ans = ans + 1;
}
if (Key.getCode() == 78) {
texty2 = ((((texty + "<a") + ans) + ">n</a") + ans) + ">";
texty = new XML(texty2);
texty2 = "";
namf.text = namf.text + texty.childnodes[ans].childnodes[0];
ans = ans + 1;
}
if (Key.getCode() == 79) {
texty2 = ((((texty + "<a") + ans) + ">o</a") + ans) + ">";
texty = new XML(texty2);
texty2 = "";
namf.text = namf.text + texty.childnodes[ans].childnodes[0];
ans = ans + 1;
}
if (Key.getCode() == 80) {
texty2 = ((((texty + "<a") + ans) + ">p</a") + ans) + ">";
texty = new XML(texty2);
texty2 = "";
namf.text = namf.text + texty.childnodes[ans].childnodes[0];
ans = ans + 1;
}
if (Key.getCode() == 81) {
texty2 = ((((texty + "<a") + ans) + ">q</a") + ans) + ">";
texty = new XML(texty2);
texty2 = "";
namf.text = namf.text + texty.childnodes[ans].childnodes[0];
ans = ans + 1;
}
if (Key.getCode() == 82) {
texty2 = ((((texty + "<a") + ans) + ">r</a") + ans) + ">";
texty = new XML(texty2);
texty2 = "";
namf.text = namf.text + texty.childnodes[ans].childnodes[0];
ans = ans + 1;
}
if (Key.getCode() == 83) {
texty2 = ((((texty + "<a") + ans) + ">s</a") + ans) + ">";
texty = new XML(texty2);
texty2 = "";
namf.text = namf.text + texty.childnodes[ans].childnodes[0];
ans = ans + 1;
}
if (Key.getCode() == 84) {
texty2 = ((((texty + "<a") + ans) + ">t</a") + ans) + ">";
texty = new XML(texty2);
texty2 = "";
namf.text = namf.text + texty.childnodes[ans].childnodes[0];
ans = ans + 1;
}
if (Key.getCode() == 85) {
texty2 = ((((texty + "<a") + ans) + ">u</a") + ans) + ">";
texty = new XML(texty2);
texty2 = "";
namf.text = namf.text + texty.childnodes[ans].childnodes[0];
ans = ans + 1;
}
if (Key.getCode() == 86) {
texty2 = ((((texty + "<a") + ans) + ">v</a") + ans) + ">";
texty = new XML(texty2);
texty2 = "";
namf.text = namf.text + texty.childnodes[ans].childnodes[0];
ans = ans + 1;
}
if (Key.getCode() == 87) {
texty2 = ((((texty + "<a") + ans) + ">w</a") + ans) + ">";
texty = new XML(texty2);
texty2 = "";
namf.text = namf.text + texty.childnodes[ans].childnodes[0];
ans = ans + 1;
}
if (Key.getCode() == 88) {
texty2 = ((((texty + "<a") + ans) + ">x</a") + ans) + ">";
texty = new XML(texty2);
texty2 = "";
namf.text = namf.text + texty.childnodes[ans].childnodes[0];
ans = ans + 1;
}
if (Key.getCode() == 89) {
texty2 = ((((texty + "<a") + ans) + ">y</a") + ans) + ">";
texty = new XML(texty2);
texty2 = "";
namf.text = namf.text + texty.childnodes[ans].childnodes[0];
ans = ans + 1;
}
if (Key.getCode() == 90) {
texty2 = ((((texty + "<a") + ans) + ">z</a") + ans) + ">";
texty = new XML(texty2);
texty2 = "";
namf.text = namf.text + texty.childnodes[ans].childnodes[0];
ans = ans + 1;
}
}
if (Key.getCode() == 32) {
texty2 = ((((texty + "<a") + ans) + "> </a") + ans) + ">";
texty = new XML(texty2);
texty2 = "";
namf.text = namf.text + texty.childnodes[ans].childnodes[0];
ans = ans + 1;
}
}
if (Key.getCode() == 8) {
if (ans > 0) {
ans = ans - 1;
texty.childNodes[ans].removeNode();
namf.text = "";
i = 0;
while (i < ans) {
namf.text = namf.text + texty.childnodes[i].childnodes[0];
i++;
}
}
}
if (Key.getCode() == 13) {
yactive = false;
ans = 0;
texty = new XML();
Firrr.start();
_root.batre = true;
_root.gonoir = true;
_root.nomsc = "Battle";
noy = true;
_root.nom = namf.text;
}
}
};
Key.addListener(space1);
function sc() {
if (_root.nomsc == "Nom") {
_root.nomsc = "";
gotoAndPlay (11);
}
if (_root.nomsc == "Battle") {
_root.nomsc = "";
gotoAndPlay (12);
}
if (_root.nomsc == "Mort") {
_root.nomsc = "";
gotoAndPlay (13);
}
}
stop();
Instance of Symbol 379 MovieClip in Frame 11
onClipEvent (load) {
ax = _x;
}
onClipEvent (enterFrame) {
_x = (ax + _root.namf.textWidth);
}
Frame 12
function sc() {
if (_root.nomsc == "Nom") {
_root.nomsc = "";
gotoAndPlay (11);
}
if (_root.nomsc == "Battle") {
_root.nomsc = "";
gotoAndPlay (12);
}
if (_root.nomsc == "Mort") {
_root.nomsc = "";
gotoAndPlay (13);
}
}
stop();
_root.main.qualite = _root.qalite2;
_root.main.nom = _root.nom;
Instance of Symbol 812 MovieClip "main" in Frame 12
onClipEvent (enterFrame) {
_quality = _root.main.qualite;
}
Frame 13
stop();
_root.batre = false;
Mouse.show();
mortia = true;
techno = new Sound();
techno.attachSound("techno");
Instance of Symbol 816 MovieClip in Frame 13
onClipEvent (load) {
a.text = "Score: " + _root.score;
}
Instance of Symbol 818 MovieClip in Frame 13
onClipEvent (load) {
a.text = "Difficulty: " + _root.dif;
}
Instance of Symbol 820 MovieClip in Frame 13
onClipEvent (load) {
a.text = ("Accuracy: " + _root.acc) + "%";
}
Instance of Symbol 824 MovieClip in Frame 13
onClipEvent (load) {
a.text = "name: " + _root.nom;
}
Symbol 23 Button
on (release) {
_root.main2.highscore = false;
_root.main2.map = false;
}
Symbol 38 Button
on (release) {
_root.main2.highscore = false;
_root.main2.map = false;
}
Symbol 39 Button
on (release) {
numm = numm + 10;
if (numm == 100) {
numm = 0;
}
gotoAndPlay (4);
}
Symbol 40 Button
on (release) {
numm = numm - 10;
if (numm == -10) {
numm = 90;
}
gotoAndPlay (4);
}
Symbol 81 Button
on (release) {
numm = numm + 10;
if (numm == 100) {
numm = 0;
}
gotoAndPlay (3);
}
Symbol 82 Button
on (release) {
numm = numm - 10;
if (numm == -10) {
numm = 90;
}
gotoAndPlay (3);
}
Symbol 93 MovieClip Frame 1
stop();
numm = 0;
Symbol 93 MovieClip Frame 2
function gogoaw2() {
_root.lisths.ignoreWhite = true;
gotoAndPlay (3);
}
stop();
numm = 0;
_root.lisths = new XML();
_root.lisths.load("http://membres.lycos.fr/sbpproduction/calv2/readxml.php");
_root.lisths.onLoad = gogoaw2;
Symbol 93 MovieClip Frame 3
play();
Symbol 93 MovieClip Frame 4
stop();
_root.jababa = _root.lisths.childNodes[0].childNodes[0].childNodes[1];
a = 0;
i = numm;
while (i < (numm + 10)) {
this["a" + (a + 1)].text = _root.lisths.childNodes[0].childNodes[i].childNodes[0].childNodes[0];
this["b" + (a + 1)].text = _root.lisths.childNodes[0].childNodes[i].childNodes[1].childNodes[0];
this["c" + (a + 1)].text = _root.lisths.childNodes[0].childNodes[i].childNodes[2].childNodes[0];
this["d" + (a + 1)].text = _root.lisths.childNodes[0].childNodes[i].childNodes[3].childNodes[0] + "%";
this["e" + (a + 1)].text = _root.lisths.childNodes[0].childNodes[i].childNodes[4].childNodes[0];
a = a + 1;
i++;
}
Instance of Symbol 102 MovieClip in Symbol 103 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.main2.credit) {
_y = (_y - 0.4);
if (_y < -200) {
_y = 265;
}
} else {
_y = 265;
}
}
Instance of Symbol 93 MovieClip in Symbol 114 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent.jo) {
if (_root.main2.highscore) {
_visible = true;
_alpha = 100;
if (ay != true) {
ay = true;
gotoAndStop (2);
}
} else {
_visible = false;
ay = false;
gotoAndStop (1);
}
} else {
_visible = false;
}
}
Instance of Symbol 99 MovieClip in Symbol 114 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.main2.htp) {
_visible = true;
_alpha = 100;
} else {
_visible = false;
}
}
Instance of Symbol 103 MovieClip in Symbol 114 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.main2.credit) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 152 MovieClip in Symbol 153 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.stopMovieClips) {
this.stop();
} else {
this.play();
}
}
Instance of Symbol 153 MovieClip in Symbol 154 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.stopMovieClips) {
this.stop();
} else {
this.play();
}
}
Symbol 180 MovieClip Frame 1
if (_root.load.play == 0) {
stop();
}
if (_root.load.play == 1) {
play();
}
Symbol 180 MovieClip Frame 92
var start;
start = "1";
Symbol 180 MovieClip Frame 101
stop();
Symbol 180 MovieClip Frame 103
_root.stopmc1 = "1";
Symbol 185 MovieClip Frame 1
_root.stop();
PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
if (PercentLoaded != 100) {
setProperty(bar, _xscale , PercentLoaded);
} else {
gotoAndStop ("loaded");
_root.finile = true;
}
var play;
play = "0";
Symbol 185 MovieClip Frame 2
gotoAndPlay (1);
Symbol 185 MovieClip Frame 3
play = "1";
Symbol 195 Button
on (release) {
_root.gonoir = true;
_root.nomsc = "Nom";
}
on (rollOver) {
startDrag ("_root.bn2.curseur", true);
setProperty("_root.bn2.curseur2", _y , "-500");
_root.mire = "0";
}
Symbol 198 Button
on (release) {
nextFrame();
}
on (rollOver) {
_root.mire = "0";
}
Symbol 212 Button
on (release) {
gotoAndPlay ("easy");
}
Symbol 217 Button
on (release) {
gotoAndPlay ("hard");
}
Symbol 219 Button
on (release) {
gotoAndPlay ("normal");
}
Symbol 221 Button
on (release) {
gotoAndPlay ("normal");
}
Symbol 224 MovieClip Frame 1
stop();
_root.dif = "Normal";
if (_root.dif == "Hard") {
gotoAndPlay ("hard");
}
if (_root.dif == "easy") {
gotoAndPlay ("easy");
}
Symbol 224 MovieClip Frame 2
stop();
_root.dif = "Easy";
Symbol 224 MovieClip Frame 3
stop();
_root.dif = "Hard";
Symbol 227 Button
on (release) {
gotoAndPlay ("ju");
}
Symbol 228 MovieClip Frame 1
if (_root.load.play == 0) {
stop();
}
if (_root.load.play == 1) {
play();
}
Symbol 228 MovieClip Frame 23
stop();
Symbol 228 MovieClip Frame 24
play();
Symbol 228 MovieClip Frame 45
if (_root.load.play == 0) {
stop();
}
if (_root.load.play == 1) {
play();
}
Symbol 228 MovieClip Frame 62
_root.stopmc3 = "1";
stop();
Symbol 228 MovieClip Frame 64
_root.stopmc3 = "0";
Instance of Symbol 239 MovieClip in Symbol 243 MovieClip Frame 1
onClipEvent (enterFrame) {
dif.text = _root.dif;
}
Instance of Symbol 242 MovieClip in Symbol 243 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent.jo) {
if (_root.main2.rowdio2) {
radio.htmlText = _root.main2.radiot2;
radio2.htmlText = _root.main2.radiot2;
if (_root.main2.radiot21 != "") {
radio.htmlText = _root.main2.radiot21;
}
} else {
radio.text = "";
radio2.text = "";
}
}
}
Instance of Symbol 242 MovieClip in Symbol 243 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent.jo) {
if (_root.main2.rowdio3) {
radio.htmlText = _root.main2.radiot3;
radio2.htmlText = _root.main2.radiot3;
if (_root.main2.radiot31 != "") {
radio.htmlText = _root.main2.radiot31;
}
} else {
radio.text = "";
radio2.text = "";
}
}
}
Instance of Symbol 242 MovieClip in Symbol 243 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent.jo) {
if (_root.main2.rowdio4) {
radio.htmlText = _root.main2.radiot4;
radio2.htmlText = _root.main2.radiot4;
if (_root.main2.radiot41 != "") {
radio.htmlText = _root.main2.radiot41;
}
} else {
radio.text = "";
radio2.text = "";
}
}
}
Instance of Symbol 242 MovieClip in Symbol 243 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent.jo) {
if (_root.main2.rowdio5) {
radio.htmlText = _root.main2.radiot5;
radio2.htmlText = _root.main2.radiot5;
if (_root.main2.radiot51 != "") {
radio.htmlText = _root.main2.radiot51;
}
} else {
radio.text = "";
radio2.text = "";
}
}
}
Instance of Symbol 242 MovieClip in Symbol 243 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent.jo) {
if (_root.main2.messagespec) {
la2 = la2 + 1;
if (la2 >= 20) {
la2 = 0;
_root.main2.messagespec = false;
_root.main2.messagerecu = true;
asd = random(13);
if (asd == 0) {
nomenn = "Hoo mjuu the torent";
}
if (asd == 1) {
nomenn = "H4x0rZ";
}
if (asd == 2) {
nomenn = "[AzN] <---";
}
if (asd == 3) {
nomenn = "Teh UBBER kidz";
}
if (asd == 4) {
nomenn = "Vincentb";
}
if (asd == 5) {
nomenn = "Peter Griffin";
}
if (asd == 6) {
nomenn = "Lois Griffin";
}
if (asd == 7) {
nomenn = "Stewie Griffin";
}
if (asd == 8) {
nomenn = "Brian Griffin";
}
if (asd == 9) {
nomenn = "Meg Griffin";
}
if (asd == 10) {
nomenn = "Chris Griffin";
}
if (asd == 11) {
nomenn = "[QC] D-natural";
}
if (asd == 12) {
nomenn = "(=\u02C6v\u02C6=) magical";
}
asd = random(13);
if (asd == 0) {
insulte = "U F00kING SUx OMFG!!!1one111eleven SUXorZ";
}
if (asd == 1) {
insulte = "Omg man dont be so rude ...";
}
if (asd == 2) {
insulte = "Meh eh eh eh eh eh eh eh ehe eh eh eheh eh eehe";
}
if (asd == 3) {
insulte = "That right IM CRYING NOW !!! :,(";
}
if (asd == 4) {
insulte = "Why.... WHY...... :,( :,( :,(";
}
if (asd == 5) {
insulte = "1337 OmFg !1111 ";
}
if (asd == 6) {
insulte = "WHAT !? ";
}
if (asd == 7) {
insulte = "STFU ya want N00bz";
}
if (asd == 8) {
insulte = "Who want a canary ? not me meh eheheheh eheheh eh";
}
if (asd == 9) {
insulte = "OMFG!!!!!!!!!!!!!!!!111111 one oen elevn elven";
}
if (asd == 10) {
insulte = "ROFLMFAOOMFGLOLOMGWTFLOLz";
}
if (asd == 11) {
insulte = "Badger Badger Badger Badger Badger MUSHROOM MUSHROMM";
}
if (asd == 12) {
insulte = "S--N--A--K--E";
}
_root.main2.messaga = ((("<font color='#FFB41E'>*DEAD* </font><font color='#FF3F3F'>" + nomenn) + "</font><font color='#FFB41E'> : ") + insulte) + "<font>";
_root.main2.messaga2 = ((("<font color='#8A5E00'>*DEAD* </font><font color='#8A0000'>" + nomenn) + "</font><font color='#8A5E00'> : ") + insulte) + "<font>";
}
}
la = la + 1;
if (la >= 35) {
la = 0;
if (_root.main2.rowdio2) {
if (_root.main2.rowdio3) {
if (_root.main2.rowdio4) {
if (_root.main2.rowdio5) {
_root.main2.radiot1 = _root.main2.radiot2;
if (_root.main2.radiot21 != "") {
_root.main2.radiot11 = _root.main2.radiot21;
} else {
_root.main2.radiot11 = "";
}
_root.main2.radiot2 = _root.main2.radiot3;
if (_root.main2.radiot31 != "") {
_root.main2.radiot21 = _root.main2.radiot31;
} else {
_root.main2.radiot21 = "";
}
_root.main2.radiot3 = _root.main2.radiot4;
if (_root.main2.radiot41 != "") {
_root.main2.radiot31 = _root.main2.radiot41;
} else {
_root.main2.radiot31 = "";
}
_root.main2.radiot4 = _root.main2.radiot5;
if (_root.main2.radiot51 != "") {
_root.main2.radiot41 = _root.main2.radiot51;
} else {
_root.main2.radiot41 = "";
}
_root.main2.rowdio5 = false;
} else {
_root.main2.radiot1 = _root.main2.radiot2;
if (_root.main2.radiot21 != "") {
_root.main2.radiot11 = _root.main2.radiot21;
} else {
_root.main2.radiot11 = "";
}
_root.main2.radiot2 = _root.main2.radiot3;
if (_root.main2.radiot31 != "") {
_root.main2.radiot21 = _root.main2.radiot31;
} else {
_root.main2.radiot21 = "";
}
_root.main2.radiot3 = _root.main2.radiot4;
if (_root.main2.radiot41 != "") {
_root.main2.radiot31 = _root.main2.radiot41;
} else {
_root.main2.radiot31 = "";
}
_root.main2.rowdio4 = false;
}
} else {
_root.main2.radiot1 = _root.main2.radiot2;
if (_root.main2.radiot21 != "") {
_root.main2.radiot11 = _root.main2.radiot21;
} else {
_root.main2.radiot11 = "";
}
_root.main2.radiot2 = _root.main2.radiot3;
if (_root.main2.radiot31 != "") {
_root.main2.radiot21 = _root.main2.radiot31;
} else {
_root.main2.radiot21 = "";
}
_root.main2.rowdio3 = false;
}
} else {
_root.main2.radiot1 = _root.main2.radiot2;
if (_root.main2.radiot21 != "") {
_root.main2.radiot11 = _root.main2.radiot21;
} else {
_root.main2.radiot11 = "";
}
_root.main2.rowdio2 = false;
}
} else {
radio.text = "";
radio2.text = "";
_root.main2.radiot11 = "";
_root.main2.rowdio1 = false;
}
}
if (_root.main2.messagerecu) {
_root.main2.messagerecu = false;
if (_root.main2.rowdio1) {
if (_root.main2.rowdio2) {
if (_root.main2.rowdio3) {
if (_root.main2.rowdio4) {
if (_root.main2.rowdio5) {
la = 0;
if (_root.main2.radiot21 != "") {
_root.main2.radiot11 = _root.main2.radiot21;
} else {
_root.main2.radiot11 = "";
}
if (_root.main2.radiot31 != "") {
_root.main2.radiot21 = _root.main2.radiot31;
} else {
_root.main2.radiot21 = "";
}
if (_root.main2.radiot41 != "") {
_root.main2.radiot31 = _root.main2.radiot41;
} else {
_root.main2.radiot31 = "";
}
if (_root.main2.radiot51 != "") {
_root.main2.radiot41 = _root.main2.radiot51;
} else {
_root.main2.radiot41 = "";
}
_root.main2.radiot1 = _root.main2.radiot2;
_root.main2.radiot2 = _root.main2.radiot3;
_root.main2.radiot3 = _root.main2.radiot4;
_root.main2.radiot4 = _root.main2.radiot5;
_root.main2.rowdio5 = true;
_root.main2.radiot5 = _root.main2.messaga;
if (_root.main2.messaga2 != "") {
_root.main2.radiot51 = _root.main2.messaga2;
_root.main2.messaga2 = "";
} else {
_root.main2.radiot51 = "";
}
_root.main2.messaga = "";
if (_root.main2.radio2) {
_root.main2.radio2 = false;
_root.main2.radiot5 = _root.main2.nom + " (radio): enemy down.";
}
if (_root.main2.radio1) {
_root.main2.radio1 = false;
_root.main2.radiot5 = _root.main2.nom + " (radio): enemy spotted.";
}
} else {
_root.main2.rowdio5 = true;
_root.main2.radiot5 = _root.main2.messaga;
if (_root.main2.messaga2 != "") {
_root.main2.radiot51 = _root.main2.messaga2;
_root.main2.messaga2 = "";
} else {
_root.main2.radiot51 = "";
}
_root.main2.messaga = "";
if (_root.main2.radio2) {
_root.main2.radio2 = false;
_root.main2.radiot5 = _root.main2.nom + " (radio): enemy down.";
}
if (_root.main2.radio1) {
_root.main2.radio1 = false;
_root.main2.radiot5 = _root.main2.nom + " (radio): enemy spotted.";
}
}
} else {
_root.main2.rowdio4 = true;
_root.main2.radiot4 = _root.main2.messaga;
if (_root.main2.messaga2 != "") {
_root.main2.radiot41 = _root.main2.messaga2;
_root.main2.messaga2 = "";
} else {
_root.main2.radiot41 = "";
}
_root.main2.messaga = "";
if (_root.main2.radio2) {
_root.main2.radio2 = false;
_root.main2.radiot4 = _root.main2.nom + " (radio): enemy down.";
}
if (_root.main2.radio1) {
_root.main2.radio1 = false;
_root.main2.radiot4 = _root.main2.nom + " (radio): enemy spotted.";
}
}
} else {
_root.main2.rowdio3 = true;
_root.main2.radiot3 = _root.main2.messaga;
if (_root.main2.messaga2 != "") {
_root.main2.radiot31 = _root.main2.messaga2;
_root.main2.messaga2 = "";
} else {
_root.main2.radiot31 = "";
}
_root.main2.messaga = "";
if (_root.main2.radio2) {
_root.main2.radio2 = false;
_root.main2.radiot3 = _root.main2.nom + " (radio): enemy down.";
}
if (_root.main2.radio1) {
_root.main2.radio1 = false;
_root.main2.radiot3 = _root.main2.nom + " (radio): enemy spotted.";
}
}
} else {
_root.main2.rowdio2 = true;
_root.main2.radiot2 = _root.main2.messaga;
if (_root.main2.messaga2 != "") {
_root.main2.radiot21 = _root.main2.messaga2;
_root.main2.messaga2 = "";
} else {
_root.main2.radiot21 = "";
}
_root.main2.messaga = "";
if (_root.main2.radio2) {
_root.main2.radio2 = false;
_root.main2.radiot2 = _root.main2.nom + " (radio): enemy down.";
}
if (_root.main2.radio1) {
_root.main2.radio1 = false;
_root.main2.radiot2 = _root.main2.nom + " (radio): enemy spotted.";
}
}
} else {
_root.main2.rowdio1 = true;
la = 0;
_root.main2.radiot1 = _root.main2.messaga;
if (_root.main2.messaga2 != "") {
_root.main2.radiot11 = _root.main2.messaga2;
_root.main2.messaga2 = "";
} else {
_root.main2.radiot11 = "";
}
_root.main2.messaga = "";
if (_root.main2.radio2) {
_root.main2.radio2 = false;
_root.main2.radiot1 = _root.main2.nom + " (radio): enemy down.";
}
if (_root.main2.radio1) {
_root.main2.radio1 = false;
_root.main2.radiot1 = _root.main2.nom + " (radio): enemy spotted.";
}
}
}
if (_root.main2.rowdio1) {
radio.htmlText = _root.main2.radiot1;
radio2.htmlText = _root.main2.radiot1;
if (_root.main2.radiot11 != "") {
radio.htmlText = _root.main2.radiot11;
}
} else {
radio.text = "";
radio2.text = "";
}
} else {
radio.text = "";
radio2.text = "";
}
}
Symbol 247 MovieClip Frame 1
_root.main2.qualite = "HIGH";
space1 = new Object();
space1.onKeyDown = function () {
if (yactive != true) {
if (Key.getCode() == 81) {
if (omgqulite != true) {
if (_root.main2.qualite == "MEDIUM") {
_root.main2.qualite = "LOW";
_root.main2.messagerecu = true;
_root.main2.messaga = "You changed the quality to LOW";
omgqulite = true;
}
}
if (omgqulite != true) {
if (_root.main2.qualite == "HIGH") {
_root.main2.qualite = "MEDIUM";
_root.main2.messagerecu = true;
_root.main2.messaga = "You changed the quality to MEDIUM";
omgqulite = true;
}
}
if (omgqulite != true) {
if (_root.main2.qualite == "LOW") {
_root.main2.qualite = "HIGH";
_root.main2.messagerecu = true;
_root.main2.messaga = "You changed the quality to HIGH";
omgqulite = true;
}
}
}
if (Key.getCode() == 72) {
if (highscore) {
_root.main2.highscore = false;
_root.main2.map = false;
} else {
_root.main2.map = true;
_root.main2.mape = false;
_root.main2.credit = false;
_root.main2.itemok = false;
_root.main2.highscore = true;
_root.main2.htp = false;
}
}
if (Key.getCode() == 67) {
if (credit) {
_root.main2.credit = false;
_root.main2.map = false;
} else {
_root.main2.map = true;
_root.main2.mape = false;
_root.main2.highscore = false;
_root.main2.itemok = false;
_root.main2.credit = true;
_root.main2.htp = false;
}
}
if (Key.getCode() == 80) {
if (htp) {
_root.main2.htp = false;
_root.main2.map = false;
} else {
_root.main2.map = true;
_root.main2.mape = false;
_root.main2.highscore = false;
_root.main2.itemok = false;
_root.main2.credit = false;
_root.main2.htp = true;
}
}
}
};
Key.addListener(space1);
Instance of Symbol 114 MovieClip in Symbol 247 MovieClip Frame 1
onClipEvent (load) {
if (_root.main2.baschillout1 != true) {
_root.main2.baschillout1 = true;
duplicateMovieClip ("", "bas2", 1410065402);
_root.main2.bas2.jo = true;
}
}
onClipEvent (enterFrame) {
if (jo) {
} else {
_visible = false;
stop();
}
}
Instance of Symbol 154 MovieClip in Symbol 247 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.stopMovieClips) {
this.stop();
} else {
this.play();
}
}
Instance of Symbol 180 MovieClip "Title" in Symbol 247 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.finile) {
if (jo != true) {
jo = true;
play();
}
} else {
stop();
}
}
Instance of Symbol 228 MovieClip in Symbol 247 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.finile) {
if (jo != true) {
jo = true;
play();
}
} else {
stop();
}
}
Instance of Symbol 243 MovieClip in Symbol 247 MovieClip Frame 1
onClipEvent (load) {
if (_root.main2.haut2chillout1 != true) {
_root.main2.haut2chillout1 = true;
duplicateMovieClip ("", "haut2", 1410065403);
_root.main2.haut2.jo = true;
}
}
onClipEvent (enterFrame) {
if (jo) {
if (_root.main2.omgqulite) {
if (asd != true) {
as = 1;
asd = true;
}
as = as + 1;
if (as > 25) {
asd = false;
_root.main2.omgqulite = false;
}
}
} else {
_visible = false;
}
}
Symbol 250 Button
on (release) {
gotoAndStop (13);
_root.mors = false;
stopAllSounds();
_root.techno.start(0, 999);
}
Symbol 296 Button
on (release) {
numm = numm + 10;
if (numm == 100) {
numm = 0;
}
gotoAndPlay (3);
}
Symbol 297 Button
on (release) {
numm = numm - 10;
if (numm == -10) {
numm = 90;
}
gotoAndPlay (3);
}
Symbol 308 Button
on (release) {
gotoAndStop (13);
_root.mors = false;
stopAllSounds();
_root.techno.start(0, 999);
}
Symbol 318 Button
on (release) {
numm = numm + 10;
if (numm == 100) {
numm = 0;
}
gotoAndPlay (9);
}
Symbol 319 Button
on (release) {
numm = numm - 10;
if (numm == -10) {
numm = 90;
}
gotoAndPlay (9);
}
Symbol 397 MovieClip Frame 1
stop();
Symbol 397 MovieClip Frame 2
play();
Symbol 397 MovieClip Frame 3
jo = 4;
if (jo == 4) {
if (_root.main.cachego != true) {
_root.main.hp = _root.main.hp - 2;
_root.main.dom = true;
}
}
Symbol 397 MovieClip Frame 6
jo = random(5);
if (jo == 4) {
if (_root.main.cachego != true) {
_root.main.hp = _root.main.hp - 2;
_root.main.dom = true;
}
}
Symbol 397 MovieClip Frame 9
jo = random(5);
if (jo == 4) {
if (_root.main.cachego != true) {
_root.main.hp = _root.main.hp - 2;
_root.main.dom = true;
}
}
Symbol 397 MovieClip Frame 11
_parent._parent.ontirelesgars = true;
Symbol 405 MovieClip Frame 11
stop();
Symbol 406 MovieClip Frame 1
stop();
Symbol 406 MovieClip Frame 2
stop();
Instance of Symbol 397 MovieClip in Symbol 411 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent._parent.tiretire) {
play();
_parent._parent.tiretire = false;
}
}
Symbol 419 MovieClip Frame 1
stop();
Symbol 419 MovieClip Frame 2
play();
_root.main.main[("ennemya" + (_root.main.main.ennemynb - 1)) + "hp"] = 101;
if (_root.main.hea) {
_root.main.hea = false;
jn._visible = true;
} else {
jn._visible = true;
}
Symbol 419 MovieClip Frame 4
_root.main.score = _root.main.score + 2;
Symbol 419 MovieClip Frame 6
_root.main.score = _root.main.score + 2;
Symbol 419 MovieClip Frame 8
_root.main.score = _root.main.score + 2;
Symbol 419 MovieClip Frame 10
_root.main.score = _root.main.score + 2;
Symbol 419 MovieClip Frame 12
_root.main.score = _root.main.score + 2;
Symbol 419 MovieClip Frame 19
stop();
_visible = false;
if (you != true) {
_root.main.ennemyfunc();
you = true;
}
Instance of Symbol 397 MovieClip in Symbol 429 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent._parent.tiretire) {
play();
_parent._parent.tiretire = false;
}
}
Symbol 430 MovieClip Frame 1
stop();
Symbol 430 MovieClip Frame 2
play();
_root.main.main[("ennemya" + (_root.main.main.ennemynb - 1)) + "hp"] = 101;
if (_root.main.hea) {
_root.main.hea = false;
jn._visible = true;
} else {
jn._visible = true;
}
Symbol 430 MovieClip Frame 4
_root.main.score = _root.main.score + 2;
Symbol 430 MovieClip Frame 6
_root.main.score = _root.main.score + 2;
Symbol 430 MovieClip Frame 8
_root.main.score = _root.main.score + 2;
Symbol 430 MovieClip Frame 10
_root.main.score = _root.main.score + 2;
Symbol 430 MovieClip Frame 12
_root.main.score = _root.main.score + 2;
Symbol 430 MovieClip Frame 19
stop();
_visible = false;
if (you != true) {
_root.main.ennemyfunc();
you = true;
}
Instance of Symbol 397 MovieClip in Symbol 435 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent._parent.tiretire) {
play();
_parent._parent.tiretire = false;
}
}
Symbol 436 MovieClip Frame 1
stop();
Symbol 436 MovieClip Frame 2
play();
_root.main.main[("ennemya" + (_root.main.main.ennemynb - 1)) + "hp"] = 101;
if (_root.main.hea) {
_root.main.hea = false;
jn._visible = true;
} else {
jn._visible = true;
}
Symbol 436 MovieClip Frame 4
_root.main.score = _root.main.score + 2;
Symbol 436 MovieClip Frame 6
_root.main.score = _root.main.score + 2;
Symbol 436 MovieClip Frame 8
_root.main.score = _root.main.score + 2;
Symbol 436 MovieClip Frame 10
_root.main.score = _root.main.score + 2;
Symbol 436 MovieClip Frame 12
_root.main.score = _root.main.score + 2;
Symbol 436 MovieClip Frame 19
stop();
_visible = false;
if (you != true) {
_root.main.ennemyfunc();
you = true;
}
Instance of Symbol 397 MovieClip in Symbol 446 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent._parent.tiretire) {
play();
_parent._parent.tiretire = false;
}
}
Symbol 447 MovieClip Frame 1
stop();
Symbol 447 MovieClip Frame 2
play();
_root.main.main[("ennemya" + (_root.main.main.ennemynb - 1)) + "hp"] = 101;
if (_root.main.hea) {
_root.main.hea = false;
jn._visible = true;
} else {
jn._visible = true;
}
Symbol 447 MovieClip Frame 4
_root.main.score = _root.main.score + 2;
Symbol 447 MovieClip Frame 6
_root.main.score = _root.main.score + 2;
Symbol 447 MovieClip Frame 8
_root.main.score = _root.main.score + 2;
Symbol 447 MovieClip Frame 10
_root.main.score = _root.main.score + 2;
Symbol 447 MovieClip Frame 12
_root.main.score = _root.main.score + 2;
Symbol 447 MovieClip Frame 19
stop();
_visible = false;
if (you != true) {
_root.main.ennemyfunc();
you = true;
}
Instance of Symbol 419 MovieClip "ennemydup" in Symbol 476 MovieClip Frame 1
onClipEvent (load) {
if (_root.main.omgwtf121212 != true) {
_root.main.omgwtf121212 = true;
_visible = false;
onono = true;
}
}
onClipEvent (enterFrame) {
if ((_root.main.map != true) && (this.a)) {
this._visible = true;
if (mort != true) {
if (ontirelesgars) {
if (alo > (random(55) + 25)) {
tiretire = true;
ontirelesgars = false;
alo = 0;
} else {
alo = alo + 1;
}
}
if (onono != true) {
if (_x > (xgo - 100)) {
if (ontirelesgars != true) {
alo = 26;
ontirelesgars = true;
}
}
if (_x < xgo) {
if (mort) {
} else {
_x = (_x + 2);
}
} else {
ennemy.gotoAndStop(15);
}
if (_root.main.main[("ennemya" + (_root.main.main.ennemynb - 1)) + "hp"] <= 0) {
if (jaba != true) {
jaba = true;
_root.main.down.start(0, 0);
_root.main.radio2 = true;
_root.main.messagerecu = true;
}
_root.main.ennemymort = true;
if (_root.main.gunla == 1) {
_root.main.gunmort = 5;
}
if (_root.main.gunla == 2) {
_root.main.gunmort = 2;
}
if (_root.main.gunla == 3) {
_root.main.gunmort = 3;
}
if (_root.main.gunla == 4) {
_root.main.gunmort = 1;
}
if (_root.main.gunla == 5) {
_root.main.gunmort = 4;
}
mort = true;
ennemy.gotoAndStop(15);
this.play();
}
}
}
} else {
this._visible = false;
}
}
Instance of Symbol 419 MovieClip "ennemydup2" in Symbol 476 MovieClip Frame 1
onClipEvent (load) {
if (_root.main.omgwtf121212 != true) {
_root.main.omgwtf121212 = true;
_visible = false;
onono = true;
}
}
onClipEvent (enterFrame) {
if ((_root.main.map != true) && (this.a)) {
this._visible = true;
if (mort != true) {
if (ontirelesgars) {
if (alo > (random(55) + 25)) {
tiretire = true;
ontirelesgars = false;
alo = 0;
} else {
alo = alo + 1;
}
}
if (onono != true) {
if (_x > (xgo - 100)) {
if (ontirelesgars != true) {
alo = 26;
ontirelesgars = true;
}
}
if (_x < xgo) {
if (mort) {
} else {
_x = (_x + 2);
}
} else {
ennemy.gotoAndStop(15);
}
if (_root.main.main[("ennemya" + (_root.main.main.ennemynb - 1)) + "hp"] <= 0) {
if (jaba != true) {
jaba = true;
_root.main.down.start(0, 0);
_root.main.radio2 = true;
_root.main.messagerecu = true;
}
_root.main.ennemymort = true;
if (_root.main.gunla == 1) {
_root.main.gunmort = 5;
}
if (_root.main.gunla == 2) {
_root.main.gunmort = 2;
}
if (_root.main.gunla == 3) {
_root.main.gunmort = 3;
}
if (_root.main.gunla == 4) {
_root.main.gunmort = 1;
}
if (_root.main.gunla == 5) {
_root.main.gunmort = 4;
}
mort = true;
ennemy.gotoAndStop(15);
this.play();
}
}
}
} else {
this._visible = false;
}
}
Instance of Symbol 419 MovieClip "ennemydup3" in Symbol 476 MovieClip Frame 1
onClipEvent (load) {
if (_root.main.omgwtf121212 != true) {
_root.main.omgwtf121212 = true;
_visible = false;
onono = true;
}
}
onClipEvent (enterFrame) {
if ((_root.main.map != true) && (this.a)) {
this._visible = true;
if (mort != true) {
if (ontirelesgars) {
if (alo > (random(55) + 25)) {
tiretire = true;
ontirelesgars = false;
alo = 0;
} else {
alo = alo + 1;
}
}
if (onono != true) {
if (_x > (xgo - 100)) {
if (ontirelesgars != true) {
alo = 26;
ontirelesgars = true;
}
}
if (_x < xgo) {
if (mort) {
} else {
_x = (_x + 2);
}
} else {
ennemy.gotoAndStop(15);
}
if (_root.main.main[("ennemya" + (_root.main.main.ennemynb - 1)) + "hp"] <= 0) {
if (jaba != true) {
jaba = true;
_root.main.down.start(0, 0);
_root.main.radio2 = true;
_root.main.messagerecu = true;
}
_root.main.ennemymort = true;
if (_root.main.gunla == 1) {
_root.main.gunmort = 5;
}
if (_root.main.gunla == 2) {
_root.main.gunmort = 2;
}
if (_root.main.gunla == 3) {
_root.main.gunmort = 3;
}
if (_root.main.gunla == 4) {
_root.main.gunmort = 1;
}
if (_root.main.gunla == 5) {
_root.main.gunmort = 4;
}
mort = true;
ennemy.gotoAndStop(15);
this.play();
}
}
}
} else {
this._visible = false;
}
}
Instance of Symbol 419 MovieClip "ennemydup4" in Symbol 476 MovieClip Frame 1
onClipEvent (load) {
if (_root.main.omgwtf121212 != true) {
_root.main.omgwtf121212 = true;
_visible = false;
onono = true;
}
}
onClipEvent (enterFrame) {
if ((_root.main.map != true) && (this.a)) {
this._visible = true;
if (mort != true) {
if (ontirelesgars) {
if (alo > (random(55) + 25)) {
tiretire = true;
ontirelesgars = false;
alo = 0;
} else {
alo = alo + 1;
}
}
if (onono != true) {
if (_x > (xgo - 100)) {
if (ontirelesgars != true) {
alo = 26;
ontirelesgars = true;
}
}
if (_x < xgo) {
if (mort) {
} else {
_x = (_x + 2);
}
} else {
ennemy.gotoAndStop(15);
}
if (_root.main.main[("ennemya" + (_root.main.main.ennemynb - 1)) + "hp"] <= 0) {
if (jaba != true) {
jaba = true;
_root.main.down.start(0, 0);
_root.main.radio2 = true;
_root.main.messagerecu = true;
}
_root.main.ennemymort = true;
if (_root.main.gunla == 1) {
_root.main.gunmort = 5;
}
if (_root.main.gunla == 2) {
_root.main.gunmort = 2;
}
if (_root.main.gunla == 3) {
_root.main.gunmort = 3;
}
if (_root.main.gunla == 4) {
_root.main.gunmort = 1;
}
if (_root.main.gunla == 5) {
_root.main.gunmort = 4;
}
mort = true;
ennemy.gotoAndStop(15);
this.play();
}
}
}
} else {
this._visible = false;
}
}
Instance of Symbol 419 MovieClip "ennemydup5" in Symbol 476 MovieClip Frame 1
onClipEvent (load) {
if (_root.main.omgwtf121212 != true) {
_root.main.omgwtf121212 = true;
_visible = false;
onono = true;
}
}
onClipEvent (enterFrame) {
if ((_root.main.map != true) && (this.a)) {
this._visible = true;
if (mort != true) {
if (ontirelesgars) {
if (alo > (random(55) + 25)) {
tiretire = true;
ontirelesgars = false;
alo = 0;
} else {
alo = alo + 1;
}
}
if (onono != true) {
if (_x < (xgo + 100)) {
if (ontirelesgars != true) {
alo = 26;
ontirelesgars = true;
}
}
if (_x > xgo) {
if (mort) {
} else {
_x = (_x - 2);
}
} else {
ennemy.gotoAndStop(15);
}
if (_root.main.main[("ennemya" + (_root.main.main.ennemynb - 1)) + "hp"] <= 0) {
if (jaba != true) {
jaba = true;
_root.main.down.start(0, 0);
_root.main.radio2 = true;
_root.main.messagerecu = true;
}
_root.main.ennemymort = true;
if (_root.main.gunla == 1) {
_root.main.gunmort = 5;
}
if (_root.main.gunla == 2) {
_root.main.gunmort = 2;
}
if (_root.main.gunla == 3) {
_root.main.gunmort = 3;
}
if (_root.main.gunla == 4) {
_root.main.gunmort = 1;
}
if (_root.main.gunla == 5) {
_root.main.gunmort = 4;
}
mort = true;
ennemy.gotoAndStop(15);
this.play();
}
}
}
} else {
this._visible = false;
}
}
Instance of Symbol 419 MovieClip "ennemydup6" in Symbol 476 MovieClip Frame 1
onClipEvent (load) {
if (_root.main.omgwtf121212 != true) {
_root.main.omgwtf121212 = true;
_visible = false;
onono = true;
}
}
onClipEvent (enterFrame) {
if ((_root.main.map != true) && (this.a)) {
this._visible = true;
if (mort != true) {
if (ontirelesgars) {
if (alo > (random(55) + 25)) {
tiretire = true;
ontirelesgars = false;
alo = 0;
} else {
alo = alo + 1;
}
}
if (onono != true) {
if (_x < (xgo + 100)) {
if (ontirelesgars != true) {
alo = 26;
ontirelesgars = true;
}
}
if (_x > xgo) {
if (mort) {
} else {
_x = (_x - 2);
}
} else {
ennemy.gotoAndStop(15);
}
if (_root.main.main[("ennemya" + (_root.main.main.ennemynb - 1)) + "hp"] <= 0) {
if (jaba != true) {
jaba = true;
_root.main.down.start(0, 0);
_root.main.radio2 = true;
_root.main.messagerecu = true;
}
_root.main.ennemymort = true;
if (_root.main.gunla == 1) {
_root.main.gunmort = 5;
}
if (_root.main.gunla == 2) {
_root.main.gunmort = 2;
}
if (_root.main.gunla == 3) {
_root.main.gunmort = 3;
}
if (_root.main.gunla == 4) {
_root.main.gunmort = 1;
}
if (_root.main.gunla == 5) {
_root.main.gunmort = 4;
}
mort = true;
ennemy.gotoAndStop(15);
this.play();
}
}
}
} else {
this._visible = false;
}
}
Instance of Symbol 419 MovieClip "ennemydup7" in Symbol 476 MovieClip Frame 1
onClipEvent (load) {
if (_root.main.omgwtf121212 != true) {
_root.main.omgwtf121212 = true;
_visible = false;
onono = true;
}
}
onClipEvent (enterFrame) {
if ((_root.main.map != true) && (this.a)) {
this._visible = true;
if (mort != true) {
if (ontirelesgars) {
if (alo > (random(55) + 25)) {
tiretire = true;
ontirelesgars = false;
alo = 0;
} else {
alo = alo + 1;
}
}
if (onono != true) {
if (_x < (xgo + 100)) {
if (ontirelesgars != true) {
alo = 26;
ontirelesgars = true;
}
}
if (_x > xgo) {
if (mort) {
} else {
_x = (_x - 2);
}
} else {
ennemy.gotoAndStop(15);
}
if (_root.main.main[("ennemya" + (_root.main.main.ennemynb - 1)) + "hp"] <= 0) {
if (jaba != true) {
jaba = true;
_root.main.down.start(0, 0);
_root.main.radio2 = true;
_root.main.messagerecu = true;
}
_root.main.ennemymort = true;
if (_root.main.gunla == 1) {
_root.main.gunmort = 5;
}
if (_root.main.gunla == 2) {
_root.main.gunmort = 2;
}
if (_root.main.gunla == 3) {
_root.main.gunmort = 3;
}
if (_root.main.gunla == 4) {
_root.main.gunmort = 1;
}
if (_root.main.gunla == 5) {
_root.main.gunmort = 4;
}
mort = true;
ennemy.gotoAndStop(15);
this.play();
}
}
}
} else {
this._visible = false;
}
}
Instance of Symbol 430 MovieClip "ennemydup8" in Symbol 476 MovieClip Frame 1
onClipEvent (load) {
if (_root.main.omgwtf121212 != true) {
_root.main.omgwtf121212 = true;
_visible = false;
onono = true;
}
}
onClipEvent (enterFrame) {
if ((_root.main.map != true) && (this.a)) {
this._visible = true;
if (mort != true) {
if (ontirelesgars) {
if (alo > (random(55) + 25)) {
tiretire = true;
ontirelesgars = false;
alo = 0;
} else {
alo = alo + 1;
}
}
if (onono != true) {
if (_x > (xgo - 100)) {
if (ontirelesgars != true) {
alo = 26;
ontirelesgars = true;
}
}
if (_x < xgo) {
if (mort) {
} else {
_x = (_x + 2);
}
} else {
ennemy.gotoAndStop(15);
}
if (_root.main.main[("ennemya" + (_root.main.main.ennemynb - 1)) + "hp"] <= 0) {
if (jaba != true) {
jaba = true;
_root.main.down.start(0, 0);
_root.main.radio2 = true;
_root.main.messagerecu = true;
}
_root.main.ennemymort = true;
if (_root.main.gunla == 1) {
_root.main.gunmort = 5;
}
if (_root.main.gunla == 2) {
_root.main.gunmort = 2;
}
if (_root.main.gunla == 3) {
_root.main.gunmort = 3;
}
if (_root.main.gunla == 4) {
_root.main.gunmort = 1;
}
if (_root.main.gunla == 5) {
_root.main.gunmort = 4;
}
mort = true;
ennemy.gotoAndStop(15);
this.play();
}
}
}
} else {
this._visible = false;
}
}
Instance of Symbol 430 MovieClip "ennemydup9" in Symbol 476 MovieClip Frame 1
onClipEvent (load) {
if (_root.main.omgwtf121212 != true) {
_root.main.omgwtf121212 = true;
_visible = false;
onono = true;
}
}
onClipEvent (enterFrame) {
if ((_root.main.map != true) && (this.a)) {
this._visible = true;
if (mort != true) {
if (ontirelesgars) {
if (alo > (random(55) + 25)) {
tiretire = true;
ontirelesgars = false;
alo = 0;
} else {
alo = alo + 1;
}
}
if (onono != true) {
if (_x > (xgo - 100)) {
if (ontirelesgars != true) {
alo = 26;
ontirelesgars = true;
}
}
if (_x < xgo) {
if (mort) {
} else {
_x = (_x + 2);
}
} else {
ennemy.gotoAndStop(15);
}
if (_root.main.main[("ennemya" + (_root.main.main.ennemynb - 1)) + "hp"] <= 0) {
if (jaba != true) {
jaba = true;
_root.main.down.start(0, 0);
_root.main.radio2 = true;
_root.main.messagerecu = true;
}
_root.main.ennemymort = true;
if (_root.main.gunla == 1) {
_root.main.gunmort = 5;
}
if (_root.main.gunla == 2) {
_root.main.gunmort = 2;
}
if (_root.main.gunla == 3) {
_root.main.gunmort = 3;
}
if (_root.main.gunla == 4) {
_root.main.gunmort = 1;
}
if (_root.main.gunla == 5) {
_root.main.gunmort = 4;
}
mort = true;
ennemy.gotoAndStop(15);
this.play();
}
}
}
} else {
this._visible = false;
}
}
Instance of Symbol 430 MovieClip "ennemydup10" in Symbol 476 MovieClip Frame 1
onClipEvent (load) {
if (_root.main.omgwtf121212 != true) {
_root.main.omgwtf121212 = true;
_visible = false;
onono = true;
}
}
onClipEvent (enterFrame) {
if ((_root.main.map != true) && (this.a)) {
this._visible = true;
if (mort != true) {
if (ontirelesgars) {
if (alo > (random(55) + 25)) {
tiretire = true;
ontirelesgars = false;
alo = 0;
} else {
alo = alo + 1;
}
}
if (onono != true) {
if (_x > (xgo - 100)) {
if (ontirelesgars != true) {
alo = 26;
ontirelesgars = true;
}
}
if (_x < xgo) {
if (mort) {
} else {
_x = (_x + 2);
}
} else {
ennemy.gotoAndStop(15);
}
if (_root.main.main[("ennemya" + (_root.main.main.ennemynb - 1)) + "hp"] <= 0) {
if (jaba != true) {
jaba = true;
_root.main.down.start(0, 0);
_root.main.radio2 = true;
_root.main.messagerecu = true;
}
_root.main.ennemymort = true;
if (_root.main.gunla == 1) {
_root.main.gunmort = 5;
}
if (_root.main.gunla == 2) {
_root.main.gunmort = 2;
}
if (_root.main.gunla == 3) {
_root.main.gunmort = 3;
}
if (_root.main.gunla == 4) {
_root.main.gunmort = 1;
}
if (_root.main.gunla == 5) {
_root.main.gunmort = 4;
}
mort = true;
ennemy.gotoAndStop(15);
this.play();
}
}
}
} else {
this._visible = false;
}
}
Instance of Symbol 430 MovieClip "ennemydup11" in Symbol 476 MovieClip Frame 1
onClipEvent (load) {
if (_root.main.omgwtf121212 != true) {
_root.main.omgwtf121212 = true;
_visible = false;
onono = true;
}
}
onClipEvent (enterFrame) {
if ((_root.main.map != true) && (this.a)) {
this._visible = true;
if (mort != true) {
if (ontirelesgars) {
if (alo > (random(55) + 25)) {
tiretire = true;
ontirelesgars = false;
alo = 0;
} else {
alo = alo + 1;
}
}
if (onono != true) {
if (_x > (xgo - 100)) {
if (ontirelesgars != true) {
alo = 26;
ontirelesgars = true;
}
}
if (_x < xgo) {
if (mort) {
} else {
_x = (_x + 2);
}
} else {
ennemy.gotoAndStop(15);
}
if (_root.main.main[("ennemya" + (_root.main.main.ennemynb - 1)) + "hp"] <= 0) {
if (jaba != true) {
jaba = true;
_root.main.down.start(0, 0);
_root.main.radio2 = true;
_root.main.messagerecu = true;
}
_root.main.ennemymort = true;
if (_root.main.gunla == 1) {
_root.main.gunmort = 5;
}
if (_root.main.gunla == 2) {
_root.main.gunmort = 2;
}
if (_root.main.gunla == 3) {
_root.main.gunmort = 3;
}
if (_root.main.gunla == 4) {
_root.main.gunmort = 1;
}
if (_root.main.gunla == 5) {
_root.main.gunmort = 4;
}
mort = true;
ennemy.gotoAndStop(15);
this.play();
}
}
}
} else {
this._visible = false;
}
}
Instance of Symbol 430 MovieClip "ennemydup12" in Symbol 476 MovieClip Frame 1
onClipEvent (load) {
if (_root.main.omgwtf121212 != true) {
_root.main.omgwtf121212 = true;
_visible = false;
onono = true;
}
}
onClipEvent (enterFrame) {
if ((_root.main.map != true) && (this.a)) {
this._visible = true;
if (mort != true) {
if (ontirelesgars) {
if (alo > (random(55) + 25)) {
tiretire = true;
ontirelesgars = false;
alo = 0;
} else {
alo = alo + 1;
}
}
if (onono != true) {
if (_x < (xgo + 100)) {
if (ontirelesgars != true) {
alo = 26;
ontirelesgars = true;
}
}
if (_x > xgo) {
if (mort) {
} else {
_x = (_x - 2);
}
} else {
ennemy.gotoAndStop(15);
}
if (_root.main.main[("ennemya" + (_root.main.main.ennemynb - 1)) + "hp"] <= 0) {
if (jaba != true) {
jaba = true;
_root.main.down.start(0, 0);
_root.main.radio2 = true;
_root.main.messagerecu = true;
}
_root.main.ennemymort = true;
if (_root.main.gunla == 1) {
_root.main.gunmort = 5;
}
if (_root.main.gunla == 2) {
_root.main.gunmort = 2;
}
if (_root.main.gunla == 3) {
_root.main.gunmort = 3;
}
if (_root.main.gunla == 4) {
_root.main.gunmort = 1;
}
if (_root.main.gunla == 5) {
_root.main.gunmort = 4;
}
mort = true;
ennemy.gotoAndStop(15);
this.play();
}
}
}
} else {
this._visible = false;
}
}
Instance of Symbol 430 MovieClip "ennemydup13" in Symbol 476 MovieClip Frame 1
onClipEvent (load) {
if (_root.main.omgwtf121212 != true) {
_root.main.omgwtf121212 = true;
_visible = false;
onono = true;
}
}
onClipEvent (enterFrame) {
if ((_root.main.map != true) && (this.a)) {
this._visible = true;
if (mort != true) {
if (ontirelesgars) {
if (alo > (random(55) + 25)) {
tiretire = true;
ontirelesgars = false;
alo = 0;
} else {
alo = alo + 1;
}
}
if (onono != true) {
if (_x < (xgo + 100)) {
if (ontirelesgars != true) {
alo = 26;
ontirelesgars = true;
}
}
if (_x > xgo) {
if (mort) {
} else {
_x = (_x - 2);
}
} else {
ennemy.gotoAndStop(15);
}
if (_root.main.main[("ennemya" + (_root.main.main.ennemynb - 1)) + "hp"] <= 0) {
if (jaba != true) {
jaba = true;
_root.main.down.start(0, 0);
_root.main.radio2 = true;
_root.main.messagerecu = true;
}
_root.main.ennemymort = true;
if (_root.main.gunla == 1) {
_root.main.gunmort = 5;
}
if (_root.main.gunla == 2) {
_root.main.gunmort = 2;
}
if (_root.main.gunla == 3) {
_root.main.gunmort = 3;
}
if (_root.main.gunla == 4) {
_root.main.gunmort = 1;
}
if (_root.main.gunla == 5) {
_root.main.gunmort = 4;
}
mort = true;
ennemy.gotoAndStop(15);
this.play();
}
}
}
} else {
this._visible = false;
}
}
Instance of Symbol 430 MovieClip "ennemydup14" in Symbol 476 MovieClip Frame 1
onClipEvent (load) {
if (_root.main.omgwtf121212 != true) {
_root.main.omgwtf121212 = true;
_visible = false;
onono = true;
}
}
onClipEvent (enterFrame) {
if ((_root.main.map != true) && (this.a)) {
this._visible = true;
if (mort != true) {
if (ontirelesgars) {
if (alo > (random(55) + 25)) {
tiretire = true;
ontirelesgars = false;
alo = 0;
} else {
alo = alo + 1;
}
}
if (onono != true) {
if (_x < (xgo + 100)) {
if (ontirelesgars != true) {
alo = 26;
ontirelesgars = true;
}
}
if (_x > xgo) {
if (mort) {
} else {
_x = (_x - 2);
}
} else {
ennemy.gotoAndStop(15);
}
if (_root.main.main[("ennemya" + (_root.main.main.ennemynb - 1)) + "hp"] <= 0) {
if (jaba != true) {
jaba = true;
_root.main.down.start(0, 0);
_root.main.radio2 = true;
_root.main.messagerecu = true;
}
_root.main.ennemymort = true;
if (_root.main.gunla == 1) {
_root.main.gunmort = 5;
}
if (_root.main.gunla == 2) {
_root.main.gunmort = 2;
}
if (_root.main.gunla == 3) {
_root.main.gunmort = 3;
}
if (_root.main.gunla == 4) {
_root.main.gunmort = 1;
}
if (_root.main.gunla == 5) {
_root.main.gunmort = 4;
}
mort = true;
ennemy.gotoAndStop(15);
this.play();
}
}
}
} else {
this._visible = false;
}
}
Instance of Symbol 436 MovieClip "ennemydup15" in Symbol 476 MovieClip Frame 1
onClipEvent (load) {
if (_root.main.omgwtf121212 != true) {
_root.main.omgwtf121212 = true;
_visible = false;
onono = true;
}
}
onClipEvent (enterFrame) {
if ((_root.main.map != true) && (this.a)) {
this._visible = true;
if (mort != true) {
if (ontirelesgars) {
if (alo > (random(55) + 25)) {
tiretire = true;
ontirelesgars = false;
alo = 0;
} else {
alo = alo + 1;
}
}
if (onono != true) {
if (_x > (xgo - 100)) {
if (ontirelesgars != true) {
alo = 26;
ontirelesgars = true;
}
}
if (_x < xgo) {
if (mort) {
} else {
_x = (_x + 2);
}
} else {
ennemy.gotoAndStop(15);
}
if (_root.main.main[("ennemya" + (_root.main.main.ennemynb - 1)) + "hp"] <= 0) {
if (jaba != true) {
jaba = true;
_root.main.down.start(0, 0);
_root.main.radio2 = true;
_root.main.messagerecu = true;
}
_root.main.ennemymort = true;
if (_root.main.gunla == 1) {
_root.main.gunmort = 5;
}
if (_root.main.gunla == 2) {
_root.main.gunmort = 2;
}
if (_root.main.gunla == 3) {
_root.main.gunmort = 3;
}
if (_root.main.gunla == 4) {
_root.main.gunmort = 1;
}
if (_root.main.gunla == 5) {
_root.main.gunmort = 4;
}
mort = true;
ennemy.gotoAndStop(15);
this.play();
}
}
}
} else {
this._visible = false;
}
}
Instance of Symbol 436 MovieClip "ennemydup16" in Symbol 476 MovieClip Frame 1
onClipEvent (load) {
if (_root.main.omgwtf121212 != true) {
_root.main.omgwtf121212 = true;
_visible = false;
onono = true;
}
}
onClipEvent (enterFrame) {
if ((_root.main.map != true) && (this.a)) {
this._visible = true;
if (mort != true) {
if (ontirelesgars) {
if (alo > (random(55) + 25)) {
tiretire = true;
ontirelesgars = false;
alo = 0;
} else {
alo = alo + 1;
}
}
if (onono != true) {
if (_x > (xgo - 100)) {
if (ontirelesgars != true) {
alo = 26;
ontirelesgars = true;
}
}
if (_x < xgo) {
if (mort) {
} else {
_x = (_x + 2);
}
} else {
ennemy.gotoAndStop(15);
}
if (_root.main.main[("ennemya" + (_root.main.main.ennemynb - 1)) + "hp"] <= 0) {
if (jaba != true) {
jaba = true;
_root.main.down.start(0, 0);
_root.main.radio2 = true;
_root.main.messagerecu = true;
}
_root.main.ennemymort = true;
if (_root.main.gunla == 1) {
_root.main.gunmort = 5;
}
if (_root.main.gunla == 2) {
_root.main.gunmort = 2;
}
if (_root.main.gunla == 3) {
_root.main.gunmort = 3;
}
if (_root.main.gunla == 4) {
_root.main.gunmort = 1;
}
if (_root.main.gunla == 5) {
_root.main.gunmort = 4;
}
mort = true;
ennemy.gotoAndStop(15);
this.play();
}
}
}
} else {
this._visible = false;
}
}
Instance of Symbol 436 MovieClip "ennemydup17" in Symbol 476 MovieClip Frame 1
onClipEvent (load) {
if (_root.main.omgwtf121212 != true) {
_root.main.omgwtf121212 = true;
_visible = false;
onono = true;
}
}
onClipEvent (enterFrame) {
if ((_root.main.map != true) && (this.a)) {
this._visible = true;
if (mort != true) {
if (ontirelesgars) {
if (alo > (random(55) + 25)) {
tiretire = true;
ontirelesgars = false;
alo = 0;
} else {
alo = alo + 1;
}
}
if (onono != true) {
if (_x > (xgo - 100)) {
if (ontirelesgars != true) {
alo = 26;
ontirelesgars = true;
}
}
if (_x < xgo) {
if (mort) {
} else {
_x = (_x + 2);
}
} else {
ennemy.gotoAndStop(15);
}
if (_root.main.main[("ennemya" + (_root.main.main.ennemynb - 1)) + "hp"] <= 0) {
if (jaba != true) {
jaba = true;
_root.main.down.start(0, 0);
_root.main.radio2 = true;
_root.main.messagerecu = true;
}
_root.main.ennemymort = true;
if (_root.main.gunla == 1) {
_root.main.gunmort = 5;
}
if (_root.main.gunla == 2) {
_root.main.gunmort = 2;
}
if (_root.main.gunla == 3) {
_root.main.gunmort = 3;
}
if (_root.main.gunla == 4) {
_root.main.gunmort = 1;
}
if (_root.main.gunla == 5) {
_root.main.gunmort = 4;
}
mort = true;
ennemy.gotoAndStop(15);
this.play();
}
}
}
} else {
this._visible = false;
}
}
Instance of Symbol 436 MovieClip "ennemydup18" in Symbol 476 MovieClip Frame 1
onClipEvent (load) {
if (_root.main.omgwtf121212 != true) {
_root.main.omgwtf121212 = true;
_visible = false;
onono = true;
}
}
onClipEvent (enterFrame) {
if ((_root.main.map != true) && (this.a)) {
this._visible = true;
if (mort != true) {
if (ontirelesgars) {
if (alo > (random(55) + 25)) {
tiretire = true;
ontirelesgars = false;
alo = 0;
} else {
alo = alo + 1;
}
}
if (onono != true) {
if (_x > (xgo - 100)) {
if (ontirelesgars != true) {
alo = 26;
ontirelesgars = true;
}
}
if (_x < xgo) {
if (mort) {
} else {
_x = (_x + 2);
}
} else {
ennemy.gotoAndStop(15);
}
if (_root.main.main[("ennemya" + (_root.main.main.ennemynb - 1)) + "hp"] <= 0) {
if (jaba != true) {
jaba = true;
_root.main.down.start(0, 0);
_root.main.radio2 = true;
_root.main.messagerecu = true;
}
_root.main.ennemymort = true;
if (_root.main.gunla == 1) {
_root.main.gunmort = 5;
}
if (_root.main.gunla == 2) {
_root.main.gunmort = 2;
}
if (_root.main.gunla == 3) {
_root.main.gunmort = 3;
}
if (_root.main.gunla == 4) {
_root.main.gunmort = 1;
}
if (_root.main.gunla == 5) {
_root.main.gunmort = 4;
}
mort = true;
ennemy.gotoAndStop(15);
this.play();
}
}
}
} else {
this._visible = false;
}
}
Instance of Symbol 436 MovieClip "ennemydup19" in Symbol 476 MovieClip Frame 1
onClipEvent (load) {
if (_root.main.omgwtf121212 != true) {
_root.main.omgwtf121212 = true;
_visible = false;
onono = true;
}
}
onClipEvent (enterFrame) {
if ((_root.main.map != true) && (this.a)) {
this._visible = true;
if (mort != true) {
if (ontirelesgars) {
if (alo > (random(55) + 25)) {
tiretire = true;
ontirelesgars = false;
alo = 0;
} else {
alo = alo + 1;
}
}
if (onono != true) {
if (_x < (xgo + 100)) {
if (ontirelesgars != true) {
alo = 26;
ontirelesgars = true;
}
}
if (_x > xgo) {
if (mort) {
} else {
_x = (_x - 2);
}
} else {
ennemy.gotoAndStop(15);
}
if (_root.main.main[("ennemya" + (_root.main.main.ennemynb - 1)) + "hp"] <= 0) {
if (jaba != true) {
jaba = true;
_root.main.down.start(0, 0);
_root.main.radio2 = true;
_root.main.messagerecu = true;
}
_root.main.ennemymort = true;
if (_root.main.gunla == 1) {
_root.main.gunmort = 5;
}
if (_root.main.gunla == 2) {
_root.main.gunmort = 2;
}
if (_root.main.gunla == 3) {
_root.main.gunmort = 3;
}
if (_root.main.gunla == 4) {
_root.main.gunmort = 1;
}
if (_root.main.gunla == 5) {
_root.main.gunmort = 4;
}
mort = true;
ennemy.gotoAndStop(15);
this.play();
}
}
}
} else {
this._visible = false;
}
}
Instance of Symbol 436 MovieClip "ennemydup20" in Symbol 476 MovieClip Frame 1
onClipEvent (load) {
if (_root.main.omgwtf121212 != true) {
_root.main.omgwtf121212 = true;
_visible = false;
onono = true;
}
}
onClipEvent (enterFrame) {
if ((_root.main.map != true) && (this.a)) {
this._visible = true;
if (mort != true) {
if (ontirelesgars) {
if (alo > (random(55) + 25)) {
tiretire = true;
ontirelesgars = false;
alo = 0;
} else {
alo = alo + 1;
}
}
if (onono != true) {
if (_x < (xgo + 100)) {
if (ontirelesgars != true) {
alo = 26;
ontirelesgars = true;
}
}
if (_x > xgo) {
if (mort) {
} else {
_x = (_x - 2);
}
} else {
ennemy.gotoAndStop(15);
}
if (_root.main.main[("ennemya" + (_root.main.main.ennemynb - 1)) + "hp"] <= 0) {
if (jaba != true) {
jaba = true;
_root.main.down.start(0, 0);
_root.main.radio2 = true;
_root.main.messagerecu = true;
}
_root.main.ennemymort = true;
if (_root.main.gunla == 1) {
_root.main.gunmort = 5;
}
if (_root.main.gunla == 2) {
_root.main.gunmort = 2;
}
if (_root.main.gunla == 3) {
_root.main.gunmort = 3;
}
if (_root.main.gunla == 4) {
_root.main.gunmort = 1;
}
if (_root.main.gunla == 5) {
_root.main.gunmort = 4;
}
mort = true;
ennemy.gotoAndStop(15);
this.play();
}
}
}
} else {
this._visible = false;
}
}
Instance of Symbol 436 MovieClip "ennemydup21" in Symbol 476 MovieClip Frame 1
onClipEvent (load) {
if (_root.main.omgwtf121212 != true) {
_root.main.omgwtf121212 = true;
_visible = false;
onono = true;
}
}
onClipEvent (enterFrame) {
if ((_root.main.map != true) && (this.a)) {
this._visible = true;
if (mort != true) {
if (ontirelesgars) {
if (alo > (random(55) + 25)) {
tiretire = true;
ontirelesgars = false;
alo = 0;
} else {
alo = alo + 1;
}
}
if (onono != true) {
if (_x < (xgo + 100)) {
if (ontirelesgars != true) {
alo = 26;
ontirelesgars = true;
}
}
if (_x > xgo) {
if (mort) {
} else {
_x = (_x - 2);
}
} else {
ennemy.gotoAndStop(15);
}
if (_root.main.main[("ennemya" + (_root.main.main.ennemynb - 1)) + "hp"] <= 0) {
if (jaba != true) {
jaba = true;
_root.main.down.start(0, 0);
_root.main.radio2 = true;
_root.main.messagerecu = true;
}
_root.main.ennemymort = true;
if (_root.main.gunla == 1) {
_root.main.gunmort = 5;
}
if (_root.main.gunla == 2) {
_root.main.gunmort = 2;
}
if (_root.main.gunla == 3) {
_root.main.gunmort = 3;
}
if (_root.main.gunla == 4) {
_root.main.gunmort = 1;
}
if (_root.main.gunla == 5) {
_root.main.gunmort = 4;
}
mort = true;
ennemy.gotoAndStop(15);
this.play();
}
}
}
} else {
this._visible = false;
}
}
Instance of Symbol 447 MovieClip "ennemydup22" in Symbol 476 MovieClip Frame 1
onClipEvent (load) {
if (_root.main.omgwtf121212 != true) {
_root.main.omgwtf121212 = true;
_visible = false;
onono = true;
}
}
onClipEvent (enterFrame) {
if ((_root.main.map != true) && (this.a)) {
this._visible = true;
if (mort != true) {
if (ontirelesgars) {
if (alo > (random(55) + 25)) {
tiretire = true;
ontirelesgars = false;
alo = 0;
} else {
alo = alo + 1;
}
}
if (onono != true) {
if (_x > (xgo - 100)) {
if (ontirelesgars != true) {
alo = 26;
ontirelesgars = true;
}
}
if (_x < xgo) {
if (mort) {
} else {
_x = (_x + 2);
}
} else {
ennemy.gotoAndStop(15);
}
if (_root.main.main[("ennemya" + (_root.main.main.ennemynb - 1)) + "hp"] <= 0) {
if (jaba != true) {
jaba = true;
_root.main.down.start(0, 0);
_root.main.radio2 = true;
_root.main.messagerecu = true;
}
_root.main.ennemymort = true;
if (_root.main.gunla == 1) {
_root.main.gunmort = 5;
}
if (_root.main.gunla == 2) {
_root.main.gunmort = 2;
}
if (_root.main.gunla == 3) {
_root.main.gunmort = 3;
}
if (_root.main.gunla == 4) {
_root.main.gunmort = 1;
}
if (_root.main.gunla == 5) {
_root.main.gunmort = 4;
}
mort = true;
ennemy.gotoAndStop(15);
this.play();
}
}
}
} else {
this._visible = false;
}
}
Instance of Symbol 447 MovieClip "ennemydup23" in Symbol 476 MovieClip Frame 1
onClipEvent (load) {
if (_root.main.omgwtf121212 != true) {
_root.main.omgwtf121212 = true;
_visible = false;
onono = true;
}
}
onClipEvent (enterFrame) {
if ((_root.main.map != true) && (this.a)) {
this._visible = true;
if (mort != true) {
if (ontirelesgars) {
if (alo > (random(55) + 25)) {
tiretire = true;
ontirelesgars = false;
alo = 0;
} else {
alo = alo + 1;
}
}
if (onono != true) {
if (_x > (xgo - 100)) {
if (ontirelesgars != true) {
alo = 26;
ontirelesgars = true;
}
}
if (_x < xgo) {
if (mort) {
} else {
_x = (_x + 2);
}
} else {
ennemy.gotoAndStop(15);
}
if (_root.main.main[("ennemya" + (_root.main.main.ennemynb - 1)) + "hp"] <= 0) {
if (jaba != true) {
jaba = true;
_root.main.down.start(0, 0);
_root.main.radio2 = true;
_root.main.messagerecu = true;
}
_root.main.ennemymort = true;
if (_root.main.gunla == 1) {
_root.main.gunmort = 5;
}
if (_root.main.gunla == 2) {
_root.main.gunmort = 2;
}
if (_root.main.gunla == 3) {
_root.main.gunmort = 3;
}
if (_root.main.gunla == 4) {
_root.main.gunmort = 1;
}
if (_root.main.gunla == 5) {
_root.main.gunmort = 4;
}
mort = true;
ennemy.gotoAndStop(15);
this.play();
}
}
}
} else {
this._visible = false;
}
}
Instance of Symbol 447 MovieClip "ennemydup24" in Symbol 476 MovieClip Frame 1
onClipEvent (load) {
if (_root.main.omgwtf121212 != true) {
_root.main.omgwtf121212 = true;
_visible = false;
onono = true;
}
}
onClipEvent (enterFrame) {
if ((_root.main.map != true) && (this.a)) {
this._visible = true;
if (mort != true) {
if (ontirelesgars) {
if (alo > (random(55) + 25)) {
tiretire = true;
ontirelesgars = false;
alo = 0;
} else {
alo = alo + 1;
}
}
if (onono != true) {
if (_x > (xgo - 100)) {
if (ontirelesgars != true) {
alo = 26;
ontirelesgars = true;
}
}
if (_x < xgo) {
if (mort) {
} else {
_x = (_x + 2);
}
} else {
ennemy.gotoAndStop(15);
}
if (_root.main.main[("ennemya" + (_root.main.main.ennemynb - 1)) + "hp"] <= 0) {
if (jaba != true) {
jaba = true;
_root.main.down.start(0, 0);
_root.main.radio2 = true;
_root.main.messagerecu = true;
}
_root.main.ennemymort = true;
if (_root.main.gunla == 1) {
_root.main.gunmort = 5;
}
if (_root.main.gunla == 2) {
_root.main.gunmort = 2;
}
if (_root.main.gunla == 3) {
_root.main.gunmort = 3;
}
if (_root.main.gunla == 4) {
_root.main.gunmort = 1;
}
if (_root.main.gunla == 5) {
_root.main.gunmort = 4;
}
mort = true;
ennemy.gotoAndStop(15);
this.play();
}
}
}
} else {
this._visible = false;
}
}
Instance of Symbol 447 MovieClip "ennemydup25" in Symbol 476 MovieClip Frame 1
onClipEvent (load) {
if (_root.main.omgwtf121212 != true) {
_root.main.omgwtf121212 = true;
_visible = false;
onono = true;
}
}
onClipEvent (enterFrame) {
if ((_root.main.map != true) && (this.a)) {
this._visible = true;
if (mort != true) {
if (ontirelesgars) {
if (alo > (random(55) + 25)) {
tiretire = true;
ontirelesgars = false;
alo = 0;
} else {
alo = alo + 1;
}
}
if (onono != true) {
if (_x > (xgo - 100)) {
if (ontirelesgars != true) {
alo = 26;
ontirelesgars = true;
}
}
if (_x < xgo) {
if (mort) {
} else {
_x = (_x + 2);
}
} else {
ennemy.gotoAndStop(15);
}
if (_root.main.main[("ennemya" + (_root.main.main.ennemynb - 1)) + "hp"] <= 0) {
if (jaba != true) {
jaba = true;
_root.main.down.start(0, 0);
_root.main.radio2 = true;
_root.main.messagerecu = true;
}
_root.main.ennemymort = true;
if (_root.main.gunla == 1) {
_root.main.gunmort = 5;
}
if (_root.main.gunla == 2) {
_root.main.gunmort = 2;
}
if (_root.main.gunla == 3) {
_root.main.gunmort = 3;
}
if (_root.main.gunla == 4) {
_root.main.gunmort = 1;
}
if (_root.main.gunla == 5) {
_root.main.gunmort = 4;
}
mort = true;
ennemy.gotoAndStop(15);
this.play();
}
}
}
} else {
this._visible = false;
}
}
Instance of Symbol 447 MovieClip "ennemydup26" in Symbol 476 MovieClip Frame 1
onClipEvent (load) {
if (_root.main.omgwtf121212 != true) {
_root.main.omgwtf121212 = true;
_visible = false;
onono = true;
}
}
onClipEvent (enterFrame) {
if ((_root.main.map != true) && (this.a)) {
this._visible = true;
if (mort != true) {
if (ontirelesgars) {
if (alo > (random(55) + 25)) {
tiretire = true;
ontirelesgars = false;
alo = 0;
} else {
alo = alo + 1;
}
}
if (onono != true) {
if (_x < (xgo + 100)) {
if (ontirelesgars != true) {
alo = 26;
ontirelesgars = true;
}
}
if (_x > xgo) {
if (mort) {
} else {
_x = (_x - 2);
}
} else {
ennemy.gotoAndStop(15);
}
if (_root.main.main[("ennemya" + (_root.main.main.ennemynb - 1)) + "hp"] <= 0) {
if (jaba != true) {
jaba = true;
_root.main.down.start(0, 0);
_root.main.radio2 = true;
_root.main.messagerecu = true;
}
_root.main.ennemymort = true;
if (_root.main.gunla == 1) {
_root.main.gunmort = 5;
}
if (_root.main.gunla == 2) {
_root.main.gunmort = 2;
}
if (_root.main.gunla == 3) {
_root.main.gunmort = 3;
}
if (_root.main.gunla == 4) {
_root.main.gunmort = 1;
}
if (_root.main.gunla == 5) {
_root.main.gunmort = 4;
}
mort = true;
ennemy.gotoAndStop(15);
this.play();
}
}
}
} else {
this._visible = false;
}
}
Instance of Symbol 447 MovieClip "ennemydup27" in Symbol 476 MovieClip Frame 1
onClipEvent (load) {
if (_root.main.omgwtf121212 != true) {
_root.main.omgwtf121212 = true;
_visible = false;
onono = true;
}
}
onClipEvent (enterFrame) {
if ((_root.main.map != true) && (this.a)) {
this._visible = true;
if (mort != true) {
if (ontirelesgars) {
if (alo > (random(55) + 25)) {
tiretire = true;
ontirelesgars = false;
alo = 0;
} else {
alo = alo + 1;
}
}
if (onono != true) {
if (_x < (xgo + 100)) {
if (ontirelesgars != true) {
alo = 26;
ontirelesgars = true;
}
}
if (_x > xgo) {
if (mort) {
} else {
_x = (_x - 2);
}
} else {
ennemy.gotoAndStop(15);
}
if (_root.main.main[("ennemya" + (_root.main.main.ennemynb - 1)) + "hp"] <= 0) {
if (jaba != true) {
jaba = true;
_root.main.down.start(0, 0);
_root.main.radio2 = true;
_root.main.messagerecu = true;
}
_root.main.ennemymort = true;
if (_root.main.gunla == 1) {
_root.main.gunmort = 5;
}
if (_root.main.gunla == 2) {
_root.main.gunmort = 2;
}
if (_root.main.gunla == 3) {
_root.main.gunmort = 3;
}
if (_root.main.gunla == 4) {
_root.main.gunmort = 1;
}
if (_root.main.gunla == 5) {
_root.main.gunmort = 4;
}
mort = true;
ennemy.gotoAndStop(15);
this.play();
}
}
}
} else {
this._visible = false;
}
}
Instance of Symbol 447 MovieClip "ennemydup28" in Symbol 476 MovieClip Frame 1
onClipEvent (load) {
if (_root.main.omgwtf121212 != true) {
_root.main.omgwtf121212 = true;
_visible = false;
onono = true;
}
}
onClipEvent (enterFrame) {
if ((_root.main.map != true) && (this.a)) {
this._visible = true;
if (mort != true) {
if (ontirelesgars) {
if (alo > (random(55) + 25)) {
tiretire = true;
ontirelesgars = false;
alo = 0;
} else {
alo = alo + 1;
}
}
if (onono != true) {
if (_x < (xgo + 100)) {
if (ontirelesgars != true) {
alo = 26;
ontirelesgars = true;
}
}
if (_x > xgo) {
if (mort) {
} else {
_x = (_x - 2);
}
} else {
ennemy.gotoAndStop(15);
}
if (_root.main.main[("ennemya" + (_root.main.main.ennemynb - 1)) + "hp"] <= 0) {
if (jaba != true) {
jaba = true;
_root.main.down.start(0, 0);
_root.main.radio2 = true;
_root.main.messagerecu = true;
}
_root.main.ennemymort = true;
if (_root.main.gunla == 1) {
_root.main.gunmort = 5;
}
if (_root.main.gunla == 2) {
_root.main.gunmort = 2;
}
if (_root.main.gunla == 3) {
_root.main.gunmort = 3;
}
if (_root.main.gunla == 4) {
_root.main.gunmort = 1;
}
if (_root.main.gunla == 5) {
_root.main.gunmort = 4;
}
mort = true;
ennemy.gotoAndStop(15);
this.play();
}
}
}
} else {
this._visible = false;
}
}
Instance of Symbol 450 MovieClip in Symbol 476 MovieClip Frame 1
onClipEvent (load) {
if (_root.main.main.obs1chillout1 != true) {
_root.main.main.obs1chillout1 = true;
duplicateMovieClip ("", "obs1", 10001);
_root.main.main.obs1.jo = true;
}
}
Instance of Symbol 453 MovieClip in Symbol 476 MovieClip Frame 1
onClipEvent (load) {
if (_root.main.main.obs2chillout1 != true) {
_root.main.main.obs2chillout1 = true;
duplicateMovieClip ("", "obs2", 10000);
_root.main.main.obs2.jo = true;
}
}
Symbol 488 MovieClip Frame 1
play();
Symbol 488 MovieClip Frame 11
stop();
_parent._visible = false;
Symbol 489 MovieClip Frame 1
stop();
Symbol 489 MovieClip Frame 2
stop();
Symbol 500 MovieClip Frame 1
stop();
_root.main.cachegono2 = false;
Symbol 500 MovieClip Frame 9
stop();
_root.main.cachegono = false;
Symbol 500 MovieClip Frame 10
play();
Symbol 500 MovieClip Frame 13
_root.main.gunspace = false;
Symbol 505 MovieClip Frame 1
stop();
Symbol 511 MovieClip Frame 1
stop();
Symbol 511 MovieClip Frame 2
play();
Symbol 517 MovieClip Frame 1
stop();
Symbol 520 MovieClip Frame 1
jobob = false;
stop();
Symbol 520 MovieClip Frame 2
_root.main.bullet2go = true;
play();
Instance of Symbol 511 MovieClip "gun" in Symbol 520 MovieClip Frame 2
onClipEvent (enterFrame) {
play();
}
Instance of Symbol 513 MovieClip in Symbol 520 MovieClip Frame 2
onClipEvent (load) {
if (_root.main.pasdeflash) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 514 MovieClip in Symbol 520 MovieClip Frame 3
onClipEvent (load) {
if (_root.main.pasdeflash) {
_visible = false;
} else {
_visible = true;
}
}
Symbol 520 MovieClip Frame 9
gotoAndStop (1);
Symbol 520 MovieClip Frame 10
play();
bal = _root.main.balres2;
bal2 = _root.main.balres;
Symbol 520 MovieClip Frame 11
_root.main.balres2 = "--";
_root.main.balres = "--";
Symbol 520 MovieClip Frame 36
gotoAndStop (1);
_root.main.reloadgun = false;
_root.main.balres2 = bal - (_root.main["gunres3gun" + _root.main.gunla] - bal2);
_root.main.balres = bal2 + (_root.main["gunres3gun" + _root.main.gunla] - bal2);
_root.main["gunres2gun" + _root.main.gunla] = bal - (_root.main["gunres3gun" + _root.main.gunla] - bal2);
_root.main["gunres1gun" + _root.main.gunla] = bal2 + (_root.main["gunres3gun" + _root.main.gunla] - bal2);
if (_root.main.balres2 < 0) {
i = 1;
while (i < 250) {
if (_root.main.balres2 != 0) {
_root.main["gunres2gun" + _root.main.gunla] = _root.main["gunres2gun" + _root.main.gunla] + 1;
_root.main["gunres1gun" + _root.main.gunla] = _root.main["gunres1gun" + _root.main.gunla] - 1;
_root.main.balres2 = _root.main.balres2 + 1;
_root.main.balres = _root.main.balres - 1;
}
i++;
}
}
Symbol 520 MovieClip Frame 37
play();
Symbol 520 MovieClip Frame 38
_root.main.nouvogun = false;
lamarde = false;
Instance of Symbol 520 MovieClip in Symbol 521 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent._parent._parent._parent._parent._parent.jo) {
if (_root.main.nouvogun) {
if (lamarde != true) {
lamarde = true;
gotoAndPlay (37);
}
}
if (_root.main.reloadgun) {
if (jobob != true) {
jobob = true;
lamarde = false;
_root.main.nouvogun = false;
gotoAndPlay (10);
}
} else if (_root.main.gunfire) {
gotoAndPlay (2);
lamarde = false;
_root.main.nouvogun = false;
_root.main.gunfire = false;
}
}
}
Instance of Symbol 520 MovieClip in Symbol 523 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent._parent._parent._parent._parent._parent.jo) {
if (_root.main.nouvogun) {
if (lamarde != true) {
lamarde = true;
gotoAndPlay (37);
}
}
if (_root.main.reloadgun) {
if (jobob != true) {
jobob = true;
lamarde = false;
_root.main.nouvogun = false;
gotoAndPlay (10);
}
} else if (_root.main.gunfire) {
gotoAndPlay (2);
lamarde = false;
_root.main.nouvogun = false;
_root.main.gunfire = false;
}
}
}
Symbol 528 MovieClip Frame 1
stop();
Symbol 529 MovieClip Frame 1
stop();
Symbol 529 MovieClip Frame 2
play();
Symbol 530 MovieClip Frame 1
stop();
Symbol 531 MovieClip Frame 1
stop();
Symbol 531 MovieClip Frame 2
play();
Symbol 532 MovieClip Frame 1
stop();
Symbol 533 MovieClip Frame 1
stop();
Symbol 533 MovieClip Frame 2
play();
Symbol 534 MovieClip Frame 1
stop();
Symbol 535 MovieClip Frame 1
stop();
Symbol 536 MovieClip Frame 1
stop();
Symbol 537 MovieClip Frame 1
stop();
Symbol 538 MovieClip Frame 1
stop();
Symbol 539 MovieClip Frame 1
stop();
Symbol 540 MovieClip Frame 1
jobob = false;
stop();
Symbol 540 MovieClip Frame 2
_root.main.bullet2go = true;
play();
Instance of Symbol 531 MovieClip "gun" in Symbol 540 MovieClip Frame 2
onClipEvent (enterFrame) {
play();
}
Instance of Symbol 513 MovieClip in Symbol 540 MovieClip Frame 2
onClipEvent (load) {
if (_root.main.pasdeflash) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 514 MovieClip in Symbol 540 MovieClip Frame 3
onClipEvent (load) {
if (_root.main.pasdeflash) {
_visible = false;
} else {
_visible = true;
}
}
Symbol 540 MovieClip Frame 9
gotoAndStop (1);
Symbol 540 MovieClip Frame 10
play();
bal = _root.main.balres2;
bal2 = _root.main.balres;
Symbol 540 MovieClip Frame 11
_root.main.balres2 = "--";
_root.main.balres = "--";
Symbol 540 MovieClip Frame 36
gotoAndStop (1);
_root.main.reloadgun = false;
_root.main.balres2 = bal - (_root.main["gunres3gun" + _root.main.gunla] - bal2);
_root.main.balres = bal2 + (_root.main["gunres3gun" + _root.main.gunla] - bal2);
_root.main["gunres2gun" + _root.main.gunla] = bal - (_root.main["gunres3gun" + _root.main.gunla] - bal2);
_root.main["gunres1gun" + _root.main.gunla] = bal2 + (_root.main["gunres3gun" + _root.main.gunla] - bal2);
if (_root.main.balres2 < 0) {
i = 1;
while (i < 250) {
if (_root.main.balres2 != 0) {
_root.main["gunres2gun" + _root.main.gunla] = _root.main["gunres2gun" + _root.main.gunla] + 1;
_root.main["gunres1gun" + _root.main.gunla] = _root.main["gunres1gun" + _root.main.gunla] - 1;
_root.main.balres2 = _root.main.balres2 + 1;
_root.main.balres = _root.main.balres - 1;
}
i++;
}
}
Symbol 540 MovieClip Frame 37
play();
Symbol 540 MovieClip Frame 38
_root.main.nouvogun = false;
lamarde = false;
Instance of Symbol 540 MovieClip in Symbol 541 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent._parent._parent._parent._parent._parent.jo) {
if (_root.main.nouvogun) {
if (lamarde != true) {
lamarde = true;
gotoAndPlay (37);
}
}
if (_root.main.reloadgun) {
if (jobob != true) {
jobob = true;
lamarde = false;
_root.main.nouvogun = false;
gotoAndPlay (10);
}
} else if (_root.main.gunfire) {
gotoAndPlay (2);
lamarde = false;
_root.main.nouvogun = false;
_root.main.gunfire = false;
}
}
}
Symbol 543 MovieClip Frame 1
stop();
Symbol 544 MovieClip Frame 1
stop();
Symbol 544 MovieClip Frame 2
play();
Symbol 545 MovieClip Frame 1
stop();
Symbol 546 MovieClip Frame 1
stop();
Symbol 546 MovieClip Frame 2
play();
Symbol 547 MovieClip Frame 1
stop();
Symbol 548 MovieClip Frame 1
stop();
Symbol 548 MovieClip Frame 2
play();
Symbol 549 MovieClip Frame 1
stop();
Symbol 550 MovieClip Frame 1
stop();
Symbol 551 MovieClip Frame 1
stop();
Symbol 552 MovieClip Frame 1
stop();
Symbol 553 MovieClip Frame 1
jobob = false;
stop();
Symbol 553 MovieClip Frame 2
_root.main.bullet2go = true;
play();
Instance of Symbol 546 MovieClip "gun" in Symbol 553 MovieClip Frame 2
onClipEvent (enterFrame) {
play();
}
Instance of Symbol 513 MovieClip in Symbol 553 MovieClip Frame 2
onClipEvent (load) {
if (_root.main.pasdeflash) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 514 MovieClip in Symbol 553 MovieClip Frame 3
onClipEvent (load) {
if (_root.main.pasdeflash) {
_visible = false;
} else {
_visible = true;
}
}
Symbol 553 MovieClip Frame 9
gotoAndStop (1);
Symbol 553 MovieClip Frame 10
play();
bal = _root.main.balres2;
bal2 = _root.main.balres;
Symbol 553 MovieClip Frame 11
_root.main.balres2 = "--";
_root.main.balres = "--";
Symbol 553 MovieClip Frame 36
gotoAndStop (1);
_root.main.reloadgun = false;
_root.main.balres2 = bal - (_root.main["gunres3gun" + _root.main.gunla] - bal2);
_root.main.balres = bal2 + (_root.main["gunres3gun" + _root.main.gunla] - bal2);
_root.main["gunres1gun" + _root.main.gunla] = bal2 + (_root.main["gunres3gun" + _root.main.gunla] - bal2);
_root.main["gunres2gun" + _root.main.gunla] = bal - (_root.main["gunres3gun" + _root.main.gunla] - bal2);
if (_root.main.balres2 < 0) {
i = 1;
while (i < 250) {
if (_root.main.balres2 != 0) {
_root.main["gunres2gun" + _root.main.gunla] = _root.main["gunres2gun" + _root.main.gunla] + 1;
_root.main["gunres1gun" + _root.main.gunla] = _root.main["gunres1gun" + _root.main.gunla] - 1;
_root.main.balres2 = _root.main.balres2 + 1;
_root.main.balres = _root.main.balres - 1;
}
i++;
}
}
Symbol 553 MovieClip Frame 37
play();
Symbol 553 MovieClip Frame 38
_root.main.nouvogun = false;
lamarde = false;
Instance of Symbol 553 MovieClip in Symbol 554 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent._parent._parent._parent._parent._parent.jo) {
if (_root.main.nouvogun) {
if (lamarde != true) {
lamarde = true;
gotoAndPlay (37);
}
}
if (_root.main.reloadgun) {
if (jobob != true) {
jobob = true;
lamarde = false;
_root.main.nouvogun = false;
gotoAndPlay (10);
}
} else if (_root.main.gunfire) {
gotoAndPlay (2);
lamarde = false;
_root.main.nouvogun = false;
_root.main.gunfire = false;
}
}
}
Symbol 559 MovieClip Frame 1
stop();
Symbol 560 MovieClip Frame 1
stop();
Symbol 560 MovieClip Frame 2
play();
Symbol 561 MovieClip Frame 1
stop();
Symbol 562 MovieClip Frame 1
stop();
Symbol 562 MovieClip Frame 2
play();
Symbol 563 MovieClip Frame 1
stop();
Symbol 564 MovieClip Frame 1
stop();
Symbol 564 MovieClip Frame 2
play();
Symbol 565 MovieClip Frame 1
stop();
Symbol 566 MovieClip Frame 1
stop();
Symbol 567 MovieClip Frame 1
stop();
Symbol 568 MovieClip Frame 1
stop();
Symbol 569 MovieClip Frame 1
stop();
Symbol 570 MovieClip Frame 1
stop();
Symbol 571 MovieClip Frame 1
jobob = false;
stop();
Symbol 571 MovieClip Frame 2
_root.main.bullet2go = true;
play();
Instance of Symbol 562 MovieClip "gun" in Symbol 571 MovieClip Frame 2
onClipEvent (enterFrame) {
play();
}
Instance of Symbol 513 MovieClip in Symbol 571 MovieClip Frame 2
onClipEvent (load) {
if (_root.main.pasdeflash) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 514 MovieClip in Symbol 571 MovieClip Frame 3
onClipEvent (load) {
if (_root.main.pasdeflash) {
_visible = false;
} else {
_visible = true;
}
}
Symbol 571 MovieClip Frame 9
gotoAndStop (1);
Symbol 571 MovieClip Frame 10
play();
bal = _root.main.balres2;
bal2 = _root.main.balres;
Symbol 571 MovieClip Frame 11
_root.main.balres2 = "--";
_root.main.balres = "--";
Symbol 571 MovieClip Frame 36
gotoAndStop (1);
_root.main.reloadgun = false;
_root.main.balres2 = bal - (_root.main["gunres3gun" + _root.main.gunla] - bal2);
_root.main.balres = bal2 + (_root.main["gunres3gun" + _root.main.gunla] - bal2);
_root.main["gunres2gun" + _root.main.gunla] = bal - (_root.main["gunres3gun" + _root.main.gunla] - bal2);
_root.main["gunres1gun" + _root.main.gunla] = bal2 + (_root.main["gunres3gun" + _root.main.gunla] - bal2);
if (_root.main.balres2 < 0) {
i = 1;
while (i < 250) {
if (_root.main.balres2 != 0) {
_root.main["gunres2gun" + _root.main.gunla] = _root.main["gunres2gun" + _root.main.gunla] + 1;
_root.main["gunres1gun" + _root.main.gunla] = _root.main["gunres1gun" + _root.main.gunla] - 1;
_root.main.balres2 = _root.main.balres2 + 1;
_root.main.balres = _root.main.balres - 1;
}
i++;
}
}
Symbol 571 MovieClip Frame 37
play();
Symbol 571 MovieClip Frame 38
_root.main.nouvogun = false;
lamarde = false;
Instance of Symbol 571 MovieClip in Symbol 572 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent._parent._parent._parent._parent._parent.jo) {
if (_root.main.nouvogun) {
if (lamarde != true) {
lamarde = true;
gotoAndPlay (37);
}
}
if (_root.main.reloadgun) {
if (jobob != true) {
jobob = true;
lamarde = false;
_root.main.nouvogun = false;
gotoAndPlay (10);
}
} else if (_root.main.gunfire) {
gotoAndPlay (2);
lamarde = false;
_root.main.nouvogun = false;
_root.main.gunfire = false;
}
}
}
Symbol 574 MovieClip Frame 1
stop();
Symbol 575 MovieClip Frame 1
stop();
Symbol 575 MovieClip Frame 2
play();
Symbol 576 MovieClip Frame 1
stop();
Symbol 577 MovieClip Frame 1
stop();
Symbol 577 MovieClip Frame 2
play();
Symbol 578 MovieClip Frame 1
stop();
Symbol 579 MovieClip Frame 1
stop();
Symbol 579 MovieClip Frame 2
play();
Symbol 580 MovieClip Frame 1
stop();
Symbol 581 MovieClip Frame 1
stop();
Symbol 582 MovieClip Frame 1
stop();
Symbol 583 MovieClip Frame 1
stop();
Symbol 584 MovieClip Frame 1
stop();
Symbol 585 MovieClip Frame 1
stop();
Symbol 586 MovieClip Frame 1
jobob = false;
stop();
Symbol 586 MovieClip Frame 2
_root.main.bullet2go = true;
play();
Instance of Symbol 577 MovieClip "gun" in Symbol 586 MovieClip Frame 2
onClipEvent (enterFrame) {
play();
}
Instance of Symbol 513 MovieClip in Symbol 586 MovieClip Frame 2
onClipEvent (load) {
if (_root.main.pasdeflash) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 514 MovieClip in Symbol 586 MovieClip Frame 3
onClipEvent (load) {
if (_root.main.pasdeflash) {
_visible = false;
} else {
_visible = true;
}
}
Symbol 586 MovieClip Frame 9
gotoAndStop (1);
Symbol 586 MovieClip Frame 10
play();
bal = _root.main.balres2;
bal2 = _root.main.balres;
Symbol 586 MovieClip Frame 11
_root.main.balres2 = "--";
_root.main.balres = "--";
Symbol 586 MovieClip Frame 36
gotoAndStop (1);
_root.main.reloadgun = false;
_root.main.balres2 = bal - (_root.main["gunres3gun" + _root.main.gunla] - bal2);
_root.main.balres = bal2 + (_root.main["gunres3gun" + _root.main.gunla] - bal2);
_root.main["gunres1gun" + _root.main.gunla] = bal2 + (_root.main["gunres3gun" + _root.main.gunla] - bal2);
_root.main["gunres2gun" + _root.main.gunla] = bal - (_root.main["gunres3gun" + _root.main.gunla] - bal2);
if (_root.main.balres2 < 0) {
i = 1;
while (i < 250) {
if (_root.main.balres2 != 0) {
_root.main["gunres2gun" + _root.main.gunla] = _root.main["gunres2gun" + _root.main.gunla] + 1;
_root.main["gunres1gun" + _root.main.gunla] = _root.main["gunres1gun" + _root.main.gunla] - 1;
_root.main.balres2 = _root.main.balres2 + 1;
_root.main.balres = _root.main.balres - 1;
}
i++;
}
}
Symbol 586 MovieClip Frame 37
play();
Symbol 586 MovieClip Frame 38
_root.main.nouvogun = false;
lamarde = false;
Instance of Symbol 586 MovieClip in Symbol 587 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent._parent._parent._parent._parent._parent.jo) {
if (_root.main.nouvogun) {
if (lamarde != true) {
lamarde = true;
gotoAndPlay (37);
}
}
if (_root.main.reloadgun) {
if (jobob != true) {
jobob = true;
lamarde = false;
_root.main.nouvogun = false;
gotoAndPlay (10);
}
} else if (_root.main.gunfire) {
gotoAndPlay (2);
lamarde = false;
_root.main.nouvogun = false;
_root.main.gunfire = false;
}
}
}
Symbol 592 MovieClip Frame 1
stop();
Symbol 593 MovieClip Frame 1
stop();
Symbol 593 MovieClip Frame 2
play();
Symbol 594 MovieClip Frame 1
stop();
Symbol 595 MovieClip Frame 1
stop();
Symbol 595 MovieClip Frame 2
play();
Symbol 596 MovieClip Frame 1
stop();
Symbol 597 MovieClip Frame 1
stop();
Symbol 597 MovieClip Frame 2
play();
Symbol 598 MovieClip Frame 1
stop();
Symbol 599 MovieClip Frame 1
stop();
Symbol 600 MovieClip Frame 1
stop();
Symbol 601 MovieClip Frame 1
stop();
Symbol 602 MovieClip Frame 1
stop();
Symbol 603 MovieClip Frame 1
stop();
Symbol 604 MovieClip Frame 1
jobob = false;
stop();
Symbol 604 MovieClip Frame 2
_root.main.bullet2go = true;
play();
Instance of Symbol 595 MovieClip "gun" in Symbol 604 MovieClip Frame 2
onClipEvent (enterFrame) {
play();
}
Instance of Symbol 513 MovieClip in Symbol 604 MovieClip Frame 2
onClipEvent (load) {
if (_root.main.pasdeflash) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 514 MovieClip in Symbol 604 MovieClip Frame 3
onClipEvent (load) {
if (_root.main.pasdeflash) {
_visible = false;
} else {
_visible = true;
}
}
Symbol 604 MovieClip Frame 9
gotoAndStop (1);
Symbol 604 MovieClip Frame 10
play();
bal = _root.main.balres2;
bal2 = _root.main.balres;
Symbol 604 MovieClip Frame 11
_root.main.balres2 = "--";
_root.main.balres = "--";
Symbol 604 MovieClip Frame 36
gotoAndStop (1);
_root.main.reloadgun = false;
_root.main.balres2 = bal - (_root.main["gunres3gun" + _root.main.gunla] - bal2);
_root.main.balres = bal2 + (_root.main["gunres3gun" + _root.main.gunla] - bal2);
_root.main["gunres2gun" + _root.main.gunla] = bal - (_root.main["gunres3gun" + _root.main.gunla] - bal2);
_root.main["gunres1gun" + _root.main.gunla] = bal2 + (_root.main["gunres3gun" + _root.main.gunla] - bal2);
if (_root.main.balres2 < 0) {
i = 1;
while (i < 250) {
if (_root.main.balres2 != 0) {
_root.main["gunres2gun" + _root.main.gunla] = _root.main["gunres2gun" + _root.main.gunla] + 1;
_root.main["gunres1gun" + _root.main.gunla] = _root.main["gunres1gun" + _root.main.gunla] - 1;
_root.main.balres2 = _root.main.balres2 + 1;
_root.main.balres = _root.main.balres - 1;
}
i++;
}
}
Symbol 604 MovieClip Frame 37
play();
Symbol 604 MovieClip Frame 38
_root.main.nouvogun = false;
lamarde = false;
Instance of Symbol 604 MovieClip in Symbol 605 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent._parent._parent._parent._parent._parent.jo) {
if (_root.main.nouvogun) {
if (lamarde != true) {
lamarde = true;
gotoAndPlay (37);
}
}
if (_root.main.reloadgun) {
if (jobob != true) {
jobob = true;
lamarde = false;
_root.main.nouvogun = false;
gotoAndPlay (10);
}
} else if (_root.main.gunfire) {
gotoAndPlay (2);
lamarde = false;
_root.main.nouvogun = false;
_root.main.gunfire = false;
}
}
}
Symbol 607 MovieClip Frame 1
stop();
Symbol 608 MovieClip Frame 1
stop();
Symbol 608 MovieClip Frame 2
play();
Symbol 609 MovieClip Frame 1
stop();
Symbol 610 MovieClip Frame 1
stop();
Symbol 610 MovieClip Frame 2
play();
Symbol 611 MovieClip Frame 1
stop();
Symbol 612 MovieClip Frame 1
stop();
Symbol 612 MovieClip Frame 2
play();
Symbol 613 MovieClip Frame 1
stop();
Symbol 614 MovieClip Frame 1
stop();
Symbol 615 MovieClip Frame 1
stop();
Symbol 616 MovieClip Frame 1
stop();
Symbol 617 MovieClip Frame 1
stop();
Symbol 618 MovieClip Frame 1
stop();
Symbol 619 MovieClip Frame 1
jobob = false;
stop();
Symbol 619 MovieClip Frame 2
_root.main.bullet2go = true;
play();
Instance of Symbol 610 MovieClip "gun" in Symbol 619 MovieClip Frame 2
onClipEvent (enterFrame) {
play();
}
Instance of Symbol 513 MovieClip in Symbol 619 MovieClip Frame 2
onClipEvent (load) {
if (_root.main.pasdeflash) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 514 MovieClip in Symbol 619 MovieClip Frame 3
onClipEvent (load) {
if (_root.main.pasdeflash) {
_visible = false;
} else {
_visible = true;
}
}
Symbol 619 MovieClip Frame 9
gotoAndStop (1);
Symbol 619 MovieClip Frame 10
play();
bal = _root.main.balres2;
bal2 = _root.main.balres;
Symbol 619 MovieClip Frame 11
_root.main.balres2 = "--";
_root.main.balres = "--";
Symbol 619 MovieClip Frame 36
gotoAndStop (1);
_root.main.reloadgun = false;
_root.main.balres2 = bal - (_root.main["gunres3gun" + _root.main.gunla] - bal2);
_root.main.balres = bal2 + (_root.main["gunres3gun" + _root.main.gunla] - bal2);
_root.main["gunres1gun" + _root.main.gunla] = bal2 + (_root.main["gunres3gun" + _root.main.gunla] - bal2);
_root.main["gunres2gun" + _root.main.gunla] = bal - (_root.main["gunres3gun" + _root.main.gunla] - bal2);
if (_root.main.balres2 < 0) {
i = 1;
while (i < 250) {
if (_root.main.balres2 != 0) {
_root.main["gunres2gun" + _root.main.gunla] = _root.main["gunres2gun" + _root.main.gunla] + 1;
_root.main["gunres1gun" + _root.main.gunla] = _root.main["gunres1gun" + _root.main.gunla] - 1;
_root.main.balres2 = _root.main.balres2 + 1;
_root.main.balres = _root.main.balres - 1;
}
i++;
}
}
Symbol 619 MovieClip Frame 37
play();
Symbol 619 MovieClip Frame 38
_root.main.nouvogun = false;
lamarde = false;
Instance of Symbol 619 MovieClip in Symbol 620 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent._parent._parent._parent._parent._parent.jo) {
if (_root.main.nouvogun) {
if (lamarde != true) {
lamarde = true;
gotoAndPlay (37);
}
}
if (_root.main.reloadgun) {
if (jobob != true) {
jobob = true;
lamarde = false;
_root.main.nouvogun = false;
gotoAndPlay (10);
}
} else if (_root.main.gunfire) {
gotoAndPlay (2);
lamarde = false;
_root.main.nouvogun = false;
_root.main.gunfire = false;
}
}
}
Symbol 623 MovieClip Frame 1
stop();
Symbol 623 MovieClip Frame 2
stop();
Symbol 623 MovieClip Frame 3
stop();
Symbol 623 MovieClip Frame 4
stop();
Symbol 663 MovieClip Frame 1
stop();
Symbol 663 MovieClip Frame 2
stop();
Symbol 663 MovieClip Frame 3
stop();
Symbol 663 MovieClip Frame 4
stop();
Symbol 663 MovieClip Frame 5
stop();
Symbol 663 MovieClip Frame 6
stop();
Instance of Symbol 663 MovieClip "item1" in Symbol 664 MovieClip Frame 1
onClipEvent (load) {
id = 1;
}
onClipEvent (enterFrame) {
this.gotoAndStop(_root.main["item" + id]);
}
Instance of Symbol 663 MovieClip "item2" in Symbol 664 MovieClip Frame 1
onClipEvent (load) {
id = 2;
}
onClipEvent (enterFrame) {
this.gotoAndStop(_root.main["item" + id]);
}
Instance of Symbol 663 MovieClip "item3" in Symbol 664 MovieClip Frame 1
onClipEvent (load) {
id = 3;
}
onClipEvent (enterFrame) {
this.gotoAndStop(_root.main["item" + id]);
}
Instance of Symbol 663 MovieClip "item4" in Symbol 664 MovieClip Frame 1
onClipEvent (load) {
id = 4;
}
onClipEvent (enterFrame) {
this.gotoAndStop(_root.main["item" + id]);
}
Instance of Symbol 663 MovieClip "item5" in Symbol 664 MovieClip Frame 1
onClipEvent (load) {
id = 5;
}
onClipEvent (enterFrame) {
this.gotoAndStop(_root.main["item" + id]);
}
Instance of Symbol 663 MovieClip "item6" in Symbol 664 MovieClip Frame 1
onClipEvent (load) {
id = 6;
}
onClipEvent (enterFrame) {
this.gotoAndStop(_root.main["item" + id]);
}
Instance of Symbol 663 MovieClip "item7" in Symbol 664 MovieClip Frame 1
onClipEvent (load) {
id = 7;
}
onClipEvent (enterFrame) {
this.gotoAndStop(_root.main["item" + id]);
}
Instance of Symbol 663 MovieClip "item8" in Symbol 664 MovieClip Frame 1
onClipEvent (load) {
id = 8;
}
onClipEvent (enterFrame) {
this.gotoAndStop(_root.main["item" + id]);
}
Instance of Symbol 663 MovieClip "item9" in Symbol 664 MovieClip Frame 1
onClipEvent (load) {
id = 9;
}
onClipEvent (enterFrame) {
this.gotoAndStop(_root.main["item" + id]);
}
Instance of Symbol 663 MovieClip "item10" in Symbol 664 MovieClip Frame 1
onClipEvent (load) {
id = 10;
}
onClipEvent (enterFrame) {
this.gotoAndStop(_root.main["item" + id]);
}
Instance of Symbol 666 MovieClip in Symbol 667 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.main.itemok) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 102 MovieClip in Symbol 668 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.main.credit) {
_y = (_y - 0.4);
if (_y < -200) {
_y = 265;
}
} else {
_y = 265;
}
}
Symbol 676 Button
on (release) {
_root.main.highscore = false;
_root.main.map = false;
}
Symbol 679 Button
on (release) {
_root.main.highscore = false;
_root.main.map = false;
}
Symbol 681 Button
on (release) {
numm = numm + 10;
if (numm == 100) {
numm = 0;
}
gotoAndPlay (4);
}
Symbol 682 Button
on (release) {
numm = numm - 10;
if (numm == -10) {
numm = 90;
}
gotoAndPlay (4);
}
Symbol 723 Button
on (release) {
numm = numm + 10;
if (numm == 100) {
numm = 0;
}
gotoAndPlay (3);
}
Symbol 724 Button
on (release) {
numm = numm - 10;
if (numm == -10) {
numm = 90;
}
gotoAndPlay (3);
}
Symbol 735 MovieClip Frame 1
stop();
numm = 0;
Symbol 735 MovieClip Frame 2
function gogoaw2() {
_root.lisths.ignoreWhite = true;
gotoAndPlay (3);
}
stop();
numm = 0;
_root.lisths = new XML();
_root.lisths.load("http://membres.lycos.fr/sbpproduction/calv2/readxml.php");
_root.lisths.onLoad = gogoaw2;
Symbol 735 MovieClip Frame 3
play();
Symbol 735 MovieClip Frame 4
stop();
_root.jababa = _root.lisths.childNodes[0].childNodes[0].childNodes[1];
a = 0;
i = numm;
while (i < (numm + 10)) {
this["a" + (a + 1)].text = _root.lisths.childNodes[0].childNodes[i].childNodes[0].childNodes[0];
this["b" + (a + 1)].text = _root.lisths.childNodes[0].childNodes[i].childNodes[1].childNodes[0];
this["c" + (a + 1)].text = _root.lisths.childNodes[0].childNodes[i].childNodes[2].childNodes[0];
this["d" + (a + 1)].text = _root.lisths.childNodes[0].childNodes[i].childNodes[3].childNodes[0] + "%";
this["e" + (a + 1)].text = _root.lisths.childNodes[0].childNodes[i].childNodes[4].childNodes[0];
a = a + 1;
i++;
}
Instance of Symbol 643 MovieClip in Symbol 736 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.main.mape) {
_visible = true;
_alpha = 100;
_x = (_root.main._xmouse - 200);
_x = (_x - (_x + _x));
_y = (_root.main._ymouse - 32);
_y = (_y - (_y + _y));
} else {
_visible = false;
}
}
Instance of Symbol 667 MovieClip in Symbol 736 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.main.map) {
Mouse.show();
} else {
Mouse.hide();
}
if (_root.main.itemok) {
_visible = true;
_alpha = 100;
} else {
_visible = false;
}
}
Instance of Symbol 669 MovieClip in Symbol 736 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.main.credit) {
_visible = true;
_alpha = 100;
} else {
_visible = false;
}
}
Instance of Symbol 99 MovieClip in Symbol 736 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.main.htp) {
_visible = true;
_alpha = 100;
} else {
_visible = false;
}
}
Instance of Symbol 673 MovieClip in Symbol 736 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.main.mape) {
_visible = true;
_alpha = 100;
} else {
_visible = false;
}
}
Instance of Symbol 735 MovieClip in Symbol 736 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent.jo) {
if (_root.main.highscore) {
_visible = true;
_alpha = 100;
if (ay != true) {
ay = true;
gotoAndStop (2);
}
} else {
_visible = false;
ay = false;
gotoAndStop (1);
}
} else {
_visible = false;
}
}
Symbol 740 MovieClip Frame 1
stop();
Symbol 740 MovieClip Frame 6
fini = true;
dom = false;
Symbol 745 MovieClip Frame 1
stop();
Symbol 759 MovieClip Frame 1
stop();
Symbol 759 MovieClip Frame 2
stop();
Symbol 759 MovieClip Frame 3
stop();
Symbol 759 MovieClip Frame 4
stop();
Symbol 759 MovieClip Frame 5
stop();
Symbol 761 MovieClip Frame 1
stop();
Symbol 770 MovieClip Frame 1
stop();
Symbol 770 MovieClip Frame 2
play();
Instance of Symbol 740 MovieClip in Symbol 774 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_visible) {
xi = xi + 1;
if (xi > 6) {
play();
}
}
if (_parent.jo) {
if (_root.main.map) {
_visible = false;
}
if (_root.main.ennemymort != true) {
if (_root.main.dom) {
_root.main.dom = false;
play();
i = 1;
while (i < 10) {
this["a" + i]._visible = false;
i++;
}
a = random(19);
this["a" + a]._visible = true;
dom = true;
xi = 1;
}
if (dom) {
_visible = true;
this["a" + a]._alpha = this["a" + a]._alpha - 20;
} else {
_visible = false;
i = 1;
while (i < 10) {
this["a" + i]._alpha = 84;
i++;
}
i = 1;
while (i < 10) {
this["a" + i]._visible = false;
i++;
}
}
} else {
_visible = false;
}
}
}
Instance of Symbol 234 MovieClip "acc" in Symbol 774 MovieClip Frame 1
onClipEvent (enterFrame) {
acc.text = Math.round((_root.main.bonshot / _root.main.totalshot) * 100) + "%";
_root.acc = Math.round((_root.main.bonshot / _root.main.totalshot) * 100);
}
Instance of Symbol 743 MovieClip "score" in Symbol 774 MovieClip Frame 1
onClipEvent (enterFrame) {
score.text = _root.main.score;
}
Instance of Symbol 762 MovieClip in Symbol 774 MovieClip Frame 1
onClipEvent (load) {
la = 1;
ax = a._x;
bx = b._x;
x = _x;
}
onClipEvent (enterFrame) {
if (_parent.jo) {
_root.chahashasha = la;
if (_root.main.ennemymort1) {
if (la < 100) {
la = la + 1;
} else if (_root.main.ennemymort2) {
if (_root.main.ennemymort3) {
if (_root.main.ennemymort4) {
if (chala != true) {
la = 1;
chala = true;
_root.main.headmort1 = _root.main.headmort2;
_root.main.gunmort1 = _root.main.gunmort2;
_root.main.nomenn1 = _root.main.nomenn2;
_root.main.headmort2 = _root.main.headmort3;
_root.main.gunmort2 = _root.main.gunmort3;
_root.main.nomenn2 = _root.main.nomenn3;
_root.main.headmort3 = _root.main.headmort4;
_root.main.gunmort3 = _root.main.gunmort4;
_root.main.nomenn3 = _root.main.nomenn4;
_root.main.ennemymort4 = false;
}
} else if (chala != true) {
la = 1;
chala = true;
_root.main.headmort1 = _root.main.headmort2;
_root.main.gunmort1 = _root.main.gunmort2;
_root.main.nomenn1 = _root.main.nomenn2;
_root.main.headmort2 = _root.main.headmort3;
_root.main.gunmort2 = _root.main.gunmort3;
_root.main.nomenn2 = _root.main.nomenn3;
_root.main.ennemymort3 = false;
}
} else if (chala != true) {
chala = true;
_root.main.ennemymort2 = false;
_root.main.headmort1 = _root.main.headmort2;
_root.main.gunmort1 = _root.main.gunmort2;
_root.main.nomenn1 = _root.main.nomenn2;
la = 1;
}
} else {
_root.main.ennemymort1 = false;
la = 1;
}
}
if (_root.main.ennemymort) {
if (_root.main.headmort) {
_root.main.haut.head.gotoAndPlay(2);
}
asd = random(13);
if (asd == 0) {
nomenn = "Strawberry Clock";
}
if (asd == 1) {
nomenn = "Orange Clock";
}
if (asd == 2) {
nomenn = "Turd Clock";
}
if (asd == 3) {
nomenn = "Synj Clock";
}
if (asd == 4) {
nomenn = "TomFulp Clock";
}
if (asd == 5) {
nomenn = "Berry Clock";
}
if (asd == 6) {
nomenn = "Melon CLock";
}
if (asd == 7) {
nomenn = "CumSum Clock";
}
if (asd == 8) {
nomenn = "Starburst Clock";
}
if (asd == 9) {
nomenn = "Juice Clock";
}
if (asd == 10) {
nomenn = "Marijuana Clock";
}
if (asd == 11) {
nomenn = "Future Clock";
}
if (asd == 12) {
nomenn = "French Clock";
}
if (_root.main.ennemymort1) {
if (_root.main.ennemymort2) {
if (_root.main.ennemymort3) {
if (_root.main.ennemymort4) {
if (_root.main.ennemymort2) {
if (_root.main.ennemymort3) {
if (_root.main.ennemymort4) {
if (chala != true) {
la = 1;
chala = true;
_root.main.headmort1 = _root.main.headmort2;
_root.main.gunmort1 = _root.main.gunmort2;
_root.main.nomenn1 = _root.main.nomenn2;
_root.main.headmort2 = _root.main.headmort3;
_root.main.gunmort2 = _root.main.gunmort3;
_root.main.nomenn2 = _root.main.nomenn3;
_root.main.headmort3 = _root.main.headmort4;
_root.main.gunmort3 = _root.main.gunmort4;
_root.main.nomenn3 = _root.main.nomenn4;
_root.main.ennemymort4 = false;
}
} else if (chala != true) {
la = 1;
chala = true;
_root.main.headmort1 = _root.main.headmort2;
_root.main.gunmort1 = _root.main.gunmort2;
_root.main.nomenn1 = _root.main.nomenn2;
_root.main.headmort2 = _root.main.headmort3;
_root.main.gunmort2 = _root.main.gunmort3;
_root.main.nomenn2 = _root.main.nomenn3;
_root.main.ennemymort3 = false;
}
} else if (chala != true) {
chala = true;
_root.main.ennemymort2 = false;
_root.main.headmort1 = _root.main.headmort2;
_root.main.gunmort1 = _root.main.gunmort2;
_root.main.nomenn1 = _root.main.nomenn2;
la = 1;
}
} else {
_root.main.ennemymort1 = false;
la = 1;
}
}
_root.main.ennemymort4 = true;
_root.main.nomenn4 = nomenn;
_root.main.gunmort4 = _root.main.gunmort;
if (_root.main.headmort) {
_root.main.headmort = false;
_root.main.headmort4 = true;
} else {
_root.main.headmort4 = false;
_root.main.headmort = false;
}
} else {
_root.main.ennemymort3 = true;
_root.main.nomenn3 = nomenn;
_root.main.gunmort3 = _root.main.gunmort;
if (_root.main.headmort) {
_root.main.headmort = false;
_root.main.headmort3 = true;
} else {
_root.main.headmort3 = false;
_root.main.headmort = false;
}
}
} else {
_root.main.ennemymort2 = true;
_root.main.nomenn2 = nomenn;
_root.main.gunmort2 = _root.main.gunmort;
if (_root.main.headmort) {
_root.main.headmort = false;
_root.main.headmort2 = true;
} else {
_root.main.headmort2 = false;
_root.main.headmort = false;
}
}
} else {
_root.main.ennemymort1 = true;
_root.main.nomenn1 = nomenn;
_root.main.gunmort1 = _root.main.gunmort;
if (_root.main.headmort) {
_root.main.headmort = false;
_root.main.headmort1 = true;
} else {
_root.main.headmort1 = false;
_root.main.headmort = false;
}
la = 1;
}
_root.main.ennemymort = false;
}
if (_root.main.ennemymort1) {
_visible = true;
_alpha = 100;
gun.gotoAndStop(_root.main.gunmort1);
a.a.text = _root.main.nom;
a.b.text = _root.main.nom;
b.a2.text = _root.main.nomenn1;
b.b2.text = _root.main.nomenn1;
if (_root.main.gunmort1 <= 3) {
a._x = ax;
} else {
a._x = ax + 20;
}
if (_root.main.headmort1) {
head._visible = true;
b._x = bx;
_x = (x - b.b2.textWidth);
} else {
b._x = bx - 20;
_x = ((x - b.b2.textWidth) + 20);
head._visible = false;
}
} else {
_visible = false;
}
} else {
_visible = false;
}
if (_root.main.map) {
_visible = false;
}
chala = false;
}
Instance of Symbol 242 MovieClip in Symbol 774 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent.jo) {
if (_root.main.rowdio2) {
radio.htmlText = _root.main.radiot2;
radio2.htmlText = _root.main.radiot2;
if (_root.main.radiot21 != "") {
radio.htmlText = _root.main.radiot21;
}
} else {
radio.text = "";
radio2.text = "";
}
}
}
Instance of Symbol 762 MovieClip in Symbol 774 MovieClip Frame 1
onClipEvent (load) {
la = 1;
ax = a._x;
bx = b._x;
x = _x;
}
onClipEvent (enterFrame) {
if (_parent.jo) {
if (_root.main.ennemymort2) {
_visible = true;
_alpha = 100;
gun.gotoAndStop(_root.main.gunmort2);
a.a.text = _root.main.nom;
a.b.text = _root.main.nom;
b.a2.text = _root.main.nomenn2;
b.b2.text = _root.main.nomenn2;
if (_root.main.gunmort2 <= 3) {
a._x = ax;
} else {
a._x = ax + 20;
}
if (_root.main.headmort2) {
head._visible = true;
b._x = bx;
_x = (x - b.b2.textWidth);
} else {
b._x = bx - 20;
_x = ((x - b.b2.textWidth) + 20);
head._visible = false;
}
} else {
_visible = false;
}
} else {
_visible = false;
}
}
Instance of Symbol 762 MovieClip in Symbol 774 MovieClip Frame 1
onClipEvent (load) {
la = 1;
ax = a._x;
bx = b._x;
x = _x;
}
onClipEvent (enterFrame) {
if (_parent.jo) {
if (_root.main.ennemymort3) {
_visible = true;
_alpha = 100;
gun.gotoAndStop(_root.main.gunmort3);
a.a.text = _root.main.nom;
a.b.text = _root.main.nom;
b.a2.text = _root.main.nomenn3;
b.b2.text = _root.main.nomenn3;
if (_root.main.gunmort3 <= 3) {
a._x = ax;
} else {
a._x = ax + 20;
}
if (_root.main.headmort3) {
head._visible = true;
b._x = bx;
_x = (x - b.b2.textWidth);
} else {
b._x = bx - 20;
_x = ((x - b.b2.textWidth) + 20);
head._visible = false;
}
} else {
_visible = false;
}
} else {
_visible = false;
}
}
Instance of Symbol 762 MovieClip in Symbol 774 MovieClip Frame 1
onClipEvent (load) {
la = 1;
ax = a._x;
bx = b._x;
x = _x;
}
onClipEvent (enterFrame) {
if (_parent.jo) {
if (_root.main.ennemymort4) {
_visible = true;
_alpha = 100;
gun.gotoAndStop(_root.main.gunmort4);
a.a.text = _root.main.nom;
a.b.text = _root.main.nom;
b.a2.text = _root.main.nomenn4;
b.b2.text = _root.main.nomenn4;
if (_root.main.gunmort4 <= 3) {
a._x = ax;
} else {
a._x = ax + 20;
}
if (_root.main.headmort4) {
head._visible = true;
b._x = bx;
_x = (x - b.b2.textWidth);
} else {
b._x = bx - 20;
_x = ((x - b.b2.textWidth) + 20);
head._visible = false;
}
} else {
_visible = false;
}
} else {
_visible = false;
}
}
Instance of Symbol 242 MovieClip in Symbol 774 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent.jo) {
if (_root.main.rowdio3) {
radio.htmlText = _root.main.radiot3;
radio2.htmlText = _root.main.radiot3;
if (_root.main.radiot31 != "") {
radio.htmlText = _root.main.radiot31;
}
} else {
radio.text = "";
radio2.text = "";
}
}
}
Instance of Symbol 242 MovieClip in Symbol 774 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent.jo) {
if (_root.main.rowdio4) {
radio.htmlText = _root.main.radiot4;
radio2.htmlText = _root.main.radiot4;
if (_root.main.radiot41 != "") {
radio.htmlText = _root.main.radiot41;
}
} else {
radio.text = "";
radio2.text = "";
}
}
}
Instance of Symbol 242 MovieClip in Symbol 774 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent.jo) {
if (_root.main.rowdio5) {
radio.htmlText = _root.main.radiot5;
radio2.htmlText = _root.main.radiot5;
if (_root.main.radiot51 != "") {
radio.htmlText = _root.main.radiot51;
}
} else {
radio.text = "";
radio2.text = "";
}
}
}
Instance of Symbol 242 MovieClip in Symbol 774 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent.jo) {
if (_root.main.messagespec) {
la2 = la2 + 1;
if (la2 >= 20) {
la2 = 0;
_root.main.messagespec = false;
_root.main.messagerecu = true;
asd = random(13);
if (asd == 0) {
nomenn = "Strawberry Clock";
}
if (asd == 1) {
nomenn = "Orange Clock";
}
if (asd == 2) {
nomenn = "Turd Clock";
}
if (asd == 3) {
nomenn = "Synj Clock";
}
if (asd == 4) {
nomenn = "TomFulp Clock";
}
if (asd == 5) {
nomenn = "Berry Clock";
}
if (asd == 6) {
nomenn = "Melon CLock";
}
if (asd == 7) {
nomenn = "CumSum Clock";
}
if (asd == 8) {
nomenn = "Starburst Clock";
}
if (asd == 9) {
nomenn = "Juice Clock";
}
if (asd == 10) {
nomenn = "Marijuana Clock";
}
if (asd == 11) {
nomenn = "Future Clock";
}
if (asd == 12) {
nomenn = "French Clock";
}
asd = random(13);
if (asd == 0) {
insulte = "U F00kING SUx OMFG!!!1one111eleven SUXorZ";
}
if (asd == 1) {
insulte = "B";
}
if (asd == 2) {
insulte = "Clock rulz";
}
if (asd == 3) {
insulte = "BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB";
}
if (asd == 4) {
insulte = "KING OF THE PORTAL";
}
if (asd == 5) {
insulte = "1337 OmFg !1111 ";
}
if (asd == 6) {
insulte = "WHAT !? ";
}
if (asd == 7) {
insulte = "STFU ya want N00bz";
}
if (asd == 8) {
insulte = "Im the K|ngz of teh P0rtal";
}
if (asd == 9) {
insulte = "OMFG!!!!!!!!!!!!!!!!111111 one oen elevn elven";
}
if (asd == 10) {
insulte = "ROFLMFAOOMFGLOLOMGWTFLOLz";
}
if (asd == 11) {
insulte = "Badger Badger Badger Badger Badger MUSHROOM MUSHROMM";
}
if (asd == 12) {
insulte = "S--N--A--K--E";
}
_root.main.messaga = ((("<font color='#FFB41E'>*DEAD* </font><font color='#FF3F3F'>" + nomenn) + "</font><font color='#FFB41E'> : ") + insulte) + "<font>";
_root.main.messaga2 = ((("<font color='#8A5E00'>*DEAD* </font><font color='#8A0000'>" + nomenn) + "</font><font color='#8A5E00'> : ") + insulte) + "<font>";
}
}
la = la + 1;
if (la >= 35) {
la = 0;
if (_root.main.rowdio2) {
if (_root.main.rowdio3) {
if (_root.main.rowdio4) {
if (_root.main.rowdio5) {
_root.main.radiot1 = _root.main.radiot2;
if (_root.main.radiot21 != "") {
_root.main.radiot11 = _root.main.radiot21;
} else {
_root.main.radiot11 = "";
}
_root.main.radiot2 = _root.main.radiot3;
if (_root.main.radiot31 != "") {
_root.main.radiot21 = _root.main.radiot31;
} else {
_root.main.radiot21 = "";
}
_root.main.radiot3 = _root.main.radiot4;
if (_root.main.radiot41 != "") {
_root.main.radiot31 = _root.main.radiot41;
} else {
_root.main.radiot31 = "";
}
_root.main.radiot4 = _root.main.radiot5;
if (_root.main.radiot51 != "") {
_root.main.radiot41 = _root.main.radiot51;
} else {
_root.main.radiot41 = "";
}
_root.main.rowdio5 = false;
} else {
_root.main.radiot1 = _root.main.radiot2;
if (_root.main.radiot21 != "") {
_root.main.radiot11 = _root.main.radiot21;
} else {
_root.main.radiot11 = "";
}
_root.main.radiot2 = _root.main.radiot3;
if (_root.main.radiot31 != "") {
_root.main.radiot21 = _root.main.radiot31;
} else {
_root.main.radiot21 = "";
}
_root.main.radiot3 = _root.main.radiot4;
if (_root.main.radiot41 != "") {
_root.main.radiot31 = _root.main.radiot41;
} else {
_root.main.radiot31 = "";
}
_root.main.rowdio4 = false;
}
} else {
_root.main.radiot1 = _root.main.radiot2;
if (_root.main.radiot21 != "") {
_root.main.radiot11 = _root.main.radiot21;
} else {
_root.main.radiot11 = "";
}
_root.main.radiot2 = _root.main.radiot3;
if (_root.main.radiot31 != "") {
_root.main.radiot21 = _root.main.radiot31;
} else {
_root.main.radiot21 = "";
}
_root.main.rowdio3 = false;
}
} else {
_root.main.radiot1 = _root.main.radiot2;
if (_root.main.radiot21 != "") {
_root.main.radiot11 = _root.main.radiot21;
} else {
_root.main.radiot11 = "";
}
_root.main.rowdio2 = false;
}
} else {
radio.text = "";
radio2.text = "";
_root.main.radiot11 = "";
_root.main.rowdio1 = false;
}
}
if (_root.main.messagerecu) {
_root.main.messagerecu = false;
if (_root.main.rowdio1) {
if (_root.main.rowdio2) {
if (_root.main.rowdio3) {
if (_root.main.rowdio4) {
if (_root.main.rowdio5) {
la = 0;
if (_root.main.radiot21 != "") {
_root.main.radiot11 = _root.main.radiot21;
} else {
_root.main.radiot11 = "";
}
if (_root.main.radiot31 != "") {
_root.main.radiot21 = _root.main.radiot31;
} else {
_root.main.radiot21 = "";
}
if (_root.main.radiot41 != "") {
_root.main.radiot31 = _root.main.radiot41;
} else {
_root.main.radiot31 = "";
}
if (_root.main.radiot51 != "") {
_root.main.radiot41 = _root.main.radiot51;
} else {
_root.main.radiot41 = "";
}
_root.main.radiot1 = _root.main.radiot2;
_root.main.radiot2 = _root.main.radiot3;
_root.main.radiot3 = _root.main.radiot4;
_root.main.radiot4 = _root.main.radiot5;
_root.main.rowdio5 = true;
_root.main.radiot5 = _root.main.messaga;
if (_root.main.messaga2 != "") {
_root.main.radiot51 = _root.main.messaga2;
_root.main.messaga2 = "";
} else {
_root.main.radiot51 = "";
}
_root.main.messaga = "";
if (_root.main.radio2) {
_root.main.radio2 = false;
_root.main.radiot5 = _root.main.nom + " (RADIO): Enemy down.";
}
if (_root.main.radio1) {
_root.main.radio1 = false;
_root.main.radiot5 = _root.main.nom + " (RADIO): Enemy spotted.";
}
} else {
_root.main.rowdio5 = true;
_root.main.radiot5 = _root.main.messaga;
if (_root.main.messaga2 != "") {
_root.main.radiot51 = _root.main.messaga2;
_root.main.messaga2 = "";
} else {
_root.main.radiot51 = "";
}
_root.main.messaga = "";
if (_root.main.radio2) {
_root.main.radio2 = false;
_root.main.radiot5 = _root.main.nom + " (RADIO): Enemy down.";
}
if (_root.main.radio1) {
_root.main.radio1 = false;
_root.main.radiot5 = _root.main.nom + " (RADIO): Enemy spotted.";
}
}
} else {
_root.main.rowdio4 = true;
_root.main.radiot4 = _root.main.messaga;
if (_root.main.messaga2 != "") {
_root.main.radiot41 = _root.main.messaga2;
_root.main.messaga2 = "";
} else {
_root.main.radiot41 = "";
}
_root.main.messaga = "";
if (_root.main.radio2) {
_root.main.radio2 = false;
_root.main.radiot4 = _root.main.nom + " (RADIO): Enemy down.";
}
if (_root.main.radio1) {
_root.main.radio1 = false;
_root.main.radiot4 = _root.main.nom + " (RADIO): Enemy spotted.";
}
}
} else {
_root.main.rowdio3 = true;
_root.main.radiot3 = _root.main.messaga;
if (_root.main.messaga2 != "") {
_root.main.radiot31 = _root.main.messaga2;
_root.main.messaga2 = "";
} else {
_root.main.radiot31 = "";
}
_root.main.messaga = "";
if (_root.main.radio2) {
_root.main.radio2 = false;
_root.main.radiot3 = _root.main.nom + " (RADIO): Enemy down.";
}
if (_root.main.radio1) {
_root.main.radio1 = false;
_root.main.radiot3 = _root.main.nom + " (RADIO): Enemy spotted.";
}
}
} else {
_root.main.rowdio2 = true;
_root.main.radiot2 = _root.main.messaga;
if (_root.main.messaga2 != "") {
_root.main.radiot21 = _root.main.messaga2;
_root.main.messaga2 = "";
} else {
_root.main.radiot21 = "";
}
_root.main.messaga = "";
if (_root.main.radio2) {
_root.main.radio2 = false;
_root.main.radiot2 = _root.main.nom + " (RADIO): Enemy down.";
}
if (_root.main.radio1) {
_root.main.radio1 = false;
_root.main.radiot2 = _root.main.nom + " (RADIO): Enemy spotted.";
}
}
} else {
_root.main.rowdio1 = true;
la = 0;
_root.main.radiot1 = _root.main.messaga;
if (_root.main.messaga2 != "") {
_root.main.radiot11 = _root.main.messaga2;
_root.main.messaga2 = "";
} else {
_root.main.radiot11 = "";
}
_root.main.messaga = "";
if (_root.main.radio2) {
_root.main.radio2 = false;
_root.main.radiot1 = _root.main.nom + " (RADIO): Enemy down.";
}
if (_root.main.radio1) {
_root.main.radio1 = false;
_root.main.radiot1 = _root.main.nom + " (RADIO): Enemy spotted.";
}
}
}
if (_root.main.rowdio1) {
radio.htmlText = _root.main.radiot1;
radio2.htmlText = _root.main.radiot1;
if (_root.main.radiot11 != "") {
radio.htmlText = _root.main.radiot11;
}
} else {
radio.text = "";
radio2.text = "";
}
} else {
radio.text = "";
radio2.text = "";
}
}
Instance of Symbol 764 MovieClip in Symbol 774 MovieClip Frame 1
onClipEvent (enterFrame) {
dif.text = _root.dif;
}
Instance of Symbol 767 MovieClip in Symbol 774 MovieClip Frame 1
onClipEvent (load) {
la = 1;
}
onClipEvent (enterFrame) {
if (_root.main.balres != "--") {
if (_root.main.balres <= 0) {
_alpha = 100;
la = la + 1;
if (la > 1) {
_visible = true;
la2 = la2 + 1;
if (la2 > 1) {
la = 0;
la2 = 0;
}
} else {
_visible = false;
}
} else {
_visible = false;
}
} else {
_visible = false;
}
}
Symbol 785 MovieClip Frame 1
stop();
Symbol 785 MovieClip Frame 2
_root.main.accuracy = 10;
Symbol 785 MovieClip Frame 3
_root.main.accuracy = 10;
Symbol 785 MovieClip Frame 4
_root.main.accuracy = 8;
Symbol 785 MovieClip Frame 5
_root.main.accuracy = 6;
Symbol 785 MovieClip Frame 6
_root.main.accuracy = 4;
Symbol 785 MovieClip Frame 7
_root.main.accuracy = 2;
Symbol 785 MovieClip Frame 8
_root.main.accuracy = 1;
Symbol 785 MovieClip Frame 9
_root.main.accuracy = 0;
Instance of Symbol 791 MovieClip in Symbol 804 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.main.gunchoose1) {
_alpha = 100;
} else {
_alpha = 20;
}
}
Instance of Symbol 795 MovieClip in Symbol 804 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.main.gunchoose2) {
_alpha = 100;
} else {
_alpha = 20;
}
}
Instance of Symbol 799 MovieClip in Symbol 804 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.main.gunchoose3) {
_alpha = 100;
} else {
_alpha = 20;
}
}
Instance of Symbol 803 MovieClip in Symbol 804 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.main.gunchoose4) {
_alpha = 100;
} else {
_alpha = 20;
}
}
Symbol 812 MovieClip Frame 1
function ennemyfunc() {
_root.main.spotted.start(0, 0);
_root.main.radio1 = true;
_root.main.messagerecu = true;
_root.main.main[("ennemya" + _root.main.main.ennemynb) + "hp"] = 100;
switch (random(21)) {
case 0 :
duplicateMovieClip ("main.ennemydup2", "ennemya" + _root.main.main.ennemynb, 90000 + (_root.main.main.i++));
_root.main.main["ennemya" + _root.main.main.ennemynb].xgo = (_root.main.main["ennemya" + _root.main.main.ennemynb]._x + 135) + random(40);
break;
case 1 :
duplicateMovieClip ("main.ennemydup", "ennemya" + _root.main.main.ennemynb, _root.main.main.i++);
_root.main.main["ennemya" + _root.main.main.ennemynb].xgo = (_root.main.main["ennemya" + _root.main.main.ennemynb]._x + 135) + random(40);
break;
case 2 :
duplicateMovieClip ("main.ennemydup3", "ennemya" + _root.main.main.ennemynb, _root.main.main.i++);
_root.main.main["ennemya" + _root.main.main.ennemynb].xgo = (_root.main.main["ennemya" + _root.main.main.ennemynb]._x + 135) + random(40);
break;
case 3 :
duplicateMovieClip ("main.ennemydup4", "ennemya" + _root.main.main.ennemynb, 90000 + (_root.main.main.i++));
_root.main.main["ennemya" + _root.main.main.ennemynb].xgo = (_root.main.main["ennemya" + _root.main.main.ennemynb]._x + 135) + random(40);
break;
case 4 :
duplicateMovieClip ("main.ennemydup5", "ennemya" + _root.main.main.ennemynb, 90000 + (_root.main.main.i++));
_root.main.main["ennemya" + _root.main.main.ennemynb].xgo = (_root.main.main["ennemya" + _root.main.main.ennemynb]._x - 135) - random(40);
break;
case 5 :
duplicateMovieClip ("main.ennemydup6", "ennemya" + _root.main.main.ennemynb, 90000 + (_root.main.main.i++));
_root.main.main["ennemya" + _root.main.main.ennemynb].xgo = (_root.main.main["ennemya" + _root.main.main.ennemynb]._x - 135) - random(40);
break;
case 6 :
duplicateMovieClip ("main.ennemydup7", "ennemya" + _root.main.main.ennemynb, 90000 + (_root.main.main.i++));
_root.main.main["ennemya" + _root.main.main.ennemynb].xgo = (_root.main.main["ennemya" + _root.main.main.ennemynb]._x - 135) - random(40);
break;
case 7 :
duplicateMovieClip ("main.ennemydup8", "ennemya" + _root.main.main.ennemynb, 90000 + (_root.main.main.i++));
_root.main.main["ennemya" + _root.main.main.ennemynb].xgo = (_root.main.main["ennemya" + _root.main.main.ennemynb]._x + 135) + random(40);
break;
case 8 :
duplicateMovieClip ("main.ennemydup9", "ennemya" + _root.main.main.ennemynb, 90000 + (_root.main.main.i++));
_root.main.main["ennemya" + _root.main.main.ennemynb].xgo = (_root.main.main["ennemya" + _root.main.main.ennemynb]._x + 135) + random(40);
break;
case 9 :
duplicateMovieClip ("main.ennemydup10", "ennemya" + _root.main.main.ennemynb, _root.main.main.i++);
_root.main.main["ennemya" + _root.main.main.ennemynb].xgo = (_root.main.main["ennemya" + _root.main.main.ennemynb]._x + 135) + random(40);
break;
case 10 :
duplicateMovieClip ("main.ennemydup11", "ennemya" + _root.main.main.ennemynb, _root.main.main.i++);
_root.main.main["ennemya" + _root.main.main.ennemynb].xgo = (_root.main.main["ennemya" + _root.main.main.ennemynb]._x + 135) + random(40);
break;
case 11 :
duplicateMovieClip ("main.ennemydup12", "ennemya" + _root.main.main.ennemynb, 90000 + (_root.main.main.i++));
_root.main.main["ennemya" + _root.main.main.ennemynb].xgo = (_root.main.main["ennemya" + _root.main.main.ennemynb]._x - 135) - random(40);
break;
case 12 :
duplicateMovieClip ("main.ennemydup13", "ennemya" + _root.main.main.ennemynb, 90000 + (_root.main.main.i++));
_root.main.main["ennemya" + _root.main.main.ennemynb].xgo = (_root.main.main["ennemya" + _root.main.main.ennemynb]._x - 135) - random(40);
break;
case 13 :
duplicateMovieClip ("main.ennemydup14", "ennemya" + _root.main.main.ennemynb, 90000 + (_root.main.main.i++));
_root.main.main["ennemya" + _root.main.main.ennemynb].xgo = (_root.main.main["ennemya" + _root.main.main.ennemynb]._x - 135) - random(40);
break;
case 14 :
duplicateMovieClip ("main.ennemydup15", "ennemya" + _root.main.main.ennemynb, 90000 + (_root.main.main.i++));
_root.main.main["ennemya" + _root.main.main.ennemynb].xgo = (_root.main.main["ennemya" + _root.main.main.ennemynb]._x + 135) + random(40);
break;
case 15 :
duplicateMovieClip ("main.ennemydup16", "ennemya" + _root.main.main.ennemynb, 90000 + (_root.main.main.i++));
_root.main.main["ennemya" + _root.main.main.ennemynb].xgo = (_root.main.main["ennemya" + _root.main.main.ennemynb]._x + 135) + random(40);
break;
case 16 :
duplicateMovieClip ("main.ennemydup17", "ennemya" + _root.main.main.ennemynb, _root.main.main.i++);
_root.main.main["ennemya" + _root.main.main.ennemynb].xgo = (_root.main.main["ennemya" + _root.main.main.ennemynb]._x + 135) + random(40);
break;
case 17 :
duplicateMovieClip ("main.ennemydup18", "ennemya" + _root.main.main.ennemynb, _root.main.main.i++);
_root.main.main["ennemya" + _root.main.main.ennemynb].xgo = (_root.main.main["ennemya" + _root.main.main.ennemynb]._x + 135) + random(40);
break;
case 18 :
duplicateMovieClip ("main.ennemydup19", "ennemya" + _root.main.main.ennemynb, 90000 + (_root.main.main.i++));
_root.main.main["ennemya" + _root.main.main.ennemynb].xgo = (_root.main.main["ennemya" + _root.main.main.ennemynb]._x - 135) - random(40);
break;
case 19 :
duplicateMovieClip ("main.ennemydup20", "ennemya" + _root.main.main.ennemynb, 90000 + (_root.main.main.i++));
_root.main.main["ennemya" + _root.main.main.ennemynb].xgo = (_root.main.main["ennemya" + _root.main.main.ennemynb]._x - 135) - random(40);
break;
case 20 :
duplicateMovieClip ("main.ennemydup21", "ennemya" + _root.main.main.ennemynb, 90000 + (_root.main.main.i++));
_root.main.main["ennemya" + _root.main.main.ennemynb].xgo = (_root.main.main["ennemya" + _root.main.main.ennemynb]._x - 135) - random(40);
break;
case 21 :
duplicateMovieClip ("main.ennemydup22", "ennemya" + _root.main.main.ennemynb, 90000 + (_root.main.main.i++));
_root.main.main["ennemya" + _root.main.main.ennemynb].xgo = (_root.main.main["ennemya" + _root.main.main.ennemynb]._x + 135) + random(40);
break;
case 22 :
duplicateMovieClip ("main.ennemydup23", "ennemya" + _root.main.main.ennemynb, 90000 + (_root.main.main.i++));
_root.main.main["ennemya" + _root.main.main.ennemynb].xgo = (_root.main.main["ennemya" + _root.main.main.ennemynb]._x + 135) + random(40);
break;
case 23 :
duplicateMovieClip ("main.ennemydup24", "ennemya" + _root.main.main.ennemynb, _root.main.main.i++);
_root.main.main["ennemya" + _root.main.main.ennemynb].xgo = (_root.main.main["ennemya" + _root.main.main.ennemynb]._x + 135) + random(40);
break;
case 24 :
duplicateMovieClip ("main.ennemydup25", "ennemya" + _root.main.main.ennemynb, _root.main.main.i++);
_root.main.main["ennemya" + _root.main.main.ennemynb].xgo = (_root.main.main["ennemya" + _root.main.main.ennemynb]._x + 135) + random(40);
break;
case 25 :
duplicateMovieClip ("main.ennemydup26", "ennemya" + _root.main.main.ennemynb, 90000 + (_root.main.main.i++));
_root.main.main["ennemya" + _root.main.main.ennemynb].xgo = (_root.main.main["ennemya" + _root.main.main.ennemynb]._x - 135) - random(40);
break;
case 26 :
duplicateMovieClip ("main.ennemydup27", "ennemya" + _root.main.main.ennemynb, 90000 + (_root.main.main.i++));
_root.main.main["ennemya" + _root.main.main.ennemynb].xgo = (_root.main.main["ennemya" + _root.main.main.ennemynb]._x - 135) - random(40);
break;
case 27 :
duplicateMovieClip ("main.ennemydup28", "ennemya" + _root.main.main.ennemynb, 90000 + (_root.main.main.i++));
_root.main.main["ennemya" + _root.main.main.ennemynb].xgo = (_root.main.main["ennemya" + _root.main.main.ennemynb]._x - 135) - random(40);
}
_root.main.main["ennemya" + _root.main.main.ennemynb].a = true;
_root.main.main.ennemynb++;
}
if (_root.batre) {
_root.main.musi.start(0, 0);
}
_root.main.main.ennemynb = 1;
_root.main.main.i = 1;
ennemyfunc();
item1 = 2;
item2 = 3;
item3 = 4;
item4 = 5;
item5 = 1;
item6 = 6;
item7 = 1;
item8 = 1;
item9 = 1;
item10 = 1;
function guntir() {
if (guntirla) {
if (cachego != true) {
if (cachego2 != true) {
_root.main.gunfire = true;
_root.main.shatala = true;
if (_root.main.balres > 0) {
if (gunla == 1) {
_root.main.fiveseven.start(0, 0);
}
if (gunla == 2) {
_root.main.m4.start(0, 0);
}
if (gunla == 3) {
_root.main.shotgun.start(0, 0);
}
if (gunla == 4) {
_root.main.snipe.start(0, 0);
}
pasdeflash = false;
}
} else {
_root.main.puball.start(0, 0);
pasdeflash = true;
}
} else {
_root.main.puball.start(0, 0);
pasdeflash = true;
}
if (_root.main.balres == 0) {
_root.main.puball.start(0, 0);
pasdeflash = true;
}
if (_root.main.balres > 0) {
if (cachego != true) {
if (cachego2 != true) {
_root.main["gunres1gun" + _root.main.gunla] = _root.main["gunres1gun" + _root.main.gunla] - 1;
balres = _root.main["gunres1gun" + _root.main.gunla];
}
}
if (_root.main.bullet2go) {
duplicateMovieClip ("bulletdup2", "bul2" + (dup2++), dup2);
if (_root.main.gunasa1) {
_root.main["bul2" + (dup2 - 1)]._y = _root.main.gun._y - 50;
_root.main["bul2" + (dup2 - 1)]._x = _root.main.gun._x + 210;
tellTarget (_root.main["bul2" + (dup2 - 1)]) {
gotoAndStop (1);
};
}
if (_root.main.gunasa2) {
_root.main["bul2" + (dup2 - 1)]._y = _root.main.gun._y + 0;
_root.main["bul2" + (dup2 - 1)]._x = _root.main.gun._x + 210;
tellTarget (_root.main["bul2" + (dup2 - 1)]) {
gotoAndStop (2);
};
}
_root.main.bullet2go = false;
}
oklaballe = false;
obs1 = false;
obs2 = false;
obs3 = false;
obs4 = false;
obs5 = false;
obs6 = false;
obs7 = false;
ennemy = false;
if (cachego != true) {
if (cachego2 != true) {
if (i >= 395) {
i = 1;
}
totalshot = totalshot + 1;
okchekshot = true;
tirbal2();
bulbul();
ennbull();
if (oklaballe != true) {
_root.main["bullet" + (i - 1)]._visible = false;
}
oklaballe = false;
if (_root.main.gunla == 3) {
tirbal1();
totalshot = totalshot + 1;
okchekshot = true;
bulbul();
ennbull();
if (oklaballe != true) {
_root.main["bullet" + (i - 1)]._visible = false;
}
oklaballe = false;
tirbal1();
totalshot = totalshot + 1;
okchekshot = true;
bulbul();
ennbull();
if (oklaballe != true) {
_root.main["bullet" + (i - 1)]._visible = false;
}
oklaballe = false;
tirbal1();
totalshot = totalshot + 1;
okchekshot = true;
bulbul();
ennbull();
if (oklaballe != true) {
_root.main["bullet" + (i - 1)]._visible = false;
}
oklaballe = false;
tirbal1();
totalshot = totalshot + 1;
okchekshot = true;
bulbul();
ennbull();
if (oklaballe != true) {
_root.main["bullet" + (i - 1)]._visible = false;
}
oklaballe = false;
tirbal1();
totalshot = totalshot + 1;
okchekshot = true;
bulbul();
ennbull();
if (oklaballe != true) {
_root.main["bullet" + (i - 1)]._visible = false;
}
oklaballe = false;
}
}
}
}
guntirla = false;
}
}
function bulbul() {
with (_root.main["bullet" + (i - 1)]) {
if (_root.main.main.obs.obs1.hitTest(getBounds(_root).xMax, _y, true)) {
_root.main["bullet" + (i - 1)]._xscale = 120;
_root.main["bullet" + (i - 1)]._yscale = 120;
oklaballe = true;
obs1 = true;
}
if (_root.main.main.obs.obs1.hitTest(getBounds(_root).xMin, _y, true)) {
_root.main["bullet" + (i - 1)]._xscale = 120;
_root.main["bullet" + (i - 1)]._yscale = 120;
oklaballe = true;
obs1 = true;
}
if (_root.main.main.obs.obs1.hitTest(_x, getBounds(_root).yMax, true)) {
_root.main["bullet" + (i - 1)]._xscale = 120;
_root.main["bullet" + (i - 1)]._yscale = 120;
oklaballe = true;
obs1 = true;
}
if (_root.main.main.obs.obs1.hitTest(_x, getBounds(_root).yMin, true)) {
_root.main["bullet" + (i - 1)]._xscale = 120;
_root.main["bullet" + (i - 1)]._yscale = 120;
oklaballe = true;
obs1 = true;
}
if (_root.main.main.obs.obs2.hitTest(getBounds(_root).xMax, _y, true)) {
_root.main["bullet" + (i - 1)]._xscale = 84;
_root.main["bullet" + (i - 1)]._yscale = 84;
oklaballe = true;
obs2 = true;
}
if (_root.main.main.obs.obs2.hitTest(getBounds(_root).xMin, _y, true)) {
_root.main["bullet" + (i - 1)]._xscale = 84;
_root.main["bullet" + (i - 1)]._yscale = 84;
oklaballe = true;
obs2 = true;
}
if (_root.main.main.obs.obs2.hitTest(_x, getBounds(_root).yMax, true)) {
_root.main["bullet" + (i - 1)]._xscale = 84;
_root.main["bullet" + (i - 1)]._yscale = 84;
oklaballe = true;
obs2 = true;
}
if (_root.main.main.obs.obs2.hitTest(_x, getBounds(_root).yMin, true)) {
_root.main["bullet" + (i - 1)]._xscale = 84;
_root.main["bullet" + (i - 1)]._yscale = 84;
oklaballe = true;
obs2 = true;
}
if (_root.main.main.obs.obs3.hitTest(getBounds(_root).xMax, _y, true)) {
_root.main["bullet" + (i - 1)]._xscale = 108;
_root.main["bullet" + (i - 1)]._yscale = 108;
oklaballe = true;
obs3 = true;
}
if (_root.main.main.obs.obs3.hitTest(getBounds(_root).xMin, _y, true)) {
_root.main["bullet" + (i - 1)]._xscale = 108;
_root.main["bullet" + (i - 1)]._yscale = 108;
oklaballe = true;
obs3 = true;
}
if (_root.main.main.obs.obs3.hitTest(_x, getBounds(_root).yMax, true)) {
_root.main["bullet" + (i - 1)]._xscale = 108;
_root.main["bullet" + (i - 1)]._yscale = 108;
oklaballe = true;
obs3 = true;
}
if (_root.main.main.obs.obs3.hitTest(_x, getBounds(_root).yMin, true)) {
_root.main["bullet" + (i - 1)]._xscale = 108;
_root.main["bullet" + (i - 1)]._yscale = 108;
oklaballe = true;
obs3 = true;
}
if (_root.main.main.obs.obs4.hitTest(getBounds(_root).xMax, _y, true)) {
_root.main["bullet" + (i - 1)]._xscale = 132;
_root.main["bullet" + (i - 1)]._yscale = 132;
oklaballe = true;
obs4 = true;
}
if (_root.main.main.obs.obs4.hitTest(getBounds(_root).xMin, _y, true)) {
_root.main["bullet" + (i - 1)]._xscale = 132;
_root.main["bullet" + (i - 1)]._yscale = 132;
oklaballe = true;
obs4 = true;
}
if (_root.main.main.obs.obs4.hitTest(_x, getBounds(_root).yMax, true)) {
_root.main["bullet" + (i - 1)]._xscale = 132;
_root.main["bullet" + (i - 1)]._yscale = 132;
oklaballe = true;
obs4 = true;
}
if (_root.main.main.obs.obs4.hitTest(_x, getBounds(_root).yMin, true)) {
_root.main["bullet" + (i - 1)]._xscale = 132;
_root.main["bullet" + (i - 1)]._yscale = 132;
oklaballe = true;
obs4 = true;
}
if (_root.main.main.obs.obs5.hitTest(getBounds(_root).xMax, _y, true)) {
_root.main["bullet" + (i - 1)]._xscale = 60;
_root.main["bullet" + (i - 1)]._yscale = 60;
oklaballe = true;
obs5 = true;
}
if (_root.main.main.obs.obs5.hitTest(getBounds(_root).xMin, _y, true)) {
_root.main["bullet" + (i - 1)]._xscale = 60;
_root.main["bullet" + (i - 1)]._yscale = 60;
oklaballe = true;
obs5 = true;
}
if (_root.main.main.obs.obs5.hitTest(_x, getBounds(_root).yMax, true)) {
_root.main["bullet" + (i - 1)]._xscale = 60;
_root.main["bullet" + (i - 1)]._yscale = 60;
oklaballe = true;
obs5 = true;
}
if (_root.main.main.obs.obs5.hitTest(_x, getBounds(_root).yMin, true)) {
_root.main["bullet" + (i - 1)]._xscale = 60;
_root.main["bullet" + (i - 1)]._yscale = 60;
oklaballe = true;
obs5 = true;
}
if (_root.main.main.obs.obs6.hitTest(getBounds(_root).xMax, _y, true)) {
_root.main["bullet" + (i - 1)]._xscale = (_root.main._ymouse / 9) * 12;
_root.main["bullet" + (i - 1)]._yscale = (_root.main._ymouse / 9) * 12;
oklaballe = true;
obs6 = true;
}
if (_root.main.main.obs.obs6.hitTest(getBounds(_root).xMin, _y, true)) {
_root.main["bullet" + (i - 1)]._xscale = (_root.main._ymouse / 9) * 12;
_root.main["bullet" + (i - 1)]._yscale = (_root.main._ymouse / 9) * 12;
oklaballe = true;
obs6 = true;
}
if (_root.main.main.obs.obs6.hitTest(_x, getBounds(_root).yMax, true)) {
_root.main["bullet" + (i - 1)]._xscale = (_root.main._ymouse / 9) * 12;
_root.main["bullet" + (i - 1)]._yscale = (_root.main._ymouse / 9) * 12;
oklaballe = true;
obs6 = true;
}
if (_root.main.main.obs.obs6.hitTest(_x, getBounds(_root).yMin, true)) {
_root.main["bullet" + (i - 1)]._xscale = (_root.main._ymouse / 9) * 12;
_root.main["bullet" + (i - 1)]._yscale = (_root.main._ymouse / 9) * 12;
oklaballe = true;
obs6 = true;
}
if (_root.main.main.obs.obs7.hitTest(getBounds(_root).xMax, _y, true)) {
_root.main["bullet" + (i - 1)]._xscale = (_root.main._xmouse / 19) * 12;
_root.main["bullet" + (i - 1)]._yscale = (_root.main._xmouse / 19) * 12;
oklaballe = true;
obs7 = true;
}
if (_root.main.main.obs.obs7.hitTest(getBounds(_root).xMin, _y, true)) {
_root.main["bullet" + (i - 1)]._xscale = (_root.main._xmouse / 19) * 12;
_root.main["bullet" + (i - 1)]._yscale = (_root.main._xmouse / 19) * 12;
oklaballe = true;
obs7 = true;
}
if (_root.main.main.obs.obs7.hitTest(_x, getBounds(_root).yMax, true)) {
_root.main["bullet" + (i - 1)]._xscale = (_root.main._xmouse / 19) * 12;
_root.main["bullet" + (i - 1)]._yscale = (_root.main._xmouse / 19) * 12;
oklaballe = true;
obs7 = true;
}
if (_root.main.main.obs.obs7.hitTest(_x, getBounds(_root).yMin, true)) {
_root.main["bullet" + (i - 1)]._xscale = (_root.main._xmouse / 19) * 12;
_root.main["bullet" + (i - 1)]._yscale = (_root.main._xmouse / 19) * 12;
oklaballe = true;
obs7 = true;
}
if (_root.main.main["ennemya" + (_root.main.main.ennemynb - 1)].ennemy.obs.head.hittest(_x, getbounds(_root).ymin, true)) {
ennemy = true;
if (okchekshot) {
_root.main.bonshot = _root.main.bonshot + 1;
okchekshot = false;
}
_root.main.ennemypart = "head";
_root.main["bullet" + (i - 1)].gotoAndStop(2);
_root.main["bullet" + (i - 1)]._xscale = 120;
_root.main["bullet" + (i - 1)]._yscale = 120;
if (_root.main.main[("ennemya" + (_root.main.main.ennemynb - 1)) + "enn"] != true) {
_root.main.headmort = true;
oklaballe = true;
if (_root.main.main[("ennemya" + (_root.main.main.ennemynb - 1)) + "hp"] <= 0) {
_root.main.main[("ennemya" + (_root.main.main.ennemynb - 1)) + "enn"] = true;
}
}
}
if (_root.main.main["ennemya" + (_root.main.main.ennemynb - 1)].ennemy.obs.head.hittest(getbounds(_root).xmin, _y, true)) {
ennemy = true;
if (okchekshot) {
_root.main.bonshot = _root.main.bonshot + 1;
okchekshot = false;
}
_root.main.ennemypart = "head";
_root.main["bullet" + (i - 1)].gotoAndStop(2);
_root.main["bullet" + (i - 1)]._xscale = 120;
_root.main["bullet" + (i - 1)]._yscale = 120;
if (_root.main.main[("ennemya" + (_root.main.main.ennemynb - 1)) + "enn"] != true) {
_root.main.headmort = true;
oklaballe = true;
if (_root.main.main[("ennemya" + (_root.main.main.ennemynb - 1)) + "hp"] <= 0) {
_root.main.main[("ennemya" + (_root.main.main.ennemynb - 1)) + "enn"] = true;
}
}
}
if (_root.main.main["ennemya" + (_root.main.main.ennemynb - 1)].ennemy.obs.head.hittest(_x, getbounds(_root).ymax, true)) {
ennemy = true;
if (okchekshot) {
_root.main.bonshot = _root.main.bonshot + 1;
okchekshot = false;
}
_root.main.ennemypart = "head";
_root.main["bullet" + (i - 1)].gotoAndStop(2);
_root.main["bullet" + (i - 1)]._xscale = 120;
_root.main["bullet" + (i - 1)]._yscale = 120;
if (_root.main.main[("ennemya" + (_root.main.main.ennemynb - 1)) + "enn"] != true) {
_root.main.headmort = true;
oklaballe = true;
if (_root.main.main[("ennemya" + (_root.main.main.ennemynb - 1)) + "hp"] <= 0) {
_root.main.main[("ennemya" + (_root.main.main.ennemynb - 1)) + "enn"] = true;
}
}
}
if (_root.main.main["ennemya" + (_root.main.main.ennemynb - 1)].ennemy.obs.head.hittest(getbounds(_root).xmax, _y, true)) {
ennemy = true;
if (okchekshot) {
_root.main.bonshot = _root.main.bonshot + 1;
okchekshot = false;
}
_root.main.ennemypart = "head";
_root.main["bullet" + (i - 1)].gotoAndStop(2);
_root.main["bullet" + (i - 1)]._xscale = 120;
_root.main["bullet" + (i - 1)]._yscale = 120;
if (_root.main.main[("ennemya" + (_root.main.main.ennemynb - 1)) + "enn"] != true) {
_root.main.headmort = true;
oklaballe = true;
if (_root.main.main[("ennemya" + (_root.main.main.ennemynb - 1)) + "hp"] <= 0) {
_root.main.main[("ennemya" + (_root.main.main.ennemynb - 1)) + "enn"] = true;
}
}
}
if (_root.main.main["ennemya" + (_root.main.main.ennemynb - 1)].ennemy.leg1.hittest(_x, getbounds(_root).ymin, true)) {
ennemy = true;
if (okchekshot) {
_root.main.bonshot = _root.main.bonshot + 1;
okchekshot = false;
}
_root.main.ennemypart = "leg1";
_root.main["bullet" + (i - 1)].gotoAndStop(2);
_root.main["bullet" + (i - 1)]._xscale = 120;
_root.main["bullet" + (i - 1)]._yscale = 120;
if (_root.main.main[("ennemya" + (_root.main.main.ennemynb - 1)) + "enn"] != true) {
oklaballe = true;
if (_root.main.main[("ennemya" + (_root.main.main.ennemynb - 1)) + "hp"] <= 0) {
_root.main.main[("ennemya" + (_root.main.main.ennemynb - 1)) + "enn"] = true;
}
}
}
if (_root.main.main["ennemya" + (_root.main.main.ennemynb - 1)].ennemy.leg1.hittest(getbounds(_root).xmin, _y, true)) {
ennemy = true;
if (okchekshot) {
_root.main.bonshot = _root.main.bonshot + 1;
okchekshot = false;
}
_root.main.ennemypart = "leg1";
_root.main["bullet" + (i - 1)].gotoAndStop(2);
_root.main["bullet" + (i - 1)]._xscale = 120;
_root.main["bullet" + (i - 1)]._yscale = 120;
if (_root.main.main[("ennemya" + (_root.main.main.ennemynb - 1)) + "enn"] != true) {
oklaballe = true;
if (_root.main.main[("ennemya" + (_root.main.main.ennemynb - 1)) + "hp"] <= 0) {
_root.main.main[("ennemya" + (_root.main.main.ennemynb - 1)) + "enn"] = true;
}
}
}
if (_root.main.main["ennemya" + (_root.main.main.ennemynb - 1)].ennemy.leg1.hittest(_x, getbounds(_root).ymax, true)) {
ennemy = true;
if (okchekshot) {
_root.main.bonshot = _root.main.bonshot + 1;
okchekshot = false;
}
_root.main.ennemypart = "leg1";
_root.main["bullet" + (i - 1)].gotoAndStop(2);
_root.main["bullet" + (i - 1)]._xscale = 120;
_root.main["bullet" + (i - 1)]._yscale = 120;
if (_root.main.main[("ennemya" + (_root.main.main.ennemynb - 1)) + "enn"] != true) {
oklaballe = true;
if (_root.main.main[("ennemya" + (_root.main.main.ennemynb - 1)) + "hp"] <= 0) {
_root.main.main[("ennemya" + (_root.main.main.ennemynb - 1)) + "enn"] = true;
}
}
}
if (_root.main.main["ennemya" + (_root.main.main.ennemynb - 1)].ennemy.leg1.hittest(getbounds(_root).xmax, _y, true)) {
ennemy = true;
if (okchekshot) {
_root.main.bonshot = _root.main.bonshot + 1;
okchekshot = false;
}
_root.main.ennemypart = "leg1";
_root.main["bullet" + (i - 1)].gotoAndStop(2);
_root.main["bullet" + (i - 1)]._xscale = 120;
_root.main["bullet" + (i - 1)]._yscale = 120;
if (_root.main.main[("ennemya" + (_root.main.main.ennemynb - 1)) + "enn"] != true) {
oklaballe = true;
if (_root.main.main[("ennemya" + (_root.main.main.ennemynb - 1)) + "hp"] <= 0) {
_root.main.main[("ennemya" + (_root.main.main.ennemynb - 1)) + "enn"] = true;
}
}
}
if (_root.main.main["ennemya" + (_root.main.main.ennemynb - 1)].ennemy.leg2.hittest(_x, getbounds(_root).ymin, true)) {
ennemy = true;
if (okchekshot) {
_root.main.bonshot = _root.main.bonshot + 1;
okchekshot = false;
}
_root.main.ennemypart = "leg2";
_root.main["bullet" + (i - 1)].gotoAndStop(2);
_root.main["bullet" + (i - 1)]._xscale = 120;
_root.main["bullet" + (i - 1)]._yscale = 120;
if (_root.main.main[("ennemya" + (_root.main.main.ennemynb - 1)) + "enn"] != true) {
oklaballe = true;
if (_root.main.main[("ennemya" + (_root.main.main.ennemynb - 1)) + "hp"] <= 0) {
_root.main.main[("ennemya" + (_root.main.main.ennemynb - 1)) + "enn"] = true;
}
}
}
if (_root.main.main["ennemya" + (_root.main.main.ennemynb - 1)].ennemy.leg2.hittest(getbounds(_root).xmin, _y, true)) {
ennemy = true;
if (okchekshot) {
_root.main.bonshot = _root.main.bonshot + 1;
okchekshot = false;
}
_root.main.ennemypart = "leg2";
_root.main["bullet" + (i - 1)].gotoAndStop(2);
_root.main["bullet" + (i - 1)]._xscale = 120;
_root.main["bullet" + (i - 1)]._yscale = 120;
if (_root.main.main[("ennemya" + (_root.main.main.ennemynb - 1)) + "enn"] != true) {
oklaballe = true;
if (_root.main.main[("ennemya" + (_root.main.main.ennemynb - 1)) + "hp"] <= 0) {
_root.main.main[("ennemya" + (_root.main.main.ennemynb - 1)) + "enn"] = true;
}
}
}
if (_root.main.main["ennemya" + (_root.main.main.ennemynb - 1)].ennemy.leg2.hittest(_x, getbounds(_root).ymax, true)) {
ennemy = true;
if (okchekshot) {
_root.main.bonshot = _root.main.bonshot + 1;
okchekshot = false;
}
_root.main.ennemypart = "leg2";
_root.main["bullet" + (i - 1)].gotoAndStop(2);
_root.main["bullet" + (i - 1)]._xscale = 120;
_root.main["bullet" + (i - 1)]._yscale = 120;
if (_root.main.main[("ennemya" + (_root.main.main.ennemynb - 1)) + "enn"] != true) {
oklaballe = true;
if (_root.main.main[("ennemya" + (_root.main.main.ennemynb - 1)) + "hp"] <= 0) {
_root.main.main[("ennemya" + (_root.main.main.ennemynb - 1)) + "enn"] = true;
}
}
}
if (_root.main.main["ennemya" + (_root.main.main.ennemynb - 1)].ennemy.leg2.hittest(getbounds(_root).xmax, _y, true)) {
ennemy = true;
if (okchekshot) {
_root.main.bonshot = _root.main.bonshot + 1;
okchekshot = false;
}
_root.main.ennemypart = "leg2";
_root.main["bullet" + (i - 1)].gotoAndStop(2);
_root.main["bullet" + (i - 1)]._xscale = 120;
_root.main["bullet" + (i - 1)]._yscale = 120;
if (_root.main.main[("ennemya" + (_root.main.main.ennemynb - 1)) + "enn"] != true) {
oklaballe = true;
if (_root.main.main[("ennemya" + (_root.main.main.ennemynb - 1)) + "hp"] <= 0) {
_root.main.main[("ennemya" + (_root.main.main.ennemynb - 1)) + "enn"] = true;
}
}
}
if (_root.main.main["ennemya" + (_root.main.main.ennemynb - 1)].ennemy.obs.hand.hittest(_x, getbounds(_root).ymin, true)) {
ennemy = true;
if (okchekshot) {
_root.main.bonshot = _root.main.bonshot + 1;
okchekshot = false;
}
_root.main.ennemypart = "hand";
_root.main["bullet" + (i - 1)].gotoAndStop(2);
_root.main["bullet" + (i - 1)]._xscale = 120;
_root.main["bullet" + (i - 1)]._yscale = 120;
if (_root.main.main[("ennemya" + (_root.main.main.ennemynb - 1)) + "enn"] != true) {
oklaballe = true;
if (_root.main.main[("ennemya" + (_root.main.main.ennemynb - 1)) + "hp"] <= 0) {
_root.main.main[("ennemya" + (_root.main.main.ennemynb - 1)) + "enn"] = true;
}
}
}
if (_root.main.main["ennemya" + (_root.main.main.ennemynb - 1)].ennemy.obs.hand.hittest(getbounds(_root).xmin, _y, true)) {
ennemy = true;
if (okchekshot) {
_root.main.bonshot = _root.main.bonshot + 1;
okchekshot = false;
}
_root.main.ennemypart = "hand";
_root.main["bullet" + (i - 1)].gotoAndStop(2);
_root.main["bullet" + (i - 1)]._xscale = 120;
_root.main["bullet" + (i - 1)]._yscale = 120;
if (_root.main.main[("ennemya" + (_root.main.main.ennemynb - 1)) + "enn"] != true) {
oklaballe = true;
if (_root.main.main[("ennemya" + (_root.main.main.ennemynb - 1)) + "hp"] <= 0) {
_root.main.main[("ennemya" + (_root.main.main.ennemynb - 1)) + "enn"] = true;
}
}
}
if (_root.main.main["ennemya" + (_root.main.main.ennemynb - 1)].ennemy.obs.hand.hittest(_x, getbounds(_root).ymax, true)) {
ennemy = true;
if (okchekshot) {
_root.main.bonshot = _root.main.bonshot + 1;
okchekshot = false;
}
_root.main.ennemypart = "hand";
_root.main["bullet" + (i - 1)].gotoAndStop(2);
_root.main["bullet" + (i - 1)]._xscale = 120;
_root.main["bullet" + (i - 1)]._yscale = 120;
if (_root.main.main[("ennemya" + (_root.main.main.ennemynb - 1)) + "enn"] != true) {
oklaballe = true;
if (_root.main.main[("ennemya" + (_root.main.main.ennemynb - 1)) + "hp"] <= 0) {
_root.main.main[("ennemya" + (_root.main.main.ennemynb - 1)) + "enn"] = true;
}
}
}
if (_root.main.main["ennemya" + (_root.main.main.ennemynb - 1)].ennemy.obs.hand.hittest(getbounds(_root).xmax, _y, true)) {
ennemy = true;
if (okchekshot) {
_root.main.bonshot = _root.main.bonshot + 1;
okchekshot = false;
}
_root.main.ennemypart = "hand";
_root.main["bullet" + (i - 1)].gotoAndStop(2);
_root.main["bullet" + (i - 1)]._xscale = 120;
_root.main["bullet" + (i - 1)]._yscale = 120;
if (_root.main.main[("ennemya" + (_root.main.main.ennemynb - 1)) + "enn"] != true) {
oklaballe = true;
if (_root.main.main[("ennemya" + (_root.main.main.ennemynb - 1)) + "hp"] <= 0) {
_root.main.main[("ennemya" + (_root.main.main.ennemynb - 1)) + "enn"] = true;
}
}
}
if (_root.main.main["ennemya" + (_root.main.main.ennemynb - 1)].ennemy.obs.body.hittest(_x, getbounds(_root).ymin, true)) {
ennemy = true;
if (okchekshot) {
_root.main.bonshot = _root.main.bonshot + 1;
okchekshot = false;
}
_root.main.ennemypart = "body";
_root.main["bullet" + (i - 1)].gotoAndStop(2);
_root.main["bullet" + (i - 1)]._xscale = 120;
_root.main["bullet" + (i - 1)]._yscale = 120;
if (_root.main.main[("ennemya" + (_root.main.main.ennemynb - 1)) + "enn"] != true) {
oklaballe = true;
if (_root.main.main[("ennemya" + (_root.main.main.ennemynb - 1)) + "hp"] <= 0) {
_root.main.main[("ennemya" + (_root.main.main.ennemynb - 1)) + "enn"] = true;
}
}
}
if (_root.main.main["ennemya" + (_root.main.main.ennemynb - 1)].ennemy.obs.body.hittest(getbounds(_root).xmin, _y, true)) {
ennemy = true;
if (okchekshot) {
_root.main.bonshot = _root.main.bonshot + 1;
okchekshot = false;
}
_root.main.ennemypart = "body";
_root.main["bullet" + (i - 1)].gotoAndStop(2);
_root.main["bullet" + (i - 1)]._xscale = 120;
_root.main["bullet" + (i - 1)]._yscale = 120;
if (_root.main.main[("ennemya" + (_root.main.main.ennemynb - 1)) + "enn"] != true) {
oklaballe = true;
if (_root.main.main[("ennemya" + (_root.main.main.ennemynb - 1)) + "hp"] <= 0) {
_root.main.main[("ennemya" + (_root.main.main.ennemynb - 1)) + "enn"] = true;
}
}
}
if (_root.main.main["ennemya" + (_root.main.main.ennemynb - 1)].ennemy.obs.body.hittest(_x, getbounds(_root).ymax, true)) {
ennemy = true;
if (okchekshot) {
_root.main.bonshot = _root.main.bonshot + 1;
okchekshot = false;
}
_root.main.ennemypart = "body";
_root.main["bullet" + (i - 1)].gotoAndStop(2);
_root.main["bullet" + (i - 1)]._xscale = 120;
_root.main["bullet" + (i - 1)]._yscale = 120;
if (_root.main.main[("ennemya" + (_root.main.main.ennemynb - 1)) + "enn"] != true) {
oklaballe = true;
if (_root.main.main[("ennemya" + (_root.main.main.ennemynb - 1)) + "hp"] <= 0) {
_root.main.main[("ennemya" + (_root.main.main.ennemynb - 1)) + "enn"] = true;
}
}
}
if (_root.main.main["ennemya" + (_root.main.main.ennemynb - 1)].ennemy.obs.body.hittest(getbounds(_root).xmax, _y, true)) {
ennemy = true;
if (okchekshot) {
_root.main.bonshot = _root.main.bonshot + 1;
okchekshot = false;
}
_root.main.ennemypart = "body";
_root.main["bullet" + (i - 1)].gotoAndStop(2);
_root.main["bullet" + (i - 1)]._xscale = 120;
_root.main["bullet" + (i - 1)]._yscale = 120;
if (_root.main.main[("ennemya" + (_root.main.main.ennemynb - 1)) + "enn"] != true) {
oklaballe = true;
if (_root.main.main[("ennemya" + (_root.main.main.ennemynb - 1)) + "hp"] <= 0) {
_root.main.main[("ennemya" + (_root.main.main.ennemynb - 1)) + "enn"] = true;
}
}
}
}
}
function tirbal1() {
duplicateMovieClip ("bulletdup", "bullet" + (i++), i);
plusmoin = random(2);
xplusmoinenn = plusmoin;
if (plusmoin == 0) {
xrand1enn2 = random(10);
xrand1enn = xrand1enn2;
_root.main["bullet" + (i - 1)]._x = (_root.main._xmouse + xrand1enn) + acc;
}
if (plusmoin == 1) {
xrand1enn2 = random(10);
xrand1enn = xrand1enn2;
_root.main["bullet" + (i - 1)]._x = (_root.main._xmouse - xrand1enn) + acc;
}
plusmoin = random(2);
yplusmoinenn = plusmoin;
if (plusmoin == 0) {
yrand1enn2 = random(10);
yrand1enn = yrand1enn2;
_root.main["bullet" + (i - 1)]._y = (_root.main._ymouse + yrand1enn) + acc;
}
if (plusmoin == 1) {
yrand1enn2 = random(10);
yrand1enn = yrand1enn2;
_root.main["bullet" + (i - 1)]._y = (_root.main._ymouse - yrand1enn) + acc;
}
}
function tirbal2() {
if (_root.main.gunla == 4) {
_root.main.accuracy = _root.main.accuracy + 12;
acc = 5;
} else {
acc = 0;
}
duplicateMovieClip ("bulletdup", "bullet" + (i++), i);
if (_root.main.scopeon) {
_root.main["bullet" + (i - 1)]._x = _root.main.scope2._x + 90.5;
_root.main["bullet" + (i - 1)]._y = _root.main.scope2._y + 53;
} else {
plusmoin = random(2);
xplusmoinenn = plusmoin;
if (plusmoin == 0) {
xrand1enn2 = random(_root.main.accuracy);
xrand1enn = xrand1enn2;
_root.main["bullet" + (i - 1)]._x = (_root.main._xmouse + xrand1enn) + acc;
}
if (plusmoin == 1) {
xrand1enn2 = random(_root.main.accuracy);
xrand1enn = xrand1enn2;
_root.main["bullet" + (i - 1)]._x = (_root.main._xmouse - xrand1enn) + acc;
}
plusmoin = random(2);
yplusmoinenn = plusmoin;
if (plusmoin == 0) {
yrand1enn2 = random(_root.main.accuracy);
yrand1enn = yrand1enn2;
_root.main["bullet" + (i - 1)]._y = (_root.main._ymouse + yrand1enn) + acc;
}
if (plusmoin == 1) {
yrand1enn2 = random(_root.main.accuracy);
yrand1enn = yrand1enn2;
_root.main["bullet" + (i - 1)]._y = (_root.main._ymouse - yrand1enn) + acc;
}
}
}
function ennbull() {
if (ennemy) {
scaleenn = 800;
_root.main["bullet" + (i - 1)]._visible = false;
if (_root.main.ennemypart == "hand") {
duplicateMovieClip (main["ennemya" + (_root.main.main.ennemynb - 1)].ennemy.obs[_root.main.ennemypart].bulletdup, "bullet" + _root.main.main["ennemya" + (_root.main.main.ennemynb - 1)].ennemy.i, _root.main.main["ennemya" + (_root.main.main.ennemynb - 1)].ennemy.i);
shapou = true;
if (main["ennemya" + (_root.main.main.ennemynb - 1)].mort != true) {
_root.main.main[("ennemya" + (_root.main.main.ennemynb - 1)) + "hp"] = _root.main.main[("ennemya" + (_root.main.main.ennemynb - 1)) + "hp"] - 35;
}
}
if (_root.main.ennemypart == "head") {
duplicateMovieClip (main["ennemya" + (_root.main.main.ennemynb - 1)].ennemy.obs[_root.main.ennemypart].bulletdup, "bullet" + _root.main.main["ennemya" + (_root.main.main.ennemynb - 1)].ennemy.i, _root.main.main["ennemya" + (_root.main.main.ennemynb - 1)].ennemy.i);
shapou = true;
if (main["headenn" + (_root.main.main.ennemynb - 1)] != true) {
if (main["ennemya" + (_root.main.main.ennemynb - 1)].mort != true) {
_root.main.main[("ennemya" + (_root.main.main.ennemynb - 1)) + "hp"] = _root.main.main[("ennemya" + (_root.main.main.ennemynb - 1)) + "hp"] - 100;
score = score + 10;
_root.main.hea = true;
_root.main.head.start(0, 0);
main["headenn" + (_root.main.main.ennemynb - 1)] = true;
}
}
}
if (_root.main.ennemypart == "body") {
duplicateMovieClip (main["ennemya" + (_root.main.main.ennemynb - 1)].ennemy.obs[_root.main.ennemypart].bulletdup, "bullet" + _root.main.main["ennemya" + (_root.main.main.ennemynb - 1)].ennemy.i, _root.main.main["ennemya" + (_root.main.main.ennemynb - 1)].ennemy.i);
shapou = true;
if (main["ennemya" + (_root.main.main.ennemynb - 1)].mort != true) {
_root.main.main[("ennemya" + (_root.main.main.ennemynb - 1)) + "hp"] = _root.main.main[("ennemya" + (_root.main.main.ennemynb - 1)) + "hp"] - 50;
}
}
if (shapou != true) {
duplicateMovieClip (main["ennemya" + (_root.main.main.ennemynb - 1)].ennemy[_root.main.ennemypart].bulletdup, "bullet" + _root.main.main["ennemya" + (_root.main.main.ennemynb - 1)].ennemy.i, _root.main.main["ennemya" + (_root.main.main.ennemynb - 1)].ennemy.i);
if (main["ennemya" + (_root.main.main.ennemynb - 1)].mort != true) {
_root.main.main[("ennemya" + (_root.main.main.ennemynb - 1)) + "hp"] = _root.main.main[("ennemya" + (_root.main.main.ennemynb - 1)) + "hp"] - 35;
}
main["ennemya" + (_root.main.main.ennemynb - 1)].ennemy[_root.main.ennemypart]["bullet" + _root.main.main["ennemya" + (_root.main.main.ennemynb - 1)].ennemy.i].gotoAndStop(2);
main["ennemya" + (_root.main.main.ennemynb - 1)].ennemy[_root.main.ennemypart]["bullet" + _root.main.main["ennemya" + (_root.main.main.ennemynb - 1)].ennemy.i]._xscale = scaleenn;
main["ennemya" + (_root.main.main.ennemynb - 1)].ennemy[_root.main.ennemypart]["bullet" + _root.main.main["ennemya" + (_root.main.main.ennemynb - 1)].ennemy.i]._yscale = scaleenn;
if (_root.main.yplusmoinenn == 0) {
main["ennemya" + (_root.main.main.ennemynb - 1)].ennemy[_root.main.ennemypart]["bullet" + _root.main.main["ennemya" + (_root.main.main.ennemynb - 1)].ennemy.i]._y = (main["ennemya" + (_root.main.main.ennemynb - 1)].ennemy[_root.main.ennemypart]._ymouse + (_root.main.yrand1enn * (100 / main["ennemya" + (_root.main.main.ennemynb - 1)]._xscale))) + _root.main.acc;
}
if (_root.main.yplusmoinenn == 1) {
main["ennemya" + (_root.main.main.ennemynb - 1)].ennemy[_root.main.ennemypart]["bullet" + _root.main.main["ennemya" + (_root.main.main.ennemynb - 1)].ennemy.i]._y = (main["ennemya" + (_root.main.main.ennemynb - 1)].ennemy[_root.main.ennemypart]._ymouse - (_root.main.yrand1enn * (100 / main["ennemya" + (_root.main.main.ennemynb - 1)]._xscale))) + _root.main.acc;
}
if (_root.main.xplusmoinenn == 0) {
main["ennemya" + (_root.main.main.ennemynb - 1)].ennemy[_root.main.ennemypart]["bullet" + _root.main.main["ennemya" + (_root.main.main.ennemynb - 1)].ennemy.i]._x = (main["ennemya" + (_root.main.main.ennemynb - 1)].ennemy[_root.main.ennemypart]._xmouse + (_root.main.xrand1enn * (100 / main["ennemya" + (_root.main.main.ennemynb - 1)]._xscale))) + _root.main.acc;
}
if (_root.main.xplusmoinenn == 1) {
main["ennemya" + (_root.main.main.ennemynb - 1)].ennemy[_root.main.ennemypart]["bullet" + _root.main.main["ennemya" + (_root.main.main.ennemynb - 1)].ennemy.i]._x = (main["ennemya" + (_root.main.main.ennemynb - 1)].ennemy[_root.main.ennemypart]._xmouse - (_root.main.xrand1enn * (100 / main["ennemya" + (_root.main.main.ennemynb - 1)]._xscale))) + _root.main.acc;
}
main["ennemya" + (_root.main.main.ennemynb - 1)].ennemy[_root.main.ennemypart]["bullet" + _root.main.main["ennemya" + (_root.main.main.ennemynb - 1)].ennemy.i]._visible = true;
_root.cahcah = main["ennemya" + (_root.main.main.ennemynb - 1)].ennemy[_root.main.ennemypart]["bullet" + _root.main.main["ennemya" + (_root.main.main.ennemynb - 1)].ennemy.i]._x;
} else {
main["ennemya" + (_root.main.main.ennemynb - 1)].ennemy.obs[_root.main.ennemypart]["bullet" + _root.main.main["ennemya" + (_root.main.main.ennemynb - 1)].ennemy.i].gotoAndStop(2);
main["ennemya" + (_root.main.main.ennemynb - 1)].ennemy.obs[_root.main.ennemypart]["bullet" + _root.main.main["ennemya" + (_root.main.main.ennemynb - 1)].ennemy.i]._xscale = scaleenn;
main["ennemya" + (_root.main.main.ennemynb - 1)].ennemy.obs[_root.main.ennemypart]["bullet" + _root.main.main["ennemya" + (_root.main.main.ennemynb - 1)].ennemy.i]._yscale = scaleenn;
if (_root.main.yplusmoinenn == 0) {
main["ennemya" + (_root.main.main.ennemynb - 1)].ennemy.obs[_root.main.ennemypart]["bullet" + _root.main.main["ennemya" + (_root.main.main.ennemynb - 1)].ennemy.i]._y = (main["ennemya" + (_root.main.main.ennemynb - 1)].ennemy.obs[_root.main.ennemypart]._ymouse + (_root.main.yrand1enn * (100 / main["ennemya" + (_root.main.main.ennemynb - 1)]._xscale))) + _root.main.acc;
}
if (_root.main.yplusmoinenn == 1) {
main["ennemya" + (_root.main.main.ennemynb - 1)].ennemy.obs[_root.main.ennemypart]["bullet" + _root.main.main["ennemya" + (_root.main.main.ennemynb - 1)].ennemy.i]._y = (main["ennemya" + (_root.main.main.ennemynb - 1)].ennemy.obs[_root.main.ennemypart]._ymouse - (_root.main.yrand1enn * (100 / main["ennemya" + (_root.main.main.ennemynb - 1)]._xscale))) + _root.main.acc;
}
if (_root.main.xplusmoinenn == 0) {
main["ennemya" + (_root.main.main.ennemynb - 1)].ennemy.obs[_root.main.ennemypart]["bullet" + _root.main.main["ennemya" + (_root.main.main.ennemynb - 1)].ennemy.i]._x = (main["ennemya" + (_root.main.main.ennemynb - 1)].ennemy.obs[_root.main.ennemypart]._xmouse + (_root.main.xrand1enn * (100 / main["ennemya" + (_root.main.main.ennemynb - 1)]._xscale))) + _root.main.acc;
}
if (_root.main.xplusmoinenn == 1) {
main["ennemya" + (_root.main.main.ennemynb - 1)].ennemy.obs[_root.main.ennemypart]["bullet" + _root.main.main["ennemya" + (_root.main.main.ennemynb - 1)].ennemy.i]._x = (main["ennemya" + (_root.main.main.ennemynb - 1)].ennemy.obs[_root.main.ennemypart]._xmouse - (_root.main.xrand1enn * (100 / main["ennemya" + (_root.main.main.ennemynb - 1)]._xscale))) + _root.main.acc;
}
main["ennemya" + (_root.main.main.ennemynb - 1)].ennemy.obs[_root.main.ennemypart]["bullet" + _root.main.main["ennemya" + (_root.main.main.ennemynb - 1)].ennemy.i]._visible = true;
_root.cahcah = main["ennemya" + (_root.main.main.ennemynb - 1)].ennemy.obs[_root.main.ennemypart]["bullet" + _root.main.main["ennemya" + (_root.main.main.ennemynb - 1)].ennemy.i]._x;
}
ennemy = false;
shapou = false;
_root.main.main["ennemya" + (_root.main.main.ennemynb - 1)].ennemy.i++;
}
}
function jobloxy() {
_root.main.jax = ((_root._xmouse * 2) - 182) / 2;
_root.main.jay = ((_root._ymouse * 2) - 108) / 2;
_root.main.haut._x = _root.main.jax;
_root.main.haut._y = _root.main.jay;
_root.main.nameenn._x = _root.main.jax;
_root.main.nameenn._y = _root.main.jay;
_root.main.bullett._x = _root.main.jax;
_root.main.bullett._y = _root.main.jay;
_root.main.scope2._x = _root.main.jax;
_root.main.scope2._y = _root.main.jay;
_root.main.bas._x = _root.main.jax;
_root.main.bas._y = _root.main.jay;
_root.main.choose._x = _root.main.jax;
_root.main.choose._y = _root.main.jay;
_root.main._x = -((_root._xmouse * 2) - 182);
_root.main._y = -((_root._ymouse * 2) - 108);
}
score = 0;
hp = 100;
bonshot = 1;
totalshot = 1;
_root.main.ennemymort1 = false;
_root.main.ennemymort2 = false;
_root.main.ennemymort3 = false;
_root.main.ennemymort4 = false;
gunres1gun1 = 20;
gunres3gun1 = 20;
gunres2gun1 = 100;
gunres1gun2 = 30;
gunres3gun2 = 30;
gunres2gun2 = 90;
gunres1gun3 = 8;
gunres3gun3 = 8;
gunres2gun3 = 32;
gunres1gun4 = 10;
gunres3gun4 = 10;
gunres2gun4 = 30;
Mouse.hide();
musi = new Sound();
musi.attachSound("musi");
puball = new Sound();
puball.attachSound("puball");
gunc1 = new Sound();
gunc1.attachSound("gunc1");
gunc2 = new Sound();
gunc2.attachSound("gunc2");
fiveseven = new Sound();
fiveseven.attachSound("fiveseven");
shotgun = new Sound();
shotgun.attachSound("shotgun");
snipe = new Sound();
snipe.attachSound("snipe");
m4 = new Sound();
m4.attachSound("m4");
ouch = new Sound();
ouch.attachSound("ouch");
head = new Sound();
head.attachSound("head");
spotted = new Sound();
spotted.attachSound("spotted");
down = new Sound();
down.attachSound("down");
_root.main.bullet2go = true;
vitcache = 4;
gunla = 1;
balres = _root.main["gunres1gun" + _root.main.gunla];
balres2 = _root.main["gunres2gun" + _root.main.gunla];
i = 1;
dup2 = 401;
maxcache = 30;
mousebouge = new Object();
mousebouge.onMouseMove = function () {
if (scopeon) {
jobloxy();
}
};
Mouse.addListener(mousebouge);
mouse1 = new Object();
mouse1.onMouseUp = function () {
clik = false;
};
mouse1.onMouseDown = function () {
if (_root.main.map != true) {
clik = true;
if (gunchoose1) {
if (gunla != 1) {
nouvogun = true;
_root.main.shatala = false;
}
gunla = 1;
_root.main._xscale = 100;
_root.main._yscale = 100;
_root.main.scopeon = false;
_root.main.jaba1 = false;
balres = _root.main["gunres1gun" + _root.main.gunla];
balres2 = _root.main["gunres2gun" + _root.main.gunla];
_root.main.gunchoose1 = false;
_root.main.gunchoose = false;
clik = false;
_root.main.gunc2.start(0, 0);
}
if (gunchoose2) {
if (gunla != 2) {
nouvogun = true;
_root.main.shatala = false;
}
gunla = 2;
_root.main._xscale = 100;
_root.main._yscale = 100;
_root.main.scopeon = false;
_root.main.jaba1 = false;
balres = _root.main["gunres1gun" + _root.main.gunla];
balres2 = _root.main["gunres2gun" + _root.main.gunla];
_root.main.gunchoose2 = false;
_root.main.gunchoose = false;
clik = false;
_root.main.gunc2.start(0, 0);
}
if (gunchoose3) {
if (gunla != 3) {
nouvogun = true;
_root.main.shatala = false;
}
gunla = 3;
_root.main._xscale = 100;
_root.main._yscale = 100;
_root.main.scopeon = false;
_root.main.jaba1 = false;
balres = _root.main["gunres1gun" + _root.main.gunla];
balres2 = _root.main["gunres2gun" + _root.main.gunla];
_root.main.gunchoose3 = false;
_root.main.gunchoose = false;
clik = false;
_root.main.gunc2.start(0, 0);
}
if (gunchoose4) {
if (gunla != 4) {
nouvogun = true;
_root.main.shatala = false;
}
gunla = 4;
balres = _root.main["gunres1gun" + _root.main.gunla];
balres2 = _root.main["gunres2gun" + _root.main.gunla];
_root.main.gunchoose4 = false;
_root.main.gunchoose = false;
clik = false;
_root.main.gunc2.start(0, 0);
}
}
};
Mouse.addListener(mouse1);
space1 = new Object();
space1.onKeyDown = function () {
if (yactive != true) {
if (Key.getCode() == 81) {
if (omgqulite != true) {
if (_root.main.qualite == "MEDIUM") {
_root.main.qualite = "LOW";
_root.main.messagerecu = true;
_root.main.messaga = nom + " changed the quality to LOW";
omgqulite = true;
}
}
if (omgqulite != true) {
if (_root.main.qualite == "HIGH") {
_root.main.qualite = "MEDIUM";
_root.main.messagerecu = true;
_root.main.messaga = nom + " changed the quality to MEDIUM";
omgqulite = true;
}
}
if (omgqulite != true) {
if (_root.main.qualite == "LOW") {
_root.main.qualite = "HIGH";
_root.main.messagerecu = true;
_root.main.messaga = nom + " changed the quality to HIGH";
omgqulite = true;
}
}
}
if (_root.main.map != true) {
if (Key.getCode() == 82) {
if (_root.main.balres2 > 0) {
_root.main.reloadgun = true;
if (scopeon) {
_root.main._xscale = 100;
_root.main._yscale = 100;
_root.main.scopeon = false;
_root.main.jaba1 = false;
}
}
}
}
if (Key.getCode() == 77) {
if (mape) {
_root.main.map = false;
_root.main.mape = false;
} else {
_root.main.map = true;
_root.main.htp = false;
_root.main.mape = true;
_root.main.credit = false;
_root.main.highscore = false;
_root.main.itemok = false;
}
}
if (Key.getCode() == 72) {
if (highscore) {
_root.main.highscore = false;
_root.main.map = false;
} else {
_root.main.map = true;
_root.main.htp = false;
_root.main.mape = false;
_root.main.credit = false;
_root.main.itemok = false;
_root.main.highscore = true;
}
}
if (Key.getCode() == 73) {
if (itemok) {
_root.main.itemok = false;
_root.main.map = false;
} else {
_root.main.map = true;
_root.main.mape = false;
_root.main.htp = false;
_root.main.credit = false;
_root.main.highscore = false;
_root.main.itemok = true;
}
}
if (_root.main.map != true) {
if (Key.getCode() == 69) {
if (_root.main.gunla == 4) {
if (cachego != true) {
if (_root.main.scopeon != true) {
jobloxy();
_root.main.scopeon = true;
_root.main._xscale = 200;
_root.main._yscale = 200;
} else {
_root.main._xscale = 100;
_root.main._yscale = 100;
_root.main.scopeon = false;
_root.main.jaba1 = false;
}
}
}
}
}
if (Key.getCode() == 80) {
if (htp) {
_root.main.htp = false;
_root.main.map = false;
} else {
_root.main.map = true;
_root.main.mape = false;
_root.main.highscore = false;
_root.main.itemok = false;
_root.main.credit = false;
_root.main.htp = true;
}
}
if (Key.getCode() == 67) {
if (credit) {
_root.main.credit = false;
_root.main.map = false;
} else {
_root.main.map = true;
_root.main.htp = false;
_root.main.mape = false;
_root.main.highscore = false;
_root.main.itemok = false;
_root.main.credit = true;
}
}
if (_root.main.map != true) {
if (_root.main.map != true) {
if (Key.getCode() == 49) {
_root.main.gunchoose1 = true;
_root.main.gunchoose2 = false;
_root.main.gunchoose3 = false;
_root.main.gunchoose4 = false;
_root.main.gunchoose = true;
_root.main.gunc1.start(0, 0);
}
if (Key.getCode() == 50) {
_root.main.gunchoose1 = false;
_root.main.gunchoose2 = true;
_root.main.gunchoose3 = false;
_root.main.gunchoose4 = false;
_root.main.gunchoose = true;
_root.main.gunc1.start(0, 0);
}
if (Key.getCode() == 51) {
_root.main.gunchoose1 = false;
_root.main.gunchoose2 = false;
_root.main.gunchoose3 = true;
_root.main.gunchoose4 = false;
_root.main.gunchoose = true;
_root.main.gunc1.start(0, 0);
}
if (Key.getCode() == 52) {
_root.main.gunchoose1 = false;
_root.main.gunchoose2 = false;
_root.main.gunchoose3 = false;
_root.main.gunchoose4 = true;
_root.main.gunchoose = true;
_root.main.gunc1.start(0, 0);
}
}
if (Key.getCode() == 32) {
if (cachegono != true) {
if (cachegono2 != true) {
gunspace = true;
if (cachego) {
cachego2 = true;
cachegono2 = true;
tellTarget ("cache") {
play();
};
} else {
cachego = true;
if (scopeon) {
_root.main._xscale = 100;
_root.main._yscale = 100;
_root.main.scopeon = false;
_root.main.jaba1 = false;
}
cachegono = true;
tellTarget ("cache") {
play();
};
}
}
}
}
}
if (_root.main.reloadgun != true) {
}
}
};
Key.addListener(space1);
azn.text = "";
_root.main.messaga2 = "";
texty = new XML();
ans = 0;
space2 = new Object();
space2.onKeyUp = function () {
if (Key.getCode() == 16) {
cap = false;
}
};
Key.addListener(space2);
space1 = new Object();
space1.onKeyDown = function () {
if (yactive) {
if (ans < 36) {
if (Key.getCode() == 16) {
cap = true;
}
if (cap) {
if (Key.getCode() == 65) {
texty2 = ((((texty + "<a") + ans) + ">A</a") + ans) + ">";
texty = new XML(texty2);
texty2 = "";
azn.text = azn.text + texty.childNodes[ans].childNodes[0];
ans = ans + 1;
}
if (Key.getCode() == 66) {
texty2 = ((((texty + "<a") + ans) + ">B</a") + ans) + ">";
texty = new XML(texty2);
texty2 = "";
azn.text = azn.text + texty.childNodes[ans].childNodes[0];
ans = ans + 1;
}
if (Key.getCode() == 67) {
texty2 = ((((texty + "<a") + ans) + ">C</a") + ans) + ">";
texty = new XML(texty2);
texty2 = "";
azn.text = azn.text + texty.childNodes[ans].childNodes[0];
ans = ans + 1;
}
if (Key.getCode() == 68) {
texty2 = ((((texty + "<a") + ans) + ">D</a") + ans) + ">";
texty = new XML(texty2);
texty2 = "";
azn.text = azn.text + texty.childNodes[ans].childNodes[0];
ans = ans + 1;
}
if (Key.getCode() == 69) {
texty2 = ((((texty + "<a") + ans) + ">E</a") + ans) + ">";
texty = new XML(texty2);
texty2 = "";
azn.text = azn.text + texty.childNodes[ans].childNodes[0];
ans = ans + 1;
}
if (Key.getCode() == 70) {
texty2 = ((((texty + "<a") + ans) + ">F</a") + ans) + ">";
texty = new XML(texty2);
texty2 = "";
azn.text = azn.text + texty.childNodes[ans].childNodes[0];
ans = ans + 1;
}
if (Key.getCode() == 71) {
texty2 = ((((texty + "<a") + ans) + ">G</a") + ans) + ">";
texty = new XML(texty2);
texty2 = "";
azn.text = azn.text + texty.childNodes[ans].childNodes[0];
ans = ans + 1;
}
if (Key.getCode() == 72) {
texty2 = ((((texty + "<a") + ans) + ">H</a") + ans) + ">";
texty = new XML(texty2);
texty2 = "";
azn.text = azn.text + texty.childNodes[ans].childNodes[0];
ans = ans + 1;
}
if (Key.getCode() == 73) {
texty2 = ((((texty + "<a") + ans) + ">I</a") + ans) + ">";
texty = new XML(texty2);
texty2 = "";
azn.text = azn.text + texty.childNodes[ans].childNodes[0];
ans = ans + 1;
}
if (Key.getCode() == 74) {
texty2 = ((((texty + "<a") + ans) + ">J</a") + ans) + ">";
texty = new XML(texty2);
texty2 = "";
azn.text = azn.text + texty.childNodes[ans].childNodes[0];
ans = ans + 1;
}
if (Key.getCode() == 75) {
texty2 = ((((texty + "<a") + ans) + ">K</a") + ans) + ">";
texty = new XML(texty2);
texty2 = "";
azn.text = azn.text + texty.childNodes[ans].childNodes[0];
ans = ans + 1;
}
if (Key.getCode() == 76) {
texty2 = ((((texty + "<a") + ans) + ">L</a") + ans) + ">";
texty = new XML(texty2);
texty2 = "";
azn.text = azn.text + texty.childNodes[ans].childNodes[0];
ans = ans + 1;
}
if (Key.getCode() == 77) {
texty2 = ((((texty + "<a") + ans) + ">M</a") + ans) + ">";
texty = new XML(texty2);
texty2 = "";
azn.text = azn.text + texty.childNodes[ans].childNodes[0];
ans = ans + 1;
}
if (Key.getCode() == 78) {
texty2 = ((((texty + "<a") + ans) + ">N</a") + ans) + ">";
texty = new XML(texty2);
texty2 = "";
azn.text = azn.text + texty.childNodes[ans].childNodes[0];
ans = ans + 1;
}
if (Key.getCode() == 79) {
texty2 = ((((texty + "<a") + ans) + ">O</a") + ans) + ">";
texty = new XML(texty2);
texty2 = "";
azn.text = azn.text + texty.childNodes[ans].childNodes[0];
ans = ans + 1;
}
if (Key.getCode() == 80) {
texty2 = ((((texty + "<a") + ans) + ">P</a") + ans) + ">";
texty = new XML(texty2);
texty2 = "";
azn.text = azn.text + texty.childNodes[ans].childNodes[0];
ans = ans + 1;
}
if (Key.getCode() == 81) {
texty2 = ((((texty + "<a") + ans) + ">Q</a") + ans) + ">";
texty = new XML(texty2);
texty2 = "";
azn.text = azn.text + texty.childNodes[ans].childNodes[0];
ans = ans + 1;
}
if (Key.getCode() == 82) {
texty2 = ((((texty + "<a") + ans) + ">R</a") + ans) + ">";
texty = new XML(texty2);
texty2 = "";
azn.text = azn.text + texty.childNodes[ans].childNodes[0];
ans = ans + 1;
}
if (Key.getCode() == 83) {
texty2 = ((((texty + "<a") + ans) + ">S</a") + ans) + ">";
texty = new XML(texty2);
texty2 = "";
azn.text = azn.text + texty.childNodes[ans].childNodes[0];
ans = ans + 1;
}
if (Key.getCode() == 84) {
texty2 = ((((texty + "<a") + ans) + ">T</a") + ans) + ">";
texty = new XML(texty2);
texty2 = "";
azn.text = azn.text + texty.childNodes[ans].childNodes[0];
ans = ans + 1;
}
if (Key.getCode() == 85) {
texty2 = ((((texty + "<a") + ans) + ">U</a") + ans) + ">";
texty = new XML(texty2);
texty2 = "";
azn.text = azn.text + texty.childNodes[ans].childNodes[0];
ans = ans + 1;
}
if (Key.getCode() == 86) {
texty2 = ((((texty + "<a") + ans) + ">V</a") + ans) + ">";
texty = new XML(texty2);
texty2 = "";
azn.text = azn.text + texty.childNodes[ans].childNodes[0];
ans = ans + 1;
}
if (Key.getCode() == 87) {
texty2 = ((((texty + "<a") + ans) + ">W</a") + ans) + ">";
texty = new XML(texty2);
texty2 = "";
azn.text = azn.text + texty.childNodes[ans].childNodes[0];
ans = ans + 1;
}
if (Key.getCode() == 88) {
texty2 = ((((texty + "<a") + ans) + ">X</a") + ans) + ">";
texty = new XML(texty2);
texty2 = "";
azn.text = azn.text + texty.childNodes[ans].childNodes[0];
ans = ans + 1;
}
if (Key.getCode() == 89) {
texty2 = ((((texty + "<a") + ans) + ">Y</a") + ans) + ">";
texty = new XML(texty2);
texty2 = "";
azn.text = azn.text + texty.childNodes[ans].childNodes[0];
ans = ans + 1;
}
if (Key.getCode() == 90) {
texty2 = ((((texty + "<a") + ans) + ">Z</a") + ans) + ">";
texty = new XML(texty2);
texty2 = "";
azn.text = azn.text + texty.childNodes[ans].childNodes[0];
ans = ans + 1;
}
} else {
if (Key.getCode() == 65) {
texty2 = ((((texty + "<a") + ans) + ">a</a") + ans) + ">";
texty = new XML(texty2);
texty2 = "";
azn.text = azn.text + texty.childNodes[ans].childNodes[0];
ans = ans + 1;
}
if (Key.getCode() == 66) {
texty2 = ((((texty + "<a") + ans) + ">b</a") + ans) + ">";
texty = new XML(texty2);
texty2 = "";
azn.text = azn.text + texty.childNodes[ans].childNodes[0];
ans = ans + 1;
}
if (Key.getCode() == 67) {
texty2 = ((((texty + "<a") + ans) + ">c</a") + ans) + ">";
texty = new XML(texty2);
texty2 = "";
azn.text = azn.text + texty.childNodes[ans].childNodes[0];
ans = ans + 1;
}
if (Key.getCode() == 68) {
texty2 = ((((texty + "<a") + ans) + ">d</a") + ans) + ">";
texty = new XML(texty2);
texty2 = "";
azn.text = azn.text + texty.childNodes[ans].childNodes[0];
ans = ans + 1;
}
if (Key.getCode() == 69) {
texty2 = ((((texty + "<a") + ans) + ">e</a") + ans) + ">";
texty = new XML(texty2);
texty2 = "";
azn.text = azn.text + texty.childNodes[ans].childNodes[0];
ans = ans + 1;
}
if (Key.getCode() == 70) {
texty2 = ((((texty + "<a") + ans) + ">f</a") + ans) + ">";
texty = new XML(texty2);
texty2 = "";
azn.text = azn.text + texty.childNodes[ans].childNodes[0];
ans = ans + 1;
}
if (Key.getCode() == 71) {
texty2 = ((((texty + "<a") + ans) + ">g</a") + ans) + ">";
texty = new XML(texty2);
texty2 = "";
azn.text = azn.text + texty.childNodes[ans].childNodes[0];
ans = ans + 1;
}
if (Key.getCode() == 72) {
texty2 = ((((texty + "<a") + ans) + ">h</a") + ans) + ">";
texty = new XML(texty2);
texty2 = "";
azn.text = azn.text + texty.childNodes[ans].childNodes[0];
ans = ans + 1;
}
if (Key.getCode() == 73) {
texty2 = ((((texty + "<a") + ans) + ">i</a") + ans) + ">";
texty = new XML(texty2);
texty2 = "";
azn.text = azn.text + texty.childNodes[ans].childNodes[0];
ans = ans + 1;
}
if (Key.getCode() == 74) {
texty2 = ((((texty + "<a") + ans) + ">j</a") + ans) + ">";
texty = new XML(texty2);
texty2 = "";
azn.text = azn.text + texty.childNodes[ans].childNodes[0];
ans = ans + 1;
}
if (Key.getCode() == 75) {
texty2 = ((((texty + "<a") + ans) + ">k</a") + ans) + ">";
texty = new XML(texty2);
texty2 = "";
azn.text = azn.text + texty.childNodes[ans].childNodes[0];
ans = ans + 1;
}
if (Key.getCode() == 76) {
texty2 = ((((texty + "<a") + ans) + ">l</a") + ans) + ">";
texty = new XML(texty2);
texty2 = "";
azn.text = azn.text + texty.childNodes[ans].childNodes[0];
ans = ans + 1;
}
if (Key.getCode() == 77) {
texty2 = ((((texty + "<a") + ans) + ">m</a") + ans) + ">";
texty = new XML(texty2);
texty2 = "";
azn.text = azn.text + texty.childNodes[ans].childNodes[0];
ans = ans + 1;
}
if (Key.getCode() == 78) {
texty2 = ((((texty + "<a") + ans) + ">n</a") + ans) + ">";
texty = new XML(texty2);
texty2 = "";
azn.text = azn.text + texty.childNodes[ans].childNodes[0];
ans = ans + 1;
}
if (Key.getCode() == 79) {
texty2 = ((((texty + "<a") + ans) + ">o</a") + ans) + ">";
texty = new XML(texty2);
texty2 = "";
azn.text = azn.text + texty.childNodes[ans].childNodes[0];
ans = ans + 1;
}
if (Key.getCode() == 80) {
texty2 = ((((texty + "<a") + ans) + ">p</a") + ans) + ">";
texty = new XML(texty2);
texty2 = "";
azn.text = azn.text + texty.childNodes[ans].childNodes[0];
ans = ans + 1;
}
if (Key.getCode() == 81) {
texty2 = ((((texty + "<a") + ans) + ">q</a") + ans) + ">";
texty = new XML(texty2);
texty2 = "";
azn.text = azn.text + texty.childNodes[ans].childNodes[0];
ans = ans + 1;
}
if (Key.getCode() == 82) {
texty2 = ((((texty + "<a") + ans) + ">r</a") + ans) + ">";
texty = new XML(texty2);
texty2 = "";
azn.text = azn.text + texty.childNodes[ans].childNodes[0];
ans = ans + 1;
}
if (Key.getCode() == 83) {
texty2 = ((((texty + "<a") + ans) + ">s</a") + ans) + ">";
texty = new XML(texty2);
texty2 = "";
azn.text = azn.text + texty.childNodes[ans].childNodes[0];
ans = ans + 1;
}
if (Key.getCode() == 84) {
texty2 = ((((texty + "<a") + ans) + ">t</a") + ans) + ">";
texty = new XML(texty2);
texty2 = "";
azn.text = azn.text + texty.childNodes[ans].childNodes[0];
ans = ans + 1;
}
if (Key.getCode() == 85) {
texty2 = ((((texty + "<a") + ans) + ">u</a") + ans) + ">";
texty = new XML(texty2);
texty2 = "";
azn.text = azn.text + texty.childNodes[ans].childNodes[0];
ans = ans + 1;
}
if (Key.getCode() == 86) {
texty2 = ((((texty + "<a") + ans) + ">v</a") + ans) + ">";
texty = new XML(texty2);
texty2 = "";
azn.text = azn.text + texty.childNodes[ans].childNodes[0];
ans = ans + 1;
}
if (Key.getCode() == 87) {
texty2 = ((((texty + "<a") + ans) + ">w</a") + ans) + ">";
texty = new XML(texty2);
texty2 = "";
azn.text = azn.text + texty.childNodes[ans].childNodes[0];
ans = ans + 1;
}
if (Key.getCode() == 88) {
texty2 = ((((texty + "<a") + ans) + ">x</a") + ans) + ">";
texty = new XML(texty2);
texty2 = "";
azn.text = azn.text + texty.childNodes[ans].childNodes[0];
ans = ans + 1;
}
if (Key.getCode() == 89) {
texty2 = ((((texty + "<a") + ans) + ">y</a") + ans) + ">";
texty = new XML(texty2);
texty2 = "";
azn.text = azn.text + texty.childNodes[ans].childNodes[0];
ans = ans + 1;
}
if (Key.getCode() == 90) {
texty2 = ((((texty + "<a") + ans) + ">z</a") + ans) + ">";
texty = new XML(texty2);
texty2 = "";
azn.text = azn.text + texty.childNodes[ans].childNodes[0];
ans = ans + 1;
}
}
if (Key.getCode() == 32) {
texty2 = ((((texty + "<a") + ans) + "> </a") + ans) + ">";
texty = new XML(texty2);
texty2 = "";
azn.text = azn.text + texty.childNodes[ans].childNodes[0];
ans = ans + 1;
}
}
if (Key.getCode() == 8) {
if (ans > 0) {
ans = ans - 1;
texty.childNodes[ans].removeNode();
azn.text = "";
i = 0;
while (i < ans) {
azn.text = azn.text + texty.childNodes[i].childNodes[0];
i++;
}
}
}
if (Key.getCode() == 13) {
yactive = false;
_root.main.messagespec = true;
_root.main.messagerecu = true;
_root.main.messaga = ((("<font color='#0066FF'>" + nom) + "</font><font color='#FFB41E'> : ") + azn.text) + "<font>";
_root.main.messaga2 = ((("<font color='#0044AA'>" + nom) + "</font><font color='#8A5E00'> : ") + azn.text) + "<font>";
azn.text = "";
ans = 0;
texty = new XML();
}
}
if (Key.getCode() == 89) {
yactive = true;
}
};
Key.addListener(space1);
Instance of Symbol 476 MovieClip "main" in Symbol 812 MovieClip Frame 1
onClipEvent (load) {
_root.main.main.jo = true;
allaaa = 0;
allaaa2 = 0;
jux = _xscale;
juy = _yscale;
}
onClipEvent (enterFrame) {
if (jo) {
if (_root.main.cachego2) {
if (allaaa2 <= _root.main.maxcache) {
_y = (_y + _root.main.vitcache);
o = 0;
while (o < 300) {
_root.main["bullet" + o]._y = _root.main["bullet" + o]._y + _root.main.vitcache;
o++;
}
allaaa2 = allaaa2 + _root.main.vitcache;
} else {
allaaa2 = 0;
allaaa = 0;
_root.main.cachego = false;
_root.main.cachego2 = false;
}
}
if (_root.main.cachego) {
if (allaaa <= _root.main.maxcache) {
_y = (_y - _root.main.vitcache);
o = 0;
while (o < 300) {
_root.main["bullet" + o]._y = _root.main["bullet" + o]._y - _root.main.vitcache;
o++;
}
allaaa = allaaa + _root.main.vitcache;
}
}
} else {
_visible = false;
}
}
Instance of Symbol 500 MovieClip in Symbol 812 MovieClip Frame 1
onClipEvent (load) {
if (_root.main.cachechillout1 != true) {
_root.main.cachechillout1 = true;
duplicateMovieClip ("", "cache", 999981);
_root.main.cache.jo = true;
}
if (jo) {
} else {
_visible = false;
stop();
}
}
Instance of Symbol 625 MovieClip in Symbol 812 MovieClip Frame 1
onClipEvent (load) {
if (_root.main.gunchillout1 != true) {
_root.main.gunchillout1 = true;
duplicateMovieClip ("", "gun", 999991);
_root.main.gun.jo = true;
}
}
onClipEvent (enterFrame) {
if (jo) {
if (_root.main.nouvogun) {
_visible = false;
} else {
_visible = true;
}
if (_root.main.gunla == 1) {
tellTarget ("gun.gun") {
gotoAndStop (1);
};
}
if (_root.main.gunla == 2) {
tellTarget ("gun.gun") {
gotoAndStop (2);
};
}
if (_root.main.gunla == 3) {
tellTarget ("gun.gun") {
gotoAndStop (3);
};
}
if (_root.main.gunla == 4) {
tellTarget ("gun.gun") {
gotoAndStop (4);
};
}
}
}
onClipEvent (enterFrame) {
if (jo) {
if (_root.main.gunspace) {
if (gun.gun.gun.gun.gun._xscale < 140) {
if (_x < -81) {
if (jojo != true) {
ok1 = true;
jojo = true;
}
gun.gun.gun.gun.gun._rotation = gun.gun.gun.gun.gun._rotation - 2;
}
if (_x >= -81) {
if (jojo != true) {
ok2 = true;
jojo = true;
}
gun.gun.gun.gun.gun._rotation = gun.gun.gun.gun.gun._rotation + 4;
}
gun.gun.gun.gun.gun._xscale = gun.gun.gun.gun.gun._xscale + 7;
gun.gun.gun.gun.gun._yscale = gun.gun.gun.gun.gun._yscale + 7;
} else {
oklala = true;
gun.gun.gun.gun.gun._xscale = 140;
gun.gun.gun.gun.gun._yscale = 140;
if (_x < -81) {
gun.gun.gun.gun.gun._rotation = -10;
}
if (_x >= -81) {
gun.gun.gun.gun.gun._rotation = 20;
}
}
if (_root.main._xmouse > 95) {
if (_root.main._xmouse < 255) {
_x = (_root.main._xmouse - 190);
_x = (_x + _x);
}
} else {
_x = -190;
}
if (_x < -81) {
if (ok1) {
_y = 150;
} else {
_y = 177;
}
if (oklala) {
if (_root.main.reloadgun != true) {
tellTarget ("gun.gun.gun") {
gotoAndStop (2);
};
}
gun.gun.gun.gun.gun._rotation = -10;
gun.gun.gun.gun.gun._xscale = 140;
gun.gun.gun.gun.gun._yscale = 140;
}
}
if (_x >= -81) {
if (ok2) {
_y = 185;
} else {
_y = 165;
}
if (oklala) {
if (_root.main.reloadgun != true) {
tellTarget ("gun.gun.gun") {
gotoAndStop (1);
};
}
gun.gun.gun.gun.gun._rotation = 20;
gun.gun.gun.gun.gun._xscale = 140;
gun.gun.gun.gun.gun._yscale = 140;
}
}
} else {
jojo = false;
ok1 = false;
ok2 = false;
oklala = false;
if (gun.gun.gun.gun.gun._xscale > 100) {
gun.gun.gun.gun.gun._xscale = gun.gun.gun.gun.gun._xscale - 7;
if (_x < -81) {
gun.gun.gun.gun.gun._rotation = gun.gun.gun.gun.gun._rotation + 2;
}
if (_x >= -81) {
gun.gun.gun.gun.gun._rotation = gun.gun.gun.gun.gun._rotation - 4;
}
gun.gun.gun.gun.gun._yscale = gun.gun.gun.gun.gun._yscale - 7;
} else {
gun.gun.gun.gun.gun._rotation = 0;
gun.gun.gun.gun.gun._xscale = 100;
gun.gun.gun.gun.gun._yscale = 100;
}
if (_root.main._xmouse > 95) {
if (_root.main._xmouse < 255) {
_x = (_root.main._xmouse - 190);
_x = (_x + _x);
}
} else {
_x = -190;
}
_y = 145;
if (_x < -81) {
if (_root.main.reloadgun != true) {
tellTarget ("gun.gun.gun") {
gotoAndStop (2);
};
}
_rotation = (_root.main._ymouse / 17);
_root.main.gunasa1 = false;
_root.main.gunasa2 = true;
}
if (_x >= -81) {
if (_root.main.reloadgun != true) {
tellTarget ("gun.gun.gun") {
gotoAndStop (1);
};
}
_root.main.gunasa1 = true;
_root.main.gunasa2 = false;
_rotation = (-(_root.main._ymouse / 17));
_y = (_y + (_root.main._ymouse / 2.2));
}
}
} else {
_visible = false;
tellTarget ("gun.gun.gun") {
stop();
};
}
}
onClipEvent (enterFrame) {
if (jo) {
if (_root.main.clik) {
if (_root.main.gunla == 1) {
waitl = 8;
}
if (_root.main.gunla == 2) {
waitl = 3;
}
if (_root.main.gunla == 3) {
waitl = 8;
}
if (_root.main.gunla == 4) {
waitl = 12;
}
_root.main.guntirla = false;
if (wait >= waitl) {
wait = 1;
if (_root.main.shatala != true) {
_root.main.guntirla = true;
_root.main.guntir();
with (_root.main.mouse) {
gotoAndPlay(2);
}
}
} else {
wait = wait + 1;
}
} else {
wait = 9999999 /* 0x98967F */;
}
if (_root.main.gunla != 2) {
if (_root.main.shatala) {
if (ala1 != true) {
ala1 = true;
if (_root.main.gunla == 1) {
waitgun = 7;
}
if (_root.main.gunla == 3) {
waitgun = 21;
}
if (_root.main.gunla == 4) {
waitgun = 30;
}
}
waitgun1 = waitgun1 + 1;
if (waitgun1 >= waitgun) {
_root.main.shatala = false;
waitgun1 = 0;
waitgun = 0;
ala1 = false;
}
}
} else {
_root.main.shatala = false;
}
}
if (_root.main.scopeon) {
_visible = false;
}
}
Instance of Symbol 628 MovieClip in Symbol 812 MovieClip Frame 1
onClipEvent (load) {
if (_root.main.scopechillout1 != true) {
_root.main.scopechillout1 = true;
duplicateMovieClip ("", "scope2", 999982);
_root.main.scope2.jo = true;
}
joy = _y;
jox = _x;
}
onClipEvent (enterFrame) {
if (jo) {
if (_root.main.scopeon) {
_visible = true;
_xscale = 50;
_yscale = 50;
} else {
_root.main._x = 0;
_root.main._y = 0;
_xscale = 100;
_yscale = 100;
_y = joy;
_x = jox;
_visible = false;
}
} else {
_visible = false;
}
}
Instance of Symbol 633 MovieClip in Symbol 812 MovieClip Frame 1
onClipEvent (load) {
if (_root.main.bulletchillout1 != true) {
_root.main.bulletchillout1 = true;
duplicateMovieClip ("", "bullett", 1410065404);
_root.main.bullett.jo = true;
}
joy = _y;
jox = _x;
}
onClipEvent (enterFrame) {
if (_root.main.map) {
_visible = false;
} else {
_visible = true;
}
bul1.text = (_root.main.balres + "/") + _root.main.balres2;
bul2.text = (_root.main.balres + "/") + _root.main.balres2;
if (_root.main.hp <= 0) {
_root.main.hp = 0;
_root.nomsc = "Mort";
_root.sf = true;
_root.score = _root.main.score;
_root.gonoir = true;
}
hp1.text = "HP:" + _root.main.hp;
hp2.text = "HP:" + _root.main.hp;
if (jo) {
if (_root.main.scopeon) {
_visible = true;
_xscale = 50;
_yscale = 50;
} else {
_xscale = 100;
_yscale = 100;
_visible = true;
_y = joy;
_x = jox;
}
} else {
_visible = false;
stop();
}
}
Instance of Symbol 736 MovieClip in Symbol 812 MovieClip Frame 1
onClipEvent (load) {
if (_root.main.baschillout1 != true) {
_root.main.baschillout1 = true;
duplicateMovieClip ("", "bas", 999999991);
_root.main.bas.jo = true;
}
joy = _y;
jox = _x;
}
onClipEvent (enterFrame) {
if (_root.main.scopeon) {
_xscale = 50;
_yscale = 50;
} else {
_y = joy;
_x = jox;
_xscale = 100;
_yscale = 100;
}
if (jo) {
} else {
_visible = false;
stop();
}
}
Instance of Symbol 774 MovieClip in Symbol 812 MovieClip Frame 1
onClipEvent (load) {
if (_root.main.hautchillout1 != true) {
_root.main.hautchillout1 = true;
duplicateMovieClip ("", "haut", 999999992);
_root.main.haut.jo = true;
}
joy = _y;
jox = _x;
}
onClipEvent (enterFrame) {
_parent.azn2.text = _parent.azn.text;
if (_root.main.scopeon) {
_xscale = 50;
_yscale = 50;
} else {
_xscale = 100;
_yscale = 100;
_y = joy;
_x = jox;
}
if (jo) {
if (_root.main.omgqulite) {
if (asd != true) {
as = 1;
asd = true;
}
as = as + 1;
if (as > 25) {
asd = false;
_root.main.omgqulite = false;
}
}
} else {
_visible = false;
stop();
}
}
Instance of Symbol 785 MovieClip in Symbol 812 MovieClip Frame 1
onClipEvent (load) {
if (_root.main.mousechillout1 != true) {
_root.main.mousechillout1 = true;
duplicateMovieClip ("", "mouse", 999992);
_root.main.mouse.jo = true;
}
}
onClipEvent (enterFrame) {
if (jo) {
if (_root.main.scopeon) {
_visible = false;
} else {
_visible = true;
}
_x = _root.main._xmouse;
_y = _root.main._ymouse;
} else {
_visible = false;
stop();
}
}
Instance of Symbol 804 MovieClip in Symbol 812 MovieClip Frame 1
onClipEvent (enterFrame) {
if (jo) {
if (_root.main.scopeon) {
_xscale = 50;
_yscale = 50;
} else {
_xscale = 100;
_yscale = 100;
_y = joy;
_x = jox;
}
if (_root.main.gunchoose) {
_visible = true;
_alpha = 100;
} else {
_visible = false;
}
if (_root.main.map) {
_visible = false;
}
}
}
onClipEvent (load) {
if (_root.main.choosechillout1 != true) {
_root.main.choosechillout1 = true;
duplicateMovieClip ("", "choose", 999983);
_root.main.choose.jo = true;
}
joy = _y;
jox = _x;
if (jo) {
} else {
_visible = false;
stop();
}
}
Instance of Symbol 811 MovieClip in Symbol 812 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.main.yactive) {
_visible = true;
_alpha = 100;
} else {
_visible = false;
}
}
Symbol 827 Button
on (release) {
if (_root.envs != true) {
gotoAndStop (4);
_root.mors = true;
}
}
Symbol 829 Button
on (release) {
gotoAndStop (2);
_root.mors = true;
}