Frame 1
charge.loadMovie("medias/chargement.swf ");
Frame 2
ifFrameLoaded (5) {
gotoAndPlay (5);
}
Frame 3
gotoAndPlay (2);
Frame 5
_root.score_min = -1;
loadMovie ("interface/scores.swf", "_root.tableau_scores2");
Instance of Symbol 34 MovieClip "tableau_scores2" in Frame 5
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=nuderunner&args=1&TimeStamp=" + String(((l_temps.getDay() + l_temps.getHours()) + l_temps.getMinutes()) + l_temps.getSeconds());
loadVariables (l_string_message, _root.tableau_scores);
}
Frame 6
ifFrameLoaded (13) {
gotoAndStop (9);
}
Frame 7
gotoAndPlay (6);
Frame 9
stop();
Frame 11
score = 0;
temps = 0;
niveau = 1;
etat2 = 0;
etat3 = 0;
etat4 = 0;
etat5 = 0;
Frame 12
gotoAndPlay (13);
Frame 13
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, "score", "POST");
l_string_message = "php/lire_scores.php?args=1&idgame=nuderunner&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);
}
function leJeu() {
temps = temps + 1;
if (temps == 1500) {
niveau = niveau + 1;
etat2 = 1;
}
if (temps == 3000) {
niveau = niveau + 1;
etat3 = 1;
}
if (temps == 4500) {
niveau = niveau + 1;
etat4 = 1;
}
if (temps == 6000) {
niveau = niveau + 1;
etat5 = 1;
}
if ((88 < flic1._currentframe) and (flic1._currentframe < 90)) {
etat1 = 1;
}
if ((88 < flic2._currentframe) and (flic2._currentframe < 90)) {
etat2 = 1;
}
if ((88 < flic3._currentframe) and (flic3._currentframe < 90)) {
etat3 = 1;
}
if ((88 < flic4._currentframe) and (flic4._currentframe < 90)) {
etat4 = 1;
}
if ((88 < flic5._currentframe) and (flic5._currentframe < 90)) {
etat5 = 1;
}
}
jeu = 0;
if (0 < niveau) {
etat1 = 1;
}
if (1 < niveau) {
etat2 = 1;
}
if (2 < niveau) {
etat3 = 1;
}
if (3 < niveau) {
etat4 = 1;
}
if (4 < niveau) {
etat5 = 1;
}
attrape = 0;
saut = 0;
couillon = 0;
tounu._rotation = 30;
tounu.velocidad = 6;
tounu.fatigue = 0;
tounu._x = 30;
tounu._y = 40;
jauge_energie.gotoAndStop(1);
Instance of Symbol 47 MovieClip "tounu" in Frame 13
onClipEvent (load) {
}
onClipEvent (enterFrame) {
if (_root.jeu < 2) {
_root.larota = _rotation;
if (_root.jeu == 1) {
if (velocidad >= 1) {
velocidad = velocidad - 1;
}
if (-1 >= velocidad) {
velocidad = velocidad + 1;
}
}
acelerar = velocidad;
_y = (_y + (acelerar * Math.sin(_rotation / 57.3)));
_x = (_x + (acelerar * Math.cos(_rotation / 57.3)));
acelerar = acelerar * 0.8;
if (Key.isDown(Key.UP)) {
_root.jauge_energie.nextFrame();
if (velocidad < 10) {
velocidad = velocidad + 2;
}
}
if (_root.jauge_energie._currentframe == 300) {
fatigue = 1;
_root.jauge_energie.gotoAndStop(320);
}
if (_root.jauge_energie._currentframe == 301) {
fatigue = 0;
_root.jauge_energie.gotoAndStop(270);
}
if (fatigue == 1) {
velocidad = 0;
}
if (Key.isDown(Key.DOWN)) {
_root.jauge_energie.prevFrame();
_root.score = _root.score + 10;
if (_root.saut == 0) {
_root.couillon = 1;
velocidad = 0;
_root.jauge_energie.prevFrame();
_root.jauge_energie.prevFrame();
_root.anitounu.gotoAndPlay("couillon");
}
}
if (_root.saut == 0) {
if (Key.isDown(Key.RIGHT)) {
_rotation = (_rotation + ((velocidad * 1.5) + 4));
}
if (Key.isDown(Key.LEFT)) {
_rotation = (_rotation - ((velocidad * 1.5) + 4));
}
}
if ((_root.saut == 0) and (_root.couillon == 0)) {
if ((_rotation >= -22.5) and (_rotation < 22.5)) {
if (velocidad == 0) {
_root.jauge_energie.prevFrame();
_root.jauge_energie.prevFrame();
_root.anitounu.gotoAndStop("position1ar");
} else {
_root.anitounu.gotoAndStop("position1");
}
} else if ((_rotation >= 22.5) and (_rotation < 67.5)) {
if (velocidad == 0) {
_root.jauge_energie.prevFrame();
_root.jauge_energie.prevFrame();
_root.anitounu.gotoAndStop("position2ar");
} else {
_root.anitounu.gotoAndStop("position2");
}
} else if ((_rotation >= 67.5) and (_rotation < 112.5)) {
if (velocidad == 0) {
_root.jauge_energie.prevFrame();
_root.jauge_energie.prevFrame();
_root.anitounu.gotoAndStop("position3ar");
} else {
_root.anitounu.gotoAndStop("position3");
}
} else if ((_rotation >= 112.5) and (_rotation < 157.5)) {
if (velocidad == 0) {
_root.jauge_energie.prevFrame();
_root.jauge_energie.prevFrame();
_root.anitounu.gotoAndStop("position4ar");
} else {
_root.anitounu.gotoAndStop("position4");
}
} else if (_rotation >= 157.5) {
if (velocidad == 0) {
_root.jauge_energie.prevFrame();
_root.jauge_energie.prevFrame();
_root.anitounu.gotoAndStop("position5ar");
} else {
_root.anitounu.gotoAndStop("position5");
}
} else if ((_rotation >= -67.5) and (_rotation < -22.5)) {
if (velocidad == 0) {
_root.jauge_energie.prevFrame();
_root.jauge_energie.prevFrame();
_root.anitounu.gotoAndStop("position6ar");
} else {
_root.anitounu.gotoAndStop("position6");
}
} else if ((_rotation >= -112.5) and (_rotation < -67.5)) {
if (velocidad == 0) {
_root.jauge_energie.prevFrame();
_root.jauge_energie.prevFrame();
_root.anitounu.gotoAndStop("position7ar");
} else {
_root.anitounu.gotoAndStop("position7");
}
} else if ((_rotation >= -157.5) and (_rotation < -112.5)) {
if (velocidad == 0) {
_root.jauge_energie.prevFrame();
_root.jauge_energie.prevFrame();
_root.anitounu.gotoAndStop("position8ar");
} else {
_root.anitounu.gotoAndStop("position8");
}
} else if (_rotation < -157.5) {
if (velocidad == 0) {
_root.jauge_energie.prevFrame();
_root.jauge_energie.prevFrame();
_root.anitounu.gotoAndStop("position5ar");
} else {
_root.anitounu.gotoAndStop("position5");
}
}
}
if (Key.isDown(Key.SPACE)) {
if ((_root.saut == 0) and (0 < velocidad)) {
_root.jauge_energie.nextFrame();
_root.saut = 1;
if (_root.anitounu._currentframe == 1) {
_root.anitounu.gotoAndPlay(3);
}
if (_root.anitounu._currentframe == 10) {
_root.anitounu.gotoAndPlay(12);
}
if (_root.anitounu._currentframe == 20) {
_root.anitounu.gotoAndPlay(22);
}
if (_root.anitounu._currentframe == 30) {
_root.anitounu.gotoAndPlay(32);
}
if (_root.anitounu._currentframe == 40) {
_root.anitounu.gotoAndPlay(42);
}
if (_root.anitounu._currentframe == 50) {
_root.anitounu.gotoAndPlay(52);
}
if (_root.anitounu._currentframe == 60) {
_root.anitounu.gotoAndPlay(62);
}
if (_root.anitounu._currentframe == 70) {
_root.anitounu.gotoAndPlay(72);
}
}
}
if (_x < 10) {
_x = 11;
}
if (630 < _x) {
_x = 629;
}
if (_y < 10) {
_y = 11;
}
if (420 < _y) {
_y = 419;
}
}
if (_root.jeu == 2) {
_root.attrape = _root.attrape + 1;
if (_root.anitounu._currentframe < 91) {
_root.anitounu.gotoAndPlay(91);
}
_root.flic1.gotoAndStop(90);
_root.flic2.gotoAndStop(90);
_root.flic3.gotoAndStop(90);
_root.flic4.gotoAndStop(90);
_root.flic5.gotoAndStop(90);
}
}
Instance of Symbol 125 MovieClip "anitounu" in Frame 13
onClipEvent (enterFrame) {
_x = _root.tounu._x;
_y = (_root.tounu._y - 10);
}
Frame 61
jeu = 1;
Frame 62
leJeu();
Instance of Symbol 229 MovieClip "flic1" in Frame 62
onClipEvent (enterFrame) {
_x = _root.zone_flic1._x;
_y = (_root.zone_flic1._y - 10);
}
Instance of Symbol 230 MovieClip "zone_flic1" in Frame 62
onClipEvent (enterFrame) {
if (_root.etat1 == 1) {
action = action + 1;
if (action == 80) {
action = 1;
} else if (action == 60) {
velocidad = 0;
} else if (action < 60) {
velocidad = 1;
}
if ((this._x < _root.tounu._x) and (_root.tounu._y < this._y)) {
if ((_root.tounu._x - this._x) < ((this._y - _root.tounu._y) / 1.3)) {
_root.monY = this._y - _root.tounu._y;
_root.monX = _root.tounu._x - this._x;
_root.monRapport = _root.monX / _root.monY;
this._rotation = _root.monRapport * 57.3;
} else if (((this._y - _root.tounu._y) * 1.2) < (_root.tounu._x - this._x)) {
_root.monY = this._y - _root.tounu._y;
_root.monX = _root.tounu._x - this._x;
_root.monRapport = _root.monY / _root.monX;
this._rotation = (-(_root.monRapport * 57.3)) + 90;
}
}
if ((this._x < _root.tounu._x) and (this._y < _root.tounu._y)) {
if (((_root.tounu._y - this._y) * 1.2) < (_root.tounu._x - this._x)) {
_root.monY = this._y - _root.tounu._y;
_root.monX = _root.tounu._x - this._x;
_root.monRapport = _root.monY / _root.monX;
this._rotation = (-(_root.monRapport * 57.3)) + 90;
} else if ((_root.tounu._x - this._x) < ((_root.tounu._y - this._y) / 1.3)) {
_root.monY = this._y - _root.tounu._y;
_root.monX = _root.tounu._x - this._x;
_root.monRapport = _root.monX / _root.monY;
this._rotation = (_root.monRapport * 57.3) + 180;
}
}
if ((_root.tounu._x < this._x) and (_root.tounu._y < this._y)) {
if ((this._x - _root.tounu._x) < ((this._y - _root.tounu._y) / 1.3)) {
_root.monY = this._y - _root.tounu._y;
_root.monX = _root.tounu._x - this._x;
_root.monRapport = _root.monX / _root.monY;
this._rotation = _root.monRapport * 57.3;
} else if (((this._y - _root.tounu._y) * 1.2) < (this._x - _root.tounu._x)) {
_root.monY = this._y - _root.tounu._y;
_root.monX = _root.tounu._x - this._x;
_root.monRapport = _root.monY / _root.monX;
this._rotation = (-(_root.monRapport * 57.3)) + 270;
}
}
if ((_root.tounu._x < this._x) and (this._y < _root.tounu._y)) {
if ((this._x - _root.tounu._x) < ((_root.tounu._y - this._y) / 1.3)) {
_root.monY = this._y - _root.tounu._y;
_root.monX = _root.tounu._x - this._x;
_root.monRapport = _root.monX / _root.monY;
this._rotation = (_root.monRapport * 57.3) + 180;
} else if (((_root.tounu._y - this._y) * 1.2) < (this._x - _root.tounu._x)) {
_root.monY = this._y - _root.tounu._y;
_root.monX = _root.tounu._x - this._x;
_root.monRapport = _root.monY / _root.monX;
this._rotation = (-(_root.monRapport * 57.3)) - 90;
}
}
if (velocidad == 1) {
_y = (_y + (3.5 * Math.sin((_rotation - 90) / 57.3)));
_x = (_x + (3.5 * Math.cos((_rotation - 90) / 57.3)));
}
if ((_rotation >= -22.5) and (_rotation < 22.5)) {
if (velocidad == 0) {
_root.flic1.gotoAndStop("arret");
} else {
_root.flic1.gotoAndStop("position7");
}
} else if ((_rotation >= 22.5) and (_rotation < 67.5)) {
if (velocidad == 0) {
_root.flic1.gotoAndStop("arret");
} else {
_root.flic1.gotoAndStop("position6");
}
} else if ((_rotation >= 67.5) and (_rotation < 112.5)) {
if (velocidad == 0) {
_root.flic1.gotoAndStop("arret");
} else {
_root.flic1.gotoAndStop("position1");
}
} else if ((_rotation >= 112.5) and (_rotation < 157.5)) {
if (velocidad == 0) {
_root.flic1.gotoAndStop("arret");
} else {
_root.flic1.gotoAndStop("position2");
}
} else if (_rotation >= 157.5) {
if (velocidad == 0) {
_root.flic1.gotoAndStop("arret");
} else {
_root.flic1.gotoAndStop("position3");
}
} else if ((_rotation >= -67.5) and (_rotation < -22.5)) {
if (velocidad == 0) {
_root.flic1.gotoAndStop("arret");
} else {
_root.flic1.gotoAndStop("position8");
}
} else if ((_rotation >= -112.5) and (_rotation < -67.5)) {
if (velocidad == 0) {
_root.flic1.gotoAndStop("arret");
} else {
_root.flic1.gotoAndStop("position5");
}
} else if ((_rotation >= -157.5) and (_rotation < -112.5)) {
if (velocidad == 0) {
_root.flic1.gotoAndStop("arret");
} else {
_root.flic1.gotoAndStop("position4");
}
} else if (_rotation < -157.5) {
if (velocidad == 0) {
_root.flic1.gotoAndStop("arret");
} else {
_root.flic1.gotoAndStop("position3");
}
}
if (this.hitTest(_root.tounu)) {
if (_root.flic1._currentframe == 1) {
_root.etat1 = 0;
_root.flic1.gotoAndPlay("plonge1");
}
if (_root.flic1._currentframe == 10) {
_root.etat1 = 0;
_root.flic1.gotoAndPlay("plonge2");
}
if (_root.flic1._currentframe == 20) {
_root.etat1 = 0;
_root.flic1.gotoAndPlay("plonge3");
}
if (_root.flic1._currentframe == 30) {
_root.etat1 = 0;
_root.flic1.gotoAndPlay("plonge4");
}
if (_root.flic1._currentframe == 40) {
_root.etat1 = 0;
_root.flic1.gotoAndPlay("plonge5");
}
if (_root.flic1._currentframe == 50) {
_root.etat1 = 0;
_root.flic1.gotoAndPlay("plonge6");
}
if (_root.flic1._currentframe == 60) {
_root.etat1 = 0;
_root.flic1.gotoAndPlay("plonge7");
}
if (_root.flic1._currentframe == 70) {
_root.etat1 = 0;
_root.flic1.gotoAndPlay("plonge8");
}
}
}
}
Instance of Symbol 231 MovieClip "flic2" in Frame 62
onClipEvent (enterFrame) {
_x = _root.zone_flic2._x;
_y = (_root.zone_flic2._y - 10);
}
Instance of Symbol 232 MovieClip "zone_flic2" in Frame 62
onClipEvent (enterFrame) {
if (_root.etat2 == 1) {
action = action + 1;
if (action == 110) {
action = 1;
} else if (action == 90) {
velocidad = 0;
} else if (action < 90) {
velocidad = 1;
}
if ((this._x < _root.tounu._x) and (_root.tounu._y < this._y)) {
if ((_root.tounu._x - this._x) < ((this._y - _root.tounu._y) / 1.3)) {
_root.monY = this._y - _root.tounu._y;
_root.monX = _root.tounu._x - this._x;
_root.monRapport = _root.monX / _root.monY;
this._rotation = _root.monRapport * 57.3;
} else if (((this._y - _root.tounu._y) * 1.2) < (_root.tounu._x - this._x)) {
_root.monY = this._y - _root.tounu._y;
_root.monX = _root.tounu._x - this._x;
_root.monRapport = _root.monY / _root.monX;
this._rotation = (-(_root.monRapport * 57.3)) + 90;
}
}
if ((this._x < _root.tounu._x) and (this._y < _root.tounu._y)) {
if (((_root.tounu._y - this._y) * 1.2) < (_root.tounu._x - this._x)) {
_root.monY = this._y - _root.tounu._y;
_root.monX = _root.tounu._x - this._x;
_root.monRapport = _root.monY / _root.monX;
this._rotation = (-(_root.monRapport * 57.3)) + 90;
} else if ((_root.tounu._x - this._x) < ((_root.tounu._y - this._y) / 1.3)) {
_root.monY = this._y - _root.tounu._y;
_root.monX = _root.tounu._x - this._x;
_root.monRapport = _root.monX / _root.monY;
this._rotation = (_root.monRapport * 57.3) + 180;
}
}
if ((_root.tounu._x < this._x) and (_root.tounu._y < this._y)) {
if ((this._x - _root.tounu._x) < ((this._y - _root.tounu._y) / 1.3)) {
_root.monY = this._y - _root.tounu._y;
_root.monX = _root.tounu._x - this._x;
_root.monRapport = _root.monX / _root.monY;
this._rotation = _root.monRapport * 57.3;
} else if (((this._y - _root.tounu._y) * 1.2) < (this._x - _root.tounu._x)) {
_root.monY = this._y - _root.tounu._y;
_root.monX = _root.tounu._x - this._x;
_root.monRapport = _root.monY / _root.monX;
this._rotation = (-(_root.monRapport * 57.3)) + 270;
}
}
if ((_root.tounu._x < this._x) and (this._y < _root.tounu._y)) {
if ((this._x - _root.tounu._x) < ((_root.tounu._y - this._y) / 1.3)) {
_root.monY = this._y - _root.tounu._y;
_root.monX = _root.tounu._x - this._x;
_root.monRapport = _root.monX / _root.monY;
this._rotation = (_root.monRapport * 57.3) + 180;
} else if (((_root.tounu._y - this._y) * 1.2) < (this._x - _root.tounu._x)) {
_root.monY = this._y - _root.tounu._y;
_root.monX = _root.tounu._x - this._x;
_root.monRapport = _root.monY / _root.monX;
this._rotation = (-(_root.monRapport * 57.3)) - 90;
}
}
if (velocidad == 1) {
_y = (_y + (4 * Math.sin((_rotation - 90) / 57.3)));
_x = (_x + (4 * Math.cos((_rotation - 90) / 57.3)));
}
if ((_rotation >= -22.5) and (_rotation < 22.5)) {
if (velocidad == 0) {
_root.flic2.gotoAndStop("arret");
} else {
_root.flic2.gotoAndStop("position7");
}
} else if ((_rotation >= 22.5) and (_rotation < 67.5)) {
if (velocidad == 0) {
_root.flic2.gotoAndStop("arret");
} else {
_root.flic2.gotoAndStop("position6");
}
} else if ((_rotation >= 67.5) and (_rotation < 112.5)) {
if (velocidad == 0) {
_root.flic2.gotoAndStop("arret");
} else {
_root.flic2.gotoAndStop("position1");
}
} else if ((_rotation >= 112.5) and (_rotation < 157.5)) {
if (velocidad == 0) {
_root.flic2.gotoAndStop("arret");
} else {
_root.flic2.gotoAndStop("position2");
}
} else if (_rotation >= 157.5) {
if (velocidad == 0) {
_root.flic2.gotoAndStop("arret");
} else {
_root.flic2.gotoAndStop("position3");
}
} else if ((_rotation >= -67.5) and (_rotation < -22.5)) {
if (velocidad == 0) {
_root.flic2.gotoAndStop("arret");
} else {
_root.flic2.gotoAndStop("position8");
}
} else if ((_rotation >= -112.5) and (_rotation < -67.5)) {
if (velocidad == 0) {
_root.flic2.gotoAndStop("arret");
} else {
_root.flic2.gotoAndStop("position5");
}
} else if ((_rotation >= -157.5) and (_rotation < -112.5)) {
if (velocidad == 0) {
_root.flic2.gotoAndStop("arret");
} else {
_root.flic2.gotoAndStop("position4");
}
} else if (_rotation < -157.5) {
if (velocidad == 0) {
_root.flic2.gotoAndStop("arret");
} else {
_root.flic2.gotoAndStop("position3");
}
}
if (this.hitTest(_root.tounu)) {
if (_root.flic2._currentframe == 1) {
_root.etat2 = 0;
_root.flic2.gotoAndPlay("plonge1");
}
if (_root.flic2._currentframe == 10) {
_root.etat2 = 0;
_root.flic2.gotoAndPlay("plonge2");
}
if (_root.flic2._currentframe == 20) {
_root.etat2 = 0;
_root.flic2.gotoAndPlay("plonge3");
}
if (_root.flic2._currentframe == 30) {
_root.etat2 = 0;
_root.flic2.gotoAndPlay("plonge4");
}
if (_root.flic2._currentframe == 40) {
_root.etat2 = 0;
_root.flic2.gotoAndPlay("plonge5");
}
if (_root.flic2._currentframe == 50) {
_root.etat2 = 0;
_root.flic2.gotoAndPlay("plonge6");
}
if (_root.flic2._currentframe == 60) {
_root.etat2 = 0;
_root.flic2.gotoAndPlay("plonge7");
}
if (_root.flic2._currentframe == 70) {
_root.etat2 = 0;
_root.flic2.gotoAndPlay("plonge8");
}
}
}
}
Instance of Symbol 233 MovieClip "flic3" in Frame 62
onClipEvent (enterFrame) {
_x = _root.zone_flic3._x;
_y = (_root.zone_flic3._y - 10);
}
Instance of Symbol 234 MovieClip "zone_flic3" in Frame 62
onClipEvent (enterFrame) {
if (_root.etat3 == 1) {
action = action + 1;
if (action == 300) {
action = 1;
} else if (action == 160) {
velocidad = 0;
} else if (action < 160) {
velocidad = 1;
}
if ((this._x < _root.tounu._x) and (_root.tounu._y < this._y)) {
if ((_root.tounu._x - this._x) < ((this._y - _root.tounu._y) / 1.3)) {
_root.monY = this._y - _root.tounu._y;
_root.monX = _root.tounu._x - this._x;
_root.monRapport = _root.monX / _root.monY;
this._rotation = _root.monRapport * 57.3;
} else if (((this._y - _root.tounu._y) * 1.2) < (_root.tounu._x - this._x)) {
_root.monY = this._y - _root.tounu._y;
_root.monX = _root.tounu._x - this._x;
_root.monRapport = _root.monY / _root.monX;
this._rotation = (-(_root.monRapport * 57.3)) + 90;
}
}
if ((this._x < _root.tounu._x) and (this._y < _root.tounu._y)) {
if (((_root.tounu._y - this._y) * 1.2) < (_root.tounu._x - this._x)) {
_root.monY = this._y - _root.tounu._y;
_root.monX = _root.tounu._x - this._x;
_root.monRapport = _root.monY / _root.monX;
this._rotation = (-(_root.monRapport * 57.3)) + 90;
} else if ((_root.tounu._x - this._x) < ((_root.tounu._y - this._y) / 1.3)) {
_root.monY = this._y - _root.tounu._y;
_root.monX = _root.tounu._x - this._x;
_root.monRapport = _root.monX / _root.monY;
this._rotation = (_root.monRapport * 57.3) + 180;
}
}
if ((_root.tounu._x < this._x) and (_root.tounu._y < this._y)) {
if ((this._x - _root.tounu._x) < ((this._y - _root.tounu._y) / 1.3)) {
_root.monY = this._y - _root.tounu._y;
_root.monX = _root.tounu._x - this._x;
_root.monRapport = _root.monX / _root.monY;
this._rotation = _root.monRapport * 57.3;
} else if (((this._y - _root.tounu._y) * 1.2) < (this._x - _root.tounu._x)) {
_root.monY = this._y - _root.tounu._y;
_root.monX = _root.tounu._x - this._x;
_root.monRapport = _root.monY / _root.monX;
this._rotation = (-(_root.monRapport * 57.3)) + 270;
}
}
if ((_root.tounu._x < this._x) and (this._y < _root.tounu._y)) {
if ((this._x - _root.tounu._x) < ((_root.tounu._y - this._y) / 1.3)) {
_root.monY = this._y - _root.tounu._y;
_root.monX = _root.tounu._x - this._x;
_root.monRapport = _root.monX / _root.monY;
this._rotation = (_root.monRapport * 57.3) + 180;
} else if (((_root.tounu._y - this._y) * 1.2) < (this._x - _root.tounu._x)) {
_root.monY = this._y - _root.tounu._y;
_root.monX = _root.tounu._x - this._x;
_root.monRapport = _root.monY / _root.monX;
this._rotation = (-(_root.monRapport * 57.3)) - 90;
}
}
if (velocidad == 1) {
_y = (_y + (5 * Math.sin((_rotation - 90) / 57.3)));
_x = (_x + (5 * Math.cos((_rotation - 90) / 57.3)));
}
if ((_rotation >= -22.5) and (_rotation < 22.5)) {
if (velocidad == 0) {
_root.flic3.gotoAndStop("arret");
} else {
_root.flic3.gotoAndStop("position7");
}
} else if ((_rotation >= 22.5) and (_rotation < 67.5)) {
if (velocidad == 0) {
_root.flic3.gotoAndStop("arret");
} else {
_root.flic3.gotoAndStop("position6");
}
} else if ((_rotation >= 67.5) and (_rotation < 112.5)) {
if (velocidad == 0) {
_root.flic3.gotoAndStop("arret");
} else {
_root.flic3.gotoAndStop("position1");
}
} else if ((_rotation >= 112.5) and (_rotation < 157.5)) {
if (velocidad == 0) {
_root.flic3.gotoAndStop("arret");
} else {
_root.flic3.gotoAndStop("position2");
}
} else if (_rotation >= 157.5) {
if (velocidad == 0) {
_root.flic3.gotoAndStop("arret");
} else {
_root.flic3.gotoAndStop("position3");
}
} else if ((_rotation >= -67.5) and (_rotation < -22.5)) {
if (velocidad == 0) {
_root.flic3.gotoAndStop("arret");
} else {
_root.flic3.gotoAndStop("position8");
}
} else if ((_rotation >= -112.5) and (_rotation < -67.5)) {
if (velocidad == 0) {
_root.flic3.gotoAndStop("arret");
} else {
_root.flic3.gotoAndStop("position5");
}
} else if ((_rotation >= -157.5) and (_rotation < -112.5)) {
if (velocidad == 0) {
_root.flic3.gotoAndStop("arret");
} else {
_root.flic3.gotoAndStop("position4");
}
} else if (_rotation < -157.5) {
if (velocidad == 0) {
_root.flic3.gotoAndStop("arret");
} else {
_root.flic3.gotoAndStop("position3");
}
}
if (this.hitTest(_root.tounu)) {
if (_root.flic3._currentframe == 1) {
_root.etat3 = 0;
_root.flic3.gotoAndPlay("plonge1");
}
if (_root.flic3._currentframe == 10) {
_root.etat3 = 0;
_root.flic3.gotoAndPlay("plonge2");
}
if (_root.flic3._currentframe == 20) {
_root.etat3 = 0;
_root.flic3.gotoAndPlay("plonge3");
}
if (_root.flic3._currentframe == 30) {
_root.etat3 = 0;
_root.flic3.gotoAndPlay("plonge4");
}
if (_root.flic3._currentframe == 40) {
_root.etat3 = 0;
_root.flic3.gotoAndPlay("plonge5");
}
if (_root.flic3._currentframe == 50) {
_root.etat3 = 0;
_root.flic3.gotoAndPlay("plonge6");
}
if (_root.flic3._currentframe == 60) {
_root.etat3 = 0;
_root.flic3.gotoAndPlay("plonge7");
}
if (_root.flic3._currentframe == 70) {
_root.etat3 = 0;
_root.flic3.gotoAndPlay("plonge8");
}
}
}
}
Instance of Symbol 235 MovieClip "flic4" in Frame 62
onClipEvent (enterFrame) {
_x = _root.zone_flic4._x;
_y = (_root.zone_flic4._y - 10);
}
Instance of Symbol 236 MovieClip "zone_flic4" in Frame 62
onClipEvent (enterFrame) {
if (_root.etat4 == 1) {
action = action + 1;
if (action == 390) {
action = 1;
} else if (action == 350) {
velocidad = 0;
} else if (action < 350) {
velocidad = 1;
}
if ((this._x < _root.tounu._x) and (_root.tounu._y < this._y)) {
if ((_root.tounu._x - this._x) < ((this._y - _root.tounu._y) / 1.3)) {
_root.monY = this._y - _root.tounu._y;
_root.monX = _root.tounu._x - this._x;
_root.monRapport = _root.monX / _root.monY;
this._rotation = _root.monRapport * 57.3;
} else if (((this._y - _root.tounu._y) * 1.2) < (_root.tounu._x - this._x)) {
_root.monY = this._y - _root.tounu._y;
_root.monX = _root.tounu._x - this._x;
_root.monRapport = _root.monY / _root.monX;
this._rotation = (-(_root.monRapport * 57.3)) + 90;
}
}
if ((this._x < _root.tounu._x) and (this._y < _root.tounu._y)) {
if (((_root.tounu._y - this._y) * 1.2) < (_root.tounu._x - this._x)) {
_root.monY = this._y - _root.tounu._y;
_root.monX = _root.tounu._x - this._x;
_root.monRapport = _root.monY / _root.monX;
this._rotation = (-(_root.monRapport * 57.3)) + 90;
} else if ((_root.tounu._x - this._x) < ((_root.tounu._y - this._y) / 1.3)) {
_root.monY = this._y - _root.tounu._y;
_root.monX = _root.tounu._x - this._x;
_root.monRapport = _root.monX / _root.monY;
this._rotation = (_root.monRapport * 57.3) + 180;
}
}
if ((_root.tounu._x < this._x) and (_root.tounu._y < this._y)) {
if ((this._x - _root.tounu._x) < ((this._y - _root.tounu._y) / 1.3)) {
_root.monY = this._y - _root.tounu._y;
_root.monX = _root.tounu._x - this._x;
_root.monRapport = _root.monX / _root.monY;
this._rotation = _root.monRapport * 57.3;
} else if (((this._y - _root.tounu._y) * 1.2) < (this._x - _root.tounu._x)) {
_root.monY = this._y - _root.tounu._y;
_root.monX = _root.tounu._x - this._x;
_root.monRapport = _root.monY / _root.monX;
this._rotation = (-(_root.monRapport * 57.3)) + 270;
}
}
if ((_root.tounu._x < this._x) and (this._y < _root.tounu._y)) {
if ((this._x - _root.tounu._x) < ((_root.tounu._y - this._y) / 1.3)) {
_root.monY = this._y - _root.tounu._y;
_root.monX = _root.tounu._x - this._x;
_root.monRapport = _root.monX / _root.monY;
this._rotation = (_root.monRapport * 57.3) + 180;
} else if (((_root.tounu._y - this._y) * 1.2) < (this._x - _root.tounu._x)) {
_root.monY = this._y - _root.tounu._y;
_root.monX = _root.tounu._x - this._x;
_root.monRapport = _root.monY / _root.monX;
this._rotation = (-(_root.monRapport * 57.3)) - 90;
}
}
if (velocidad == 1) {
_y = (_y + (5.5 * Math.sin((_rotation - 90) / 57.3)));
_x = (_x + (5.5 * Math.cos((_rotation - 90) / 57.3)));
}
if ((_rotation >= -22.5) and (_rotation < 22.5)) {
if (velocidad == 0) {
_root.flic4.gotoAndStop("arret");
} else {
_root.flic4.gotoAndStop("position7");
}
} else if ((_rotation >= 22.5) and (_rotation < 67.5)) {
if (velocidad == 0) {
_root.flic4.gotoAndStop("arret");
} else {
_root.flic4.gotoAndStop("position6");
}
} else if ((_rotation >= 67.5) and (_rotation < 112.5)) {
if (velocidad == 0) {
_root.flic4.gotoAndStop("arret");
} else {
_root.flic4.gotoAndStop("position1");
}
} else if ((_rotation >= 112.5) and (_rotation < 157.5)) {
if (velocidad == 0) {
_root.flic4.gotoAndStop("arret");
} else {
_root.flic4.gotoAndStop("position2");
}
} else if (_rotation >= 157.5) {
if (velocidad == 0) {
_root.flic4.gotoAndStop("arret");
} else {
_root.flic4.gotoAndStop("position3");
}
} else if ((_rotation >= -67.5) and (_rotation < -22.5)) {
if (velocidad == 0) {
_root.flic4.gotoAndStop("arret");
} else {
_root.flic4.gotoAndStop("position8");
}
} else if ((_rotation >= -112.5) and (_rotation < -67.5)) {
if (velocidad == 0) {
_root.flic4.gotoAndStop("arret");
} else {
_root.flic4.gotoAndStop("position5");
}
} else if ((_rotation >= -157.5) and (_rotation < -112.5)) {
if (velocidad == 0) {
_root.flic4.gotoAndStop("arret");
} else {
_root.flic4.gotoAndStop("position4");
}
} else if (_rotation < -157.5) {
if (velocidad == 0) {
_root.flic4.gotoAndStop("arret");
} else {
_root.flic4.gotoAndStop("position3");
}
}
if (this.hitTest(_root.tounu)) {
if (_root.flic4._currentframe == 1) {
_root.etat4 = 0;
_root.flic4.gotoAndPlay("plonge1");
}
if (_root.flic4._currentframe == 10) {
_root.etat4 = 0;
_root.flic4.gotoAndPlay("plonge2");
}
if (_root.flic4._currentframe == 20) {
_root.etat4 = 0;
_root.flic4.gotoAndPlay("plonge3");
}
if (_root.flic4._currentframe == 30) {
_root.etat4 = 0;
_root.flic4.gotoAndPlay("plonge4");
}
if (_root.flic4._currentframe == 40) {
_root.etat4 = 0;
_root.flic4.gotoAndPlay("plonge5");
}
if (_root.flic4._currentframe == 50) {
_root.etat4 = 0;
_root.flic4.gotoAndPlay("plonge6");
}
if (_root.flic4._currentframe == 60) {
_root.etat4 = 0;
_root.flic4.gotoAndPlay("plonge7");
}
if (_root.flic4._currentframe == 70) {
_root.etat4 = 0;
_root.flic4.gotoAndPlay("plonge8");
}
}
}
}
Instance of Symbol 237 MovieClip "flic5" in Frame 62
onClipEvent (enterFrame) {
_x = _root.zone_flic5._x;
_y = (_root.zone_flic5._y - 10);
}
Instance of Symbol 238 MovieClip "zone_flic5" in Frame 62
onClipEvent (enterFrame) {
if (_root.etat5 == 1) {
velocidad = 1;
if ((this._x < _root.tounu._x) and (_root.tounu._y < this._y)) {
if ((_root.tounu._x - this._x) < ((this._y - _root.tounu._y) / 1.3)) {
_root.monY = this._y - _root.tounu._y;
_root.monX = _root.tounu._x - this._x;
_root.monRapport = _root.monX / _root.monY;
this._rotation = _root.monRapport * 57.3;
} else if (((this._y - _root.tounu._y) * 1.2) < (_root.tounu._x - this._x)) {
_root.monY = this._y - _root.tounu._y;
_root.monX = _root.tounu._x - this._x;
_root.monRapport = _root.monY / _root.monX;
this._rotation = (-(_root.monRapport * 57.3)) + 90;
}
}
if ((this._x < _root.tounu._x) and (this._y < _root.tounu._y)) {
if (((_root.tounu._y - this._y) * 1.2) < (_root.tounu._x - this._x)) {
_root.monY = this._y - _root.tounu._y;
_root.monX = _root.tounu._x - this._x;
_root.monRapport = _root.monY / _root.monX;
this._rotation = (-(_root.monRapport * 57.3)) + 90;
} else if ((_root.tounu._x - this._x) < ((_root.tounu._y - this._y) / 1.3)) {
_root.monY = this._y - _root.tounu._y;
_root.monX = _root.tounu._x - this._x;
_root.monRapport = _root.monX / _root.monY;
this._rotation = (_root.monRapport * 57.3) + 180;
}
}
if ((_root.tounu._x < this._x) and (_root.tounu._y < this._y)) {
if ((this._x - _root.tounu._x) < ((this._y - _root.tounu._y) / 1.3)) {
_root.monY = this._y - _root.tounu._y;
_root.monX = _root.tounu._x - this._x;
_root.monRapport = _root.monX / _root.monY;
this._rotation = _root.monRapport * 57.3;
} else if (((this._y - _root.tounu._y) * 1.2) < (this._x - _root.tounu._x)) {
_root.monY = this._y - _root.tounu._y;
_root.monX = _root.tounu._x - this._x;
_root.monRapport = _root.monY / _root.monX;
this._rotation = (-(_root.monRapport * 57.3)) + 270;
}
}
if ((_root.tounu._x < this._x) and (this._y < _root.tounu._y)) {
if ((this._x - _root.tounu._x) < ((_root.tounu._y - this._y) / 1.3)) {
_root.monY = this._y - _root.tounu._y;
_root.monX = _root.tounu._x - this._x;
_root.monRapport = _root.monX / _root.monY;
this._rotation = (_root.monRapport * 57.3) + 180;
} else if (((_root.tounu._y - this._y) * 1.2) < (this._x - _root.tounu._x)) {
_root.monY = this._y - _root.tounu._y;
_root.monX = _root.tounu._x - this._x;
_root.monRapport = _root.monY / _root.monX;
this._rotation = (-(_root.monRapport * 57.3)) - 90;
}
}
if (velocidad == 1) {
_y = (_y + (6 * Math.sin((_rotation - 90) / 57.3)));
_x = (_x + (6 * Math.cos((_rotation - 90) / 57.3)));
}
if ((_rotation >= -22.5) and (_rotation < 22.5)) {
if (velocidad == 0) {
_root.flic5.gotoAndStop("arret");
} else {
_root.flic5.gotoAndStop("position7");
}
} else if ((_rotation >= 22.5) and (_rotation < 67.5)) {
if (velocidad == 0) {
_root.flic5.gotoAndStop("arret");
} else {
_root.flic5.gotoAndStop("position6");
}
} else if ((_rotation >= 67.5) and (_rotation < 112.5)) {
if (velocidad == 0) {
_root.flic5.gotoAndStop("arret");
} else {
_root.flic5.gotoAndStop("position1");
}
} else if ((_rotation >= 112.5) and (_rotation < 157.5)) {
if (velocidad == 0) {
_root.flic5.gotoAndStop("arret");
} else {
_root.flic5.gotoAndStop("position2");
}
} else if (_rotation >= 157.5) {
if (velocidad == 0) {
_root.flic5.gotoAndStop("arret");
} else {
_root.flic5.gotoAndStop("position3");
}
} else if ((_rotation >= -67.5) and (_rotation < -22.5)) {
if (velocidad == 0) {
_root.flic5.gotoAndStop("arret");
} else {
_root.flic5.gotoAndStop("position8");
}
} else if ((_rotation >= -112.5) and (_rotation < -67.5)) {
if (velocidad == 0) {
_root.flic5.gotoAndStop("arret");
} else {
_root.flic5.gotoAndStop("position5");
}
} else if ((_rotation >= -157.5) and (_rotation < -112.5)) {
if (velocidad == 0) {
_root.flic5.gotoAndStop("arret");
} else {
_root.flic5.gotoAndStop("position4");
}
} else if (_rotation < -157.5) {
if (velocidad == 0) {
_root.flic5.gotoAndStop("arret");
} else {
_root.flic5.gotoAndStop("position3");
}
}
if (this.hitTest(_root.tounu)) {
if (_root.flic5._currentframe == 1) {
_root.etat5 = 0;
_root.flic5.gotoAndPlay("plonge1");
}
if (_root.flic5._currentframe == 10) {
_root.etat5 = 0;
_root.flic5.gotoAndPlay("plonge2");
}
if (_root.flic5._currentframe == 20) {
_root.etat5 = 0;
_root.flic5.gotoAndPlay("plonge3");
}
if (_root.flic5._currentframe == 30) {
_root.etat5 = 0;
_root.flic5.gotoAndPlay("plonge4");
}
if (_root.flic5._currentframe == 40) {
_root.etat5 = 0;
_root.flic5.gotoAndPlay("plonge5");
}
if (_root.flic5._currentframe == 50) {
_root.etat5 = 0;
_root.flic5.gotoAndPlay("plonge6");
}
if (_root.flic5._currentframe == 60) {
_root.etat5 = 0;
_root.flic5.gotoAndPlay("plonge7");
}
if (_root.flic5._currentframe == 70) {
_root.etat5 = 0;
_root.flic5.gotoAndPlay("plonge8");
}
}
}
}
Frame 63
leJeu();
gotoAndPlay (62);
if (30 < attrape) {
jauge_vie.nextFrame();
stopAllSounds();
gotoAndPlay (13);
}
if (5 < jauge_vie._currentframe) {
stopAllSounds();
gotoAndPlay (67);
}
Frame 67
if ((_root.score_min < _root.score) and (_root.score_min >= 0)) {
gotoAndStop (72);
}
Frame 68
stop();
Frame 72
_root.mode = 1;
_root.beamer2.gotoAndStop(25);
_root.beamer1.gotoAndPlay(1);
_root.signature = "";
Instance of Symbol 262 MovieClip "plaque_keyboard" in Frame 72
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 + "-";
}
}
}
}
}
Symbol 1 MovieClip Frame 2
gotoAndPlay (1);
Symbol 41 Button
on (release) {
stopAllSounds();
play();
}
Symbol 125 MovieClip Frame 8
_root.saut = 0;
gotoAndStop (1);
Symbol 125 MovieClip Frame 18
_root.saut = 0;
gotoAndStop (10);
Symbol 125 MovieClip Frame 28
_root.saut = 0;
gotoAndStop (20);
Symbol 125 MovieClip Frame 38
_root.saut = 0;
gotoAndStop (30);
Symbol 125 MovieClip Frame 48
_root.saut = 0;
gotoAndStop (40);
Symbol 125 MovieClip Frame 58
_root.saut = 0;
gotoAndStop (50);
Symbol 125 MovieClip Frame 68
_root.saut = 0;
gotoAndStop (60);
Symbol 125 MovieClip Frame 79
_root.saut = 0;
gotoAndStop (70);
Symbol 125 MovieClip Frame 83
_root.couillon = 0;
gotoAndStop (1);
Symbol 125 MovieClip Frame 92
stop();
Symbol 132 MovieClip Frame 1
stop();
Symbol 136 MovieClip Frame 1
stop();
Symbol 229 MovieClip Frame 1
stop();
Symbol 229 MovieClip Frame 2
play();
Symbol 229 MovieClip Frame 3
play();
Instance of Symbol 151 MovieClip in Symbol 229 MovieClip Frame 4
onClipEvent (enterFrame) {
if (_root.saut == 0) {
if (this.hitTest(_root.tounu)) {
_root.jeu = 2;
}
}
}
Symbol 229 MovieClip Frame 9
gotoAndPlay (85);
_root.score = _root.score + 1000;
Instance of Symbol 163 MovieClip in Symbol 229 MovieClip Frame 13
onClipEvent (enterFrame) {
if (_root.saut == 0) {
if (this.hitTest(_root.tounu)) {
_root.jeu = 2;
}
}
}
Symbol 229 MovieClip Frame 19
gotoAndPlay (85);
_root.score = _root.score + 1000;
Instance of Symbol 176 MovieClip in Symbol 229 MovieClip Frame 23
onClipEvent (enterFrame) {
if (_root.saut == 0) {
if (this.hitTest(_root.tounu)) {
_root.jeu = 2;
}
}
}
Symbol 229 MovieClip Frame 29
gotoAndPlay (85);
_root.score = _root.score + 1000;
Instance of Symbol 176 MovieClip in Symbol 229 MovieClip Frame 33
onClipEvent (enterFrame) {
if (_root.saut == 0) {
if (this.hitTest(_root.tounu)) {
_root.jeu = 2;
}
}
}
Symbol 229 MovieClip Frame 39
gotoAndPlay (85);
_root.score = _root.score + 1000;
Instance of Symbol 176 MovieClip in Symbol 229 MovieClip Frame 43
onClipEvent (enterFrame) {
if (_root.saut == 0) {
if (this.hitTest(_root.tounu)) {
_root.jeu = 2;
}
}
}
Symbol 229 MovieClip Frame 49
gotoAndPlay (85);
_root.score = _root.score + 1000;
Instance of Symbol 176 MovieClip in Symbol 229 MovieClip Frame 53
onClipEvent (enterFrame) {
if (_root.saut == 0) {
if (this.hitTest(_root.tounu)) {
_root.jeu = 2;
}
}
}
Symbol 229 MovieClip Frame 59
gotoAndPlay (85);
_root.score = _root.score + 1000;
Instance of Symbol 176 MovieClip in Symbol 229 MovieClip Frame 63
onClipEvent (enterFrame) {
if (_root.saut == 0) {
if (this.hitTest(_root.tounu)) {
_root.jeu = 2;
}
}
}
Symbol 229 MovieClip Frame 69
gotoAndPlay (85);
_root.score = _root.score + 1000;
Instance of Symbol 176 MovieClip in Symbol 229 MovieClip Frame 73
onClipEvent (enterFrame) {
if (_root.saut == 0) {
if (this.hitTest(_root.tounu)) {
_root.jeu = 2;
}
}
}
Symbol 229 MovieClip Frame 80
gotoAndPlay (85);
_root.score = _root.score + 1000;
Symbol 231 MovieClip Frame 1
stop();
Symbol 231 MovieClip Frame 2
play();
Symbol 231 MovieClip Frame 3
play();
Instance of Symbol 151 MovieClip in Symbol 231 MovieClip Frame 4
onClipEvent (enterFrame) {
if (_root.saut == 0) {
if (this.hitTest(_root.tounu)) {
_root.jeu = 2;
}
}
}
Symbol 231 MovieClip Frame 9
gotoAndPlay (85);
_root.score = _root.score + 1000;
Instance of Symbol 163 MovieClip in Symbol 231 MovieClip Frame 13
onClipEvent (enterFrame) {
if (_root.saut == 0) {
if (this.hitTest(_root.tounu)) {
_root.jeu = 2;
}
}
}
Symbol 231 MovieClip Frame 19
gotoAndPlay (85);
_root.score = _root.score + 1000;
Instance of Symbol 176 MovieClip in Symbol 231 MovieClip Frame 23
onClipEvent (enterFrame) {
if (_root.saut == 0) {
if (this.hitTest(_root.tounu)) {
_root.jeu = 2;
}
}
}
Symbol 231 MovieClip Frame 29
gotoAndPlay (85);
_root.score = _root.score + 1000;
Instance of Symbol 176 MovieClip in Symbol 231 MovieClip Frame 33
onClipEvent (enterFrame) {
if (_root.saut == 0) {
if (this.hitTest(_root.tounu)) {
_root.jeu = 2;
}
}
}
Symbol 231 MovieClip Frame 39
gotoAndPlay (85);
_root.score = _root.score + 1000;
Instance of Symbol 176 MovieClip in Symbol 231 MovieClip Frame 43
onClipEvent (enterFrame) {
if (_root.saut == 0) {
if (this.hitTest(_root.tounu)) {
_root.jeu = 2;
}
}
}
Symbol 231 MovieClip Frame 49
gotoAndPlay (85);
_root.score = _root.score + 1000;
Instance of Symbol 176 MovieClip in Symbol 231 MovieClip Frame 53
onClipEvent (enterFrame) {
if (_root.saut == 0) {
if (this.hitTest(_root.tounu)) {
_root.jeu = 2;
}
}
}
Symbol 231 MovieClip Frame 59
gotoAndPlay (85);
_root.score = _root.score + 1000;
Instance of Symbol 176 MovieClip in Symbol 231 MovieClip Frame 63
onClipEvent (enterFrame) {
if (_root.saut == 0) {
if (this.hitTest(_root.tounu)) {
_root.jeu = 2;
}
}
}
Symbol 231 MovieClip Frame 69
gotoAndPlay (85);
_root.score = _root.score + 1000;
Instance of Symbol 176 MovieClip in Symbol 231 MovieClip Frame 73
onClipEvent (enterFrame) {
if (_root.saut == 0) {
if (this.hitTest(_root.tounu)) {
_root.jeu = 2;
}
}
}
Symbol 231 MovieClip Frame 80
gotoAndPlay (85);
_root.score = _root.score + 1000;
Symbol 233 MovieClip Frame 1
stop();
Symbol 233 MovieClip Frame 2
play();
Symbol 233 MovieClip Frame 3
play();
Instance of Symbol 151 MovieClip in Symbol 233 MovieClip Frame 4
onClipEvent (enterFrame) {
if (_root.saut == 0) {
if (this.hitTest(_root.tounu)) {
_root.jeu = 2;
}
}
}
Symbol 233 MovieClip Frame 9
gotoAndPlay (85);
_root.score = _root.score + 1000;
Instance of Symbol 163 MovieClip in Symbol 233 MovieClip Frame 13
onClipEvent (enterFrame) {
if (_root.saut == 0) {
if (this.hitTest(_root.tounu)) {
_root.jeu = 2;
}
}
}
Symbol 233 MovieClip Frame 19
gotoAndPlay (85);
_root.score = _root.score + 1000;
Instance of Symbol 176 MovieClip in Symbol 233 MovieClip Frame 23
onClipEvent (enterFrame) {
if (_root.saut == 0) {
if (this.hitTest(_root.tounu)) {
_root.jeu = 2;
}
}
}
Symbol 233 MovieClip Frame 29
gotoAndPlay (85);
_root.score = _root.score + 1000;
Instance of Symbol 176 MovieClip in Symbol 233 MovieClip Frame 33
onClipEvent (enterFrame) {
if (_root.saut == 0) {
if (this.hitTest(_root.tounu)) {
_root.jeu = 2;
}
}
}
Symbol 233 MovieClip Frame 39
gotoAndPlay (85);
_root.score = _root.score + 1000;
Instance of Symbol 176 MovieClip in Symbol 233 MovieClip Frame 43
onClipEvent (enterFrame) {
if (_root.saut == 0) {
if (this.hitTest(_root.tounu)) {
_root.jeu = 2;
}
}
}
Symbol 233 MovieClip Frame 49
gotoAndPlay (85);
_root.score = _root.score + 1000;
Instance of Symbol 176 MovieClip in Symbol 233 MovieClip Frame 53
onClipEvent (enterFrame) {
if (_root.saut == 0) {
if (this.hitTest(_root.tounu)) {
_root.jeu = 2;
}
}
}
Symbol 233 MovieClip Frame 59
gotoAndPlay (85);
_root.score = _root.score + 1000;
Instance of Symbol 176 MovieClip in Symbol 233 MovieClip Frame 63
onClipEvent (enterFrame) {
if (_root.saut == 0) {
if (this.hitTest(_root.tounu)) {
_root.jeu = 2;
}
}
}
Symbol 233 MovieClip Frame 69
gotoAndPlay (85);
_root.score = _root.score + 1000;
Instance of Symbol 176 MovieClip in Symbol 233 MovieClip Frame 73
onClipEvent (enterFrame) {
if (_root.saut == 0) {
if (this.hitTest(_root.tounu)) {
_root.jeu = 2;
}
}
}
Symbol 233 MovieClip Frame 80
gotoAndPlay (85);
_root.score = _root.score + 1000;
Symbol 235 MovieClip Frame 1
stop();
Symbol 235 MovieClip Frame 2
play();
Symbol 235 MovieClip Frame 3
play();
Instance of Symbol 151 MovieClip in Symbol 235 MovieClip Frame 4
onClipEvent (enterFrame) {
if (_root.saut == 0) {
if (this.hitTest(_root.tounu)) {
_root.jeu = 2;
}
}
}
Symbol 235 MovieClip Frame 9
gotoAndPlay (85);
_root.score = _root.score + 1000;
Instance of Symbol 163 MovieClip in Symbol 235 MovieClip Frame 13
onClipEvent (enterFrame) {
if (_root.saut == 0) {
if (this.hitTest(_root.tounu)) {
_root.jeu = 2;
}
}
}
Symbol 235 MovieClip Frame 19
gotoAndPlay (85);
_root.score = _root.score + 1000;
Instance of Symbol 176 MovieClip in Symbol 235 MovieClip Frame 23
onClipEvent (enterFrame) {
if (_root.saut == 0) {
if (this.hitTest(_root.tounu)) {
_root.jeu = 2;
}
}
}
Symbol 235 MovieClip Frame 29
gotoAndPlay (85);
_root.score = _root.score + 1000;
Instance of Symbol 176 MovieClip in Symbol 235 MovieClip Frame 33
onClipEvent (enterFrame) {
if (_root.saut == 0) {
if (this.hitTest(_root.tounu)) {
_root.jeu = 2;
}
}
}
Symbol 235 MovieClip Frame 39
gotoAndPlay (85);
_root.score = _root.score + 1000;
Instance of Symbol 176 MovieClip in Symbol 235 MovieClip Frame 43
onClipEvent (enterFrame) {
if (_root.saut == 0) {
if (this.hitTest(_root.tounu)) {
_root.jeu = 2;
}
}
}
Symbol 235 MovieClip Frame 49
gotoAndPlay (85);
_root.score = _root.score + 1000;
Instance of Symbol 176 MovieClip in Symbol 235 MovieClip Frame 53
onClipEvent (enterFrame) {
if (_root.saut == 0) {
if (this.hitTest(_root.tounu)) {
_root.jeu = 2;
}
}
}
Symbol 235 MovieClip Frame 59
gotoAndPlay (85);
_root.score = _root.score + 1000;
Instance of Symbol 176 MovieClip in Symbol 235 MovieClip Frame 63
onClipEvent (enterFrame) {
if (_root.saut == 0) {
if (this.hitTest(_root.tounu)) {
_root.jeu = 2;
}
}
}
Symbol 235 MovieClip Frame 69
gotoAndPlay (85);
_root.score = _root.score + 1000;
Instance of Symbol 176 MovieClip in Symbol 235 MovieClip Frame 73
onClipEvent (enterFrame) {
if (_root.saut == 0) {
if (this.hitTest(_root.tounu)) {
_root.jeu = 2;
}
}
}
Symbol 235 MovieClip Frame 80
gotoAndPlay (85);
_root.score = _root.score + 1000;
Symbol 237 MovieClip Frame 1
stop();
Symbol 237 MovieClip Frame 2
play();
Symbol 237 MovieClip Frame 3
play();
Instance of Symbol 151 MovieClip in Symbol 237 MovieClip Frame 4
onClipEvent (enterFrame) {
if (_root.saut == 0) {
if (this.hitTest(_root.tounu)) {
_root.jeu = 2;
}
}
}
Symbol 237 MovieClip Frame 9
gotoAndPlay (85);
_root.score = _root.score + 1000;
Instance of Symbol 163 MovieClip in Symbol 237 MovieClip Frame 13
onClipEvent (enterFrame) {
if (_root.saut == 0) {
if (this.hitTest(_root.tounu)) {
_root.jeu = 2;
}
}
}
Symbol 237 MovieClip Frame 19
gotoAndPlay (85);
_root.score = _root.score + 1000;
Instance of Symbol 176 MovieClip in Symbol 237 MovieClip Frame 23
onClipEvent (enterFrame) {
if (_root.saut == 0) {
if (this.hitTest(_root.tounu)) {
_root.jeu = 2;
}
}
}
Symbol 237 MovieClip Frame 29
gotoAndPlay (85);
_root.score = _root.score + 1000;
Instance of Symbol 176 MovieClip in Symbol 237 MovieClip Frame 33
onClipEvent (enterFrame) {
if (_root.saut == 0) {
if (this.hitTest(_root.tounu)) {
_root.jeu = 2;
}
}
}
Symbol 237 MovieClip Frame 39
gotoAndPlay (85);
_root.score = _root.score + 1000;
Instance of Symbol 176 MovieClip in Symbol 237 MovieClip Frame 43
onClipEvent (enterFrame) {
if (_root.saut == 0) {
if (this.hitTest(_root.tounu)) {
_root.jeu = 2;
}
}
}
Symbol 237 MovieClip Frame 49
gotoAndPlay (85);
_root.score = _root.score + 1000;
Instance of Symbol 176 MovieClip in Symbol 237 MovieClip Frame 53
onClipEvent (enterFrame) {
if (_root.saut == 0) {
if (this.hitTest(_root.tounu)) {
_root.jeu = 2;
}
}
}
Symbol 237 MovieClip Frame 59
gotoAndPlay (85);
_root.score = _root.score + 1000;
Instance of Symbol 176 MovieClip in Symbol 237 MovieClip Frame 63
onClipEvent (enterFrame) {
if (_root.saut == 0) {
if (this.hitTest(_root.tounu)) {
_root.jeu = 2;
}
}
}
Symbol 237 MovieClip Frame 69
gotoAndPlay (85);
_root.score = _root.score + 1000;
Instance of Symbol 176 MovieClip in Symbol 237 MovieClip Frame 73
onClipEvent (enterFrame) {
if (_root.saut == 0) {
if (this.hitTest(_root.tounu)) {
_root.jeu = 2;
}
}
}
Symbol 237 MovieClip Frame 80
gotoAndPlay (85);
_root.score = _root.score + 1000;
Symbol 242 Button
on (release) {
stopAllSounds();
score = 0;
temps = 0;
niveau = 1;
etat2 = 0;
etat3 = 0;
etat4 = 0;
etat5 = 0;
gotoAndPlay (13);
}
Symbol 249 Button
on (release) {
monmessage = _root.signature;
if (monmessage == "") {
} else {
monmessage = monmessage + (("~" + _root.score) + "~nuderunner");
_root.envoi_message(monmessage);
stopAllSounds();
gotoAndPlay (1);
}
}
Symbol 252 Button
on (release) {
_root.mode = 1;
_root.beamer2.gotoAndStop(25);
_root.beamer1.gotoAndPlay(1);
}
Symbol 259 MovieClip Frame 16
gotoAndPlay (1);
Symbol 259 MovieClip Frame 25
stop();