Frame 1
total = _root.getBytesTotal();
charg = _root.getBytesLoaded();
pourcentage = Math.round((charg / total) * 100) add "%";
with (barre) {
_xscale = (charg / total) * 100;
}
if (charg >= total) {
gotoAndPlay (5);
}
_root.onMouseDown = function () {
destx = _root._xmouse;
desty = _root._ymouse;
_root.onEnterFrame = function () {
distpx = destx - perso._x;
distpy = desty - perso._y;
perso._x = perso._x + (distpx * 0.1);
perso._y = perso._y + (distpy * 0.1);
if (Math.abs(distpx) < 1) {
delete _root.onEnterFrame;
}
};
};
Frame 2
gotoAndPlay (1);
Frame 3
stop();
Frame 5
stop();
Frame 6
stop();
Frame 7
stop();
Frame 8
stop();
tourner = function () {
point = new Object();
point.x = _root.mur.mon_clip.mon_pointeur._x;
point.y = _root.mur.mon_clip.mon_pointeur._y;
_root.mur.mon_clip.localToGlobal(point);
var _local3 = ma_fleche._x - point.x;
var _local2 = ma_fleche._y - point.y;
var _local5 = Math.atan2(_local2, _local3);
var _local4 = (_local5 * 180) / Math.PI;
ma_fleche._rotation = _local4;
};
setInterval(tourner, 60);
tourner = function () {
point = new Object();
point.x = _root.mur.mon_clip2.mon_pointeur._x;
point.y = _root.mur.mon_clip2.mon_pointeur._y;
_root.mur.mon_clip2.localToGlobal(point);
var _local3 = ma_fleche2._x - point.x;
var _local2 = ma_fleche2._y - point.y;
var _local5 = Math.atan2(_local2, _local3);
var _local4 = (_local5 * 180) / Math.PI;
ma_fleche2._rotation = _local4;
};
setInterval(tourner, 60);
Instance of Symbol 362 MovieClip in Frame 8
onClipEvent (load) {
_root.vie = 2;
}
onClipEvent (enterFrame) {
if (_root.vie == 0) {
_root.gotoAndPlay(10);
}
}
Frame 9
stop();
Frame 10
stop();
Frame 11
stop();
tourner = function () {
point = new Object();
point.x = _root.mur.mon_clip.mon_pointeur._x;
point.y = _root.mur.mon_clip.mon_pointeur._y;
_root.mur.mon_clip.localToGlobal(point);
var _local3 = ma_fleche._x - point.x;
var _local2 = ma_fleche._y - point.y;
var _local5 = Math.atan2(_local2, _local3);
var _local4 = (_local5 * 180) / Math.PI;
ma_fleche._rotation = _local4;
};
setInterval(tourner, 60);
tourner = function () {
point = new Object();
point.x = _root.mur.mon_clip2.mon_pointeur._x;
point.y = _root.mur.mon_clip2.mon_pointeur._y;
_root.mur.mon_clip2.localToGlobal(point);
var _local3 = ma_fleche2._x - point.x;
var _local2 = ma_fleche2._y - point.y;
var _local5 = Math.atan2(_local2, _local3);
var _local4 = (_local5 * 180) / Math.PI;
ma_fleche2._rotation = _local4;
};
setInterval(tourner, 60);
tourner = function () {
point = new Object();
point.x = _root.mur.mon_clip3.mon_pointeur._x;
point.y = _root.mur.mon_clip3.mon_pointeur._y;
_root.mur.mon_clip3.localToGlobal(point);
var _local3 = ma_fleche3._x - point.x;
var _local2 = ma_fleche3._y - point.y;
var _local5 = Math.atan2(_local2, _local3);
var _local4 = (_local5 * 180) / Math.PI;
ma_fleche3._rotation = _local4;
};
setInterval(tourner, 60);
Instance of Symbol 362 MovieClip in Frame 11
onClipEvent (load) {
_root.vie = 3;
}
onClipEvent (enterFrame) {
if (_root.vie == 0) {
_root.gotoAndPlay(13);
}
}
Frame 12
stop();
Frame 13
stop();
Frame 14
stop();
tourner = function () {
point = new Object();
point.x = _root.mur.mon_clip.mon_pointeur._x;
point.y = _root.mur.mon_clip.mon_pointeur._y;
_root.mur.mon_clip.localToGlobal(point);
var _local3 = ma_fleche._x - point.x;
var _local2 = ma_fleche._y - point.y;
var _local5 = Math.atan2(_local2, _local3);
var _local4 = (_local5 * 180) / Math.PI;
ma_fleche._rotation = _local4;
};
setInterval(tourner, 60);
tourner = function () {
point = new Object();
point.x = _root.mur.mon_clip2.mon_pointeur._x;
point.y = _root.mur.mon_clip2.mon_pointeur._y;
_root.mur.mon_clip2.localToGlobal(point);
var _local3 = ma_fleche2._x - point.x;
var _local2 = ma_fleche2._y - point.y;
var _local5 = Math.atan2(_local2, _local3);
var _local4 = (_local5 * 180) / Math.PI;
ma_fleche2._rotation = _local4;
};
setInterval(tourner, 60);
tourner = function () {
point = new Object();
point.x = _root.mur.mon_clip3.mon_pointeur._x;
point.y = _root.mur.mon_clip3.mon_pointeur._y;
_root.mur.mon_clip3.localToGlobal(point);
var _local3 = ma_fleche3._x - point.x;
var _local2 = ma_fleche3._y - point.y;
var _local5 = Math.atan2(_local2, _local3);
var _local4 = (_local5 * 180) / Math.PI;
ma_fleche3._rotation = _local4;
};
setInterval(tourner, 60);
tourner = function () {
point = new Object();
point.x = _root.mur.mon_clip4.mon_pointeur._x;
point.y = _root.mur.mon_clip4.mon_pointeur._y;
_root.mur.mon_clip4.localToGlobal(point);
var _local3 = ma_fleche4._x - point.x;
var _local2 = ma_fleche4._y - point.y;
var _local5 = Math.atan2(_local2, _local3);
var _local4 = (_local5 * 180) / Math.PI;
ma_fleche4._rotation = _local4;
};
setInterval(tourner, 60);
tourner = function () {
point = new Object();
point.x = _root.mur.mon_clip5.mon_pointeur._x;
point.y = _root.mur.mon_clip5.mon_pointeur._y;
_root.mur.mon_clip5.localToGlobal(point);
var _local3 = ma_fleche5._x - point.x;
var _local2 = ma_fleche5._y - point.y;
var _local5 = Math.atan2(_local2, _local3);
var _local4 = (_local5 * 180) / Math.PI;
ma_fleche5._rotation = _local4;
};
setInterval(tourner, 60);
Instance of Symbol 362 MovieClip in Frame 14
onClipEvent (load) {
_root.vie = 5;
}
onClipEvent (enterFrame) {
if (_root.vie == 0) {
_root.gotoAndPlay(16);
}
}
Instance of Symbol 362 MovieClip in Frame 14
onClipEvent (load) {
_root.vitalite = 2;
}
onClipEvent (enterFrame) {
if (_root.vitalite <= 0) {
_root.gotoAndPlay(15);
}
}
Frame 15
stop();
Frame 16
stop();
Frame 17
stop();
tourner = function () {
point = new Object();
point.x = _root.mur.mon_clip.mon_pointeur._x;
point.y = _root.mur.mon_clip.mon_pointeur._y;
_root.mur.mon_clip.localToGlobal(point);
var _local3 = ma_fleche._x - point.x;
var _local2 = ma_fleche._y - point.y;
var _local5 = Math.atan2(_local2, _local3);
var _local4 = (_local5 * 180) / Math.PI;
ma_fleche._rotation = _local4;
};
setInterval(tourner, 60);
tourner = function () {
point = new Object();
point.x = _root.mur.mon_clip2.mon_pointeur._x;
point.y = _root.mur.mon_clip2.mon_pointeur._y;
_root.mur.mon_clip2.localToGlobal(point);
var _local3 = ma_fleche2._x - point.x;
var _local2 = ma_fleche2._y - point.y;
var _local5 = Math.atan2(_local2, _local3);
var _local4 = (_local5 * 180) / Math.PI;
ma_fleche2._rotation = _local4;
};
setInterval(tourner, 60);
tourner = function () {
point = new Object();
point.x = _root.mur.mon_clip3.mon_pointeur._x;
point.y = _root.mur.mon_clip3.mon_pointeur._y;
_root.mur.mon_clip3.localToGlobal(point);
var _local3 = ma_fleche3._x - point.x;
var _local2 = ma_fleche3._y - point.y;
var _local5 = Math.atan2(_local2, _local3);
var _local4 = (_local5 * 180) / Math.PI;
ma_fleche3._rotation = _local4;
};
setInterval(tourner, 60);
tourner = function () {
point = new Object();
point.x = _root.mur.mon_clip4.mon_pointeur._x;
point.y = _root.mur.mon_clip4.mon_pointeur._y;
_root.mur.mon_clip4.localToGlobal(point);
var _local3 = ma_fleche4._x - point.x;
var _local2 = ma_fleche4._y - point.y;
var _local5 = Math.atan2(_local2, _local3);
var _local4 = (_local5 * 180) / Math.PI;
ma_fleche4._rotation = _local4;
};
setInterval(tourner, 60);
tourner = function () {
point = new Object();
point.x = _root.mur.mon_clip5.mon_pointeur._x;
point.y = _root.mur.mon_clip5.mon_pointeur._y;
_root.mur.mon_clip5.localToGlobal(point);
var _local3 = ma_fleche5._x - point.x;
var _local2 = ma_fleche5._y - point.y;
var _local5 = Math.atan2(_local2, _local3);
var _local4 = (_local5 * 180) / Math.PI;
ma_fleche5._rotation = _local4;
};
setInterval(tourner, 60);
tourner = function () {
point = new Object();
point.x = _root.mur.mon_clip6.mon_pointeur._x;
point.y = _root.mur.mon_clip6.mon_pointeur._y;
_root.mur.mon_clip6.localToGlobal(point);
var _local3 = ma_fleche6._x - point.x;
var _local2 = ma_fleche6._y - point.y;
var _local5 = Math.atan2(_local2, _local3);
var _local4 = (_local5 * 180) / Math.PI;
ma_fleche6._rotation = _local4;
};
setInterval(tourner, 60);
Instance of Symbol 362 MovieClip in Frame 17
onClipEvent (load) {
_root.vie = 6;
}
onClipEvent (enterFrame) {
if (_root.vie == 0) {
_root.gotoAndPlay(19);
}
}
Instance of Symbol 362 MovieClip in Frame 17
onClipEvent (load) {
_root.vitalite = 2;
}
onClipEvent (enterFrame) {
if (_root.vitalite <= 0) {
_root.gotoAndPlay(18);
}
}
Frame 18
stop();
Frame 19
stop();
Frame 20
stop();
Instance of Symbol 615 MovieClip in Frame 20
onClipEvent (load) {
_root.energie = 100;
}
onClipEvent (enterFrame) {
if (_root.energie == 0) {
_root.gotoAndPlay(22);
}
}
Instance of Symbol 362 MovieClip in Frame 20
onClipEvent (load) {
_root.vitalite = 2;
}
onClipEvent (enterFrame) {
if (_root.vitalite <= 0) {
_root.gotoAndPlay(21);
}
}
Frame 21
stop();
Frame 22
stop();
Frame 23
stop();
tourner = function () {
point = new Object();
point.x = _root.mur.mon_clip.mon_pointeur._x;
point.y = _root.mur.mon_clip.mon_pointeur._y;
_root.mur.mon_clip.localToGlobal(point);
var _local3 = ma_fleche._x - point.x;
var _local2 = ma_fleche._y - point.y;
var _local5 = Math.atan2(_local2, _local3);
var _local4 = (_local5 * 180) / Math.PI;
ma_fleche._rotation = _local4;
};
setInterval(tourner, 60);
tourner = function () {
point = new Object();
point.x = _root.mur.mon_clip2.mon_pointeur._x;
point.y = _root.mur.mon_clip2.mon_pointeur._y;
_root.mur.mon_clip2.localToGlobal(point);
var _local3 = ma_fleche2._x - point.x;
var _local2 = ma_fleche2._y - point.y;
var _local5 = Math.atan2(_local2, _local3);
var _local4 = (_local5 * 180) / Math.PI;
ma_fleche2._rotation = _local4;
};
setInterval(tourner, 60);
tourner = function () {
point = new Object();
point.x = _root.mur.mon_clip3.mon_pointeur._x;
point.y = _root.mur.mon_clip3.mon_pointeur._y;
_root.mur.mon_clip3.localToGlobal(point);
var _local3 = ma_fleche3._x - point.x;
var _local2 = ma_fleche3._y - point.y;
var _local5 = Math.atan2(_local2, _local3);
var _local4 = (_local5 * 180) / Math.PI;
ma_fleche3._rotation = _local4;
};
setInterval(tourner, 60);
tourner = function () {
point = new Object();
point.x = _root.mur.mon_clip4.mon_pointeur._x;
point.y = _root.mur.mon_clip4.mon_pointeur._y;
_root.mur.mon_clip4.localToGlobal(point);
var _local3 = ma_fleche4._x - point.x;
var _local2 = ma_fleche4._y - point.y;
var _local5 = Math.atan2(_local2, _local3);
var _local4 = (_local5 * 180) / Math.PI;
ma_fleche4._rotation = _local4;
};
setInterval(tourner, 60);
tourner = function () {
point = new Object();
point.x = _root.mur.mon_clip5.mon_pointeur._x;
point.y = _root.mur.mon_clip5.mon_pointeur._y;
_root.mur.mon_clip5.localToGlobal(point);
var _local3 = ma_fleche5._x - point.x;
var _local2 = ma_fleche5._y - point.y;
var _local5 = Math.atan2(_local2, _local3);
var _local4 = (_local5 * 180) / Math.PI;
ma_fleche5._rotation = _local4;
};
setInterval(tourner, 60);
tourner = function () {
point = new Object();
point.x = _root.mur.mon_clip6.mon_pointeur._x;
point.y = _root.mur.mon_clip6.mon_pointeur._y;
_root.mur.mon_clip6.localToGlobal(point);
var _local3 = ma_fleche6._x - point.x;
var _local2 = ma_fleche6._y - point.y;
var _local5 = Math.atan2(_local2, _local3);
var _local4 = (_local5 * 180) / Math.PI;
ma_fleche6._rotation = _local4;
};
setInterval(tourner, 60);
tourner = function () {
point = new Object();
point.x = _root.mur.mon_clip7.mon_pointeur._x;
point.y = _root.mur.mon_clip7.mon_pointeur._y;
_root.mur.mon_clip7.localToGlobal(point);
var _local3 = ma_fleche7._x - point.x;
var _local2 = ma_fleche7._y - point.y;
var _local5 = Math.atan2(_local2, _local3);
var _local4 = (_local5 * 180) / Math.PI;
ma_fleche7._rotation = _local4;
};
setInterval(tourner, 60);
tourner = function () {
point = new Object();
point.x = _root.mur.mon_clip8.mon_pointeur._x;
point.y = _root.mur.mon_clip8.mon_pointeur._y;
_root.mur.mon_clip8.localToGlobal(point);
var _local3 = ma_fleche8._x - point.x;
var _local2 = ma_fleche8._y - point.y;
var _local5 = Math.atan2(_local2, _local3);
var _local4 = (_local5 * 180) / Math.PI;
ma_fleche8._rotation = _local4;
};
setInterval(tourner, 60);
Instance of Symbol 362 MovieClip in Frame 23
onClipEvent (load) {
_root.vie = 8;
}
onClipEvent (enterFrame) {
if (_root.vie == 0) {
_root.gotoAndPlay(25);
}
}
Instance of Symbol 362 MovieClip in Frame 23
onClipEvent (load) {
_root.vitalite = 2;
}
onClipEvent (enterFrame) {
if (_root.vitalite <= 0) {
_root.gotoAndPlay(24);
}
}
Frame 24
stop();
Frame 25
stop();
Frame 26
stop();
tourner = function () {
point = new Object();
point.x = _root.mur.mon_clip.mon_pointeur._x;
point.y = _root.mur.mon_clip.mon_pointeur._y;
_root.mur.mon_clip.localToGlobal(point);
var _local3 = ma_fleche._x - point.x;
var _local2 = ma_fleche._y - point.y;
var _local5 = Math.atan2(_local2, _local3);
var _local4 = (_local5 * 180) / Math.PI;
ma_fleche._rotation = _local4;
};
setInterval(tourner, 60);
tourner = function () {
point = new Object();
point.x = _root.mur.mon_clip2.mon_pointeur._x;
point.y = _root.mur.mon_clip2.mon_pointeur._y;
_root.mur.mon_clip2.localToGlobal(point);
var _local3 = ma_fleche2._x - point.x;
var _local2 = ma_fleche2._y - point.y;
var _local5 = Math.atan2(_local2, _local3);
var _local4 = (_local5 * 180) / Math.PI;
ma_fleche2._rotation = _local4;
};
setInterval(tourner, 60);
tourner = function () {
point = new Object();
point.x = _root.mur.mon_clip3.mon_pointeur._x;
point.y = _root.mur.mon_clip3.mon_pointeur._y;
_root.mur.mon_clip3.localToGlobal(point);
var _local3 = ma_fleche3._x - point.x;
var _local2 = ma_fleche3._y - point.y;
var _local5 = Math.atan2(_local2, _local3);
var _local4 = (_local5 * 180) / Math.PI;
ma_fleche3._rotation = _local4;
};
setInterval(tourner, 60);
tourner = function () {
point = new Object();
point.x = _root.mur.mon_clip4.mon_pointeur._x;
point.y = _root.mur.mon_clip4.mon_pointeur._y;
_root.mur.mon_clip4.localToGlobal(point);
var _local3 = ma_fleche4._x - point.x;
var _local2 = ma_fleche4._y - point.y;
var _local5 = Math.atan2(_local2, _local3);
var _local4 = (_local5 * 180) / Math.PI;
ma_fleche4._rotation = _local4;
};
setInterval(tourner, 60);
tourner = function () {
point = new Object();
point.x = _root.mur.mon_clip5.mon_pointeur._x;
point.y = _root.mur.mon_clip5.mon_pointeur._y;
_root.mur.mon_clip5.localToGlobal(point);
var _local3 = ma_fleche5._x - point.x;
var _local2 = ma_fleche5._y - point.y;
var _local5 = Math.atan2(_local2, _local3);
var _local4 = (_local5 * 180) / Math.PI;
ma_fleche5._rotation = _local4;
};
setInterval(tourner, 60);
tourner = function () {
point = new Object();
point.x = _root.mur.mon_clip6.mon_pointeur._x;
point.y = _root.mur.mon_clip6.mon_pointeur._y;
_root.mur.mon_clip6.localToGlobal(point);
var _local3 = ma_fleche6._x - point.x;
var _local2 = ma_fleche6._y - point.y;
var _local5 = Math.atan2(_local2, _local3);
var _local4 = (_local5 * 180) / Math.PI;
ma_fleche6._rotation = _local4;
};
setInterval(tourner, 60);
tourner = function () {
point = new Object();
point.x = _root.mur.mon_clip7.mon_pointeur._x;
point.y = _root.mur.mon_clip7.mon_pointeur._y;
_root.mur.mon_clip7.localToGlobal(point);
var _local3 = ma_fleche7._x - point.x;
var _local2 = ma_fleche7._y - point.y;
var _local5 = Math.atan2(_local2, _local3);
var _local4 = (_local5 * 180) / Math.PI;
ma_fleche7._rotation = _local4;
};
setInterval(tourner, 60);
tourner = function () {
point = new Object();
point.x = _root.mur.mon_clip8.mon_pointeur._x;
point.y = _root.mur.mon_clip8.mon_pointeur._y;
_root.mur.mon_clip8.localToGlobal(point);
var _local3 = ma_fleche8._x - point.x;
var _local2 = ma_fleche8._y - point.y;
var _local5 = Math.atan2(_local2, _local3);
var _local4 = (_local5 * 180) / Math.PI;
ma_fleche8._rotation = _local4;
};
setInterval(tourner, 60);
tourner = function () {
point = new Object();
point.x = _root.mur.mon_clip9.mon_pointeur._x;
point.y = _root.mur.mon_clip9.mon_pointeur._y;
_root.mur.mon_clip9.localToGlobal(point);
var _local3 = ma_fleche9._x - point.x;
var _local2 = ma_fleche9._y - point.y;
var _local5 = Math.atan2(_local2, _local3);
var _local4 = (_local5 * 180) / Math.PI;
ma_fleche9._rotation = _local4;
};
setInterval(tourner, 60);
Instance of Symbol 362 MovieClip in Frame 26
onClipEvent (load) {
_root.vie = 9;
}
onClipEvent (enterFrame) {
if (_root.vie == 0) {
_root.gotoAndPlay(28);
}
}
Instance of Symbol 362 MovieClip in Frame 26
onClipEvent (load) {
_root.vitalite = 2;
}
onClipEvent (enterFrame) {
if (_root.vitalite <= 0) {
_root.gotoAndPlay(27);
}
}
Frame 27
stop();
Frame 28
stop();
Frame 29
stop();
tourner = function () {
point = new Object();
point.x = _root.mur.mon_clip4.mon_pointeur._x;
point.y = _root.mur.mon_clip4.mon_pointeur._y;
_root.mur.mon_clip4.localToGlobal(point);
var _local3 = ma_fleche4._x - point.x;
var _local2 = ma_fleche4._y - point.y;
var _local5 = Math.atan2(_local2, _local3);
var _local4 = (_local5 * 180) / Math.PI;
ma_fleche4._rotation = _local4;
};
setInterval(tourner, 60);
tourner = function () {
point = new Object();
point.x = _root.mur.mon_clip5.mon_pointeur._x;
point.y = _root.mur.mon_clip5.mon_pointeur._y;
_root.mur.mon_clip5.localToGlobal(point);
var _local3 = ma_fleche5._x - point.x;
var _local2 = ma_fleche5._y - point.y;
var _local5 = Math.atan2(_local2, _local3);
var _local4 = (_local5 * 180) / Math.PI;
ma_fleche5._rotation = _local4;
};
setInterval(tourner, 60);
tourner = function () {
point = new Object();
point.x = _root.mur.mon_clip6.mon_pointeur._x;
point.y = _root.mur.mon_clip6.mon_pointeur._y;
_root.mur.mon_clip6.localToGlobal(point);
var _local3 = ma_fleche6._x - point.x;
var _local2 = ma_fleche6._y - point.y;
var _local5 = Math.atan2(_local2, _local3);
var _local4 = (_local5 * 180) / Math.PI;
ma_fleche6._rotation = _local4;
};
setInterval(tourner, 60);
tourner = function () {
point = new Object();
point.x = _root.mur.mon_clip11.mon_pointeur._x;
point.y = _root.mur.mon_clip11.mon_pointeur._y;
_root.mur.mon_clip11.localToGlobal(point);
var _local3 = ma_fleche11._x - point.x;
var _local2 = ma_fleche11._y - point.y;
var _local5 = Math.atan2(_local2, _local3);
var _local4 = (_local5 * 180) / Math.PI;
ma_fleche11._rotation = _local4;
};
setInterval(tourner, 60);
tourner = function () {
point = new Object();
point.x = _root.mur.mon_clip10.mon_pointeur._x;
point.y = _root.mur.mon_clip10.mon_pointeur._y;
_root.mur.mon_clip10.localToGlobal(point);
var _local3 = ma_fleche10._x - point.x;
var _local2 = ma_fleche10._y - point.y;
var _local5 = Math.atan2(_local2, _local3);
var _local4 = (_local5 * 180) / Math.PI;
ma_fleche10._rotation = _local4;
};
setInterval(tourner, 60);
Instance of Symbol 362 MovieClip in Frame 29
onClipEvent (load) {
_root.vie = 5;
}
onClipEvent (enterFrame) {
if (_root.vie == 0) {
_root.gotoAndPlay(31);
}
}
Instance of Symbol 362 MovieClip in Frame 29
onClipEvent (load) {
_root.vitalite = 2;
}
onClipEvent (enterFrame) {
if (_root.vitalite <= 0) {
_root.gotoAndPlay(30);
}
}
Frame 30
stop();
Frame 31
stop();
Frame 32
stop();
tourner = function () {
point = new Object();
point.x = _root.mur.mon_clip4.mon_pointeur._x;
point.y = _root.mur.mon_clip4.mon_pointeur._y;
_root.mur.mon_clip4.localToGlobal(point);
var _local3 = ma_fleche4._x - point.x;
var _local2 = ma_fleche4._y - point.y;
var _local5 = Math.atan2(_local2, _local3);
var _local4 = (_local5 * 180) / Math.PI;
ma_fleche4._rotation = _local4;
};
setInterval(tourner, 60);
tourner = function () {
point = new Object();
point.x = _root.mur.mon_clip5.mon_pointeur._x;
point.y = _root.mur.mon_clip5.mon_pointeur._y;
_root.mur.mon_clip5.localToGlobal(point);
var _local3 = ma_fleche5._x - point.x;
var _local2 = ma_fleche5._y - point.y;
var _local5 = Math.atan2(_local2, _local3);
var _local4 = (_local5 * 180) / Math.PI;
ma_fleche5._rotation = _local4;
};
setInterval(tourner, 60);
tourner = function () {
point = new Object();
point.x = _root.mur.mon_clip6.mon_pointeur._x;
point.y = _root.mur.mon_clip6.mon_pointeur._y;
_root.mur.mon_clip6.localToGlobal(point);
var _local3 = ma_fleche6._x - point.x;
var _local2 = ma_fleche6._y - point.y;
var _local5 = Math.atan2(_local2, _local3);
var _local4 = (_local5 * 180) / Math.PI;
ma_fleche6._rotation = _local4;
};
setInterval(tourner, 60);
tourner = function () {
point = new Object();
point.x = _root.mur.mon_clip11.mon_pointeur._x;
point.y = _root.mur.mon_clip11.mon_pointeur._y;
_root.mur.mon_clip11.localToGlobal(point);
var _local3 = ma_fleche11._x - point.x;
var _local2 = ma_fleche11._y - point.y;
var _local5 = Math.atan2(_local2, _local3);
var _local4 = (_local5 * 180) / Math.PI;
ma_fleche11._rotation = _local4;
};
setInterval(tourner, 60);
tourner = function () {
point = new Object();
point.x = _root.mur.mon_clip10.mon_pointeur._x;
point.y = _root.mur.mon_clip10.mon_pointeur._y;
_root.mur.mon_clip10.localToGlobal(point);
var _local3 = ma_fleche10._x - point.x;
var _local2 = ma_fleche10._y - point.y;
var _local5 = Math.atan2(_local2, _local3);
var _local4 = (_local5 * 180) / Math.PI;
ma_fleche10._rotation = _local4;
};
setInterval(tourner, 60);
tourner = function () {
point = new Object();
point.x = _root.mur.mon_clip.mon_pointeur._x;
point.y = _root.mur.mon_clip.mon_pointeur._y;
_root.mur.mon_clip.localToGlobal(point);
var _local3 = ma_fleche._x - point.x;
var _local2 = ma_fleche._y - point.y;
var _local5 = Math.atan2(_local2, _local3);
var _local4 = (_local5 * 180) / Math.PI;
ma_fleche._rotation = _local4;
};
setInterval(tourner, 60);
Instance of Symbol 362 MovieClip in Frame 32
onClipEvent (load) {
_root.vie = 6;
}
onClipEvent (enterFrame) {
if (_root.vie == 0) {
_root.gotoAndPlay(34);
}
}
Instance of Symbol 362 MovieClip in Frame 32
onClipEvent (load) {
_root.vitalite = 2;
}
onClipEvent (enterFrame) {
if (_root.vitalite <= 0) {
_root.gotoAndPlay(33);
}
}
Frame 33
stop();
Frame 34
stop();
Frame 35
stop();
Instance of Symbol 362 MovieClip in Frame 35
onClipEvent (load) {
_root.vitalite = 1;
}
onClipEvent (enterFrame) {
if (_root.vitalite <= 0) {
_root.gotoAndPlay(36);
}
}
Instance of Symbol 615 MovieClip in Frame 35
onClipEvent (load) {
_root.energie = 100;
}
onClipEvent (enterFrame) {
if (_root.energie == 0) {
_root.gotoAndPlay(37);
}
}
Frame 36
stop();
Frame 37
stop();
Frame 38
stop();
Symbol 35 Button
on (press) {
gotoAndPlay (8);
}
Symbol 38 Button
on (press) {
gotoAndPlay (7);
}
Symbol 42 Button
on (press) {
gotoAndPlay (6);
}
Symbol 44 Button
on (press) {
gotoAndPlay (9);
}
Symbol 50 Button
on (press) {
gotoAndPlay (5);
}
Symbol 56 Button
on (keyPress "<Enter>") {
if (mdp == "kaboom") {
gotoAndPlay (11);
}
if (mdp == "illnino") {
gotoAndPlay (14);
}
if (mdp == "superman") {
gotoAndPlay (17);
}
if (mdp == "lola") {
gotoAndPlay (20);
}
if (mdp == "rebsy") {
gotoAndPlay (23);
}
if (mdp == "bordelune") {
gotoAndPlay (26);
}
if (mdp == "blackbomba") {
gotoAndPlay (29);
}
if (mdp == "dslz") {
gotoAndPlay (32);
}
if (mdp == "eths") {
gotoAndPlay (35);
}
}
Symbol 60 Button
on (press) {
gotoAndPlay (2);
}
Symbol 63 Button
on (press) {
gotoAndPlay (2);
}
Symbol 66 MovieClip Frame 1
stop();
Symbol 66 MovieClip Frame 2
stop();
stop();
Symbol 73 Button
on (press) {
variable = 1 + Math.round(3 * Math.random());
if (variable == 1) {
gotoAndPlay (5);
}
if (variable == 2) {
gotoAndPlay (6);
}
if (variable == 3) {
gotoAndPlay (7);
}
if (variable == 4) {
gotoAndPlay (8);
}
}
Symbol 78 MovieClip Frame 1
stop();
Symbol 78 MovieClip Frame 5
stop();
Symbol 78 MovieClip Frame 6
stop();
Symbol 78 MovieClip Frame 7
stop();
Symbol 78 MovieClip Frame 8
stop();
Symbol 80 Button
on (press) {
variable = 1 + Math.round(3 * Math.random());
if (variable == 1) {
gotoAndPlay (5);
}
if (variable == 2) {
gotoAndPlay (6);
}
if (variable == 3) {
gotoAndPlay (7);
}
if (variable == 4) {
gotoAndPlay (8);
}
}
Symbol 85 MovieClip Frame 1
stop();
Symbol 85 MovieClip Frame 5
stop();
Symbol 85 MovieClip Frame 6
stop();
Symbol 85 MovieClip Frame 7
stop();
Symbol 85 MovieClip Frame 8
stop();
Symbol 87 Button
on (press) {
variable = 1 + Math.round(3 * Math.random());
if (variable == 1) {
gotoAndPlay (5);
}
if (variable == 2) {
gotoAndPlay (6);
}
if (variable == 3) {
gotoAndPlay (7);
}
if (variable == 4) {
gotoAndPlay (8);
}
}
Symbol 92 MovieClip Frame 1
stop();
Symbol 92 MovieClip Frame 5
stop();
Symbol 92 MovieClip Frame 6
stop();
Symbol 92 MovieClip Frame 7
stop();
Symbol 92 MovieClip Frame 8
stop();
Symbol 99 Button
on (press) {
gotoAndPlay (200);
_parent.score++;
this._parent._parent.ma_fleche.unloadMovie();
}
Symbol 104 Button
on (press) {
gotoAndPlay (200);
_parent.score++;
this._parent._parent.ma_fleche.unloadMovie();
}
Symbol 109 Button
on (press) {
gotoAndPlay (200);
_parent.score++;
this._parent._parent.ma_fleche.unloadMovie();
}
Symbol 114 Button
on (press) {
gotoAndPlay (200);
_parent.score++;
this._parent._parent.ma_fleche.unloadMovie();
}
Symbol 119 Button
on (press) {
gotoAndPlay (200);
_parent.score++;
this._parent._parent.ma_fleche.unloadMovie();
}
Symbol 124 Button
on (press) {
gotoAndPlay (200);
_parent.score++;
this._parent._parent.ma_fleche.unloadMovie();
}
Symbol 129 Button
on (press) {
gotoAndPlay (200);
_parent.score++;
this._parent._parent.ma_fleche.unloadMovie();
}
Symbol 134 Button
on (press) {
gotoAndPlay (200);
_parent.score++;
this._parent._parent.ma_fleche.unloadMovie();
}
Symbol 135 Button
on (press) {
gotoAndPlay (200);
_parent.score++;
this._parent._parent.ma_fleche.unloadMovie();
}
Symbol 136 Button
on (press) {
gotoAndPlay (200);
_parent.score++;
this._parent._parent.ma_fleche.unloadMovie();
}
Symbol 137 Button
on (press) {
gotoAndPlay (200);
_parent.score++;
this._parent._parent.ma_fleche.unloadMovie();
}
Symbol 138 Button
on (press) {
gotoAndPlay (240);
_parent.score++;
this._parent._parent.ma_fleche.unloadMovie();
}
Symbol 139 Button
on (press) {
gotoAndPlay (240);
_parent.score++;
this._parent._parent.ma_fleche.unloadMovie();
}
Symbol 140 Button
on (press) {
gotoAndPlay (240);
_parent.score++;
this._parent._parent.ma_fleche.unloadMovie();
}
Symbol 141 Button
on (press) {
gotoAndPlay (240);
_parent.score++;
this._parent._parent.ma_fleche.unloadMovie();
}
Symbol 142 Button
on (press) {
gotoAndPlay (240);
_parent.score++;
this._parent._parent.ma_fleche.unloadMovie();
}
Symbol 143 Button
on (press) {
gotoAndPlay (240);
_parent.score++;
this._parent._parent.ma_fleche.unloadMovie();
}
Symbol 144 Button
on (press) {
gotoAndPlay (240);
_parent.score++;
this._parent._parent.ma_fleche.unloadMovie();
}
Symbol 145 Button
on (press) {
gotoAndPlay (275);
_parent.score++;
this._parent._parent.ma_fleche.unloadMovie();
}
Symbol 146 Button
on (press) {
gotoAndPlay (275);
_parent.score++;
this._parent._parent.ma_fleche.unloadMovie();
}
Symbol 147 Button
on (press) {
gotoAndPlay (275);
_parent.score++;
this._parent._parent.ma_fleche.unloadMovie();
}
Symbol 148 Button
on (press) {
gotoAndPlay (275);
_parent.score++;
this._parent._parent.ma_fleche.unloadMovie();
}
Symbol 149 Button
on (press) {
gotoAndPlay (275);
_parent.score++;
this._parent._parent.ma_fleche.unloadMovie();
}
Symbol 150 Button
on (press) {
gotoAndPlay (275);
_parent.score++;
this._parent._parent.ma_fleche.unloadMovie();
}
Symbol 151 Button
on (press) {
gotoAndPlay (275);
_parent.score++;
this._parent._parent.ma_fleche.unloadMovie();
}
Symbol 152 Button
on (press) {
gotoAndPlay (275);
_parent.score++;
this._parent._parent.ma_fleche.unloadMovie();
}
Symbol 153 Button
on (press) {
gotoAndPlay (275);
_parent.score++;
this._parent._parent.ma_fleche.unloadMovie();
}
Symbol 154 Button
on (press) {
gotoAndPlay (310);
_parent.score++;
this._parent._parent.ma_fleche.unloadMovie();
}
Symbol 155 Button
on (press) {
gotoAndPlay (310);
_parent.score++;
this._parent._parent.ma_fleche.unloadMovie();
}
Symbol 156 Button
on (press) {
gotoAndPlay (310);
_parent.score++;
this._parent._parent.ma_fleche.unloadMovie();
}
Symbol 157 Button
on (press) {
gotoAndPlay (310);
_parent.score++;
this._parent._parent.ma_fleche.unloadMovie();
}
Symbol 158 Button
on (press) {
gotoAndPlay (310);
_parent.score++;
this._parent._parent.ma_fleche.unloadMovie();
}
Symbol 159 Button
on (press) {
gotoAndPlay (345);
_parent.score++;
this._parent._parent.ma_fleche.unloadMovie();
}
Symbol 160 Button
on (press) {
gotoAndPlay (345);
_parent.score++;
this._parent._parent.ma_fleche.unloadMovie();
}
Symbol 161 Button
on (press) {
gotoAndPlay (345);
_parent.score++;
this._parent._parent.ma_fleche.unloadMovie();
}
Symbol 162 Button
on (press) {
gotoAndPlay (345);
_parent.score++;
this._parent._parent.ma_fleche.unloadMovie();
}
Symbol 163 Button
on (press) {
gotoAndPlay (345);
_parent.score++;
this._parent._parent.ma_fleche.unloadMovie();
}
Symbol 164 Button
on (press) {
gotoAndPlay (380);
_parent.score++;
this._parent._parent.ma_fleche.unloadMovie();
}
Symbol 165 Button
on (press) {
gotoAndPlay (380);
_parent.score++;
this._parent._parent.ma_fleche.unloadMovie();
}
Symbol 166 Button
on (press) {
gotoAndPlay (380);
_parent.score++;
this._parent._parent.ma_fleche.unloadMovie();
}
Symbol 167 Button
on (press) {
gotoAndPlay (380);
_parent.score++;
this._parent._parent.ma_fleche.unloadMovie();
}
Symbol 168 Button
on (press) {
gotoAndPlay (380);
_parent.score++;
this._parent._parent.ma_fleche.unloadMovie();
}
Symbol 169 Button
on (press) {
gotoAndPlay (380);
_parent.score++;
this._parent._parent.ma_fleche.unloadMovie();
}
Symbol 170 Button
on (press) {
gotoAndPlay (380);
_parent.score++;
this._parent._parent.ma_fleche.unloadMovie();
}
Symbol 171 Button
on (press) {
gotoAndPlay (380);
_parent.score++;
this._parent._parent.ma_fleche.unloadMovie();
}
Symbol 172 Button
on (press) {
gotoAndPlay (380);
_parent.score++;
this._parent._parent.ma_fleche.unloadMovie();
}
Symbol 173 Button
on (press) {
gotoAndPlay (415);
_parent.score++;
this._parent._parent.ma_fleche.unloadMovie();
}
Symbol 174 Button
on (press) {
gotoAndPlay (415);
_parent.score++;
this._parent._parent.ma_fleche.unloadMovie();
}
Symbol 175 Button
on (press) {
gotoAndPlay (415);
_parent.score++;
this._parent._parent.ma_fleche.unloadMovie();
}
Symbol 176 Button
on (press) {
gotoAndPlay (415);
_parent.score++;
this._parent._parent.ma_fleche.unloadMovie();
}
Symbol 177 Button
on (press) {
gotoAndPlay (415);
_parent.score++;
this._parent._parent.ma_fleche.unloadMovie();
}
Symbol 178 Button
on (press) {
gotoAndPlay (415);
_parent.score++;
this._parent._parent.ma_fleche.unloadMovie();
}
Symbol 179 Button
on (press) {
gotoAndPlay (415);
_parent.score++;
this._parent._parent.ma_fleche.unloadMovie();
}
Symbol 180 Button
on (press) {
gotoAndPlay (415);
_parent.score++;
this._parent._parent.ma_fleche.unloadMovie();
}
Symbol 181 Button
on (press) {
gotoAndPlay (450);
_parent.score++;
this._parent._parent.ma_fleche.unloadMovie();
}
Symbol 182 Button
on (press) {
gotoAndPlay (450);
_parent.score++;
this._parent._parent.ma_fleche.unloadMovie();
}
Symbol 183 Button
on (press) {
gotoAndPlay (450);
_parent.score++;
this._parent._parent.ma_fleche.unloadMovie();
}
Symbol 184 Button
on (press) {
gotoAndPlay (450);
_parent.score++;
this._parent._parent.ma_fleche.unloadMovie();
}
Symbol 185 Button
on (press) {
gotoAndPlay (450);
_parent.score++;
this._parent._parent.ma_fleche.unloadMovie();
}
Symbol 186 Button
on (press) {
gotoAndPlay (450);
_parent.score++;
this._parent._parent.ma_fleche.unloadMovie();
}
Symbol 187 Button
on (press) {
gotoAndPlay (450);
_parent.score++;
this._parent._parent.ma_fleche.unloadMovie();
}
Symbol 188 Button
on (press) {
gotoAndPlay (450);
_parent.score++;
this._parent._parent.ma_fleche.unloadMovie();
}
Symbol 204 MovieClip Frame 188
gotoAndPlay (1);
Symbol 204 MovieClip Frame 200
_root.vie--;
Symbol 204 MovieClip Frame 231
stop();
Symbol 204 MovieClip Frame 240
_root.vie--;
Symbol 204 MovieClip Frame 271
stop();
Symbol 204 MovieClip Frame 275
_root.vie--;
Symbol 204 MovieClip Frame 306
stop();
Symbol 204 MovieClip Frame 310
_root.vie--;
Symbol 204 MovieClip Frame 341
stop();
Symbol 204 MovieClip Frame 345
_root.vie--;
Symbol 204 MovieClip Frame 376
stop();
Symbol 204 MovieClip Frame 380
_root.vie--;
Symbol 204 MovieClip Frame 411
stop();
Symbol 204 MovieClip Frame 415
_root.vie--;
Symbol 204 MovieClip Frame 446
stop();
Symbol 204 MovieClip Frame 450
_root.vie--;
Symbol 204 MovieClip Frame 481
stop();
Symbol 205 Button
on (press) {
gotoAndPlay (200);
}
on (press) {
_parent.score++;
}
Symbol 206 Button
on (press) {
gotoAndPlay (200);
}
on (press) {
_parent.score++;
}
Symbol 207 Button
on (press) {
gotoAndPlay (200);
}
on (press) {
_parent.score++;
}
Symbol 208 Button
on (press) {
gotoAndPlay (200);
}
on (press) {
_parent.score++;
}
Symbol 209 Button
on (press) {
gotoAndPlay (200);
}
on (press) {
_parent.score++;
}
Symbol 210 Button
on (press) {
gotoAndPlay (200);
}
on (press) {
_parent.score++;
}
Symbol 211 Button
on (press) {
gotoAndPlay (200);
}
on (press) {
_parent.score++;
}
Symbol 212 Button
on (press) {
gotoAndPlay (200);
}
on (press) {
_parent.score++;
}
Symbol 213 Button
on (press) {
gotoAndPlay (240);
}
on (press) {
_parent.score++;
}
Symbol 214 Button
on (press) {
gotoAndPlay (240);
}
on (press) {
_parent.score++;
}
Symbol 215 Button
on (press) {
gotoAndPlay (240);
}
on (press) {
_parent.score++;
}
Symbol 216 Button
on (press) {
gotoAndPlay (240);
}
on (press) {
_parent.score++;
}
Symbol 217 Button
on (press) {
gotoAndPlay (240);
}
on (press) {
_parent.score++;
}
Symbol 218 Button
on (press) {
gotoAndPlay (240);
}
on (press) {
_parent.score++;
}
Symbol 219 Button
on (press) {
gotoAndPlay (240);
}
on (press) {
_parent.score++;
}
Symbol 220 Button
on (press) {
gotoAndPlay (275);
}
on (press) {
_parent.score++;
}
Symbol 221 Button
on (press) {
gotoAndPlay (275);
}
on (press) {
_parent.score++;
}
Symbol 222 Button
on (press) {
gotoAndPlay (275);
}
on (press) {
_parent.score++;
}
Symbol 223 Button
on (press) {
gotoAndPlay (275);
}
on (press) {
_parent.score++;
}
Symbol 224 Button
on (press) {
gotoAndPlay (275);
}
on (press) {
_parent.score++;
}
Symbol 225 Button
on (press) {
gotoAndPlay (275);
}
on (press) {
_parent.score++;
}
Symbol 226 Button
on (press) {
gotoAndPlay (275);
}
on (press) {
_parent.score++;
}
Symbol 227 Button
on (press) {
gotoAndPlay (275);
}
on (press) {
_parent.score++;
}
Symbol 228 Button
on (press) {
gotoAndPlay (310);
}
on (press) {
_parent.score++;
}
Symbol 229 Button
on (press) {
gotoAndPlay (310);
}
on (press) {
_parent.score++;
}
Symbol 230 Button
on (press) {
gotoAndPlay (310);
}
on (press) {
_parent.score++;
}
Symbol 231 Button
on (press) {
gotoAndPlay (310);
}
on (press) {
_parent.score++;
}
Symbol 232 Button
on (press) {
gotoAndPlay (310);
}
on (press) {
_parent.score++;
}
Symbol 233 Button
on (press) {
gotoAndPlay (345);
}
on (press) {
_parent.score++;
}
Symbol 234 Button
on (press) {
gotoAndPlay (345);
}
on (press) {
_parent.score++;
}
Symbol 235 Button
on (press) {
gotoAndPlay (345);
}
on (press) {
_parent.score++;
}
Symbol 236 Button
on (press) {
gotoAndPlay (345);
}
on (press) {
_parent.score++;
}
Symbol 237 Button
on (press) {
gotoAndPlay (345);
}
on (press) {
_parent.score++;
}
Symbol 238 Button
on (press) {
gotoAndPlay (380);
}
on (press) {
_parent.score++;
}
Symbol 239 Button
on (press) {
gotoAndPlay (380);
}
on (press) {
_parent.score++;
}
Symbol 240 Button
on (press) {
gotoAndPlay (380);
}
on (press) {
_parent.score++;
}
Symbol 241 Button
on (press) {
gotoAndPlay (380);
}
on (press) {
_parent.score++;
}
Symbol 242 Button
on (press) {
gotoAndPlay (380);
}
on (press) {
_parent.score++;
}
Symbol 243 Button
on (press) {
gotoAndPlay (380);
}
on (press) {
_parent.score++;
}
Symbol 244 Button
on (press) {
gotoAndPlay (380);
}
on (press) {
_parent.score++;
}
Symbol 245 Button
on (press) {
gotoAndPlay (380);
}
on (press) {
_parent.score++;
}
Symbol 246 Button
on (press) {
gotoAndPlay (415);
}
on (press) {
_parent.score++;
}
Symbol 247 Button
on (press) {
gotoAndPlay (415);
}
on (press) {
_parent.score++;
}
Symbol 248 Button
on (press) {
gotoAndPlay (415);
}
on (press) {
_parent.score++;
}
Symbol 249 Button
on (press) {
gotoAndPlay (415);
}
on (press) {
_parent.score++;
}
Symbol 250 Button
on (press) {
gotoAndPlay (415);
}
on (press) {
_parent.score++;
}
Symbol 251 Button
on (press) {
gotoAndPlay (415);
}
on (press) {
_parent.score++;
}
Symbol 252 Button
on (press) {
gotoAndPlay (415);
}
on (press) {
_parent.score++;
}
Symbol 253 Button
on (press) {
gotoAndPlay (415);
}
on (press) {
_parent.score++;
}
Symbol 254 Button
on (press) {
gotoAndPlay (450);
}
on (press) {
_parent.score++;
}
Symbol 255 Button
on (press) {
gotoAndPlay (450);
}
on (press) {
_parent.score++;
}
Symbol 256 Button
on (press) {
gotoAndPlay (450);
}
on (press) {
_parent.score++;
}
Symbol 257 Button
on (press) {
gotoAndPlay (450);
}
on (press) {
_parent.score++;
}
Symbol 258 Button
on (press) {
gotoAndPlay (450);
}
on (press) {
_parent.score++;
}
Symbol 259 Button
on (press) {
gotoAndPlay (450);
}
on (press) {
_parent.score++;
}
Symbol 260 Button
on (press) {
gotoAndPlay (450);
}
on (press) {
_parent.score++;
}
Symbol 261 Button
on (press) {
gotoAndPlay (450);
}
on (press) {
_parent.score++;
}
Symbol 274 MovieClip Frame 188
gotoAndPlay (1);
Symbol 274 MovieClip Frame 200
_root.vie--;
this._parent._parent.ma_fleche2.unloadMovie();
Symbol 274 MovieClip Frame 231
stop();
Symbol 274 MovieClip Frame 240
_root.vie--;
this._parent._parent.ma_fleche2.unloadMovie();
Symbol 274 MovieClip Frame 271
stop();
Symbol 274 MovieClip Frame 275
_root.vie--;
this._parent._parent.ma_fleche2.unloadMovie();
Symbol 274 MovieClip Frame 306
stop();
Symbol 274 MovieClip Frame 310
_root.vie--;
this._parent._parent.ma_fleche2.unloadMovie();
Symbol 274 MovieClip Frame 341
stop();
Symbol 274 MovieClip Frame 345
_root.vie--;
this._parent._parent.ma_fleche2.unloadMovie();
Symbol 274 MovieClip Frame 376
stop();
Symbol 274 MovieClip Frame 380
_root.vie--;
this._parent._parent.ma_fleche2.unloadMovie();
Symbol 274 MovieClip Frame 411
stop();
Symbol 274 MovieClip Frame 415
_root.vie--;
this._parent._parent.ma_fleche2.unloadMovie();
Symbol 274 MovieClip Frame 446
stop();
Symbol 274 MovieClip Frame 450
_root.vie--;
this._parent._parent.ma_fleche2.unloadMovie();
Symbol 274 MovieClip Frame 481
stop();
Symbol 281 Button
on (press) {
gotoAndPlay (3);
}
Symbol 286 MovieClip Frame 1
stop();
Symbol 286 MovieClip Frame 4
_root.score++;
Symbol 286 MovieClip Frame 52
stop();
stop();
stop();
Symbol 291 Button
on (press) {
gotoAndPlay (2);
}
Symbol 296 MovieClip Frame 1
stop();
Symbol 296 MovieClip Frame 3
_root.score++;
Symbol 296 MovieClip Frame 50
stop();
Symbol 300 Button
on (press) {
gotoAndPlay (2);
}
Symbol 303 MovieClip Frame 1
stop();
Symbol 303 MovieClip Frame 2
_root.score++;
Symbol 303 MovieClip Frame 39
stop();
Symbol 309 Button
on (press) {
gotoAndPlay (2);
}
Symbol 314 MovieClip Frame 1
stop();
Symbol 314 MovieClip Frame 2
_root.score++;
Symbol 314 MovieClip Frame 40
stop();
Symbol 315 Button
on (press) {
variable = 1 + Math.round(3 * Math.random());
if (variable == 1) {
gotoAndPlay (5);
}
if (variable == 2) {
gotoAndPlay (6);
}
if (variable == 3) {
gotoAndPlay (7);
}
if (variable == 4) {
gotoAndPlay (8);
}
}
Symbol 320 MovieClip Frame 1
stop();
Symbol 320 MovieClip Frame 5
stop();
Symbol 320 MovieClip Frame 6
stop();
Symbol 320 MovieClip Frame 7
stop();
Symbol 320 MovieClip Frame 8
stop();
Symbol 322 Button
on (press) {
variable = 1 + Math.round(2 * Math.random());
if (variable == 1) {
gotoAndPlay (5);
}
if (variable == 2) {
gotoAndPlay (6);
}
if (variable == 3) {
gotoAndPlay (7);
}
}
Symbol 325 MovieClip Frame 1
stop();
Symbol 325 MovieClip Frame 5
stop();
Symbol 325 MovieClip Frame 6
stop();
Symbol 325 MovieClip Frame 7
stop();
Symbol 330 Button
on (press) {
variable = 1 + Math.round(2 * Math.random());
if (variable == 1) {
gotoAndPlay (5);
}
if (variable == 2) {
gotoAndPlay (6);
}
if (variable == 3) {
gotoAndPlay (7);
}
}
Symbol 334 MovieClip Frame 1
stop();
Symbol 334 MovieClip Frame 5
stop();
Symbol 334 MovieClip Frame 6
stop();
Symbol 334 MovieClip Frame 7
stop();
Symbol 336 Button
on (press) {
variable = 1 + Math.round(2 * Math.random());
if (variable == 1) {
gotoAndPlay (5);
}
if (variable == 2) {
gotoAndPlay (6);
}
if (variable == 3) {
gotoAndPlay (7);
}
}
Symbol 340 MovieClip Frame 1
stop();
Symbol 340 MovieClip Frame 5
stop();
Symbol 340 MovieClip Frame 6
stop();
Symbol 340 MovieClip Frame 7
stop();
Symbol 343 Button
on (press) {
variable = 1 + Math.round(3 * Math.random());
if (variable == 1) {
gotoAndPlay (5);
}
if (variable == 2) {
gotoAndPlay (6);
}
if (variable == 3) {
gotoAndPlay (7);
}
if (variable == 4) {
gotoAndPlay (8);
}
}
Symbol 347 MovieClip Frame 1
stop();
Symbol 347 MovieClip Frame 5
stop();
Symbol 347 MovieClip Frame 6
stop();
Symbol 347 MovieClip Frame 7
stop();
Symbol 347 MovieClip Frame 8
stop();
Symbol 349 Button
on (press) {
variable = 1 + Math.round(3 * Math.random());
if (variable == 1) {
gotoAndPlay (5);
}
if (variable == 2) {
gotoAndPlay (6);
}
if (variable == 3) {
gotoAndPlay (7);
}
if (variable == 4) {
gotoAndPlay (8);
}
}
Symbol 354 MovieClip Frame 1
stop();
Symbol 354 MovieClip Frame 5
stop();
Symbol 354 MovieClip Frame 6
stop();
Symbol 354 MovieClip Frame 7
stop();
Symbol 354 MovieClip Frame 8
stop();
Symbol 361 MovieClip Frame 1
mur.onMouseDown = function () {
if (hitTest(_xmouse, _ymouse, false)) {
profondeur = this.getNextHighestDepth();
this.createEmptyMovieClip("impact" + profondeur, profondeur);
this["impact" + profondeur]._x = this._xmouse;
this["impact" + profondeur]._y = this._ymouse;
this["impact" + profondeur].attachMovie("impact", this, 0);
}
};
Symbol 365 Button
on (rollOver) {
mur.onEnterFrame = function () {
mur._y = mur._y + 10;
if (mur._y > 570) {
mur._y = 570;
}
};
}
on (rollOut) {
delete mur.onEnterFrame;
}
Symbol 367 Button
on (rollOver) {
mur.onEnterFrame = function () {
mur._y = mur._y + 30;
if (mur._y > 570) {
mur._y = 570;
}
};
}
on (rollOut) {
delete mur.onEnterFrame;
}
Symbol 369 Button
on (rollOver) {
mur.onEnterFrame = function () {
mur._y = mur._y + 50;
if (mur._y > 570) {
mur._y = 570;
}
};
}
on (rollOut) {
delete mur.onEnterFrame;
}
Symbol 370 Button
on (rollOver) {
mur.onEnterFrame = function () {
mur._x = mur._x + 10;
if (mur._x > 530) {
mur._x = 530;
}
};
}
on (rollOut) {
delete mur.onEnterFrame;
}
Symbol 371 Button
on (rollOver) {
mur.onEnterFrame = function () {
mur._x = mur._x - 10;
if (mur._x < -600) {
mur._x = -600;
}
};
}
on (rollOut) {
delete mur.onEnterFrame;
}
Symbol 372 Button
on (rollOver) {
mur.onEnterFrame = function () {
mur._y = mur._y - 10;
if (mur._y < -435) {
mur._y = -435;
}
};
}
on (rollOut) {
delete mur.onEnterFrame;
}
Symbol 373 Button
on (rollOver) {
mur.onEnterFrame = function () {
mur._y = mur._y - 30;
if (mur._y < -435) {
mur._y = -435;
}
};
}
on (rollOut) {
delete mur.onEnterFrame;
}
Symbol 374 Button
on (rollOver) {
mur.onEnterFrame = function () {
mur._x = mur._x - 30;
if (mur._x < -600) {
mur._x = -600;
}
};
}
on (rollOut) {
delete mur.onEnterFrame;
}
Symbol 375 Button
on (rollOver) {
mur.onEnterFrame = function () {
mur._x = mur._x + 30;
if (mur._x > 530) {
mur._x = 530;
}
};
}
on (rollOut) {
delete mur.onEnterFrame;
}
Symbol 376 Button
on (rollOver) {
mur.onEnterFrame = function () {
mur._x = mur._x - 50;
if (mur._x < -600) {
mur._x = -600;
}
};
}
on (rollOut) {
delete mur.onEnterFrame;
}
Symbol 377 Button
on (rollOver) {
mur.onEnterFrame = function () {
mur._x = mur._x + 50;
if (mur._x > 530) {
mur._x = 530;
}
};
}
on (rollOut) {
delete mur.onEnterFrame;
}
Symbol 378 Button
on (rollOver) {
mur.onEnterFrame = function () {
mur._y = mur._y - 50;
if (mur._y < -435) {
mur._y = -435;
}
};
}
on (rollOut) {
delete mur.onEnterFrame;
}
Symbol 379 Button
on (rollOver) {
mur.onEnterFrame = function () {
mur._y = mur._y + 30;
mur._x = mur._x + 30;
if (mur._y > 570) {
mur._y = 570;
}
if (mur._x > 530) {
mur._x = 530;
}
};
}
on (rollOut) {
delete mur.onEnterFrame;
}
Symbol 380 Button
on (rollOver) {
mur.onEnterFrame = function () {
mur._y = mur._y + 50;
mur._x = mur._x + 50;
if (mur._y > 570) {
mur._y = 570;
}
if (mur._x > 530) {
mur._x = 530;
}
};
}
on (rollOut) {
delete mur.onEnterFrame;
}
Symbol 381 Button
on (rollOver) {
mur.onEnterFrame = function () {
mur._y = mur._y + 10;
mur._x = mur._x + 10;
if (mur._y > 570) {
mur._y = 570;
}
if (mur._x > 530) {
mur._x = 530;
}
};
}
on (rollOut) {
delete mur.onEnterFrame;
}
Symbol 382 Button
on (rollOver) {
mur.onEnterFrame = function () {
mur._y = mur._y + 30;
mur._x = mur._x - 30;
if (mur._y > 570) {
mur._y = 570;
}
if (mur._x < -600) {
mur._x = -600;
}
};
}
on (rollOut) {
delete mur.onEnterFrame;
}
Symbol 383 Button
on (rollOver) {
mur.onEnterFrame = function () {
mur._y = mur._y + 50;
mur._x = mur._x - 50;
if (mur._y > 570) {
mur._y = 570;
}
if (mur._x < -600) {
mur._x = -600;
}
};
}
on (rollOut) {
delete mur.onEnterFrame;
}
Symbol 384 Button
on (rollOver) {
mur.onEnterFrame = function () {
mur._y = mur._y + 10;
mur._x = mur._x - 10;
if (mur._y > 570) {
mur._y = 570;
}
if (mur._x < -600) {
mur._x = -600;
}
};
}
on (rollOut) {
delete mur.onEnterFrame;
}
Symbol 385 Button
on (rollOver) {
mur.onEnterFrame = function () {
mur._y = mur._y - 30;
mur._x = mur._x + 30;
if (mur._x > 530) {
mur._x = 530;
}
if (mur._y < -435) {
mur._y = -435;
}
};
}
on (rollOut) {
delete mur.onEnterFrame;
}
Symbol 386 Button
on (rollOver) {
mur.onEnterFrame = function () {
mur._y = mur._y - 10;
mur._x = mur._x + 10;
if (mur._x > 530) {
mur._x = 530;
}
if (mur._y < -435) {
mur._y = -435;
}
};
}
on (rollOut) {
delete mur.onEnterFrame;
}
Symbol 387 Button
on (rollOver) {
mur.onEnterFrame = function () {
mur._y = mur._y - 50;
mur._x = mur._x + 50;
if (mur._x > 530) {
mur._x = 530;
}
if (mur._y < -435) {
mur._y = -435;
}
};
}
on (rollOut) {
delete mur.onEnterFrame;
}
Symbol 388 Button
on (rollOver) {
mur.onEnterFrame = function () {
mur._y = mur._y - 30;
mur._x = mur._x - 30;
if (mur._x < -600) {
mur._x = -600;
}
if (mur._y < -435) {
mur._y = -435;
}
};
}
on (rollOut) {
delete mur.onEnterFrame;
}
Symbol 389 Button
on (rollOver) {
mur.onEnterFrame = function () {
mur._y = mur._y - 10;
mur._x = mur._x - 10;
if (mur._x < -600) {
mur._x = -600;
}
if (mur._y < -435) {
mur._y = -435;
}
};
}
on (rollOut) {
delete mur.onEnterFrame;
}
Symbol 390 Button
on (rollOver) {
mur.onEnterFrame = function () {
mur._y = mur._y - 50;
mur._x = mur._x - 50;
if (mur._x < -600) {
mur._x = -600;
}
if (mur._y < -435) {
mur._y = -435;
}
};
}
on (rollOut) {
delete mur.onEnterFrame;
}
Symbol 406 MovieClip Frame 600
_root.gotoAndPlay(9);
Symbol 415 Button
on (press) {
gotoAndPlay (5);
}
Symbol 418 Button
on (press) {
gotoAndPlay (8);
}
Symbol 422 Button
on (press) {
gotoAndPlay (11);
}
Symbol 425 Button
on (press) {
gotoAndPlay (35);
}
Symbol 427 MovieClip Frame 30
gotoAndPlay (1);
Symbol 427 MovieClip Frame 46
_root.gotoAndStop(12);
Symbol 428 Button
on (press) {
gotoAndPlay (200);
}
on (press) {
_parent.score++;
}
Symbol 429 Button
on (press) {
gotoAndPlay (200);
}
on (press) {
_parent.score++;
}
Symbol 430 Button
on (press) {
gotoAndPlay (200);
}
on (press) {
_parent.score++;
}
Symbol 431 Button
on (press) {
gotoAndPlay (200);
}
on (press) {
_parent.score++;
}
Symbol 432 Button
on (press) {
gotoAndPlay (200);
}
on (press) {
_parent.score++;
}
Symbol 433 Button
on (press) {
gotoAndPlay (200);
}
on (press) {
_parent.score++;
}
Symbol 434 Button
on (press) {
gotoAndPlay (200);
}
on (press) {
_parent.score++;
}
Symbol 435 Button
on (press) {
gotoAndPlay (200);
}
on (press) {
_parent.score++;
}
Symbol 436 Button
on (press) {
gotoAndPlay (240);
}
on (press) {
_parent.score++;
}
Symbol 437 Button
on (press) {
gotoAndPlay (240);
}
on (press) {
_parent.score++;
}
Symbol 438 Button
on (press) {
gotoAndPlay (240);
}
on (press) {
_parent.score++;
}
Symbol 439 Button
on (press) {
gotoAndPlay (240);
}
on (press) {
_parent.score++;
}
Symbol 440 Button
on (press) {
gotoAndPlay (240);
}
on (press) {
_parent.score++;
}
Symbol 441 Button
on (press) {
gotoAndPlay (240);
}
on (press) {
_parent.score++;
}
Symbol 442 Button
on (press) {
gotoAndPlay (240);
}
on (press) {
_parent.score++;
}
Symbol 443 Button
on (press) {
gotoAndPlay (275);
}
on (press) {
_parent.score++;
}
Symbol 444 Button
on (press) {
gotoAndPlay (275);
}
on (press) {
_parent.score++;
}
Symbol 445 Button
on (press) {
gotoAndPlay (275);
}
on (press) {
_parent.score++;
}
Symbol 446 Button
on (press) {
gotoAndPlay (275);
}
on (press) {
_parent.score++;
}
Symbol 447 Button
on (press) {
gotoAndPlay (275);
}
on (press) {
_parent.score++;
}
Symbol 448 Button
on (press) {
gotoAndPlay (275);
}
on (press) {
_parent.score++;
}
Symbol 449 Button
on (press) {
gotoAndPlay (275);
}
on (press) {
_parent.score++;
}
Symbol 450 Button
on (press) {
gotoAndPlay (275);
}
on (press) {
_parent.score++;
}
Symbol 451 Button
on (press) {
gotoAndPlay (310);
}
on (press) {
_parent.score++;
}
Symbol 452 Button
on (press) {
gotoAndPlay (310);
}
on (press) {
_parent.score++;
}
Symbol 453 Button
on (press) {
gotoAndPlay (310);
}
on (press) {
_parent.score++;
}
Symbol 454 Button
on (press) {
gotoAndPlay (310);
}
on (press) {
_parent.score++;
}
Symbol 455 Button
on (press) {
gotoAndPlay (310);
}
on (press) {
_parent.score++;
}
Symbol 456 Button
on (press) {
gotoAndPlay (345);
}
on (press) {
_parent.score++;
}
Symbol 457 Button
on (press) {
gotoAndPlay (345);
}
on (press) {
_parent.score++;
}
Symbol 458 Button
on (press) {
gotoAndPlay (345);
}
on (press) {
_parent.score++;
}
Symbol 459 Button
on (press) {
gotoAndPlay (345);
}
on (press) {
_parent.score++;
}
Symbol 460 Button
on (press) {
gotoAndPlay (345);
}
on (press) {
_parent.score++;
}
Symbol 461 Button
on (press) {
gotoAndPlay (380);
}
on (press) {
_parent.score++;
}
Symbol 462 Button
on (press) {
gotoAndPlay (380);
}
on (press) {
_parent.score++;
}
Symbol 463 Button
on (press) {
gotoAndPlay (380);
}
on (press) {
_parent.score++;
}
Symbol 464 Button
on (press) {
gotoAndPlay (380);
}
on (press) {
_parent.score++;
}
Symbol 465 Button
on (press) {
gotoAndPlay (380);
}
on (press) {
_parent.score++;
}
Symbol 466 Button
on (press) {
gotoAndPlay (380);
}
on (press) {
_parent.score++;
}
Symbol 467 Button
on (press) {
gotoAndPlay (380);
}
on (press) {
_parent.score++;
}
Symbol 468 Button
on (press) {
gotoAndPlay (380);
}
on (press) {
_parent.score++;
}
Symbol 469 Button
on (press) {
gotoAndPlay (415);
}
on (press) {
_parent.score++;
}
Symbol 470 Button
on (press) {
gotoAndPlay (415);
}
on (press) {
_parent.score++;
}
Symbol 471 Button
on (press) {
gotoAndPlay (415);
}
on (press) {
_parent.score++;
}
Symbol 472 Button
on (press) {
gotoAndPlay (415);
}
on (press) {
_parent.score++;
}
Symbol 473 Button
on (press) {
gotoAndPlay (415);
}
on (press) {
_parent.score++;
}
Symbol 474 Button
on (press) {
gotoAndPlay (415);
}
on (press) {
_parent.score++;
}
Symbol 475 Button
on (press) {
gotoAndPlay (415);
}
on (press) {
_parent.score++;
}
Symbol 476 Button
on (press) {
gotoAndPlay (415);
}
on (press) {
_parent.score++;
}
Symbol 477 Button
on (press) {
gotoAndPlay (450);
}
on (press) {
_parent.score++;
}
Symbol 478 Button
on (press) {
gotoAndPlay (450);
}
on (press) {
_parent.score++;
}
Symbol 479 Button
on (press) {
gotoAndPlay (450);
}
on (press) {
_parent.score++;
}
Symbol 480 Button
on (press) {
gotoAndPlay (450);
}
on (press) {
_parent.score++;
}
Symbol 481 Button
on (press) {
gotoAndPlay (450);
}
on (press) {
_parent.score++;
}
Symbol 482 Button
on (press) {
gotoAndPlay (450);
}
on (press) {
_parent.score++;
}
Symbol 483 Button
on (press) {
gotoAndPlay (450);
}
on (press) {
_parent.score++;
}
Symbol 484 Button
on (press) {
gotoAndPlay (450);
}
on (press) {
_parent.score++;
}
Symbol 497 MovieClip Frame 188
gotoAndPlay (1);
Symbol 497 MovieClip Frame 200
_root.vie--;
this._parent._parent.ma_fleche3.unloadMovie();
Symbol 497 MovieClip Frame 231
stop();
Symbol 497 MovieClip Frame 240
_root.vie--;
this._parent._parent.ma_fleche3.unloadMovie();
Symbol 497 MovieClip Frame 271
stop();
Symbol 497 MovieClip Frame 275
_root.vie--;
this._parent._parent.ma_fleche3.unloadMovie();
Symbol 497 MovieClip Frame 306
stop();
Symbol 497 MovieClip Frame 310
_root.vie--;
this._parent._parent.ma_fleche3.unloadMovie();
Symbol 497 MovieClip Frame 341
stop();
Symbol 497 MovieClip Frame 345
_root.vie--;
this._parent._parent.ma_fleche3.unloadMovie();
Symbol 497 MovieClip Frame 376
stop();
Symbol 497 MovieClip Frame 380
_root.vie--;
this._parent._parent.ma_fleche3.unloadMovie();
Symbol 497 MovieClip Frame 411
stop();
Symbol 497 MovieClip Frame 415
_root.vie--;
this._parent._parent.ma_fleche3.unloadMovie();
Symbol 497 MovieClip Frame 446
stop();
Symbol 497 MovieClip Frame 450
_root.vie--;
this._parent._parent.ma_fleche3.unloadMovie();
Symbol 497 MovieClip Frame 481
stop();
Symbol 498 MovieClip Frame 1
mur.onMouseDown = function () {
if (hitTest(_xmouse, _ymouse, false)) {
profondeur = this.getNextHighestDepth();
this.createEmptyMovieClip("impact" + profondeur, profondeur);
this["impact" + profondeur]._x = this._xmouse;
this["impact" + profondeur]._y = this._ymouse;
this["impact" + profondeur].attachMovie("impact", this, 0);
}
};
Symbol 501 MovieClip Frame 600
_root.gotoAndPlay(12);
Symbol 504 Button
on (press) {
gotoAndPlay (11);
}
Symbol 506 Button
on (press) {
gotoAndPlay (14);
}
Symbol 507 Button
on (press) {
gotoAndPlay (35);
}
Symbol 508 MovieClip Frame 30
gotoAndPlay (1);
Symbol 508 MovieClip Frame 46
_root.gotoAndStop(15);
Symbol 514 Button
on (press) {
gotoAndPlay (380);
}
Symbol 522 MovieClip Frame 301
_root.vitalite--;
Symbol 522 MovieClip Frame 377
gotoAndPlay (1);
Symbol 522 MovieClip Frame 380
_root.vie--;
this._parent._parent.ma_fleche4.unloadMovie();
Symbol 522 MovieClip Frame 396
stop();
Symbol 523 Button
on (press) {
gotoAndPlay (380);
}
Symbol 526 MovieClip Frame 301
_root.vitalite--;
Symbol 526 MovieClip Frame 377
gotoAndPlay (1);
Symbol 526 MovieClip Frame 380
_root.vie--;
this._parent._parent.ma_fleche5.unloadMovie();
Symbol 526 MovieClip Frame 396
stop();
Symbol 536 MovieClip Frame 898
_root.gotoAndPlay(15);
Symbol 543 Button
on (press) {
gotoAndPlay (14);
}
Symbol 545 Button
on (press) {
gotoAndPlay (17);
}
Symbol 547 Button
on (press) {
gotoAndPlay (380);
}
Symbol 550 MovieClip Frame 301
_root.vitalite--;
Symbol 550 MovieClip Frame 377
gotoAndPlay (1);
Symbol 550 MovieClip Frame 380
_root.vie--;
this._parent._parent.ma_fleche6.unloadMovie();
Symbol 550 MovieClip Frame 396
stop();
Symbol 551 Button
on (press) {
gotoAndPlay (35);
}
Symbol 552 MovieClip Frame 30
gotoAndPlay (1);
Symbol 552 MovieClip Frame 46
_root.gotoAndStop(18);
Symbol 554 Button
on (press) {
gotoAndPlay (2);
}
Symbol 556 MovieClip Frame 1
stop();
Symbol 556 MovieClip Frame 26
stop();
Symbol 557 MovieClip Frame 1
mur.onMouseDown = function () {
if (hitTest(_xmouse, _ymouse, false)) {
profondeur = this.getNextHighestDepth();
this.createEmptyMovieClip("impact" + profondeur, profondeur);
this["impact" + profondeur]._x = this._xmouse;
this["impact" + profondeur]._y = this._ymouse;
this["impact" + profondeur].attachMovie("impact", this, 0);
}
};
Symbol 561 MovieClip Frame 898
_root.gotoAndPlay(18);
Symbol 565 Button
on (press) {
gotoAndPlay (17);
}
Symbol 567 Button
on (press) {
gotoAndPlay (20);
}
Symbol 573 Button
on (press) {
_root.energie--;
}
Symbol 578 Button
on (press) {
_root.energie--;
}
Symbol 583 Button
on (press) {
_root.energie--;
}
Symbol 588 Button
on (press) {
_root.energie--;
}
Symbol 593 Button
on (press) {
_root.energie--;
}
Symbol 598 Button
on (press) {
_root.energie--;
}
Symbol 599 Button
on (press) {
_root.energie--;
}
Symbol 600 Button
on (press) {
_root.energie--;
}
Symbol 601 Button
on (press) {
_root.energie--;
}
Symbol 602 Button
on (press) {
_root.energie--;
}
Symbol 603 Button
on (press) {
_root.energie--;
}
Symbol 604 Button
on (press) {
_root.energie--;
}
Symbol 605 MovieClip Frame 260
stop();
Symbol 606 MovieClip Frame 1
variable = 1 + Math.round(3 * Math.random());
if (variable == 1) {
gotoAndPlay (5);
}
if (variable == 2) {
gotoAndPlay (275);
}
if (variable == 3) {
gotoAndPlay (545);
}
if (variable == 4) {
gotoAndPlay (835);
}
Symbol 606 MovieClip Frame 2
gotoAndPlay (1);
Symbol 606 MovieClip Frame 3
variable = 1 + Math.round(3 * Math.random());
if (variable == 1) {
gotoAndPlay (1115);
}
if (variable == 2) {
gotoAndPlay (1395);
}
if (variable == 3) {
gotoAndPlay (1670);
}
if (variable == 4) {
gotoAndPlay (1950);
}
Symbol 606 MovieClip Frame 4
gotoAndPlay (3);
Symbol 606 MovieClip Frame 270
gotoAndPlay (3);
Symbol 606 MovieClip Frame 540
gotoAndPlay (3);
Symbol 606 MovieClip Frame 615
gotoAndPlay (2);
Symbol 606 MovieClip Frame 830
gotoAndPlay (3);
Symbol 606 MovieClip Frame 1110
gotoAndPlay (3);
Symbol 606 MovieClip Frame 1390
gotoAndPlay (1);
Symbol 606 MovieClip Frame 1665
gotoAndPlay (1);
Symbol 606 MovieClip Frame 1945
gotoAndPlay (1);
Symbol 606 MovieClip Frame 2230
gotoAndPlay (1);
Symbol 614 MovieClip Frame 1
variable = 1 + Math.round(6 * Math.random());
if (variable == 1) {
gotoAndPlay (5);
}
if (variable == 2) {
gotoAndPlay (410);
}
if (variable == 3) {
gotoAndPlay (825);
}
if (variable == 4) {
gotoAndPlay (1240);
}
if (variable == 5) {
gotoAndPlay (1655);
}
if (variable == 6) {
gotoAndPlay (2065);
}
if (variable == 7) {
gotoAndPlay (2470);
}
Symbol 614 MovieClip Frame 405
gotoAndPlay (1);
Instance of Symbol 427 MovieClip in Symbol 614 MovieClip Frame 435
on (press) {
_root.gotoAndPlay(21);
}
Instance of Symbol 427 MovieClip in Symbol 614 MovieClip Frame 435
on (press) {
_root.gotoAndPlay(21);
}
Instance of Symbol 427 MovieClip in Symbol 614 MovieClip Frame 435
on (press) {
_root.gotoAndPlay(21);
}
Instance of Symbol 427 MovieClip in Symbol 614 MovieClip Frame 435
on (press) {
_root.gotoAndPlay(21);
}
Symbol 614 MovieClip Frame 820
gotoAndPlay (1);
Instance of Symbol 427 MovieClip in Symbol 614 MovieClip Frame 851
on (press) {
_root.gotoAndPlay(21);
}
Symbol 614 MovieClip Frame 1235
gotoAndPlay (1);
Instance of Symbol 427 MovieClip in Symbol 614 MovieClip Frame 1272
on (press) {
_root.gotoAndPlay(21);
}
Instance of Symbol 427 MovieClip in Symbol 614 MovieClip Frame 1272
on (press) {
_root.gotoAndPlay(21);
}
Symbol 614 MovieClip Frame 1650
gotoAndPlay (1);
Instance of Symbol 427 MovieClip in Symbol 614 MovieClip Frame 1682
on (press) {
_root.gotoAndPlay(21);
}
Symbol 614 MovieClip Frame 2060
gotoAndPlay (1);
Instance of Symbol 427 MovieClip in Symbol 614 MovieClip Frame 2092
on (press) {
_root.gotoAndPlay(21);
}
Symbol 614 MovieClip Frame 2465
gotoAndPlay (1);
Symbol 614 MovieClip Frame 2875
gotoAndPlay (1);
Symbol 677 MovieClip Frame 3301
_root.gotoAndPlay(21);
Symbol 681 Button
on (press) {
gotoAndPlay (20);
}
Symbol 685 Button
on (press) {
gotoAndPlay (23);
}
Symbol 691 Button
on (press) {
gotoAndPlay (125);
}
on (press) {
_root.score++;
}
Symbol 696 Button
on (press) {
gotoAndPlay (125);
}
on (press) {
_root.score++;
}
Symbol 701 Button
on (press) {
gotoAndPlay (125);
}
on (press) {
_root.score++;
}
Symbol 706 Button
on (press) {
gotoAndPlay (125);
}
on (press) {
_root.score++;
}
Symbol 711 Button
on (press) {
gotoAndPlay (125);
}
on (press) {
_root.score++;
}
Symbol 716 Button
on (press) {
gotoAndPlay (125);
}
on (press) {
_root.score++;
}
Symbol 717 Button
on (press) {
gotoAndPlay (125);
}
on (press) {
_parent.score++;
}
Symbol 718 Button
on (press) {
gotoAndPlay (125);
}
on (press) {
_parent.score++;
}
Symbol 719 Button
on (press) {
gotoAndPlay (125);
}
on (press) {
_parent.score++;
}
Symbol 720 Button
on (press) {
gotoAndPlay (125);
}
on (press) {
_parent.score++;
}
Symbol 721 Button
on (press) {
gotoAndPlay (125);
}
on (press) {
_parent.score++;
}
Symbol 722 Button
on (press) {
gotoAndPlay (160);
}
on (press) {
_parent.score++;
}
Symbol 723 Button
on (press) {
gotoAndPlay (160);
}
on (press) {
_parent.score++;
}
Symbol 724 Button
on (press) {
gotoAndPlay (160);
}
on (press) {
_parent.score++;
}
Symbol 725 Button
on (press) {
gotoAndPlay (160);
}
on (press) {
_parent.score++;
}
Symbol 726 Button
on (press) {
gotoAndPlay (200);
}
on (press) {
_parent.score++;
}
Symbol 727 Button
on (press) {
gotoAndPlay (200);
}
on (press) {
_parent.score++;
}
Symbol 728 Button
on (press) {
gotoAndPlay (200);
}
on (press) {
_parent.score++;
}
Symbol 729 Button
on (press) {
gotoAndPlay (200);
}
on (press) {
_parent.score++;
}
Symbol 730 Button
on (press) {
gotoAndPlay (200);
}
on (press) {
_parent.score++;
}
Symbol 731 Button
on (press) {
gotoAndPlay (200);
}
on (press) {
_parent.score++;
}
Symbol 732 Button
on (press) {
gotoAndPlay (240);
}
on (press) {
_parent.score++;
}
Symbol 733 Button
on (press) {
gotoAndPlay (240);
}
on (press) {
_parent.score++;
}
Symbol 734 Button
on (press) {
gotoAndPlay (240);
}
on (press) {
_parent.score++;
}
Symbol 735 Button
on (press) {
gotoAndPlay (240);
}
on (press) {
_parent.score++;
}
Symbol 736 Button
on (press) {
gotoAndPlay (240);
}
on (press) {
_parent.score++;
}
Symbol 737 Button
on (press) {
gotoAndPlay (240);
}
on (press) {
_parent.score++;
}
Symbol 755 MovieClip Frame 122
gotoAndPlay (1);
Symbol 755 MovieClip Frame 128
_root.vie--;
this._parent._parent.ma_fleche7.unloadMovie();
Symbol 755 MovieClip Frame 155
stop();
Symbol 755 MovieClip Frame 163
_root.vie--;
this._parent._parent.ma_fleche7.unloadMovie();
Symbol 755 MovieClip Frame 193
stop();
Symbol 755 MovieClip Frame 204
_root.vie--;
this._parent._parent.ma_fleche7.unloadMovie();
Symbol 755 MovieClip Frame 235
stop();
Symbol 755 MovieClip Frame 244
_root.vie--;
this._parent._parent.ma_fleche7.unloadMovie();
Symbol 755 MovieClip Frame 280
stop();
Symbol 756 Button
on (press) {
gotoAndPlay (125);
}
on (press) {
_root.score++;
}
Symbol 757 Button
on (press) {
gotoAndPlay (125);
}
on (press) {
_root.score++;
}
Symbol 758 Button
on (press) {
gotoAndPlay (125);
}
on (press) {
_root.score++;
}
Symbol 759 Button
on (press) {
gotoAndPlay (125);
}
on (press) {
_root.score++;
}
Symbol 760 Button
on (press) {
gotoAndPlay (125);
}
on (press) {
_root.score++;
}
Symbol 761 Button
on (press) {
gotoAndPlay (125);
}
on (press) {
_root.score++;
}
Symbol 762 Button
on (press) {
gotoAndPlay (125);
}
on (press) {
_parent.score++;
}
Symbol 763 Button
on (press) {
gotoAndPlay (125);
}
on (press) {
_parent.score++;
}
Symbol 764 Button
on (press) {
gotoAndPlay (125);
}
on (press) {
_parent.score++;
}
Symbol 765 Button
on (press) {
gotoAndPlay (125);
}
on (press) {
_parent.score++;
}
Symbol 766 Button
on (press) {
gotoAndPlay (125);
}
on (press) {
_parent.score++;
}
Symbol 767 Button
on (press) {
gotoAndPlay (160);
}
on (press) {
_parent.score++;
}
Symbol 768 Button
on (press) {
gotoAndPlay (160);
}
on (press) {
_parent.score++;
}
Symbol 769 Button
on (press) {
gotoAndPlay (160);
}
on (press) {
_parent.score++;
}
Symbol 770 Button
on (press) {
gotoAndPlay (160);
}
on (press) {
_parent.score++;
}
Symbol 771 Button
on (press) {
gotoAndPlay (200);
}
on (press) {
_parent.score++;
}
Symbol 772 Button
on (press) {
gotoAndPlay (200);
}
on (press) {
_parent.score++;
}
Symbol 773 Button
on (press) {
gotoAndPlay (200);
}
on (press) {
_parent.score++;
}
Symbol 774 Button
on (press) {
gotoAndPlay (200);
}
on (press) {
_parent.score++;
}
Symbol 775 Button
on (press) {
gotoAndPlay (200);
}
on (press) {
_parent.score++;
}
Symbol 776 Button
on (press) {
gotoAndPlay (200);
}
on (press) {
_parent.score++;
}
Symbol 777 Button
on (press) {
gotoAndPlay (240);
}
on (press) {
_parent.score++;
}
Symbol 778 Button
on (press) {
gotoAndPlay (240);
}
on (press) {
_parent.score++;
}
Symbol 779 Button
on (press) {
gotoAndPlay (240);
}
on (press) {
_parent.score++;
}
Symbol 780 Button
on (press) {
gotoAndPlay (240);
}
on (press) {
_parent.score++;
}
Symbol 781 Button
on (press) {
gotoAndPlay (240);
}
on (press) {
_parent.score++;
}
Symbol 782 Button
on (press) {
gotoAndPlay (240);
}
on (press) {
_parent.score++;
}
Symbol 791 MovieClip Frame 122
gotoAndPlay (1);
Symbol 791 MovieClip Frame 128
_root.vie--;
this._parent._parent.ma_fleche8.unloadMovie();
Symbol 791 MovieClip Frame 155
stop();
Symbol 791 MovieClip Frame 163
_root.vie--;
this._parent._parent.ma_fleche8.unloadMovie();
Symbol 791 MovieClip Frame 193
stop();
Symbol 791 MovieClip Frame 204
_root.vie--;
this._parent._parent.ma_fleche8.unloadMovie();
Symbol 791 MovieClip Frame 235
stop();
Symbol 791 MovieClip Frame 244
_root.vie--;
this._parent._parent.ma_fleche8.unloadMovie();
Symbol 791 MovieClip Frame 280
stop();
Symbol 792 MovieClip Frame 1
mur.onMouseDown = function () {
if (hitTest(_xmouse, _ymouse, false)) {
profondeur = this.getNextHighestDepth();
this.createEmptyMovieClip("impact" + profondeur, profondeur);
this["impact" + profondeur]._x = this._xmouse;
this["impact" + profondeur]._y = this._ymouse;
this["impact" + profondeur].attachMovie("impact", this, 0);
}
};
Symbol 795 MovieClip Frame 898
_root.gotoAndPlay(24);
Symbol 799 Button
on (press) {
gotoAndPlay (23);
}
Symbol 801 Button
on (press) {
gotoAndPlay (26);
}
Symbol 803 Button
on (press) {
gotoAndPlay (125);
}
on (press) {
_root.score++;
}
Symbol 804 Button
on (press) {
gotoAndPlay (125);
}
on (press) {
_root.score++;
}
Symbol 805 Button
on (press) {
gotoAndPlay (125);
}
on (press) {
_root.score++;
}
Symbol 806 Button
on (press) {
gotoAndPlay (125);
}
on (press) {
_root.score++;
}
Symbol 807 Button
on (press) {
gotoAndPlay (125);
}
on (press) {
_root.score++;
}
Symbol 808 Button
on (press) {
gotoAndPlay (125);
}
on (press) {
_root.score++;
}
Symbol 809 Button
on (press) {
gotoAndPlay (125);
}
on (press) {
_parent.score++;
}
Symbol 810 Button
on (press) {
gotoAndPlay (125);
}
on (press) {
_parent.score++;
}
Symbol 811 Button
on (press) {
gotoAndPlay (125);
}
on (press) {
_parent.score++;
}
Symbol 812 Button
on (press) {
gotoAndPlay (125);
}
on (press) {
_parent.score++;
}
Symbol 813 Button
on (press) {
gotoAndPlay (125);
}
on (press) {
_parent.score++;
}
Symbol 814 Button
on (press) {
gotoAndPlay (160);
}
on (press) {
_parent.score++;
}
Symbol 815 Button
on (press) {
gotoAndPlay (160);
}
on (press) {
_parent.score++;
}
Symbol 816 Button
on (press) {
gotoAndPlay (160);
}
on (press) {
_parent.score++;
}
Symbol 817 Button
on (press) {
gotoAndPlay (160);
}
on (press) {
_parent.score++;
}
Symbol 818 Button
on (press) {
gotoAndPlay (200);
}
on (press) {
_parent.score++;
}
Symbol 819 Button
on (press) {
gotoAndPlay (200);
}
on (press) {
_parent.score++;
}
Symbol 820 Button
on (press) {
gotoAndPlay (200);
}
on (press) {
_parent.score++;
}
Symbol 821 Button
on (press) {
gotoAndPlay (200);
}
on (press) {
_parent.score++;
}
Symbol 822 Button
on (press) {
gotoAndPlay (200);
}
on (press) {
_parent.score++;
}
Symbol 823 Button
on (press) {
gotoAndPlay (200);
}
on (press) {
_parent.score++;
}
Symbol 824 Button
on (press) {
gotoAndPlay (240);
}
on (press) {
_parent.score++;
}
Symbol 825 Button
on (press) {
gotoAndPlay (240);
}
on (press) {
_parent.score++;
}
Symbol 826 Button
on (press) {
gotoAndPlay (240);
}
on (press) {
_parent.score++;
}
Symbol 827 Button
on (press) {
gotoAndPlay (240);
}
on (press) {
_parent.score++;
}
Symbol 828 Button
on (press) {
gotoAndPlay (240);
}
on (press) {
_parent.score++;
}
Symbol 829 Button
on (press) {
gotoAndPlay (240);
}
on (press) {
_parent.score++;
}
Symbol 838 MovieClip Frame 122
gotoAndPlay (1);
Symbol 838 MovieClip Frame 128
_root.vie--;
this._parent._parent.ma_fleche9.unloadMovie();
Symbol 838 MovieClip Frame 155
stop();
Symbol 838 MovieClip Frame 163
_root.vie--;
this._parent._parent.ma_fleche9.unloadMovie();
Symbol 838 MovieClip Frame 193
stop();
Symbol 838 MovieClip Frame 204
_root.vie--;
this._parent._parent.ma_fleche9.unloadMovie();
Symbol 838 MovieClip Frame 235
stop();
Symbol 838 MovieClip Frame 244
_root.vie--;
this._parent._parent.ma_fleche9.unloadMovie();
Symbol 838 MovieClip Frame 280
stop();
Symbol 839 Button
on (press) {
gotoAndPlay (35);
}
Symbol 840 MovieClip Frame 30
gotoAndPlay (1);
Symbol 840 MovieClip Frame 46
_root.gotoAndStop(27);
Symbol 841 MovieClip Frame 1
mur.onMouseDown = function () {
if (hitTest(_xmouse, _ymouse, false)) {
profondeur = this.getNextHighestDepth();
this.createEmptyMovieClip("impact" + profondeur, profondeur);
this["impact" + profondeur]._x = this._xmouse;
this["impact" + profondeur]._y = this._ymouse;
this["impact" + profondeur].attachMovie("impact", this, 0);
}
};
Symbol 845 MovieClip Frame 898
_root.gotoAndPlay(27);
Symbol 848 Button
on (press) {
gotoAndPlay (26);
}
Symbol 850 Button
on (press) {
gotoAndPlay (29);
}
Symbol 852 Button
on (press) {
gotoAndPlay (380);
}
Symbol 855 MovieClip Frame 301
_root.vitalite--;
Symbol 855 MovieClip Frame 377
gotoAndPlay (1);
Symbol 855 MovieClip Frame 380
_root.vie--;
this._parent._parent.ma_fleche10.unloadMovie();
Symbol 855 MovieClip Frame 396
stop();
Symbol 856 Button
on (press) {
gotoAndPlay (380);
}
Symbol 859 MovieClip Frame 301
_root.vitalite--;
Symbol 859 MovieClip Frame 377
gotoAndPlay (1);
Symbol 859 MovieClip Frame 380
_root.vie--;
this._parent._parent.ma_fleche11.unloadMovie();
Symbol 859 MovieClip Frame 396
stop();
Symbol 860 MovieClip Frame 1
mur.onMouseDown = function () {
if (hitTest(_xmouse, _ymouse, false)) {
profondeur = this.getNextHighestDepth();
this.createEmptyMovieClip("impact" + profondeur, profondeur);
this["impact" + profondeur]._x = this._xmouse;
this["impact" + profondeur]._y = this._ymouse;
this["impact" + profondeur].attachMovie("impact", this, 0);
}
};
Symbol 864 MovieClip Frame 360
_root.gotoAndPlay(30);
Symbol 867 Button
on (press) {
gotoAndPlay (29);
}
Symbol 869 Button
on (press) {
gotoAndPlay (32);
}
Symbol 871 MovieClip Frame 1
mur.onMouseDown = function () {
if (hitTest(_xmouse, _ymouse, false)) {
profondeur = this.getNextHighestDepth();
this.createEmptyMovieClip("impact" + profondeur, profondeur);
this["impact" + profondeur]._x = this._xmouse;
this["impact" + profondeur]._y = this._ymouse;
this["impact" + profondeur].attachMovie("impact", this, 0);
}
};
Symbol 874 MovieClip Frame 360
_root.gotoAndPlay(33);
Symbol 877 Button
on (press) {
gotoAndPlay (32);
}
Symbol 879 Button
on (press) {
gotoAndPlay (35);
}
Symbol 881 MovieClip Frame 125
stop();
Symbol 882 MovieClip Frame 1
variable = 1 + Math.round(4 * Math.random());
if (variable == 1) {
gotoAndPlay (10);
}
if (variable == 2) {
gotoAndPlay (275);
}
if (variable == 3) {
gotoAndPlay (540);
}
if (variable == 4) {
gotoAndPlay (670);
}
if (variable == 5) {
gotoAndPlay (935);
}
Symbol 882 MovieClip Frame 2
gotoAndPlay (1);
Symbol 882 MovieClip Frame 5
variable = 1 + Math.round(3 * Math.random());
if (variable == 1) {
gotoAndPlay (1065);
}
if (variable == 2) {
gotoAndPlay (1325);
}
if (variable == 3) {
gotoAndPlay (1590);
}
if (variable == 4) {
gotoAndPlay (1855);
}
Symbol 882 MovieClip Frame 6
gotoAndPlay (5);
Symbol 882 MovieClip Frame 270
gotoAndPlay (5);
Symbol 882 MovieClip Frame 535
gotoAndPlay (5);
Symbol 882 MovieClip Frame 665
gotoAndPlay (1);
Symbol 882 MovieClip Frame 930
gotoAndPlay (5);
Symbol 882 MovieClip Frame 1060
gotoAndPlay (1);
Symbol 882 MovieClip Frame 1320
gotoAndPlay (1);
Symbol 882 MovieClip Frame 1585
gotoAndPlay (1);
Symbol 882 MovieClip Frame 1850
gotoAndPlay (1);
Symbol 882 MovieClip Frame 2020
gotoAndPlay (5);
Symbol 890 MovieClip Frame 1
variable = 1 + Math.round(6 * Math.random());
if (variable == 1) {
gotoAndPlay (5);
}
if (variable == 2) {
gotoAndPlay (440);
}
if (variable == 3) {
gotoAndPlay (835);
}
if (variable == 4) {
gotoAndPlay (1240);
}
if (variable == 5) {
gotoAndPlay (1645);
}
if (variable == 6) {
gotoAndPlay (2035);
}
if (variable == 7) {
gotoAndPlay (2435);
}
Symbol 890 MovieClip Frame 435
gotoAndPlay (1);
Instance of Symbol 427 MovieClip in Symbol 890 MovieClip Frame 466
on (press) {
_root.gotoAndPlay(36);
}
Instance of Symbol 427 MovieClip in Symbol 890 MovieClip Frame 466
on (press) {
_root.gotoAndPlay(36);
}
Instance of Symbol 427 MovieClip in Symbol 890 MovieClip Frame 466
on (press) {
_root.gotoAndPlay(36);
}
Symbol 890 MovieClip Frame 830
gotoAndPlay (1);
Instance of Symbol 427 MovieClip in Symbol 890 MovieClip Frame 865
on (press) {
_root.gotoAndPlay(36);
}
Instance of Symbol 427 MovieClip in Symbol 890 MovieClip Frame 865
on (press) {
_root.gotoAndPlay(36);
}
Symbol 890 MovieClip Frame 1235
gotoAndPlay (1);
Symbol 890 MovieClip Frame 1640
gotoAndPlay (1);
Instance of Symbol 427 MovieClip in Symbol 890 MovieClip Frame 1676
on (press) {
_root.gotoAndPlay(36);
}
Instance of Symbol 427 MovieClip in Symbol 890 MovieClip Frame 1676
on (press) {
_root.gotoAndPlay(36);
}
Instance of Symbol 427 MovieClip in Symbol 890 MovieClip Frame 1676
on (press) {
_root.gotoAndPlay(36);
}
Instance of Symbol 427 MovieClip in Symbol 890 MovieClip Frame 1676
on (press) {
_root.gotoAndPlay(36);
}
Instance of Symbol 427 MovieClip in Symbol 890 MovieClip Frame 1676
on (press) {
_root.gotoAndPlay(36);
}
Instance of Symbol 427 MovieClip in Symbol 890 MovieClip Frame 1676
on (press) {
_root.gotoAndPlay(36);
}
Symbol 890 MovieClip Frame 2030
gotoAndPlay (1);
Instance of Symbol 427 MovieClip in Symbol 890 MovieClip Frame 2066
on (press) {
_root.gotoAndPlay(36);
}
Instance of Symbol 427 MovieClip in Symbol 890 MovieClip Frame 2066
on (press) {
_root.gotoAndPlay(36);
}
Symbol 890 MovieClip Frame 2430
gotoAndPlay (1);
Instance of Symbol 427 MovieClip in Symbol 890 MovieClip Frame 2466
on (press) {
_root.gotoAndPlay(36);
}
Instance of Symbol 427 MovieClip in Symbol 890 MovieClip Frame 2466
on (press) {
_root.gotoAndPlay(36);
}
Instance of Symbol 427 MovieClip in Symbol 890 MovieClip Frame 2466
on (press) {
_root.gotoAndPlay(36);
}
Instance of Symbol 427 MovieClip in Symbol 890 MovieClip Frame 2466
on (press) {
_root.gotoAndPlay(36);
}
Instance of Symbol 427 MovieClip in Symbol 890 MovieClip Frame 2466
on (press) {
_root.gotoAndPlay(36);
}
Symbol 890 MovieClip Frame 2830
gotoAndPlay (1);
Symbol 895 MovieClip Frame 3001
_root.gotoAndPlay(21);
Symbol 898 Button
on (press) {
gotoAndPlay (35);
}
Symbol 902 Button
on (press) {
gotoAndPlay (38);
}