Frame 1
stop();
Instance of Symbol 20 MovieClip "loading" in Frame 1
onClipEvent (load) {
_xscale.barre = 1;
_level100._visible = false;
}
onClipEvent (enterFrame) {
variable = _parent.getBytesLoaded() + _parent.getBytesLoaded();
total = _parent.getBytesTotal() + _parent.getBytesTotal();
Nb_pourcentage = Math.floor((variable / total) * 100);
if (total < 1) {
pourcentage = "0%";
} else {
pourcentage = Nb_pourcentage + "%";
}
barre._xscale = Nb_pourcentage;
barre2._xscale = Nb_pourcentage;
if (variable == total) {
_parent.is_load = 1;
if ((_parent.sereferme != true) and (1 < total)) {
play();
}
}
}
Frame 2
stop();
Frame 3
if (_level10.varjoueur.Epi == 11) {
if (_level10.varjoueur.obj.acj[179] != null) {
corn_poug.gotoAndStop("paspoug");
if (_level10.varjoueur.obj.acj[178] != null) {
if (_level10.varjoueur.obj.acj[177] != null) {
mode_score = true;
score.gotoAndStop("affiche");
score.chrono_score = _parent.test.chrono;
temp_start = getTimer();
}
}
}
} else {
corn_poug.gotoAndStop("paspoug");
mode_score = true;
score.gotoAndStop("affiche");
score.chrono_score = _parent.test.chrono;
temp_start = getTimer();
}
stop();
Instance of Symbol 175 MovieClip "prog" in Frame 3
onClipEvent (enterFrame) {
if (pause != 1) {
moteurscroll();
if (accroche == 0) {
rotate();
_parent.banja.gotoAndStop("rotation");
} else if (accroche == 1) {
garotte();
} else if (accroche == 2) {
balance();
_parent.banja.gotoAndStop("balance");
se_retourne();
} else if ((accroche == 3) || (accroche == 4)) {
decroche();
}
encordage();
if (_parent.mode_score == true) {
oizo();
}
}
}
onClipEvent (keyDown) {
if (Key.getCode() == 38) {
if (accroche == 0) {
accroche = 1;
} else if (accroche == 1) {
if (_parent.lafin.hitTest(_parent.pointe._x, _parent.pointe._y, true)) {
if (_level10.varjoueur.obj.acj[179] != null) {
if (_level10.varjoueur.obj.acj[178] == null) {
_level10.mregles.vartempmdial.drocks_fini = true;
_parent.fin = true;
}
}
} else if (!ciel()) {
angle_alpha = _parent.pointe._rotation;
accroche = 2;
}
} else if (accroche == 2) {
if (60 < distance) {
distance = distance - 2;
monte = true;
}
}
} else if (Key.getCode() == 40) {
if (accroche == 2) {
_parent.wind.gotoAndStop(1);
accroche = 3;
if (0 < vecteur_x) {
_parent.banja.banja_accroche.gotoAndPlay("positif");
} else {
_parent.banja.banja_accroche.gotoAndPlay("negatif");
}
}
} else if (Key.getCode() == 32) {
if (accroche == 0) {
pose_pithon();
}
} else if (Key.getCode() == 9) {
percent = percent - 10;
zoom();
}
}
onClipEvent (keyUp) {
if (Key.getCode() == 38) {
monte = false;
}
}
onClipEvent (load) {
function oizo() {
_parent.oizo._x = _parent.oizo._x + vol;
if (_parent.oizo._x < -740) {
_parent.oizo._xscale = -100;
vol = -vol;
} else if (1250 < _parent.oizo._x) {
_parent.oizo._xscale = 100;
vol = -vol;
}
if (pierre == 1) {
_parent.kayou._y = _parent.kayou._y + 20;
if (450 < _parent.kayou._y) {
pierre = 0;
}
} else {
_parent.kayou._y = _parent.oizo._y;
_parent.kayou._x = _parent.oizo._x;
pierre = 1;
}
if (_parent.banja.hitTest(_parent.kayou._x, _parent.kayou._y, true)) {
accroche = 4;
}
}
function deg2rad(degree) {
radian = (Math.PI/180) * degree;
return(radian);
}
function init() {
accroche = 0;
distance = 0;
value = 30;
tombe = 1;
inertie = 0;
scroll_v = 0.6;
deja_pose = false;
percent = 100;
fausse_corniche = 0;
}
function encordage() {
if (accroche == 2) {
if (0 < vecteur_x) {
_parent.corde._x = _parent.banja._x - 15;
_parent.corde._y = _parent.banja._y - 20;
} else {
_parent.corde._x = _parent.banja._x + 15;
_parent.corde._y = _parent.banja._y - 20;
}
} else {
_parent.corde._x = _parent.banja._x;
_parent.corde._y = _parent.banja._y;
}
_parent.corde._xscale = _parent.pointe._x - _parent.corde._x;
_parent.corde._yscale = _parent.pointe._y - _parent.corde._y;
}
function rotate() {
_parent.pointe.gotoAndStop("pause");
if (Key.isDown(39)) {
if (_parent.pointe._rotation < 50) {
_parent.pointe._rotation = _parent.pointe._rotation + 5;
if (_parent.pointe._rotation == 0) {
_parent.pointe._rotation = 5;
}
_parent.banja.part1._rotation = _parent.pointe._rotation / 3;
_parent.banja.part3._rotation = _parent.pointe._rotation;
}
} else if (Key.isDown(37)) {
if (-50 < _parent.pointe._rotation) {
_parent.pointe._rotation = _parent.pointe._rotation - 5;
if (_parent.pointe._rotation == 0) {
_parent.pointe._rotation = -5;
}
_parent.banja.part1._rotation = _parent.pointe._rotation / 3;
_parent.banja.part3._rotation = _parent.pointe._rotation;
}
}
}
function ciel() {
if (_parent.ciel.hitTest(_parent.pointe._x, _parent.pointe._y, true)) {
return(true);
}
return(false);
}
function garotte() {
radian_value = deg2rad(_parent.pointe._rotation);
_parent.pointe.gotoAndStop("lance");
if (_parent.banja.part3._currentFrame == 1) {
_parent.banja.part3.gotoAndPlay("garotte");
}
_parent.pointe._x = _parent.pointe._x + (value * Math.sin(radian_value));
_parent.pointe._y = _parent.pointe._y - (value * Math.cos(radian_value));
distance = distance + value;
if (200 < distance) {
value = -30;
} else if (distance < 5) {
_parent.pointe._x = _parent.banja._x;
_parent.pointe._y = _parent.banja._y;
accroche = 0;
value = 30;
_parent.banja.part3.gotoAndStop("charge");
}
}
function balance() {
_parent.pointe.gotoAndStop("accroche");
vari_angle = angle_alpha * Math.cos(deg2rad(inertie));
vecteur_x = _parent.banja._x - (_parent.pointe._x + (distance * Math.sin(-deg2rad(vari_angle))));
vecteur_y = _parent.banja._y - (_parent.pointe._y + (distance * Math.cos(-deg2rad(vari_angle))));
_parent.banja._x = _parent.banja._x - vecteur_x;
_parent.banja._y = _parent.banja._y - vecteur_y;
inertie = inertie + 10;
if ((angle_alpha < 0.5) && (-0.5 < angle_alpha)) {
accroche = 3;
} else if (0 < angle_alpha) {
angle_alpha = angle_alpha - 0.2;
} else if (angle_alpha < 0) {
angle_alpha = angle_alpha + 0.2;
}
if (Key.isDown(37)) {
if (0 < vecteur_x) {
if (Math.abs(angle_alpha) < 80) {
if (0 < angle_alpha) {
angle_alpha = angle_alpha + 0.5;
} else if (angle_alpha < 0) {
angle_alpha = angle_alpha - 0.5;
}
}
}
} else if (Key.isDown(39)) {
if (vecteur_x < 0) {
if (Math.abs(angle_alpha) < 80) {
if (0 < angle_alpha) {
angle_alpha = angle_alpha + 0.5;
} else if (angle_alpha < 0) {
angle_alpha = angle_alpha - 0.5;
}
}
}
}
}
function decroche() {
if (accroche == 4) {
_parent.banja.gotoAndStop("tombe");
}
_parent.pointe._x = (_parent.banja._x + _parent.pointe._x) / 2;
_parent.pointe._y = (_parent.banja._y + _parent.pointe._y) / 2;
if (((_parent.banja._y < 440) && (0 < _parent.banja._x)) && (_parent.banja._x < 600)) {
_parent.banja._x = _parent.banja._x - vecteur_x;
_parent.banja._y = _parent.banja._y - vecteur_y;
vecteur_y = vecteur_y - 0.5;
} else {
retour_banja();
}
}
function banja_stop() {
init();
_parent.pointe._x = _parent.banja._x;
_parent.pointe._y = _parent.banja._y;
_parent.pointe._rotation = 5;
_parent.banja.part1._rotation = _parent.pointe._rotation / 3;
_parent.banja.part3._rotation = _parent.pointe._rotation;
}
function pose_pithon() {
if (pithon == null) {
pithon = 0;
}
if (deja_pose == false) {
if (pithon < 6) {
if (!test_drapo()) {
pithon++;
_parent["pit" + pithon]._y = _parent.banja._y;
_parent["pit" + pithon]._x = _parent.banja._x;
_parent["pit" + pithon].zoom.gotoAndPlay(1);
deja_pose = true;
number = pithon;
memo_pith();
}
}
}
}
function memo_pith() {
posx_fond = _parent.caillasse._x;
posy_fond = _parent.caillasse._y;
xdrapo[number] = (-0.10434 * posx_fond) + 84;
ydrapo[number] = (-0.0666666666666667 * posy_fond) + 153.333333333333;
}
function test_drapo() {
if (fausse_corniche) {
trace("fausse_corniche=1");
return(true);
}
j = 1;
while (j < 6) {
if (_parent["pit" + j]._y == _parent.banja._y) {
return(true);
}
j++;
}
return(false);
}
function retour_banja() {
if ((((100 < _parent["pit" + pithon]._x) && (_parent["pit" + pithon]._x < 500)) && (100 < _parent["pit" + pithon]._y)) && (_parent["pit" + pithon]._y < 350)) {
_parent.banja._x = _parent["pit" + pithon]._x;
_parent.banja._y = _parent["pit" + pithon]._y;
banja_stop();
} else {
scroll_h = 300 - _parent["pit" + pithon]._x;
scroll_v = 300 - _parent["pit" + pithon]._y;
tmp_x = _parent.caillasse._x;
tmp_x = tmp_x + scroll_h;
if (tmp_x < -300) {
scroll_h = -300 - _parent.caillasse._x;
} else if (900 < tmp_x) {
scroll_h = 900 - _parent.caillasse._x;
}
scroll_x();
scroll_y();
_parent.banja._x = _parent["pit" + pithon]._x;
_parent.banja._y = _parent["pit" + pithon]._y;
banja_stop();
}
if ((_parent.mode_score == true) && (pithon == 1)) {
_parent.temp_start = getTimer();
}
}
function se_retourne() {
if (0 < vecteur_x) {
_parent.banja.banja_accroche.gotoAndStop("positif");
} else {
_parent.banja.banja_accroche.gotoAndStop("negatif");
}
}
function moteurscroll() {
if (accroche == 0) {
if (_parent.banja._y < 100) {
scroll_v = 7.5;
scroll_y();
} else if (_parent.banja._y < 200) {
scroll_v = 6;
scroll_y();
} else if (_parent.banja._y < 250) {
scroll_v = 5;
scroll_y();
} else if (420 < _parent.banja._y) {
if (0 < _parent.caillasse._y) {
scroll_v = vecteur_y;
scroll_y();
}
}
}
if (((accroche == 2) || (accroche == 3)) || (accroche == 4)) {
if ((_parent.banja._x < 50) || (550 < _parent.banja._x)) {
if ((_parent.caillasse._x >= -300) && (900 >= _parent.caillasse._x)) {
scroll_h = vecteur_x;
scroll_x();
} else if (900 < _parent.caillasse._x) {
if (550 < _parent.banja._x) {
scroll_h = vecteur_x;
scroll_x();
}
} else if (_parent.caillasse._x < -300) {
if (_parent.banja._x < 50) {
scroll_h = vecteur_x;
scroll_x();
}
}
}
}
}
function scroll_y() {
_parent.caillasse._y = _parent.caillasse._y + scroll_v;
_parent.corn_poug._y = _parent.corn_poug._y + scroll_v;
k = 1;
while (62 >= k) {
eval ("_parent.corn" + k)._y = eval ("_parent.corn" + k)._y + scroll_v;
k++;
}
k = 1;
while (5 >= k) {
eval ("_parent.buiss" + k)._y = eval ("_parent.buiss" + k)._y + scroll_v;
k++;
}
k = 1;
while (10 >= k) {
eval ("_parent.fcorn" + k)._y = eval ("_parent.fcorn" + k)._y + scroll_v;
k++;
}
k = 1;
while (5 >= k) {
eval ("_parent.arbre" + k)._y = eval ("_parent.arbre" + k)._y + scroll_v;
k++;
}
_parent.lafin._y = _parent.lafin._y + scroll_v;
_parent.oizo._y = _parent.oizo._y + scroll_v;
_parent.kayou._y = _parent.kayou._y + scroll_v;
_parent.ciel._y = _parent.ciel._y + scroll_v;
_parent.pointe._y = _parent.pointe._y + scroll_v;
_parent.banja._y = _parent.banja._y + scroll_v;
i = 1;
while (pithon >= i) {
_parent["pit" + i]._y = _parent["pit" + i]._y + scroll_v;
i++;
}
}
function scroll_x() {
_parent.caillasse._x = _parent.caillasse._x + scroll_h;
_parent.corn_poug._x = _parent.corn_poug._x + scroll_h;
k = 1;
while (62 >= k) {
eval ("_parent.corn" + k)._x = eval ("_parent.corn" + k)._x + scroll_h;
k++;
}
k = 1;
while (5 >= k) {
eval ("_parent.buiss" + k)._x = eval ("_parent.buiss" + k)._x + scroll_h;
k++;
}
k = 1;
while (10 >= k) {
eval ("_parent.fcorn" + k)._x = eval ("_parent.fcorn" + k)._x + scroll_h;
k++;
}
k = 1;
while (5 >= k) {
eval ("_parent.arbre" + k)._x = eval ("_parent.arbre" + k)._x + scroll_h;
k++;
}
_parent.lafin._x = _parent.lafin._x + scroll_h;
_parent.kayou._x = _parent.kayou._x + scroll_h;
_parent.oizo._x = _parent.oizo._x + scroll_h;
_parent.ciel._x = _parent.ciel._x + scroll_h;
_parent.pointe._x = _parent.pointe._x + scroll_h;
_parent.banja._x = _parent.banja._x + scroll_h;
i = 1;
while (pithon >= i) {
_parent["pit" + i]._x = _parent["pit" + i]._x + scroll_h;
i++;
}
}
monte = false;
vol = -10;
xdrapo = new Array(6);
ydrapo = new Array(6);
initson();
init();
pose_pithon();
}
Instance of Symbol 178 MovieClip "sound" in Frame 3
onClipEvent (enterFrame) {
if (_parent.caillasse._y < 400) {
this.gotoAndStop("son1");
} else if (_parent.caillasse._y < 800) {
this.gotoAndStop("son2");
} else if (_parent.caillasse._y < 1200) {
this.gotoAndStop("son3");
} else if (_parent.caillasse._y < 1600) {
this.gotoAndStop("son4");
} else if (_parent.caillasse._y < 2000) {
this.gotoAndStop("son5");
} else if (_parent.caillasse._y < 2400) {
this.gotoAndStop("son6");
}
}
Instance of Symbol 182 MovieClip "bin_yo" in Frame 3
onClipEvent (enterFrame) {
if (_parent.prog.monte) {
this.gotoAndStop("mouline");
} else {
this.gotoAndStop("muet");
}
}
Instance of Symbol 210 MovieClip "fcorn1" in Frame 3
onClipEvent (enterFrame) {
if (_parent.prog.accroche == 3) {
if (((_parent.banja._y + 25) < this._y) && ((this._y + _parent.prog.vecteur_y) < (_parent.banja._y + 25))) {
largeur = this._width / 2;
if ((_parent.banja._x < (this._x + largeur)) && ((this._x - largeur) < _parent.banja._x)) {
if (eboule != 1) {
eboule = 1;
num_vibre = 0;
this.gotoAndPlay(1);
_parent.banja._y = this._y - 40;
_parent.prog.banja_stop();
_parent.prog.fausse_corniche = 1;
}
}
}
}
}
Instance of Symbol 220 MovieClip "fcorn4" in Frame 3
onClipEvent (enterFrame) {
if (_parent.prog.accroche == 3) {
if (((_parent.banja._y + 25) < this._y) && ((this._y + _parent.prog.vecteur_y) < (_parent.banja._y + 25))) {
largeur = this._width / 2;
if ((_parent.banja._x < (this._x + largeur)) && ((this._x - largeur) < _parent.banja._x)) {
if (eboule != 1) {
eboule = 1;
num_vibre = 0;
this.gotoAndPlay(1);
_parent.banja._y = this._y - 40;
_parent.prog.banja_stop();
_parent.prog.fausse_corniche = 1;
}
}
}
}
}
Instance of Symbol 228 MovieClip "fcorn2" in Frame 3
onClipEvent (enterFrame) {
if (_parent.prog.accroche == 3) {
if (((_parent.banja._y + 25) < this._y) && ((this._y + _parent.prog.vecteur_y) < (_parent.banja._y + 25))) {
largeur = this._width / 2;
if ((_parent.banja._x < (this._x + largeur)) && ((this._x - largeur) < _parent.banja._x)) {
if (eboule != 1) {
eboule = 1;
num_vibre = 0;
this.gotoAndPlay(1);
_parent.banja._y = this._y - 40;
_parent.prog.banja_stop();
_parent.prog.fausse_corniche = 1;
}
}
}
}
}
Instance of Symbol 240 MovieClip "fcorn3" in Frame 3
onClipEvent (enterFrame) {
if (_parent.prog.accroche == 3) {
if (((_parent.banja._y + 25) < this._y) && ((this._y + _parent.prog.vecteur_y) < (_parent.banja._y + 25))) {
largeur = this._width / 2;
if ((_parent.banja._x < (this._x + largeur)) && ((this._x - largeur) < _parent.banja._x)) {
if (eboule != 1) {
eboule = 1;
num_vibre = 0;
this.gotoAndPlay(1);
_parent.banja._y = this._y - 40;
_parent.prog.banja_stop();
_parent.prog.fausse_corniche = 1;
}
}
}
}
}
Instance of Symbol 220 MovieClip "fcorn5" in Frame 3
onClipEvent (enterFrame) {
if (_parent.prog.accroche == 3) {
if (((_parent.banja._y + 25) < this._y) && ((this._y + _parent.prog.vecteur_y) < (_parent.banja._y + 25))) {
largeur = this._width / 2;
if ((_parent.banja._x < (this._x + largeur)) && ((this._x - largeur) < _parent.banja._x)) {
if (eboule != 1) {
eboule = 1;
num_vibre = 0;
this.gotoAndPlay(1);
_parent.banja._y = this._y - 40;
_parent.prog.banja_stop();
_parent.prog.fausse_corniche = 1;
}
}
}
}
}
Instance of Symbol 228 MovieClip "fcorn6" in Frame 3
onClipEvent (enterFrame) {
if (_parent.prog.accroche == 3) {
if (((_parent.banja._y + 25) < this._y) && ((this._y + _parent.prog.vecteur_y) < (_parent.banja._y + 25))) {
largeur = this._width / 2;
if ((_parent.banja._x < (this._x + largeur)) && ((this._x - largeur) < _parent.banja._x)) {
if (eboule != 1) {
eboule = 1;
num_vibre = 0;
this.gotoAndPlay(1);
_parent.banja._y = this._y - 40;
_parent.prog.banja_stop();
_parent.prog.fausse_corniche = 1;
}
}
}
}
}
Instance of Symbol 228 MovieClip "fcorn10" in Frame 3
onClipEvent (enterFrame) {
if (_parent.prog.accroche == 3) {
if (((_parent.banja._y + 25) < this._y) && ((this._y + _parent.prog.vecteur_y) < (_parent.banja._y + 25))) {
largeur = this._width / 2;
if ((_parent.banja._x < (this._x + largeur)) && ((this._x - largeur) < _parent.banja._x)) {
if (eboule != 1) {
eboule = 1;
num_vibre = 0;
this.gotoAndPlay(1);
_parent.banja._y = this._y - 40;
_parent.prog.banja_stop();
_parent.prog.fausse_corniche = 1;
}
}
}
}
}
Instance of Symbol 242 MovieClip "corn2" in Frame 3
onClipEvent (enterFrame) {
if (_parent.prog.accroche == 3) {
if (((_parent.banja._y + 25) < this._y) && ((this._y + _parent.prog.vecteur_y) < (_parent.banja._y + 25))) {
largeur = this._width / 2;
if ((_parent.banja._x < (this._x + largeur)) && ((this._x - largeur) < _parent.banja._x)) {
_parent.banja._y = this._y - 40;
_parent.prog.banja_stop();
}
}
}
}
Instance of Symbol 244 MovieClip "corn8" in Frame 3
onClipEvent (enterFrame) {
if (_parent.prog.accroche == 3) {
if (((_parent.banja._y + 25) < this._y) && ((this._y + _parent.prog.vecteur_y) < (_parent.banja._y + 25))) {
largeur = this._width / 2;
if ((_parent.banja._x < (this._x + largeur)) && ((this._x - largeur) < _parent.banja._x)) {
_parent.banja._y = this._y - 40;
_parent.prog.banja_stop();
}
}
}
}
Instance of Symbol 246 MovieClip "corn5" in Frame 3
onClipEvent (enterFrame) {
if (_parent.prog.accroche == 3) {
if (((_parent.banja._y + 25) < this._y) && ((this._y + _parent.prog.vecteur_y) < (_parent.banja._y + 25))) {
largeur = this._width / 2;
if ((_parent.banja._x < (this._x + largeur)) && ((this._x - largeur) < _parent.banja._x)) {
_parent.banja._y = this._y - 40;
_parent.prog.banja_stop();
}
}
}
}
Instance of Symbol 248 MovieClip "corn18" in Frame 3
onClipEvent (enterFrame) {
if (_parent.prog.accroche == 3) {
if (((_parent.banja._y + 25) < this._y) && ((this._y + _parent.prog.vecteur_y) < (_parent.banja._y + 25))) {
largeur = this._width / 2;
if ((_parent.banja._x < (this._x + largeur)) && ((this._x - largeur) < _parent.banja._x)) {
_parent.banja._y = this._y - 40;
_parent.prog.banja_stop();
}
}
}
}
Instance of Symbol 250 MovieClip "corn10" in Frame 3
onClipEvent (enterFrame) {
if (_parent.prog.accroche == 3) {
if (((_parent.banja._y + 25) < this._y) && ((this._y + _parent.prog.vecteur_y) < (_parent.banja._y + 25))) {
largeur = this._width / 2;
if ((_parent.banja._x < (this._x + largeur)) && ((this._x - largeur) < _parent.banja._x)) {
_parent.banja._y = this._y - 40;
_parent.prog.banja_stop();
}
}
}
}
Instance of Symbol 252 MovieClip "corn3" in Frame 3
onClipEvent (enterFrame) {
if (_parent.prog.accroche == 3) {
if (((_parent.banja._y + 25) < this._y) && ((this._y + _parent.prog.vecteur_y) < (_parent.banja._y + 25))) {
largeur = this._width / 2;
if ((_parent.banja._x < (this._x + largeur)) && ((this._x - largeur) < _parent.banja._x)) {
_parent.banja._y = this._y - 40;
_parent.prog.banja_stop();
}
}
}
}
Instance of Symbol 256 MovieClip "corn6" in Frame 3
onClipEvent (enterFrame) {
if (_parent.prog.accroche == 3) {
if (((_parent.banja._y + 25) < this._y) && ((this._y + _parent.prog.vecteur_y) < (_parent.banja._y + 25))) {
largeur = this._width / 2;
if ((_parent.banja._x < (this._x + largeur)) && ((this._x - largeur) < _parent.banja._x)) {
_parent.banja._y = this._y - 40;
_parent.prog.banja_stop();
}
}
}
}
Instance of Symbol 258 MovieClip "corn9" in Frame 3
onClipEvent (enterFrame) {
if (_parent.prog.accroche == 3) {
if (((_parent.banja._y + 25) < this._y) && ((this._y + _parent.prog.vecteur_y) < (_parent.banja._y + 25))) {
largeur = this._width / 2;
if ((_parent.banja._x < (this._x + largeur)) && ((this._x - largeur) < _parent.banja._x)) {
_parent.banja._y = this._y - 40;
_parent.prog.banja_stop();
}
}
}
}
Instance of Symbol 260 MovieClip "corn4" in Frame 3
onClipEvent (enterFrame) {
if (_parent.prog.accroche == 3) {
if (((_parent.banja._y + 25) < this._y) && ((this._y + _parent.prog.vecteur_y) < (_parent.banja._y + 25))) {
largeur = this._width / 2;
if ((_parent.banja._x < (this._x + largeur)) && ((this._x - largeur) < _parent.banja._x)) {
_parent.banja._y = this._y - 40;
_parent.prog.banja_stop();
}
}
}
}
Instance of Symbol 250 MovieClip "corn1" in Frame 3
onClipEvent (enterFrame) {
if (_parent.prog.accroche == 3) {
if (((_parent.banja._y + 25) < this._y) && ((this._y + _parent.prog.vecteur_y) < (_parent.banja._y + 25))) {
largeur = this._width / 2;
if ((_parent.banja._x < (this._x + largeur)) && ((this._x - largeur) < _parent.banja._x)) {
_parent.banja._y = this._y - 40;
_parent.prog.banja_stop();
}
}
}
}
Instance of Symbol 258 MovieClip "corn11" in Frame 3
onClipEvent (enterFrame) {
if (_parent.prog.accroche == 3) {
if (((_parent.banja._y + 25) < this._y) && ((this._y + _parent.prog.vecteur_y) < (_parent.banja._y + 25))) {
largeur = this._width / 2;
if ((_parent.banja._x < (this._x + largeur)) && ((this._x - largeur) < _parent.banja._x)) {
_parent.banja._y = this._y - 40;
_parent.prog.banja_stop();
}
}
}
}
Instance of Symbol 248 MovieClip "corn12" in Frame 3
onClipEvent (enterFrame) {
if (_parent.prog.accroche == 3) {
if (((_parent.banja._y + 25) < this._y) && ((this._y + _parent.prog.vecteur_y) < (_parent.banja._y + 25))) {
largeur = this._width / 2;
if ((_parent.banja._x < (this._x + largeur)) && ((this._x - largeur) < _parent.banja._x)) {
_parent.banja._y = this._y - 40;
_parent.prog.banja_stop();
}
}
}
}
Instance of Symbol 258 MovieClip "corn13" in Frame 3
onClipEvent (enterFrame) {
if (_parent.prog.accroche == 3) {
if (((_parent.banja._y + 25) < this._y) && ((this._y + _parent.prog.vecteur_y) < (_parent.banja._y + 25))) {
largeur = this._width / 2;
if ((_parent.banja._x < (this._x + largeur)) && ((this._x - largeur) < _parent.banja._x)) {
_parent.banja._y = this._y - 40;
_parent.prog.banja_stop();
}
}
}
}
Instance of Symbol 244 MovieClip "corn14" in Frame 3
onClipEvent (enterFrame) {
if (_parent.prog.accroche == 3) {
if (((_parent.banja._y + 25) < this._y) && ((this._y + _parent.prog.vecteur_y) < (_parent.banja._y + 25))) {
largeur = this._width / 2;
if ((_parent.banja._x < (this._x + largeur)) && ((this._x - largeur) < _parent.banja._x)) {
_parent.banja._y = this._y - 40;
_parent.prog.banja_stop();
}
}
}
}
Instance of Symbol 252 MovieClip "corn15" in Frame 3
onClipEvent (enterFrame) {
if (_parent.prog.accroche == 3) {
if (((_parent.banja._y + 25) < this._y) && ((this._y + _parent.prog.vecteur_y) < (_parent.banja._y + 25))) {
largeur = this._width / 2;
if ((_parent.banja._x < (this._x + largeur)) && ((this._x - largeur) < _parent.banja._x)) {
_parent.banja._y = this._y - 40;
_parent.prog.banja_stop();
}
}
}
}
Instance of Symbol 244 MovieClip "corn16" in Frame 3
onClipEvent (enterFrame) {
if (_parent.prog.accroche == 3) {
if (((_parent.banja._y + 25) < this._y) && ((this._y + _parent.prog.vecteur_y) < (_parent.banja._y + 25))) {
largeur = this._width / 2;
if ((_parent.banja._x < (this._x + largeur)) && ((this._x - largeur) < _parent.banja._x)) {
_parent.banja._y = this._y - 40;
_parent.prog.banja_stop();
}
}
}
}
Instance of Symbol 256 MovieClip "corn17" in Frame 3
onClipEvent (enterFrame) {
if (_parent.prog.accroche == 3) {
if (((_parent.banja._y + 25) < this._y) && ((this._y + _parent.prog.vecteur_y) < (_parent.banja._y + 25))) {
largeur = this._width / 2;
if ((_parent.banja._x < (this._x + largeur)) && ((this._x - largeur) < _parent.banja._x)) {
_parent.banja._y = this._y - 40;
_parent.prog.banja_stop();
}
}
}
}
Instance of Symbol 248 MovieClip "corn7" in Frame 3
onClipEvent (enterFrame) {
if (_parent.prog.accroche == 3) {
if (((_parent.banja._y + 25) < this._y) && ((this._y + _parent.prog.vecteur_y) < (_parent.banja._y + 25))) {
largeur = this._width / 2;
if ((_parent.banja._x < (this._x + largeur)) && ((this._x - largeur) < _parent.banja._x)) {
_parent.banja._y = this._y - 40;
_parent.prog.banja_stop();
}
}
}
}
Instance of Symbol 258 MovieClip "corn19" in Frame 3
onClipEvent (enterFrame) {
if (_parent.prog.accroche == 3) {
if (((_parent.banja._y + 25) < this._y) && ((this._y + _parent.prog.vecteur_y) < (_parent.banja._y + 25))) {
largeur = this._width / 2;
if ((_parent.banja._x < (this._x + largeur)) && ((this._x - largeur) < _parent.banja._x)) {
_parent.banja._y = this._y - 40;
_parent.prog.banja_stop();
}
}
}
}
Instance of Symbol 250 MovieClip "corn20" in Frame 3
onClipEvent (enterFrame) {
if (_parent.prog.accroche == 3) {
if (((_parent.banja._y + 25) < this._y) && ((this._y + _parent.prog.vecteur_y) < (_parent.banja._y + 25))) {
largeur = this._width / 2;
if ((_parent.banja._x < (this._x + largeur)) && ((this._x - largeur) < _parent.banja._x)) {
_parent.banja._y = this._y - 40;
_parent.prog.banja_stop();
}
}
}
}
Instance of Symbol 252 MovieClip "corn21" in Frame 3
onClipEvent (enterFrame) {
if (_parent.prog.accroche == 3) {
if (((_parent.banja._y + 25) < this._y) && ((this._y + _parent.prog.vecteur_y) < (_parent.banja._y + 25))) {
largeur = this._width / 2;
if ((_parent.banja._x < (this._x + largeur)) && ((this._x - largeur) < _parent.banja._x)) {
_parent.banja._y = this._y - 40;
_parent.prog.banja_stop();
}
}
}
}
Instance of Symbol 242 MovieClip "corn22" in Frame 3
onClipEvent (enterFrame) {
if (_parent.prog.accroche == 3) {
if (((_parent.banja._y + 25) < this._y) && ((this._y + _parent.prog.vecteur_y) < (_parent.banja._y + 25))) {
largeur = this._width / 2;
if ((_parent.banja._x < (this._x + largeur)) && ((this._x - largeur) < _parent.banja._x)) {
_parent.banja._y = this._y - 40;
_parent.prog.banja_stop();
}
}
}
}
Instance of Symbol 256 MovieClip "corn23" in Frame 3
onClipEvent (enterFrame) {
if (_parent.prog.accroche == 3) {
if (((_parent.banja._y + 25) < this._y) && ((this._y + _parent.prog.vecteur_y) < (_parent.banja._y + 25))) {
largeur = this._width / 2;
if ((_parent.banja._x < (this._x + largeur)) && ((this._x - largeur) < _parent.banja._x)) {
_parent.banja._y = this._y - 40;
_parent.prog.banja_stop();
}
}
}
}
Instance of Symbol 244 MovieClip "corn24" in Frame 3
onClipEvent (enterFrame) {
if (_parent.prog.accroche == 3) {
if (((_parent.banja._y + 25) < this._y) && ((this._y + _parent.prog.vecteur_y) < (_parent.banja._y + 25))) {
largeur = this._width / 2;
if ((_parent.banja._x < (this._x + largeur)) && ((this._x - largeur) < _parent.banja._x)) {
_parent.banja._y = this._y - 40;
_parent.prog.banja_stop();
}
}
}
}
Instance of Symbol 242 MovieClip "corn38" in Frame 3
onClipEvent (enterFrame) {
if (_parent.prog.accroche == 3) {
if (((_parent.banja._y + 25) < this._y) && ((this._y + _parent.prog.vecteur_y) < (_parent.banja._y + 25))) {
largeur = this._width / 2;
if ((_parent.banja._x < (this._x + largeur)) && ((this._x - largeur) < _parent.banja._x)) {
_parent.banja._y = this._y - 40;
_parent.prog.banja_stop();
}
}
}
}
Instance of Symbol 244 MovieClip "corn42" in Frame 3
onClipEvent (enterFrame) {
if (_parent.prog.accroche == 3) {
if (((_parent.banja._y + 25) < this._y) && ((this._y + _parent.prog.vecteur_y) < (_parent.banja._y + 25))) {
largeur = this._width / 2;
if ((_parent.banja._x < (this._x + largeur)) && ((this._x - largeur) < _parent.banja._x)) {
_parent.banja._y = this._y - 40;
_parent.prog.banja_stop();
}
}
}
}
Instance of Symbol 246 MovieClip "corn34" in Frame 3
onClipEvent (enterFrame) {
if (_parent.prog.accroche == 3) {
if (((_parent.banja._y + 25) < this._y) && ((this._y + _parent.prog.vecteur_y) < (_parent.banja._y + 25))) {
largeur = this._width / 2;
if ((_parent.banja._x < (this._x + largeur)) && ((this._x - largeur) < _parent.banja._x)) {
_parent.banja._y = this._y - 40;
_parent.prog.banja_stop();
}
}
}
}
Instance of Symbol 248 MovieClip "corn29" in Frame 3
onClipEvent (enterFrame) {
if (_parent.prog.accroche == 3) {
if (((_parent.banja._y + 25) < this._y) && ((this._y + _parent.prog.vecteur_y) < (_parent.banja._y + 25))) {
largeur = this._width / 2;
if ((_parent.banja._x < (this._x + largeur)) && ((this._x - largeur) < _parent.banja._x)) {
_parent.banja._y = this._y - 40;
_parent.prog.banja_stop();
}
}
}
}
Instance of Symbol 250 MovieClip "corn32" in Frame 3
onClipEvent (enterFrame) {
if (_parent.prog.accroche == 3) {
if (((_parent.banja._y + 25) < this._y) && ((this._y + _parent.prog.vecteur_y) < (_parent.banja._y + 25))) {
largeur = this._width / 2;
if ((_parent.banja._x < (this._x + largeur)) && ((this._x - largeur) < _parent.banja._x)) {
_parent.banja._y = this._y - 40;
_parent.prog.banja_stop();
}
}
}
}
Instance of Symbol 252 MovieClip "corn31" in Frame 3
onClipEvent (enterFrame) {
if (_parent.prog.accroche == 3) {
if (((_parent.banja._y + 25) < this._y) && ((this._y + _parent.prog.vecteur_y) < (_parent.banja._y + 25))) {
largeur = this._width / 2;
if ((_parent.banja._x < (this._x + largeur)) && ((this._x - largeur) < _parent.banja._x)) {
_parent.banja._y = this._y - 40;
_parent.prog.banja_stop();
}
}
}
}
Instance of Symbol 256 MovieClip "corn40" in Frame 3
onClipEvent (enterFrame) {
if (_parent.prog.accroche == 3) {
if (((_parent.banja._y + 25) < this._y) && ((this._y + _parent.prog.vecteur_y) < (_parent.banja._y + 25))) {
largeur = this._width / 2;
if ((_parent.banja._x < (this._x + largeur)) && ((this._x - largeur) < _parent.banja._x)) {
_parent.banja._y = this._y - 40;
_parent.prog.banja_stop();
}
}
}
}
Instance of Symbol 258 MovieClip "corn39" in Frame 3
onClipEvent (enterFrame) {
if (_parent.prog.accroche == 3) {
if (((_parent.banja._y + 25) < this._y) && ((this._y + _parent.prog.vecteur_y) < (_parent.banja._y + 25))) {
largeur = this._width / 2;
if ((_parent.banja._x < (this._x + largeur)) && ((this._x - largeur) < _parent.banja._x)) {
_parent.banja._y = this._y - 40;
_parent.prog.banja_stop();
}
}
}
}
Instance of Symbol 260 MovieClip "corn27" in Frame 3
onClipEvent (enterFrame) {
if (_parent.prog.accroche == 3) {
if (((_parent.banja._y + 25) < this._y) && ((this._y + _parent.prog.vecteur_y) < (_parent.banja._y + 25))) {
largeur = this._width / 2;
if ((_parent.banja._x < (this._x + largeur)) && ((this._x - largeur) < _parent.banja._x)) {
_parent.banja._y = this._y - 40;
_parent.prog.banja_stop();
}
}
}
}
Instance of Symbol 250 MovieClip "corn33" in Frame 3
onClipEvent (enterFrame) {
if (_parent.prog.accroche == 3) {
if (((_parent.banja._y + 25) < this._y) && ((this._y + _parent.prog.vecteur_y) < (_parent.banja._y + 25))) {
largeur = this._width / 2;
if ((_parent.banja._x < (this._x + largeur)) && ((this._x - largeur) < _parent.banja._x)) {
_parent.banja._y = this._y - 40;
_parent.prog.banja_stop();
}
}
}
}
Instance of Symbol 248 MovieClip "corn25" in Frame 3
onClipEvent (enterFrame) {
if (_parent.prog.accroche == 3) {
if (((_parent.banja._y + 25) < this._y) && ((this._y + _parent.prog.vecteur_y) < (_parent.banja._y + 25))) {
largeur = this._width / 2;
if ((_parent.banja._x < (this._x + largeur)) && ((this._x - largeur) < _parent.banja._x)) {
_parent.banja._y = this._y - 40;
_parent.prog.banja_stop();
}
}
}
}
Instance of Symbol 258 MovieClip "corn26" in Frame 3
onClipEvent (enterFrame) {
if (_parent.prog.accroche == 3) {
if (((_parent.banja._y + 25) < this._y) && ((this._y + _parent.prog.vecteur_y) < (_parent.banja._y + 25))) {
largeur = this._width / 2;
if ((_parent.banja._x < (this._x + largeur)) && ((this._x - largeur) < _parent.banja._x)) {
_parent.banja._y = this._y - 40;
_parent.prog.banja_stop();
}
}
}
}
Instance of Symbol 244 MovieClip "corn28" in Frame 3
onClipEvent (enterFrame) {
if (_parent.prog.accroche == 3) {
if (((_parent.banja._y + 25) < this._y) && ((this._y + _parent.prog.vecteur_y) < (_parent.banja._y + 25))) {
largeur = this._width / 2;
if ((_parent.banja._x < (this._x + largeur)) && ((this._x - largeur) < _parent.banja._x)) {
_parent.banja._y = this._y - 40;
_parent.prog.banja_stop();
_parent.wind._y = _parent.banja._y;
_parent.wind.gotoAndPlay("souffle");
}
}
}
}
Instance of Symbol 252 MovieClip "corn35" in Frame 3
onClipEvent (enterFrame) {
if (_parent.prog.accroche == 3) {
if (((_parent.banja._y + 25) < this._y) && ((this._y + _parent.prog.vecteur_y) < (_parent.banja._y + 25))) {
largeur = this._width / 2;
if ((_parent.banja._x < (this._x + largeur)) && ((this._x - largeur) < _parent.banja._x)) {
_parent.banja._y = this._y - 40;
_parent.prog.banja_stop();
}
}
}
}
Instance of Symbol 244 MovieClip "corn41" in Frame 3
onClipEvent (enterFrame) {
if (_parent.prog.accroche == 3) {
if (((_parent.banja._y + 25) < this._y) && ((this._y + _parent.prog.vecteur_y) < (_parent.banja._y + 25))) {
largeur = this._width / 2;
if ((_parent.banja._x < (this._x + largeur)) && ((this._x - largeur) < _parent.banja._x)) {
_parent.banja._y = this._y - 40;
_parent.prog.banja_stop();
}
}
}
}
Instance of Symbol 256 MovieClip "corn44" in Frame 3
onClipEvent (enterFrame) {
if (_parent.prog.accroche == 3) {
if (((_parent.banja._y + 25) < this._y) && ((this._y + _parent.prog.vecteur_y) < (_parent.banja._y + 25))) {
largeur = this._width / 2;
if ((_parent.banja._x < (this._x + largeur)) && ((this._x - largeur) < _parent.banja._x)) {
_parent.banja._y = this._y - 40;
_parent.prog.banja_stop();
}
}
}
}
Instance of Symbol 248 MovieClip "corn37" in Frame 3
onClipEvent (enterFrame) {
if (_parent.prog.accroche == 3) {
if (((_parent.banja._y + 25) < this._y) && ((this._y + _parent.prog.vecteur_y) < (_parent.banja._y + 25))) {
largeur = this._width / 2;
if ((_parent.banja._x < (this._x + largeur)) && ((this._x - largeur) < _parent.banja._x)) {
_parent.banja._y = this._y - 40;
_parent.prog.banja_stop();
}
}
}
}
Instance of Symbol 258 MovieClip "corn45" in Frame 3
onClipEvent (enterFrame) {
if (_parent.prog.accroche == 3) {
if (((_parent.banja._y + 25) < this._y) && ((this._y + _parent.prog.vecteur_y) < (_parent.banja._y + 25))) {
largeur = this._width / 2;
if ((_parent.banja._x < (this._x + largeur)) && ((this._x - largeur) < _parent.banja._x)) {
_parent.banja._y = this._y - 40;
_parent.prog.banja_stop();
_parent.wind._y = _parent.banja._y;
_parent.wind.gotoAndPlay("souffle");
}
}
}
}
Instance of Symbol 250 MovieClip "corn48" in Frame 3
onClipEvent (enterFrame) {
if (_parent.prog.accroche == 3) {
if (((_parent.banja._y + 25) < this._y) && ((this._y + _parent.prog.vecteur_y) < (_parent.banja._y + 25))) {
largeur = this._width / 2;
if ((_parent.banja._x < (this._x + largeur)) && ((this._x - largeur) < _parent.banja._x)) {
_parent.banja._y = this._y - 40;
_parent.prog.banja_stop();
}
}
}
}
Instance of Symbol 252 MovieClip "corn46" in Frame 3
onClipEvent (enterFrame) {
if (_parent.prog.accroche == 3) {
if (((_parent.banja._y + 25) < this._y) && ((this._y + _parent.prog.vecteur_y) < (_parent.banja._y + 25))) {
largeur = this._width / 2;
if ((_parent.banja._x < (this._x + largeur)) && ((this._x - largeur) < _parent.banja._x)) {
_parent.banja._y = this._y - 40;
_parent.prog.banja_stop();
_parent.wind._y = _parent.banja._y;
_parent.wind.gotoAndPlay("souffle");
}
}
}
}
Instance of Symbol 242 MovieClip "corn47" in Frame 3
onClipEvent (enterFrame) {
if (_parent.prog.accroche == 3) {
if (((_parent.banja._y + 25) < this._y) && ((this._y + _parent.prog.vecteur_y) < (_parent.banja._y + 25))) {
largeur = this._width / 2;
if ((_parent.banja._x < (this._x + largeur)) && ((this._x - largeur) < _parent.banja._x)) {
_parent.banja._y = this._y - 40;
_parent.prog.banja_stop();
}
}
}
}
Instance of Symbol 256 MovieClip "corn43" in Frame 3
onClipEvent (enterFrame) {
if (_parent.prog.accroche == 3) {
if (((_parent.banja._y + 25) < this._y) && ((this._y + _parent.prog.vecteur_y) < (_parent.banja._y + 25))) {
largeur = this._width / 2;
if ((_parent.banja._x < (this._x + largeur)) && ((this._x - largeur) < _parent.banja._x)) {
_parent.banja._y = this._y - 40;
_parent.prog.banja_stop();
}
}
}
}
Instance of Symbol 244 MovieClip "corn36" in Frame 3
onClipEvent (enterFrame) {
if (_parent.prog.accroche == 3) {
if (((_parent.banja._y + 25) < this._y) && ((this._y + _parent.prog.vecteur_y) < (_parent.banja._y + 25))) {
largeur = this._width / 2;
if ((_parent.banja._x < (this._x + largeur)) && ((this._x - largeur) < _parent.banja._x)) {
_parent.banja._y = this._y - 40;
_parent.prog.banja_stop();
}
}
}
}
Instance of Symbol 256 MovieClip "corn58" in Frame 3
onClipEvent (enterFrame) {
if (_parent.prog.accroche == 3) {
if (((_parent.banja._y + 25) < this._y) && ((this._y + _parent.prog.vecteur_y) < (_parent.banja._y + 25))) {
largeur = this._width / 2;
if ((_parent.banja._x < (this._x + largeur)) && ((this._x - largeur) < _parent.banja._x)) {
_parent.banja._y = this._y - 40;
_parent.prog.banja_stop();
}
}
}
}
Instance of Symbol 258 MovieClip "corn52" in Frame 3
onClipEvent (enterFrame) {
if (_parent.prog.accroche == 3) {
if (((_parent.banja._y + 25) < this._y) && ((this._y + _parent.prog.vecteur_y) < (_parent.banja._y + 25))) {
largeur = this._width / 2;
if ((_parent.banja._x < (this._x + largeur)) && ((this._x - largeur) < _parent.banja._x)) {
_parent.banja._y = this._y - 40;
_parent.prog.banja_stop();
}
}
}
}
Instance of Symbol 248 MovieClip "corn49" in Frame 3
onClipEvent (enterFrame) {
if (_parent.prog.accroche == 3) {
if (((_parent.banja._y + 25) < this._y) && ((this._y + _parent.prog.vecteur_y) < (_parent.banja._y + 25))) {
largeur = this._width / 2;
if ((_parent.banja._x < (this._x + largeur)) && ((this._x - largeur) < _parent.banja._x)) {
_parent.banja._y = this._y - 40;
_parent.prog.banja_stop();
}
}
}
}
Instance of Symbol 244 MovieClip "corn50" in Frame 3
onClipEvent (enterFrame) {
if (_parent.prog.accroche == 3) {
if (((_parent.banja._y + 25) < this._y) && ((this._y + _parent.prog.vecteur_y) < (_parent.banja._y + 25))) {
largeur = this._width / 2;
if ((_parent.banja._x < (this._x + largeur)) && ((this._x - largeur) < _parent.banja._x)) {
_parent.banja._y = this._y - 40;
_parent.prog.banja_stop();
if (_parent.mode_score == true) {
_parent.score.test.score_fin = 1;
_parent.chrono_min = _parent.score.chrono_min;
_parent.chrono_sec = _parent.score.chrono_sec;
_parent.chrono_cent = _parent.score.chrono_cent;
_parent.score_final = 1000000 - Number((_parent.score.chrono_min add _parent.score.chrono_sec) add _parent.score.chrono_cent);
_level10.varjoueur.obj.HIM = {num_jeu:18, score:_parent.score_final, pays:"1"};
_level10.network.ASP.name = "majhighscore";
_level10.network.ASP.gotoAndPlay("Start");
_parent.nextFrame();
}
}
}
}
}
Instance of Symbol 252 MovieClip "corn51" in Frame 3
onClipEvent (enterFrame) {
if (_parent.prog.accroche == 3) {
if (((_parent.banja._y + 25) < this._y) && ((this._y + _parent.prog.vecteur_y) < (_parent.banja._y + 25))) {
largeur = this._width / 2;
if ((_parent.banja._x < (this._x + largeur)) && ((this._x - largeur) < _parent.banja._x)) {
_parent.banja._y = this._y - 40;
_parent.prog.banja_stop();
}
}
}
}
Instance of Symbol 242 MovieClip "corn55" in Frame 3
onClipEvent (enterFrame) {
if (_parent.prog.accroche == 3) {
if (((_parent.banja._y + 25) < this._y) && ((this._y + _parent.prog.vecteur_y) < (_parent.banja._y + 25))) {
largeur = this._width / 2;
if ((_parent.banja._x < (this._x + largeur)) && ((this._x - largeur) < _parent.banja._x)) {
_parent.banja._y = this._y - 40;
_parent.prog.banja_stop();
}
}
}
}
Instance of Symbol 256 MovieClip "corn54" in Frame 3
onClipEvent (enterFrame) {
if (_parent.prog.accroche == 3) {
if (((_parent.banja._y + 25) < this._y) && ((this._y + _parent.prog.vecteur_y) < (_parent.banja._y + 25))) {
largeur = this._width / 2;
if ((_parent.banja._x < (this._x + largeur)) && ((this._x - largeur) < _parent.banja._x)) {
_parent.banja._y = this._y - 40;
_parent.prog.banja_stop();
}
}
}
}
Instance of Symbol 244 MovieClip "corn53" in Frame 3
onClipEvent (enterFrame) {
if (_parent.prog.accroche == 3) {
if (((_parent.banja._y + 25) < this._y) && ((this._y + _parent.prog.vecteur_y) < (_parent.banja._y + 25))) {
largeur = this._width / 2;
if ((_parent.banja._x < (this._x + largeur)) && ((this._x - largeur) < _parent.banja._x)) {
_parent.banja._y = this._y - 40;
_parent.prog.banja_stop();
}
}
}
}
Instance of Symbol 260 MovieClip "corn30" in Frame 3
onClipEvent (enterFrame) {
if (_parent.prog.accroche == 3) {
if (((_parent.banja._y + 25) < this._y) && ((this._y + _parent.prog.vecteur_y) < (_parent.banja._y + 25))) {
largeur = this._width / 2;
if ((_parent.banja._x < (this._x + largeur)) && ((this._x - largeur) < _parent.banja._x)) {
_parent.banja._y = this._y - 40;
_parent.prog.banja_stop();
}
}
}
}
Instance of Symbol 260 MovieClip "corn57" in Frame 3
onClipEvent (enterFrame) {
if (_parent.prog.accroche == 3) {
if (((_parent.banja._y + 25) < this._y) && ((this._y + _parent.prog.vecteur_y) < (_parent.banja._y + 25))) {
largeur = this._width / 2;
if ((_parent.banja._x < (this._x + largeur)) && ((this._x - largeur) < _parent.banja._x)) {
_parent.banja._y = this._y - 40;
_parent.prog.banja_stop();
}
}
}
}
Instance of Symbol 242 MovieClip "corn60" in Frame 3
onClipEvent (enterFrame) {
if (_parent.prog.accroche == 3) {
if (((_parent.banja._y + 25) < this._y) && ((this._y + _parent.prog.vecteur_y) < (_parent.banja._y + 25))) {
largeur = this._width / 2;
if ((_parent.banja._x < (this._x + largeur)) && ((this._x - largeur) < _parent.banja._x)) {
_parent.banja._y = this._y - 40;
_parent.prog.banja_stop();
}
}
}
}
Instance of Symbol 250 MovieClip "corn61" in Frame 3
onClipEvent (enterFrame) {
if (_parent.prog.accroche == 3) {
if (((_parent.banja._y + 25) < this._y) && ((this._y + _parent.prog.vecteur_y) < (_parent.banja._y + 25))) {
largeur = this._width / 2;
if ((_parent.banja._x < (this._x + largeur)) && ((this._x - largeur) < _parent.banja._x)) {
_parent.banja._y = this._y - 40;
_parent.prog.banja_stop();
}
}
}
}
Instance of Symbol 248 MovieClip "corn56" in Frame 3
onClipEvent (enterFrame) {
if (_parent.prog.accroche == 3) {
if (((_parent.banja._y + 25) < this._y) && ((this._y + _parent.prog.vecteur_y) < (_parent.banja._y + 25))) {
largeur = this._width / 2;
if ((_parent.banja._x < (this._x + largeur)) && ((this._x - largeur) < _parent.banja._x)) {
_parent.banja._y = this._y - 40;
_parent.prog.banja_stop();
}
}
}
}
Instance of Symbol 284 MovieClip "corn_poug" in Frame 3
onClipEvent (enterFrame) {
if (_parent.prog.accroche == 3) {
if (((_parent.banja._y + 25) < this._y) && ((this._y + _parent.prog.vecteur_y) < (_parent.banja._y + 25))) {
largeur = this._width / 2;
if ((_parent.banja._x < (this._x + largeur)) && ((this._x - largeur) < _parent.banja._x)) {
_parent.banja._y = this._y - 40;
_parent.prog.banja_stop();
if (_level10.varjoueur.Epi == 11) {
if (_level10.varjoueur.obj.acj[179] == null) {
_parent.fin = true;
_level10.mregles.vartempmdial.drocks_fini = true;
}
}
}
}
}
}
Instance of Symbol 210 MovieClip "fcorn7" in Frame 3
onClipEvent (enterFrame) {
if (_parent.prog.accroche == 3) {
if (((_parent.banja._y + 25) < this._y) && ((this._y + _parent.prog.vecteur_y) < (_parent.banja._y + 25))) {
largeur = this._width / 2;
if ((_parent.banja._x < (this._x + largeur)) && ((this._x - largeur) < _parent.banja._x)) {
if (eboule != 1) {
eboule = 1;
num_vibre = 0;
this.gotoAndPlay(1);
_parent.banja._y = this._y - 40;
_parent.prog.banja_stop();
_parent.prog.fausse_corniche = 1;
}
}
}
}
}
Instance of Symbol 240 MovieClip "fcorn8" in Frame 3
onClipEvent (enterFrame) {
if (_parent.prog.accroche == 3) {
if (((_parent.banja._y + 25) < this._y) && ((this._y + _parent.prog.vecteur_y) < (_parent.banja._y + 25))) {
largeur = this._width / 2;
if ((_parent.banja._x < (this._x + largeur)) && ((this._x - largeur) < _parent.banja._x)) {
if (eboule != 1) {
eboule = 1;
num_vibre = 0;
this.gotoAndPlay(1);
_parent.banja._y = this._y - 40;
_parent.prog.banja_stop();
_parent.prog.fausse_corniche = 1;
}
}
}
}
}
Instance of Symbol 240 MovieClip "fcorn9" in Frame 3
onClipEvent (enterFrame) {
if (_parent.prog.accroche == 3) {
if (((_parent.banja._y + 25) < this._y) && ((this._y + _parent.prog.vecteur_y) < (_parent.banja._y + 25))) {
largeur = this._width / 2;
if ((_parent.banja._x < (this._x + largeur)) && ((this._x - largeur) < _parent.banja._x)) {
if (eboule != 1) {
eboule = 1;
num_vibre = 0;
this.gotoAndPlay(1);
_parent.banja._y = this._y - 40;
_parent.prog.banja_stop();
_parent.prog.fausse_corniche = 1;
}
}
}
}
}
Symbol 20 MovieClip Frame 11
stop();
Symbol 20 MovieClip Frame 12
_parent.sereferme = true;
Symbol 20 MovieClip Frame 25
stop();
_parent.play();
Symbol 58 MovieClip Frame 87
stop();
Symbol 66 MovieClip Frame 2
stop();
Symbol 70 Button
on (release) {
gotoAndPlay (125);
}
Symbol 77 MovieClip Frame 2
stop();
Symbol 78 Button
on (rollOver) {
setProperty("graph_position", _visible , true);
drag(13);
}
on (rollOut) {
setProperty("graph_position", _visible , false);
drag(1);
}
on (release) {
graphic = graphic + 1;
if (graphic == 4) {
graph_position.gotoAndStop("medium");
_quality = "MEDIUM";
graphic = 1;
} else {
if (graphic == 1) {
graph_position.gotoAndStop("medium");
_quality = "MEDIUM";
}
if (graphic == 2) {
graph_position.gotoAndStop("low");
_quality = "LOW";
}
if (graphic == 3) {
graph_position.gotoAndStop("high");
_quality = "HIGH";
}
}
}
Symbol 84 MovieClip Frame 2
stop();
Symbol 95 Button
on (release) {
_parent.nextFrame();
}
Symbol 96 Button
on (release) {
getURL ("javascript:close_game()");
_parent.fin = true;
}
Symbol 97 Button
on (release) {
_parent.nextFrame();
}
Symbol 122 MovieClip Frame 1
stop();
Symbol 122 MovieClip Frame 7
stop();
Symbol 163 MovieClip Frame 31
stop();
Symbol 164 MovieClip Frame 38
stop();
Symbol 169 MovieClip Frame 559
gotoAndPlay (150);
Symbol 178 MovieClip Frame 1
stop();
Symbol 178 MovieClip Frame 5
stop();
Symbol 178 MovieClip Frame 10
stop();
Symbol 178 MovieClip Frame 15
stop();
Symbol 178 MovieClip Frame 20
stop();
Symbol 178 MovieClip Frame 25
stop();
stop();
Symbol 210 MovieClip Frame 1
if (num_vibre < 1) {
stop();
}
Symbol 210 MovieClip Frame 3
if (num_vibre < 15) {
num_vibre = num_vibre + 1;
gotoAndPlay (1);
}
Symbol 210 MovieClip Frame 5
if (_parent.prog.accroche != 2) {
_parent.prog.decroche();
_parent.prog.accroche = 4;
}
Symbol 210 MovieClip Frame 16
stop();
Symbol 220 MovieClip Frame 1
if (num_vibre < 1) {
stop();
}
Symbol 220 MovieClip Frame 3
if (num_vibre < 15) {
num_vibre = num_vibre + 1;
gotoAndPlay (1);
}
Symbol 220 MovieClip Frame 5
if (_parent.prog.accroche != 2) {
_parent.prog.decroche();
_parent.prog.accroche = 4;
}
Symbol 220 MovieClip Frame 16
stop();
Symbol 228 MovieClip Frame 1
if (num_vibre < 1) {
stop();
}
Symbol 228 MovieClip Frame 3
if (num_vibre < 15) {
num_vibre = num_vibre + 1;
gotoAndPlay (1);
}
Symbol 228 MovieClip Frame 5
if (_parent.prog.accroche != 2) {
_parent.prog.decroche();
_parent.prog.accroche = 4;
}
Symbol 228 MovieClip Frame 16
stop();
Symbol 240 MovieClip Frame 1
if (num_vibre < 1) {
stop();
}
Symbol 240 MovieClip Frame 3
if (num_vibre < 15) {
num_vibre = num_vibre + 1;
gotoAndPlay (1);
}
Symbol 240 MovieClip Frame 5
if (_parent.prog.accroche != 2) {
_parent.prog.decroche();
_parent.prog.accroche = 4;
}
Symbol 240 MovieClip Frame 16
stop();
Symbol 284 MovieClip Frame 1
stop();
Symbol 284 MovieClip Frame 4
stop();
Symbol 305 MovieClip Frame 55
stop();
Symbol 314 MovieClip Frame 1
stop();
Symbol 314 MovieClip Frame 2
stop();
Symbol 314 MovieClip Frame 3
stop();
Symbol 332 MovieClip Frame 1
stop();
Symbol 332 MovieClip Frame 8
stop();
Symbol 332 MovieClip Frame 9
stop();
Symbol 332 MovieClip Frame 16
stop();
Symbol 345 MovieClip Frame 2
stopAllSounds();
Symbol 345 MovieClip Frame 13
gotoAndPlay (3);
Symbol 345 MovieClip Frame 15
stopAllSounds();
Symbol 345 MovieClip Frame 26
gotoAndPlay (16);
Symbol 346 MovieClip Frame 1
stop();
Symbol 346 MovieClip Frame 4
stop();
Symbol 378 MovieClip Frame 1
stop();
Instance of Symbol 357 MovieClip in Symbol 378 MovieClip Frame 2
onClipEvent (enterFrame) {
if (_parent._parent.prog.accroche == 2) {
if (Math.abs(_parent._parent.prog.angle_alpha) < 80) {
if (0 < _parent._parent.prog.angle_alpha) {
_parent._parent.prog.angle_alpha = _parent._parent.prog.angle_alpha + 2;
} else if (_parent._parent.prog.angle_alpha < 0) {
_parent._parent.prog.angle_alpha = _parent._parent.prog.angle_alpha - 2;
}
}
}
}
Symbol 378 MovieClip Frame 30
this._y = _parent.banja._y;
gotoAndPlay (2);
Symbol 390 Button
on (release) {
if (_currentframe == 1) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
}
Symbol 392 MovieClip Frame 1
stop();
Symbol 392 MovieClip Frame 4
stop();
Instance of Symbol 391 MovieClip "test" in Symbol 392 MovieClip Frame 4
onClipEvent (enterFrame) {
if (score_fin == null) {
chrono_temp = getTimer() - _parent._parent.temp_start;
chrono_temp = Math.floor(chrono_temp / 10);
reste_tps = chrono_temp % 6000;
_parent.chrono_min = Math.floor(chrono_temp / 6000);
if (_parent.chrono_min < 10) {
_parent.chrono_min = "0" add _parent.chrono_min;
}
_parent.chrono_sec = Math.floor(reste_tps / 100);
if (_parent.chrono_sec < 10) {
_parent.chrono_sec = "0" add _parent.chrono_sec;
}
_parent.chrono_cent = Math.floor(((reste_tps / 100) - _parent.chrono_sec) * 100);
if (_parent.chrono_cent < 10) {
_parent.chrono_cent = "0" add _parent.chrono_cent;
}
}
}
Symbol 393 Button
on (release) {
gotoAndPlay (1);
}
Symbol 397 MovieClip Frame 5
stop();
Symbol 398 Button
on (release, keyPress "p") {
if (_currentframe == 1) {
_parent.prog.pause = 1;
_parent.prog.number = 0;
_parent.prog.memo_pith();
gotoAndPlay (2);
} else {
_parent.prog.pause = 0;
gotoAndStop (1);
}
}
Symbol 406 MovieClip Frame 1
i = 1;
while (_parent._parent._parent.prog.pithon >= i) {
eval ("drap" + i)._x = _parent._parent._parent.prog.xdrapo[i];
eval ("drap" + i)._y = _parent._parent._parent.prog.ydrapo[i];
i++;
}
banja._x = _parent._parent._parent.prog.xdrapo[0];
banja._y = _parent._parent._parent.prog.ydrapo[0];
Symbol 413 MovieClip Frame 1
stop();
Symbol 413 MovieClip Frame 10
stop();
Symbol 434 Button
on (release) {
_level10.mregles.vartempmdial.drocks_fini = true;
fin = true;
}