Frame 1
charge.loadmovie("interface/chargement_uk.swf ");
play();
Frame 2
c1 = _url.indexOf("://") + 3;
c2 = _url.indexOf("/", c1);
domaine = _url.substring(c1, c2);
c3 = domaine.lastIndexOf(".") - 1;
c4 = domaine.lastIndexOf(".", c3) + 1;
domaine = domaine.substring(c4, domaine.length);
if (domaine != "uzinagaz.com") {
gotoAndPlay (6);
} else {
gotoAndPlay (6);
}
Frame 4
gotoAndPlay (2);
Frame 5
gotoAndPlay (2);
Frame 6
ifFrameLoaded (12) {
gotoAndPlay (12);
}
Frame 7
gotoAndPlay (6);
Frame 12
_root.score_min = -1;
Instance of Symbol 21 MovieClip "tableau_scores2" in Frame 12
onClipEvent (data) {
_root.score_min = _root.tableau_scores2.score10_J;
_root.tableau_scores.top_level_scores.gotoAndStop(10);
}
onClipEvent (load) {
l_temps = new Date();
l_string_message = "php/lire_scores.php?idgame=230&args=1&TimeStamp=" + String(((l_temps.getDay() + l_temps.getHours()) + l_temps.getMinutes()) + l_temps.getSeconds());
loadVariables (l_string_message, _root.tableau_scores);
}
Frame 13
if (_root.tableau_scores2.getBytesLoaded() == _root.tableau_scores2.getBytesTotal()) {
gotoAndPlay (20);
}
Frame 14
gotoAndPlay (13);
Frame 15
gotoAndPlay (13);
Frame 21
ifFrameLoaded (28) {
gotoAndStop (24);
}
Frame 22
gotoAndPlay (21);
Frame 24
stop();
Frame 25
function aspectCar(n) {
if (etat == "cool") {
car.gotoAndStop(n);
}
}
function dehors() {
if (etat == "cool") {
etat = "carton";
sons.gotoAndPlay("cartone");
car.gotoAndPlay(12);
}
}
function leJeu() {
if (etat == "carton") {
car._y = car._y + 30;
}
if (etat == "cool") {
if (F1.hitTest(zone_score)) {
if (compteF1 == 1) {
score = score + niveau;
compteF1 = 0;
}
}
if (F2.hitTest(zone_score)) {
if (compteF2 == 1) {
score = score + niveau;
compteF2 = 0;
}
}
if (F3.hitTest(zone_score)) {
if (compteF3 == 1) {
score = score + niveau;
compteF3 = 0;
}
}
if (F4.hitTest(zone_score)) {
if (compteF4 == 1) {
score = score + niveau;
compteF4 = 0;
}
}
if (F5.hitTest(zone_score)) {
if (compteF5 == 1) {
score = score + niveau;
compteF5 = 0;
}
}
if (F6.hitTest(zone_score)) {
if (compteF6 == 1) {
score = score + niveau;
compteF6 = 0;
}
}
if (F7.hitTest(zone_score)) {
if (compteF7 == 1) {
score = score + niveau;
compteF7 = 0;
}
}
if (F8.hitTest(zone_score)) {
if (compteF8 == 1) {
score = score + niveau;
compteF8 = 0;
}
}
if (F9.hitTest(zone_score)) {
if (compteF9 == 1) {
score = score + niveau;
compteF9 = 0;
}
}
if (F10.hitTest(zone_score)) {
if (compteF10 == 1) {
score = score + niveau;
compteF10 = 0;
}
}
temps = temps + 1;
if (temps == 200) {
niveau = niveau + 1;
temps = 0;
}
}
rap = 20;
alea = random(100);
n1 = v + (F1._y / 60);
if ((((470 + alea) < F1._y) and ((400 - (niveau * rap)) < F5._y)) and ((400 - (niveau * rap)) < F9._y)) {
F1._xscale = 20;
F1._yscale = 20;
F1.gotoAndStop(random(3) + 1);
F1._x = 300;
F1._y = 0;
}
if ((470 + alea) >= F1._y) {
compteF1 = 1;
F1._y = F1._y + n1;
F1._x = F1._x - (n1 / 2.9);
F1._xscale = F1._xscale + (n1 / 4);
F1._yscale = F1._yscale + (n1 / 4);
}
n5 = v + (F5._y / 60);
if ((((470 + alea) < F5._y) and ((350 - (niveau * rap)) < F1._y)) and ((350 - (niveau * rap)) < F9._y)) {
F5._xscale = 20;
F5._yscale = 20;
F5.gotoAndStop(random(3) + 1);
F5._x = 300;
F5._y = 0;
}
if ((470 + alea) >= F5._y) {
compteF5 = 1;
F5._y = F5._y + n5;
F5._x = F5._x - (n5 / 2.9);
F5._xscale = F5._xscale + (n5 / 4);
F5._yscale = F5._yscale + (n5 / 4);
}
n9 = v + (F9._y / 60);
if ((((470 + alea) < F9._y) and ((400 - (niveau * rap)) < F1._y)) and ((400 - (niveau * rap)) < F5._y)) {
F9._xscale = 20;
F9._yscale = 20;
F9.gotoAndStop(random(3) + 1);
F9._x = 300;
F9._y = 0;
}
if ((470 + alea) >= F9._y) {
compteF9 = 1;
F9._y = F9._y + n9;
F9._x = F9._x - (n9 / 2.9);
F9._xscale = F9._xscale + (n9 / 4);
F9._yscale = F9._yscale + (n9 / 4);
}
n2 = v + (F2._y / 45);
if ((((470 + alea) < F2._y) and ((350 - (niveau * rap)) < F6._y)) and ((350 - (niveau * rap)) < F10._y)) {
F2._xscale = 20;
F2._yscale = 20;
F2.gotoAndStop(random(3) + 1);
F2._x = 315;
F2._y = 0;
}
if ((470 + alea) >= F2._y) {
compteF2 = 1;
F2._y = F2._y + n2;
F2._x = F2._x - (n2 / 12);
F2._xscale = F2._xscale + (n2 / 4);
F2._yscale = F2._yscale + (n2 / 4);
}
n6 = v + (F6._y / 45);
if ((((470 + alea) < F6._y) and ((400 - (niveau * rap)) < F2._y)) and ((400 - (niveau * rap)) < F10._y)) {
F6._xscale = 20;
F6._yscale = 20;
F6.gotoAndStop(random(3) + 1);
F6._x = 315;
F6._y = 0;
}
if ((470 + alea) >= F6._y) {
compteF6 = 1;
F6._y = F6._y + n6;
F6._x = F6._x - (n6 / 12);
F6._xscale = F6._xscale + (n6 / 4);
F6._yscale = F6._yscale + (n6 / 4);
}
n10 = v + (F10._y / 45);
if ((((470 + alea) < F10._y) and ((400 - (niveau * rap)) < F2._y)) and ((400 - (niveau * rap)) < F6._y)) {
F10._xscale = 20;
F10._yscale = 20;
F10.gotoAndStop(random(3) + 1);
F10._x = 315;
F10._y = 0;
}
if ((470 + alea) >= F10._y) {
compteF10 = 1;
F10._y = F10._y + n10;
F10._x = F10._x - (n10 / 12);
F10._xscale = F10._xscale + (n10 / 4);
F10._yscale = F10._yscale + (n10 / 4);
}
n3 = v + (F3._y / 30);
if (((470 + alea) < F3._y) and ((400 - (niveau * rap)) < F7._y)) {
F3._xscale = 20;
F3._yscale = 20;
F3.gotoAndStop(random(3) + 1);
F3._x = 328;
F3._y = 0;
}
if ((470 + alea) >= F3._y) {
compteF3 = 1;
F3._y = F3._y + n3;
F3._x = F3._x + (n3 / 7);
F3._xscale = F3._xscale + (n3 / 4);
F3._yscale = F3._yscale + (n3 / 4);
}
n7 = v + (F7._y / 30);
if (((470 + alea) < F7._y) and ((400 - (niveau * rap)) < F3._y)) {
F7._xscale = 20;
F7._yscale = 20;
F7.gotoAndStop(random(3) + 1);
F7._x = 328;
F7._y = 0;
}
if ((470 + alea) >= F7._y) {
compteF7 = 1;
F7._y = F7._y + n7;
F7._x = F7._x + (n7 / 7);
F7._xscale = F7._xscale + (n7 / 4);
F7._yscale = F7._yscale + (n7 / 4);
}
n4 = v + (F4._y / 20);
if (((470 + alea) < F4._y) and ((400 - (niveau * rap)) < F8._y)) {
F4._xscale = 20;
F4._yscale = 20;
F4.gotoAndStop(random(3) + 1);
F4._x = 342;
F4._y = 0;
}
if ((470 + alea) >= F4._y) {
compteF4 = 1;
F4._y = F4._y + n4;
F4._x = F4._x + (n4 / 2.5);
F4._xscale = F4._xscale + (n4 / 4);
F4._yscale = F4._yscale + (n4 / 4);
}
n8 = v + (F8._y / 20);
if (((470 + alea) < F8._y) and ((400 - (niveau * rap)) < F4._y)) {
F8._xscale = 20;
F8._yscale = 20;
F8.gotoAndStop(random(3) + 1);
F8._x = 342;
F8._y = 0;
}
if ((470 + alea) >= F8._y) {
compteF8 = 1;
F8._y = F8._y + n8;
F8._x = F8._x + (n8 / 2.5);
F8._xscale = F8._xscale + (n8 / 4);
F8._yscale = F8._yscale + (n8 / 4);
}
}
function fabrique_message(cette_email) {
mon_message = "";
ma_longueur = cette_email.length;
ma_longueur_string = String(ma_longueur);
if (ma_longueur_string.length == 1) {
ma_longueur_string = "0" + ma_longueur_string;
}
mon_message = mon_message + ma_longueur_string;
mon_message = mon_message + cette_email;
while (mon_message.length < 66) {
mon_message = mon_message + "k";
}
i = 0;
var_xor = 0;
while (i < 66) {
j = ord(mon_message.charAt(i));
var_xor = var_xor ^ j;
i++;
}
fin_xor = String(var_xor);
if (fin_xor.length == 1) {
fin_xor = "00" + fin_xor;
}
if (fin_xor.length == 2) {
fin_xor = "0" + fin_xor;
}
mon_message = mon_message + fin_xor;
return(mon_message);
}
function envoi_message(la_email) {
le_message_a_crypter = fabrique_message(la_email);
le_message_a_envoyer = crypte_message(le_message_a_crypter);
l_string_message = "php/update_scores.php?args=" + le_message_a_envoyer;
getURL (l_string_message, "_self", "POST");
l_string_message = "php/lire_scores.php?args=1&idgame=230 &TimeStamp=" + String(((l_temps.getDay() + l_temps.getHours()) + l_temps.getMinutes()) + l_temps.getSeconds());
loadVariables (l_string_message, _root.tableau_scores);
}
function ascii_philippe(le_char) {
le_code_ascii = ord(le_char);
if ((le_code_ascii >= 48) && (57 >= le_code_ascii)) {
le_code_ascii = le_code_ascii - 48;
} else if ((le_code_ascii >= 65) && (90 >= le_code_ascii)) {
le_code_ascii = le_code_ascii - 55;
} else if ((le_code_ascii >= 97) && (122 >= le_code_ascii)) {
le_code_ascii = le_code_ascii - 61;
} else {
if (le_char == "_") {
le_code_ascii = 62;
}
if (le_char == "@") {
le_code_ascii = 63;
}
if (le_char == ".") {
le_code_ascii = 64;
}
if (le_char == "-") {
le_code_ascii = 65;
}
if (le_char == "~") {
le_code_ascii = 66;
}
}
return(le_code_ascii);
}
function char_philippe(le_code_ascii) {
if (le_code_ascii < 10) {
le_code_ascii = le_code_ascii + 48;
le_char = chr(le_code_ascii);
} else if (le_code_ascii < 36) {
le_code_ascii = le_code_ascii + 55;
le_char = chr(le_code_ascii);
} else if (le_code_ascii < 62) {
le_code_ascii = le_code_ascii + 61;
le_char = chr(le_code_ascii);
} else if (le_code_ascii == 62) {
le_char = "_";
} else if (le_code_ascii == 63) {
le_char = "@";
} else if (le_code_ascii == 64) {
le_char = ".";
} else if (le_code_ascii == 65) {
le_char = "-";
} else if (le_code_ascii == 66) {
le_char = "~";
}
return(le_char);
}
function crypte_message(m_a_c) {
message_a_retourner = "";
code_precedent = 36;
ii = 68;
while (ii >= 0) {
mon_char = m_a_c.charAt(ii);
nouveau_code = ascii_philippe(mon_char) + code_precedent;
if (66 < nouveau_code) {
nouveau_code = nouveau_code - 67;
}
code_precedent = nouveau_code;
message_a_retourner = char_philippe(nouveau_code) + message_a_retourner;
ii--;
}
return(message_a_retourner);
}
v = 0.8;
temps = 0;
niveau = 1;
etat = "cool";
score = 0;
Instance of Symbol 34 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.zone_car)) {
_root.aspectCar(4);
}
}
Instance of Symbol 34 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.zone_car)) {
_root.aspectCar(5);
}
}
Instance of Symbol 34 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.zone_car)) {
_root.aspectCar(6);
}
}
Instance of Symbol 34 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.zone_car)) {
_root.dehors();
}
}
Instance of Symbol 34 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.zone_car)) {
_root.aspectCar(2);
}
}
Instance of Symbol 34 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.zone_car)) {
_root.aspectCar(3);
}
}
Instance of Symbol 34 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.zone_car)) {
_root.aspectCar(10);
}
}
Instance of Symbol 34 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.zone_car)) {
_root.dehors();
}
}
Instance of Symbol 34 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.zone_car)) {
_root.aspectCar(7);
}
}
Instance of Symbol 34 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.zone_car)) {
_root.aspectCar(8);
}
}
Instance of Symbol 34 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.zone_car)) {
_root.aspectCar(9);
}
}
Instance of Symbol 34 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.zone_car)) {
_root.aspectCar(4);
}
}
Instance of Symbol 34 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.zone_car)) {
_root.aspectCar(5);
}
}
Instance of Symbol 34 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.zone_car)) {
_root.aspectCar(6);
}
}
Instance of Symbol 34 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.zone_car)) {
_root.dehors();
}
}
Instance of Symbol 34 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.zone_car)) {
_root.aspectCar(2);
}
}
Instance of Symbol 34 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.zone_car)) {
_root.aspectCar(3);
}
}
Instance of Symbol 34 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.zone_car)) {
_root.aspectCar(10);
}
}
Instance of Symbol 34 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.zone_car)) {
_root.dehors();
}
}
Instance of Symbol 34 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.zone_car)) {
_root.aspectCar(7);
}
}
Instance of Symbol 34 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.zone_car)) {
_root.aspectCar(8);
}
}
Instance of Symbol 34 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.zone_car)) {
_root.aspectCar(9);
}
}
Instance of Symbol 34 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.zone_car)) {
_root.aspectCar(4);
}
}
Instance of Symbol 34 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.zone_car)) {
_root.aspectCar(5);
}
}
Instance of Symbol 34 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.zone_car)) {
_root.aspectCar(6);
}
}
Instance of Symbol 34 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.zone_car)) {
_root.dehors();
}
}
Instance of Symbol 34 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.zone_car)) {
_root.aspectCar(2);
}
}
Instance of Symbol 34 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.zone_car)) {
_root.aspectCar(3);
}
}
Instance of Symbol 34 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.zone_car)) {
_root.aspectCar(10);
}
}
Instance of Symbol 34 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.zone_car)) {
_root.dehors();
}
}
Instance of Symbol 34 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.zone_car)) {
_root.aspectCar(7);
}
}
Instance of Symbol 34 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.zone_car)) {
_root.aspectCar(8);
}
}
Instance of Symbol 34 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.zone_car)) {
_root.aspectCar(9);
}
}
Instance of Symbol 34 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.zone_car)) {
_root.aspectCar(4);
}
}
Instance of Symbol 34 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.zone_car)) {
_root.aspectCar(5);
}
}
Instance of Symbol 34 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.zone_car)) {
_root.aspectCar(6);
}
}
Instance of Symbol 34 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.zone_car)) {
_root.dehors();
}
}
Instance of Symbol 34 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.zone_car)) {
_root.aspectCar(2);
}
}
Instance of Symbol 34 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.zone_car)) {
_root.aspectCar(3);
}
}
Instance of Symbol 34 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.zone_car)) {
_root.aspectCar(10);
}
}
Instance of Symbol 34 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.zone_car)) {
_root.dehors();
}
}
Instance of Symbol 34 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.zone_car)) {
_root.aspectCar(7);
}
}
Instance of Symbol 34 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.zone_car)) {
_root.aspectCar(8);
}
}
Instance of Symbol 34 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.zone_car)) {
_root.aspectCar(9);
}
}
Instance of Symbol 34 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.zone_car)) {
_root.aspectCar(4);
}
}
Instance of Symbol 34 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.zone_car)) {
_root.aspectCar(5);
}
}
Instance of Symbol 34 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.zone_car)) {
_root.aspectCar(6);
}
}
Instance of Symbol 34 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.zone_car)) {
_root.dehors();
}
}
Instance of Symbol 34 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.zone_car)) {
_root.aspectCar(2);
}
}
Instance of Symbol 34 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.zone_car)) {
_root.aspectCar(3);
}
}
Instance of Symbol 34 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.zone_car)) {
_root.aspectCar(10);
}
}
Instance of Symbol 34 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.zone_car)) {
_root.dehors();
}
}
Instance of Symbol 34 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.zone_car)) {
_root.aspectCar(7);
}
}
Instance of Symbol 34 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.zone_car)) {
_root.aspectCar(8);
}
}
Instance of Symbol 34 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.zone_car)) {
_root.aspectCar(9);
}
}
Instance of Symbol 34 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.zone_car)) {
_root.aspectCar(4);
}
}
Instance of Symbol 34 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.zone_car)) {
_root.aspectCar(5);
}
}
Instance of Symbol 34 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.zone_car)) {
_root.aspectCar(6);
}
}
Instance of Symbol 34 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.zone_car)) {
_root.dehors();
}
}
Instance of Symbol 34 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.zone_car)) {
_root.aspectCar(2);
}
}
Instance of Symbol 34 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.zone_car)) {
_root.aspectCar(3);
}
}
Instance of Symbol 34 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.zone_car)) {
_root.aspectCar(10);
}
}
Instance of Symbol 34 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.zone_car)) {
_root.dehors();
}
}
Instance of Symbol 34 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.zone_car)) {
_root.aspectCar(7);
}
}
Instance of Symbol 34 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.zone_car)) {
_root.aspectCar(8);
}
}
Instance of Symbol 34 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.zone_car)) {
_root.aspectCar(9);
}
}
Instance of Symbol 34 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.zone_car)) {
_root.aspectCar(4);
}
}
Instance of Symbol 34 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.zone_car)) {
_root.aspectCar(5);
}
}
Instance of Symbol 34 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.zone_car)) {
_root.aspectCar(6);
}
}
Instance of Symbol 34 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.zone_car)) {
_root.dehors();
}
}
Instance of Symbol 34 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.zone_car)) {
_root.aspectCar(2);
}
}
Instance of Symbol 34 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.zone_car)) {
_root.aspectCar(3);
}
}
Instance of Symbol 34 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.zone_car)) {
_root.aspectCar(10);
}
}
Instance of Symbol 34 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.zone_car)) {
_root.dehors();
}
}
Instance of Symbol 34 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.zone_car)) {
_root.aspectCar(7);
}
}
Instance of Symbol 34 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.zone_car)) {
_root.aspectCar(8);
}
}
Instance of Symbol 34 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.zone_car)) {
_root.aspectCar(9);
}
}
Instance of Symbol 34 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.zone_car)) {
_root.aspectCar(4);
}
}
Instance of Symbol 34 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.zone_car)) {
_root.aspectCar(5);
}
}
Instance of Symbol 34 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.zone_car)) {
_root.aspectCar(6);
}
}
Instance of Symbol 34 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.zone_car)) {
_root.dehors();
}
}
Instance of Symbol 34 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.zone_car)) {
_root.aspectCar(2);
}
}
Instance of Symbol 34 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.zone_car)) {
_root.aspectCar(3);
}
}
Instance of Symbol 34 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.zone_car)) {
_root.aspectCar(10);
}
}
Instance of Symbol 34 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.zone_car)) {
_root.dehors();
}
}
Instance of Symbol 34 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.zone_car)) {
_root.aspectCar(7);
}
}
Instance of Symbol 34 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.zone_car)) {
_root.aspectCar(8);
}
}
Instance of Symbol 34 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.zone_car)) {
_root.aspectCar(9);
}
}
Instance of Symbol 34 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.zone_car)) {
_root.aspectCar(4);
}
}
Instance of Symbol 34 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.zone_car)) {
_root.aspectCar(5);
}
}
Instance of Symbol 34 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.zone_car)) {
_root.aspectCar(6);
}
}
Instance of Symbol 34 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.zone_car)) {
_root.dehors();
}
}
Instance of Symbol 34 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.zone_car)) {
_root.aspectCar(2);
}
}
Instance of Symbol 34 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.zone_car)) {
_root.aspectCar(3);
}
}
Instance of Symbol 34 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.zone_car)) {
_root.aspectCar(10);
}
}
Instance of Symbol 34 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.zone_car)) {
_root.dehors();
}
}
Instance of Symbol 34 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.zone_car)) {
_root.aspectCar(7);
}
}
Instance of Symbol 34 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.zone_car)) {
_root.aspectCar(8);
}
}
Instance of Symbol 34 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.zone_car)) {
_root.aspectCar(9);
}
}
Instance of Symbol 34 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.zone_car)) {
_root.aspectCar(4);
}
}
Instance of Symbol 34 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.zone_car)) {
_root.aspectCar(5);
}
}
Instance of Symbol 34 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.zone_car)) {
_root.aspectCar(6);
}
}
Instance of Symbol 34 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.zone_car)) {
_root.dehors();
}
}
Instance of Symbol 34 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.zone_car)) {
_root.aspectCar(2);
}
}
Instance of Symbol 34 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.zone_car)) {
_root.aspectCar(3);
}
}
Instance of Symbol 34 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.zone_car)) {
_root.aspectCar(10);
}
}
Instance of Symbol 34 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.zone_car)) {
_root.dehors();
}
}
Instance of Symbol 34 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.zone_car)) {
_root.aspectCar(7);
}
}
Instance of Symbol 34 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.zone_car)) {
_root.aspectCar(8);
}
}
Instance of Symbol 34 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.zone_car)) {
_root.aspectCar(9);
}
}
Instance of Symbol 34 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.zone_car)) {
_root.aspectCar(4);
}
}
Instance of Symbol 34 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.zone_car)) {
_root.aspectCar(5);
}
}
Instance of Symbol 34 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.zone_car)) {
_root.aspectCar(6);
}
}
Instance of Symbol 34 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.zone_car)) {
_root.dehors();
}
}
Instance of Symbol 34 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.zone_car)) {
_root.aspectCar(2);
}
}
Instance of Symbol 34 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.zone_car)) {
_root.aspectCar(3);
}
}
Instance of Symbol 34 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.zone_car)) {
_root.aspectCar(10);
}
}
Instance of Symbol 34 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.zone_car)) {
_root.dehors();
}
}
Instance of Symbol 34 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.zone_car)) {
_root.aspectCar(7);
}
}
Instance of Symbol 34 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.zone_car)) {
_root.aspectCar(8);
}
}
Instance of Symbol 34 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.zone_car)) {
_root.aspectCar(9);
}
}
Instance of Symbol 34 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.zone_car)) {
_root.aspectCar(4);
}
}
Instance of Symbol 34 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.zone_car)) {
_root.aspectCar(5);
}
}
Instance of Symbol 34 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.zone_car)) {
_root.aspectCar(6);
}
}
Instance of Symbol 34 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.zone_car)) {
_root.dehors();
}
}
Instance of Symbol 34 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.zone_car)) {
_root.aspectCar(2);
}
}
Instance of Symbol 34 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.zone_car)) {
_root.aspectCar(3);
}
}
Instance of Symbol 34 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.zone_car)) {
_root.aspectCar(10);
}
}
Instance of Symbol 34 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.zone_car)) {
_root.dehors();
}
}
Instance of Symbol 34 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.zone_car)) {
_root.aspectCar(7);
}
}
Instance of Symbol 34 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.zone_car)) {
_root.aspectCar(8);
}
}
Instance of Symbol 34 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.zone_car)) {
_root.aspectCar(9);
}
}
Frame 28
leJeu();
Instance of Symbol 61 MovieClip "car" in Frame 28
onClipEvent (enterFrame) {
_xscale = (((_y - 270) / 3.5) + 100);
_yscale = (((_y - 270) / 3.5) + 100);
defoFuite = (320 - _x) / 35;
defoDeplaX = (_y - 20) / 15;
defoDeplaY = (_y - 20) / 30;
if (Key.isDown(37)) {
_x = (_x - defoDeplaX);
}
if (Key.isDown(39)) {
_x = (_x + defoDeplaX);
}
if (Key.isDown(38)) {
_y = (_y - defoDeplaY);
_x = (_x + defoFuite);
}
if (Key.isDown(40)) {
_y = (_y + (3 * defoDeplaY));
_x = (_x - (3 * defoFuite));
if (0.5 < _root.v) {
}
}
if (370 < _y) {
_y = 370;
}
if (_y < 80) {
_y = 80;
}
_root.zone_car._xscale = ((_y - 270) / 3.5) + 100;
_root.zone_car._yscale = ((_y - 270) / 3.5) + 100;
_root.zone_car._x = _x;
_root.zone_car._y = _y;
}
Instance of Symbol 73 MovieClip "zone_car" in Frame 28
onClipEvent (enterFrame) {
i = 1;
while (12 >= i) {
if (this.hitTest("/F" add Number(i))) {
if (_root.etat == "cool") {
_root.etat = "carton";
_root.sons.gotoAndPlay("cartone");
_root.car.gotoAndPlay(12);
}
}
i++;
}
}
Frame 29
leJeu();
gotoAndPlay (28);
if (etat == "fin") {
gotoAndPlay (33);
etat = "rien";
car._y = 500;
}
Frame 33
if ((_root.score_min < _root.score) and (_root.score_min >= 0)) {
gotoAndStop (37);
}
leJeu();
Frame 34
leJeu();
gotoAndPlay (33);
Frame 37
Instance of Symbol 85 MovieClip "plaque_keyboard" in Frame 37
onClipEvent (keyDown) {
l_code_touche = Key.getCode();
l_ascii_touche = Key.getAscii();
l_char = "";
if (_root.mode == 1) {
if ((l_code_touche == 8) or (l_code_touche == 46)) {
_root.signature = "";
_root.beamer1.gotoAndPlay(1);
}
if (_root.signature.length < 4) {
if ((l_code_touche >= 65) and (90 >= l_code_touche)) {
l_char = chr(l_ascii_touche);
_root.signature = _root.signature + l_char;
_root.beamer1.gotoAndStop(25);
}
}
}
if (_root.mode == 2) {
if ((l_code_touche == 8) or (l_code_touche == 46)) {
_root.email = "";
_root.beamer2.gotoAndPlay(1);
}
if (_root.email.length < 40) {
l_char = chr(l_ascii_touche);
if ((l_code_touche >= 65) and (90 >= l_code_touche)) {
_root.email = _root.email + l_char;
_root.beamer2.gotoAndStop(25);
}
if ((((l_char == "@") or (l_char == ".")) or (l_char == "-")) or (l_char == "_")) {
_root.email = _root.email + l_char;
} else {
if (l_code_touche == 48) {
_root.email = _root.email + "@";
}
if (l_code_touche == 190) {
_root.email = _root.email + ".";
}
if (l_code_touche == 56) {
_root.email = _root.email + "_";
}
if (l_code_touche == 54) {
_root.email = _root.email + "-";
}
}
}
}
}
Frame 42
gotoAndPlay (25);
Symbol 1 MovieClip Frame 2
gotoAndPlay (1);
Symbol 23 Button
on (release) {
stopAllSounds();
gotoAndPlay (25);
}
Symbol 36 Button
on (release) {
stopAllSounds();
gotoAndPlay (25);
}
Symbol 57 MovieClip Frame 3
stop();
Symbol 57 MovieClip Frame 11
stop();
Symbol 61 MovieClip Frame 1
stop();
Symbol 61 MovieClip Frame 25
_root.etat = "fin";
stop();
Symbol 75 Button
on (release) {
score = _root.score;
game_name = "autobahn";
getURL ("newscore.php", "_self", "POST");
}
Symbol 78 Button
on (release) {
stopAllSounds();
gotoAndPlay (39);
}
Symbol 81 Button
on (release) {
stopAllSounds();
gotoAndPlay (39);
}
Symbol 82 Button
on (release) {
stopAllSounds();
gotoAndPlay (39);
}
Symbol 83 Button
on (release) {
stopAllSounds();
gotoAndPlay (39);
}
Symbol 84 Button
on (release) {
getURL ("newscore.php?mode=check_score&game_name=autobahn&score=" + _root.score);
}
Symbol 87 Button
on (release) {
getURL ("newscore.php?mode=check_score&game_name=autobahn&score=" + _root.score);
}