Frame 1
function __com_mochibot__(swfid, mc, lv, trk) {
var x;
var g;
var s;
var fv;
var sb;
var u;
var res;
var mb;
var mbc;
mb = "__mochibot__";
mbc = "mochibot.com";
g = (_global ? (_global) : (_level0._root));
if (g[mb + swfid]) {
return(g[mb + swfid]);
}
s = System.security;
x = mc._root.getSWFVersion;
fv = (x ? (mc.getSWFVersion()) : ((_global ? 6 : 5)));
if (!s) {
s = {};
}
sb = s.sandboxType;
if (sb == "localWithFile") {
return(null);
}
x = s.allowDomain;
if (x) {
s.allowDomain(mbc);
}
x = s.allowInsecureDomain;
if (x) {
s.allowInsecureDomain(mbc);
}
u = (((((((((((("http://" + mbc) + "/my/core.swf?mv=7&fv=") + fv) + "&v=") + escape(getVersion())) + "&swfid=") + escape(swfid)) + "&l=") + lv) + "&f=") + mc) + (sb ? ("&sb=" + sb) : "")) + (trk ? "&t=1" : "");
lv = ((fv > 6) ? (mc.getNextHighestDepth()) : ((g[mb + "level"] ? (g[mb + "level"] + 1) : (lv))));
g[mb + "level"] = lv;
if (fv == 5) {
res = "_level" + lv;
if (!eval (res)) {
loadMovieNum (u, lv);
}
} else {
res = mc.createEmptyMovieClip(mb + swfid, lv);
res.loadMovie(u);
}
return(res);
}
stop();
__com_mochibot__("c9155285", this, 10301, true);
Instance of Symbol 15 MovieClip "Lbar" in Frame 1
onClipEvent (enterFrame) {
_level0.temoin = ("Chargement en cours... " + Math.round((_level0.getBytesLoaded() / _level0.getBytesTotal()) * 100)) + "%";
_level0.K = Math.round(_level0.getBytesLoaded() / 1000) + " K";
setProperty(this, _xscale , Number((_level0.getBytesLoaded() / _level0.getBytesTotal()) * 100));
if (Number(_level0.getBytesLoaded()) >= Number(_level0.getBytesTotal())) {
tellTarget ("_level0") {
_root.gotoAndStop(2);
};
}
}
Frame 2
stop();
Frame 5
function dupli() {
creation = _root.jeu.block.total;
i = 0;
i = 1;
while (i < 10) {
_global.attaquant = "aigle" + i;
if ((_root.jeu.block[_global.attaquant].mort == 0) && (_root.jeu.block[_global.attaquant].attack == 0)) {
creation = creation + 1;
_root.jeu.block[_global.attaquant].duplicateMovieClip("aigle" + creation, (100 + i) + nombre);
_root.jeu.block.total = _root.jeu.block.total + 1;
}
i++;
}
}
function attack1() {
hasard = random(2) + 1;
i = 1;
i = 1;
while (i < (3 + reussi)) {
a = random(jeu.block.total) + 1;
_global.attaquant = "aigle" + a;
if (_root.jeu.block[_global.attaquant].mort == 0) {
_root.jeu.block[_global.attaquant].attack = hasard;
}
i++;
}
}
compte = 0;
boucliercount = 120;
invincible = 0;
vaisseau = 3;
bonus1 = 0;
bonus2 = 0;
score = 0;
bouclier = 0;
prelude = 0;
tirphoenix = 1;
stop();
debut = 0;
reussi = 1;
tableau = 1;
cookie = SharedObject.getLocal("cookie_score");
highscore = cookie.data.score;
if (highscore == undefined) {
highscore = 0;
}
son_shoot = new Sound();
son_shoot.attachSound("shoot");
son_phoenix = new Sound();
son_phoenix.attachSound("phoenixexplose");
Frame 62
stop();
laps = 0;
laps2 = 0;
this.onEnterFrame = function () {
if ((tableau == 1) || (tableau == 6)) {
laps = laps + 1;
if (laps == (100 - (reussi * 10))) {
attack1();
laps = 0;
}
}
if ((((tableau == 2) || (tableau == 5)) || (tableau == 7)) || (tableau == 10)) {
laps = laps + 1;
if (laps == (100 - (reussi * 10))) {
attack1();
laps = 0;
}
}
if ((tableau == 5) || (tableau == 10)) {
laps2 = laps2 + 1;
if (laps2 == (600 - (10 * _root.reussi))) {
laps2 = 0;
dupli();
}
}
if ((_root.bonus1 == 0) && (_root.score > 3000)) {
_root.vaisseau = _root.vaisseau + 1;
_root.bonus1 = 1;
}
if ((_root.bonus2 == 0) && (_root.score > 30000)) {
_root.vaisseau = _root.vaisseau + 1;
_root.bonus2 = 1;
}
};
Frame 67
var mytween = (new mx.transitions.Tween(fin, "_y", mx.transitions.easing.Elastic.easeOut, 0, 30, 12, true));
stop();
if (score > highscore) {
cookie.data.score = score;
cookie.flush();
}
Symbol 7 MovieClip [tir] Frame 1
this._x = _root.ship._x;
this._y = 300;
this.onEnterFrame = function () {
this._y = this._y - 10;
if (this._y < 40) {
removeMovieClip(this);
}
};
Symbol 8 MovieClip [tirphoenix] Frame 1
stop();
this.onEnterFrame = function () {
this._y = this._y + 8;
if ((this.hitTest(_root.ship) && (_root.ship.mort == 0)) && (_root.invincible == 0)) {
_root.ship.gotoAndPlay("boom");
this.removeMovieClip();
}
if ((this.hitTest(_root.ship) && (_root.ship.mort == 0)) && (_root.invincible == 1)) {
this.removeMovieClip();
}
if (this._y > 400) {
this.removeMovieClip();
}
};
Symbol 10 MovieClip [bloc] Frame 1
stop();
mort = false;
this.onEnterFrame = function () {
if (!mort) {
this._x = this._x - 2;
if (this._x < -10) {
this._x = this._x + 230;
}
i = 1;
while (i < 6) {
if (this.hitTest(eval ("_root.shoot" + i))) {
this._visible = 0;
mort = true;
eval ("_root.shoot" + i).removeMovieClip();
}
i++;
}
}
};
Symbol 309 MovieClip [__Packages.mx.transitions.OnEnterFrameBeacon] Frame 0
class mx.transitions.OnEnterFrameBeacon
{
function OnEnterFrameBeacon () {
}
static function init() {
var _local4 = _global.MovieClip;
if (!_root.__OnEnterFrameBeacon) {
mx.transitions.BroadcasterMX.initialize(_local4);
var _local3 = _root.createEmptyMovieClip("__OnEnterFrameBeacon", 9876);
_local3.onEnterFrame = function () {
_global.MovieClip.broadcastMessage("onEnterFrame");
};
}
}
static var version = "1.1.0.52";
}
Symbol 310 MovieClip [__Packages.mx.transitions.BroadcasterMX] Frame 0
class mx.transitions.BroadcasterMX
{
var _listeners;
function BroadcasterMX () {
}
static function initialize(o, dontCreateArray) {
if (o.broadcastMessage != undefined) {
delete o.broadcastMessage;
}
o.addListener = mx.transitions.BroadcasterMX.prototype.addListener;
o.removeListener = mx.transitions.BroadcasterMX.prototype.removeListener;
if (!dontCreateArray) {
o._listeners = new Array();
}
}
function addListener(o) {
removeListener(o);
if (broadcastMessage == undefined) {
broadcastMessage = mx.transitions.BroadcasterMX.prototype.broadcastMessage;
}
return(_listeners.push(o));
}
function removeListener(o) {
var _local2 = _listeners;
var _local3 = _local2.length;
while (_local3--) {
if (_local2[_local3] == o) {
_local2.splice(_local3, 1);
if (!_local2.length) {
broadcastMessage = undefined;
}
return(true);
}
}
return(false);
}
function broadcastMessage() {
var _local5 = String(arguments.shift());
var _local4 = _listeners.concat();
var _local6 = _local4.length;
var _local3 = 0;
while (_local3 < _local6) {
_local4[_local3][_local5].apply(_local4[_local3], arguments);
_local3++;
}
}
static var version = "1.1.0.52";
}
Symbol 311 MovieClip [__Packages.mx.transitions.Tween] Frame 0
class mx.transitions.Tween
{
var obj, prop, begin, useSeconds, _listeners, addListener, prevTime, _time, looping, _duration, broadcastMessage, isPlaying, _fps, prevPos, _pos, change, _intervalID, _startTime;
function Tween (obj, prop, func, begin, finish, duration, useSeconds) {
mx.transitions.OnEnterFrameBeacon.init();
if (!arguments.length) {
return;
}
this.obj = obj;
this.prop = prop;
this.begin = begin;
position = (begin);
this.duration = (duration);
this.useSeconds = useSeconds;
if (func) {
this.func = func;
}
this.finish = (finish);
_listeners = [];
addListener(this);
start();
}
function set time(t) {
prevTime = _time;
if (t > duration) {
if (looping) {
rewind(t - _duration);
update();
broadcastMessage("onMotionLooped", this);
} else {
if (useSeconds) {
_time = _duration;
update();
}
stop();
broadcastMessage("onMotionFinished", this);
}
} else if (t < 0) {
rewind();
update();
} else {
_time = t;
update();
}
//return(time);
}
function get time() {
return(_time);
}
function set duration(d) {
_duration = (((d == null) || (d <= 0)) ? (_global.Infinity) : (d));
//return(duration);
}
function get duration() {
return(_duration);
}
function set FPS(fps) {
var _local2 = isPlaying;
stopEnterFrame();
_fps = fps;
if (_local2) {
startEnterFrame();
}
//return(FPS);
}
function get FPS() {
return(_fps);
}
function set position(p) {
setPosition(p);
//return(position);
}
function setPosition(p) {
prevPos = _pos;
obj[prop] = (_pos = p);
broadcastMessage("onMotionChanged", this, _pos);
updateAfterEvent();
}
function get position() {
return(getPosition());
}
function getPosition(t) {
if (t == undefined) {
t = _time;
}
return(func(t, begin, change, _duration));
}
function set finish(f) {
change = f - begin;
//return(finish);
}
function get finish() {
return(begin + change);
}
function continueTo(finish, duration) {
begin = position;
this.finish = (finish);
if (duration != undefined) {
this.duration = (duration);
}
start();
}
function yoyo() {
continueTo(begin, time);
}
function startEnterFrame() {
if (_fps == undefined) {
_global.MovieClip.addListener(this);
} else {
_intervalID = setInterval(this, "onEnterFrame", 1000 / _fps);
}
isPlaying = true;
}
function stopEnterFrame() {
if (_fps == undefined) {
_global.MovieClip.removeListener(this);
} else {
clearInterval(_intervalID);
}
isPlaying = false;
}
function start() {
rewind();
startEnterFrame();
broadcastMessage("onMotionStarted", this);
}
function stop() {
stopEnterFrame();
broadcastMessage("onMotionStopped", this);
}
function resume() {
fixTime();
startEnterFrame();
broadcastMessage("onMotionResumed", this);
}
function rewind(t) {
_time = ((t == undefined) ? 0 : (t));
fixTime();
update();
}
function fforward() {
time = (_duration);
fixTime();
}
function nextFrame() {
if (useSeconds) {
time = ((getTimer() - _startTime) / 1000);
} else {
time = (_time + 1);
}
}
function onEnterFrame() {
nextFrame();
}
function prevFrame() {
if (!useSeconds) {
time = (_time - 1);
}
}
function toString() {
return("[Tween]");
}
function fixTime() {
if (useSeconds) {
_startTime = getTimer() - (_time * 1000);
}
}
function update() {
position = (getPosition(_time));
}
static var version = "1.1.0.52";
static var __initBeacon = mx.transitions.OnEnterFrameBeacon.init();
static var __initBroadcaster = mx.transitions.BroadcasterMX.initialize(mx.transitions.Tween.prototype, true);
function func(t, b, c, d) {
return(((c * t) / d) + b);
}
}
Symbol 312 MovieClip [__Packages.mx.transitions.easing.Elastic] Frame 0
class mx.transitions.easing.Elastic
{
function Elastic () {
}
static function easeIn(t, b, c, d, a, p) {
if (t == 0) {
return(b);
}
t = t / d;
if (t == 1) {
return(b + c);
}
if (!p) {
p = d * 0.3;
}
if ((!a) || (a < Math.abs(c))) {
a = c;
var _local7 = p / 4;
} else {
var _local7 = (p / (Math.PI*2)) * Math.asin(c / a);
}
t = t - 1;
return((-((a * Math.pow(2, 10 * t)) * Math.sin((((t * d) - _local7) * (Math.PI*2)) / p))) + b);
}
static function easeOut(t, b, c, d, a, p) {
if (t == 0) {
return(b);
}
t = t / d;
if (t == 1) {
return(b + c);
}
if (!p) {
p = d * 0.3;
}
if ((!a) || (a < Math.abs(c))) {
a = c;
var _local7 = p / 4;
} else {
var _local7 = (p / (Math.PI*2)) * Math.asin(c / a);
}
return((((a * Math.pow(2, -10 * t)) * Math.sin((((t * d) - _local7) * (Math.PI*2)) / p)) + c) + b);
}
static function easeInOut(t, b, c, d, a, p) {
if (t == 0) {
return(b);
}
t = t / (d / 2);
if (t == 2) {
return(b + c);
}
if (!p) {
p = d * 0.45;
}
if ((!a) || (a < Math.abs(c))) {
a = c;
var _local7 = p / 4;
} else {
var _local7 = (p / (Math.PI*2)) * Math.asin(c / a);
}
if (t < 1) {
t = t - 1;
return((-0.5 * ((a * Math.pow(2, 10 * t)) * Math.sin((((t * d) - _local7) * (Math.PI*2)) / p))) + b);
}
t = t - 1;
return(((((a * Math.pow(2, -10 * t)) * Math.sin((((t * d) - _local7) * (Math.PI*2)) / p)) * 0.5) + c) + b);
}
static var version = "1.1.0.52";
}
Symbol 25 Button
on (release) {
getURL ("http://www.benz.be", "_blank");
}
Symbol 30 MovieClip Frame 132
stop();
_root.play();
Symbol 39 MovieClip Frame 1
this.onEnterFrame = function () {
i = 1;
while (i < 6) {
if (this.hitTest(eval ("_root.shoot" + i)) && (_parent._parent.mort == 0)) {
this.stop();
_parent._parent.mort = 1;
_root.jeu.block.aigles = _root.jeu.block.aigles - 1;
_root.score = _root.score + 50;
eval ("_root.shoot" + i).removeMovieClip();
_parent.gotoAndStop("explose");
}
i++;
}
};
Symbol 50 MovieClip Frame 85
stop();
Symbol 67 MovieClip Frame 1
stop();
touche = 0;
this.onEnterFrame = function () {
if (touche == 1) {
touche = 4;
gotoAndPlay (2);
}
i = 1;
while (i < 6) {
if (this.hitTest(eval ("_root.shoot" + i))) {
touche = touche + 1;
eval ("_root.shoot" + i).removeMovieClip();
}
i++;
}
};
Symbol 67 MovieClip Frame 50
stop();
if (_parent.droit.touche >= 1) {
touche = 0;
gotoAndStop (1);
_parent.droit.touche = 0;
_parent.droit.gotoAndStop(1);
}
Symbol 69 MovieClip Frame 1
stop();
touche = 0;
this.onEnterFrame = function () {
if (touche == 1) {
touche = 4;
gotoAndPlay (2);
}
i = 1;
while (i < 6) {
if (this.hitTest(eval ("_root.shoot" + i))) {
touche = touche + 1;
eval ("_root.shoot" + i).removeMovieClip();
}
i++;
}
};
Symbol 69 MovieClip Frame 50
stop();
if (_parent.gauche.touche >= 1) {
touche = 0;
gotoAndStop (1);
_parent.gauche.touche = 0;
_parent.gauche.gotoAndStop(1);
}
Symbol 114 Button
on (release) {
_root.gotoAndPlay(6);
}
Symbol 115 Button
on (release) {
getURL ("http://www.benz.be/jeux/", "_blank");
}
Symbol 116 Button
on (release) {
getURL ("http://www.benz.be/download/phoenix.exe", "_blank");
}
Symbol 122 Button
on (release) {
getURL ("http://www.benz.be/webmaster.php", "_blank");
}
Symbol 126 Button
on (release) {
getURL ("http://www.benz.be", "_blank");
}
Symbol 164 MovieClip Frame 1
stop();
mort = 0;
baisse = 0;
rockets = 0;
interval = 0;
tir = 0;
son_tir = new Sound();
son_tir.attachSound("tirer");
son_bouclier = new Sound();
son_bouclier.attachSound("bouclier");
this.onEnterFrame = function () {
_root.boucliercount = _root.boucliercount + 1;
if (((Key.isDown(38) && (_root.bouclier == 0)) && (_root.boucliercount > 120)) && (mort == 0)) {
_root.bouclier = 1;
boucliercount = 0;
son_bouclier.start();
gotoAndPlay ("bouclier");
}
if (((Key.isDown(17) && (interval == 0)) && (mort == 0)) && (baisse == 0)) {
baisse = 1;
if (tir == 5) {
tir = 1;
} else {
tir = tir + 1;
}
if ((_root.tableau == 2) || (_root.tableau == 7)) {
interval = 4;
} else {
interval = 7;
}
_root.attachMovie("tir", "shoot" + tir, tir);
son_tir.start();
}
if (((!Key.isDown(17)) && (interval == 0)) && (baisse == 1)) {
baisse = 0;
}
if ((Key.isDown(39) && (mort == 0)) && (_root.bouclier == 0)) {
gauche = 0;
droite = 1;
if (this._x > (300 - (this._width / 2))) {
droite = 0;
} else {
this._x = this._x + 5;
}
}
if ((Key.isDown(37) && (mort == 0)) && (_root.bouclier == 0)) {
droite = 0;
gauche = 1;
if (this._x < (0 + (this._width / 2))) {
gauche = 0;
} else {
this._x = this._x - 5;
}
}
if (interval > 0) {
interval = interval - 1;
}
};
Symbol 164 MovieClip Frame 2
stop();
Symbol 164 MovieClip Frame 10
_root.invincible = 1;
Symbol 164 MovieClip Frame 35
_root.invincible = 0;
_root.bouclier = 0;
_root.boucliercount = 0;
gotoAndPlay (1);
Symbol 164 MovieClip Frame 36
mort = 1;
Symbol 164 MovieClip Frame 61
_root.vaisseau = _root.vaisseau - 1;
if (_root.vaisseau == 0) {
stopAllSounds();
_root.gotoAndStop("end");
}
mort = 0;
_root.bouclier = 0;
_root.invincible = 1;
Symbol 164 MovieClip Frame 114
_root.invincible = 0;
Symbol 171 MovieClip Frame 20
_parent._parent._parent.mort = 2;
stop();
Symbol 172 MovieClip Frame 1
this.onEnterFrame = function () {
if (_parent._parent.mort == 1) {
_parent.bb.gotoAndStop(5);
}
};
stop();
Symbol 172 MovieClip Frame 2
stop();
Symbol 172 MovieClip Frame 3
stop();
Symbol 172 MovieClip Frame 4
stop();
Symbol 172 MovieClip Frame 5
stop();
Symbol 173 MovieClip Frame 1
pan = 0;
this.onEnterFrame = function () {
i = 1;
while (i < 6) {
if (bb.hitTest(eval ("_root.shoot" + i)) && (_parent.mort == 0)) {
this.stop();
_parent.mort = 1;
_root.son_shoot.start();
bb.gotoAndStop(5);
_root.jeu.block.aigles = _root.jeu.block.aigles - 1;
_root.score = _root.score + _parent.pts;
eval ("_root.shoot" + i).removeMovieClip();
}
i++;
}
pan = random(200 - (_root.reussi * 10));
if (pan == 2) {
_root.tirphoenix = _root.tirphoenix + 1;
positionphoenix = this.getBounds(_root);
_root.attachMovie("tirphoenix", "tirphoenix" + _root.tirphoenix, _root.tirphoenix, {_x:positionphoenix.xMin + 10, _y:positionphoenix.yMin});
}
};
Symbol 174 MovieClip Frame 1
this.onEnterFrame = function () {
i = 1;
while (i < 6) {
if (bb.hitTest(eval ("_root.shoot" + i)) && (_parent.mort == 0)) {
this.stop();
_parent.mort = 1;
_root.son_shoot.start();
bb.gotoAndStop(5);
_root.jeu.block.aigles = _root.jeu.block.aigles - 1;
_root.score = _root.score + _parent.pts;
eval ("_root.shoot" + i).removeMovieClip();
}
i++;
}
pan = random(80 - (_root.reussi * 5));
if (pan == 2) {
_root.tirphoenix = _root.tirphoenix + 1;
positionphoenix = bb.getBounds(_root);
_root.attachMovie("tirphoenix", "tirphoenix" + _root.tirphoenix, _root.tirphoenix, {_x:positionphoenix.xMin + 10, _y:positionphoenix.yMin});
}
};
_parent.pts = 20;
bb.gotoAndStop(2);
Symbol 174 MovieClip Frame 2
bb.gotoAndStop(3);
Symbol 174 MovieClip Frame 3
_parent.pts = 40;
Symbol 174 MovieClip Frame 50
bb.gotoAndStop(2);
Symbol 174 MovieClip Frame 51
_parent.pts = 80;
Symbol 174 MovieClip Frame 52
bb.gotoAndStop(1);
Symbol 174 MovieClip Frame 82
bb.gotoAndStop(2);
Symbol 174 MovieClip Frame 84
bb.gotoAndStop(1);
Symbol 174 MovieClip Frame 85
bb.gotoAndStop(4);
_parent.pts = 200;
Symbol 174 MovieClip Frame 105
_parent.pts = 20;
Symbol 174 MovieClip Frame 110
bb.gotoAndStop(3);
Symbol 174 MovieClip Frame 111
bb.gotoAndStop(1);
stop();
_parent.attack = 0;
_parent.go = 0;
_parent.gotoAndStop(1);
Symbol 175 MovieClip Frame 1
this.onEnterFrame = function () {
i = 1;
while (i < 6) {
if (bb.hitTest(eval ("_root.shoot" + i)) && (_parent.mort == 0)) {
this.stop();
_parent.mort = 1;
_root.son_shoot.start();
bb.gotoAndStop(5);
_root.jeu.block.aigles = _root.jeu.block.aigles - 1;
_root.score = _root.score + _parent.pts;
eval ("_root.shoot" + i).removeMovieClip();
}
i++;
}
pan = random(60 - (_root.reussi * 5));
if (pan == 2) {
_root.tirphoenix = _root.tirphoenix + 1;
positionphoenix = bb.getBounds(_root);
_root.attachMovie("tirphoenix", "tirphoenix" + _root.tirphoenix, _root.tirphoenix, {_x:positionphoenix.xMin + 10, _y:positionphoenix.yMin});
}
if ((bb.hitTest(_root.ship) && (_parent.mort == 0)) && (_root.ship.mort == 0)) {
_root.ship.gotoAndPlay("boom");
this.stop();
_parent.mort = 1;
bb.gotoAndStop(5);
_root.jeu.block.aigles = _root.jeu.block.aigles - 1;
_root.score = _root.score + _parent.pts;
}
};
bb.gotoAndStop(2);
Symbol 175 MovieClip Frame 2
bb.gotoAndStop(3);
_parent.pts = 40;
Symbol 175 MovieClip Frame 109
bb.gotoAndStop(2);
stop();
_parent.attack = 0;
_parent.pts = 20;
_parent.go = 0;
_parent.gotoAndStop(1);
Symbol 176 MovieClip Frame 1
stop();
var attack = 0;
pts = 20;
mort = 0;
go = 0;
this.onEnterFrame = function () {
if (((attack == 1) && (mort == 0)) && (go == 0)) {
go = 1;
gotoAndStop (2);
}
if (((attack == 2) && (mort == 0)) && (go == 0)) {
go = 1;
gotoAndStop (3);
}
};
Symbol 177 MovieClip Frame 1
total = 16;
aigles = 16;
position = 0;
this.onEnterFrame = function () {
if (position == 0) {
this._x = this._x + 1;
if (this._x > 150) {
position = 1;
}
}
if (position == 1) {
this._x = this._x - 1;
if (this._x < 115) {
position = 0;
}
}
};
Symbol 178 MovieClip Frame 1
go = 0;
stop();
this.onEnterFrame = function () {
if ((_root.prelude == 1) && (go == 0)) {
go = 1;
gotoAndPlay (2);
}
};
Symbol 178 MovieClip Frame 60
stop();
stopAllSounds();
_root.tableau = _root.tableau + 1;
if (_root.tableau == 11) {
_root.tableau = 1;
}
_root.prelude = 0;
go = 0;
Symbol 188 MovieClip Frame 20
_parent._parent._parent.mort = 2;
stop();
Symbol 189 MovieClip Frame 1
this.onEnterFrame = function () {
if (_parent._parent.mort == 1) {
_parent.bb.gotoAndStop(5);
}
};
stop();
Symbol 189 MovieClip Frame 2
stop();
Symbol 189 MovieClip Frame 3
stop();
Symbol 189 MovieClip Frame 4
stop();
Symbol 189 MovieClip Frame 5
stop();
Symbol 190 MovieClip Frame 1
pan = 0;
this.onEnterFrame = function () {
i = 1;
while (i < 6) {
if (bb.hitTest(eval ("_root.shoot" + i)) && (_parent.mort == 0)) {
this.stop();
_root.son_shoot.start();
_parent.mort = 1;
bb.gotoAndStop(5);
_root.jeu.block.aigles = _root.jeu.block.aigles - 1;
_root.score = _root.score + _parent.pts;
eval ("_root.shoot" + i).removeMovieClip();
}
i++;
}
pan = random(200 - (_root.reussi * 10));
if (pan == 2) {
_root.tirphoenix = _root.tirphoenix + 1;
positionphoenix = this.getBounds(_root);
_root.attachMovie("tirphoenix", "tirphoenix" + _root.tirphoenix, _root.tirphoenix, {_x:positionphoenix.xMin + 10, _y:positionphoenix.yMin});
}
};
Symbol 191 MovieClip Frame 1
this.onEnterFrame = function () {
i = 1;
while (i < 6) {
if (bb.hitTest(eval ("_root.shoot" + i)) && (_parent.mort == 0)) {
this.stop();
_root.son_shoot.start();
_parent.mort = 1;
bb.gotoAndStop(5);
_root.jeu.block.aigles = _root.jeu.block.aigles - 1;
_root.score = _root.score + _parent.pts;
eval ("_root.shoot" + i).removeMovieClip();
}
i++;
}
pan = random(80 - (_root.reussi * 5));
if (pan == 2) {
_root.tirphoenix = _root.tirphoenix + 1;
positionphoenix = bb.getBounds(_root);
_root.attachMovie("tirphoenix", "tirphoenix" + _root.tirphoenix, _root.tirphoenix, {_x:positionphoenix.xMin + 10, _y:positionphoenix.yMin});
}
};
_parent.pts = 20;
bb.gotoAndStop(2);
Symbol 191 MovieClip Frame 2
bb.gotoAndStop(2);
Symbol 191 MovieClip Frame 3
_parent.pts = 40;
Symbol 191 MovieClip Frame 50
bb.gotoAndStop(2);
Symbol 191 MovieClip Frame 51
_parent.pts = 80;
Symbol 191 MovieClip Frame 52
bb.gotoAndStop(1);
Symbol 191 MovieClip Frame 82
bb.gotoAndStop(2);
Symbol 191 MovieClip Frame 84
bb.gotoAndStop(1);
Symbol 191 MovieClip Frame 85
bb.gotoAndStop(4);
_parent.pts = 200;
Symbol 191 MovieClip Frame 105
_parent.pts = 20;
Symbol 191 MovieClip Frame 110
bb.gotoAndStop(3);
Symbol 191 MovieClip Frame 111
bb.gotoAndStop(1);
stop();
_parent.attack = 0;
_parent.go = 0;
_parent.gotoAndStop(1);
Symbol 192 MovieClip Frame 1
this.onEnterFrame = function () {
i = 1;
while (i < 6) {
if (bb.hitTest(eval ("_root.shoot" + i)) && (_parent.mort == 0)) {
this.stop();
_parent.mort = 1;
_root.son_shoot.start();
bb.gotoAndStop(5);
_root.jeu.block.aigles = _root.jeu.block.aigles - 1;
_root.score = _root.score + _parent.pts;
eval ("_root.shoot" + i).removeMovieClip();
}
i++;
}
pan = random(50 - (_root.reussi * 5));
if (pan == 2) {
_root.tirphoenix = _root.tirphoenix + 1;
positionphoenix = bb.getBounds(_root);
_root.attachMovie("tirphoenix", "tirphoenix" + _root.tirphoenix, _root.tirphoenix, {_x:positionphoenix.xMin + 10, _y:positionphoenix.yMin});
}
if ((this.hitTest(_root.ship) && (_root.invincible == 1)) && (_parent.mort == 0)) {
_parent.mort = 1;
this.stop();
_root.jeu.block.aigles = _root.jeu.block.aigles - 1;
_root.score = _root.score + _parent.pts;
bb.gotoAndStop(5);
}
if ((bb.hitTest(_root.ship) && (_parent.mort == 0)) && (_root.ship.mort == 0)) {
_root.ship.gotoAndPlay("boom");
this.stop();
_parent.mort = 1;
bb.gotoAndStop(5);
_root.jeu.block.aigles = _root.jeu.block.aigles - 1;
_root.score = _root.score + _parent.pts;
}
};
bb.gotoAndStop(2);
Symbol 192 MovieClip Frame 2
bb.gotoAndStop(2);
_parent.pts = 40;
Symbol 192 MovieClip Frame 109
bb.gotoAndStop(2);
stop();
_parent.attack = 0;
_parent.pts = 20;
_parent.go = 0;
_parent.gotoAndStop(1);
Symbol 193 MovieClip Frame 1
stop();
var attack = 0;
pts = 20;
mort = 0;
go = 0;
this.onEnterFrame = function () {
if (((attack == 1) && (mort == 0)) && (go == 0)) {
go = 1;
gotoAndStop (2);
}
if (((attack == 2) && (mort == 0)) && (go == 0)) {
go = 1;
gotoAndStop (3);
}
};
Symbol 194 MovieClip Frame 1
total = 16;
aigles = 16;
position = 0;
this.onEnterFrame = function () {
if (position == 0) {
this._x = this._x + 1;
if (this._x > 140) {
position = 1;
}
}
if (position == 1) {
this._x = this._x - 1;
if (this._x < 105) {
position = 0;
}
}
};
Symbol 201 MovieClip Frame 1
p = random(12) + 1;
if (p < 5) {
_parent._parent._parent.pts = 100;
} else if (p < 8) {
_parent._parent._parent.pts = 200;
} else if (p == 8) {
_parent._parent._parent.pts = 180;
} else if (p == 9) {
_parent._parent._parent.pts = 250;
} else if (p == 10) {
_parent._parent._parent.pts = 350;
} else if (p == 11) {
_parent._parent._parent.pts = 830;
} else if (p == 12) {
_parent._parent._parent.pts = 550;
}
this.onEnterFrame = function () {
i = 1;
while (i < 6) {
if (this.hitTest(eval ("_root.shoot" + i)) && (_parent._parent._parent.mort == 0)) {
_parent._parent._parent.mort = 1;
_root.son_phoenix.start();
_root.jeu.block.aigles = _root.jeu.block.aigles - 1;
_root.score = _root.score + _parent._parent._parent.pts;
eval ("_root.shoot" + i).removeMovieClip();
_parent._parent._parent.bb.gotoAndPlay("boom");
}
i++;
}
pan = random(45 - (_root.reussi * 3));
if (pan == 2) {
_root.tirphoenix = _root.tirphoenix + 1;
positionphoenix = this.getBounds(_root);
_root.attachMovie("tirphoenix", "tirphoenix" + _root.tirphoenix, _root.tirphoenix, {_x:positionphoenix.xMin + 10, _y:positionphoenix.yMax - 6});
}
};
Symbol 202 MovieClip Frame 1
this.onEnterFrame = function () {
i = 1;
while (i < 6) {
if (bb.hitTest(eval ("_root.shoot" + i)) && (_parent._parent.mort == 0)) {
this.stop();
_parent._parent.mort = 1;
_root.jeu.block.aigles = _root.jeu.block.aigles - 1;
_root.score = _root.score + 50;
eval ("_root.shoot" + i).removeMovieClip();
_parent.gotoAndStop("explose");
}
i++;
}
};
Symbol 202 MovieClip Frame 21
stop();
Symbol 207 MovieClip Frame 17
stop();
Symbol 208 MovieClip Frame 1
_root.son_shoot.start();
Symbol 208 MovieClip Frame 20
_parent._parent._parent.mort = 2;
stop();
Symbol 210 MovieClip Frame 1
this.onEnterFrame = function () {
i = 1;
while (i < 6) {
if (this.hitTest(eval ("_root.shoot" + i)) && (_parent._parent._parent.mort == 0)) {
_parent._parent._parent.mort = 1;
_root.jeu.block.aigles = _root.jeu.block.aigles - 1;
_root.son_phoenix.start();
_root.score = _root.score + _parent._parent._parent.pts;
eval ("_root.shoot" + i).removeMovieClip();
_parent.gotoAndStop(2);
}
i++;
}
pan = random(45 - (_root.reussi * 3));
if (pan == 2) {
_root.tirphoenix = _root.tirphoenix + 1;
positionphoenix = this.getBounds(_root);
_root.attachMovie("tirphoenix", "tirphoenix" + _root.tirphoenix, _root.tirphoenix, {_x:positionphoenix.xMin + 10, _y:positionphoenix.yMax - 6});
}
};
Symbol 213 MovieClip Frame 17
stop();
Symbol 214 MovieClip Frame 1
stop();
droite = 1;
this.onEnterFrame = function () {
this._y = this._y + 5;
if (this.hitTest(_parent._parent._parent.fin)) {
this._y = -350;
}
if (droite == 1) {
this._x = this._x + 3;
if (this.hitTest(_parent._parent._parent.droite)) {
droite = 0;
}
}
if (droite == 0) {
this._x = this._x - 3;
if (this.hitTest(_parent._parent._parent.gauche)) {
droite = 1;
}
}
if ((this.hitTest(_root.ship) && (_root.bouclier == 1)) && (_parent._parent.mort == 0)) {
_parent._parent.mort = 1;
this.stop();
_root.jeu.block.aigles = _root.jeu.block.aigles - 1;
_root.score = _root.score + _parent._parent.pts;
gotoAndStop (2);
}
if (((this.hitTest(_root.ship) && (_root.invincible == 0)) && (_parent._parent.mort == 0)) && (_root.ship.mort == 0)) {
_parent._parent.mort = 1;
_root.ship.gotoAndPlay("boom");
this.stop();
_root.jeu.block.aigles = _root.jeu.block.aigles - 1;
_root.score = _root.score + _parent._parent.pts;
gotoAndStop (2);
}
};
Symbol 215 MovieClip Frame 1
stop();
Symbol 215 MovieClip Frame 10
stop();
Symbol 215 MovieClip Frame 15
stop();
Symbol 216 MovieClip Frame 1
mort = 0;
Symbol 218 MovieClip Frame 1
total = 8;
aigles = 8;
Symbol 218 MovieClip Frame 42
i = 1;
while (i < 9) {
chemin = "aigle" + i;
if (this[chemin].mort == 0) {
this[chemin].bb.gotoAndStop("attack");
}
i++;
}
Symbol 218 MovieClip Frame 180
stop();
i = 1;
while (i < 9) {
chemin = "aigle" + i;
if (this[chemin].mort == 0) {
this[chemin].bb.gotoAndStop("kamikaze");
}
i++;
}
Symbol 220 MovieClip Frame 1
this.onEnterFrame = function () {
i = 1;
while (i < 6) {
if (this.hitTest(eval ("_root.shoot" + i)) && (_parent._parent.mort == 0)) {
this.stop();
_parent._parent.mort = 1;
_root.jeu.block.aigles = _root.jeu.block.aigles - 1;
_root.score = _root.score + 50;
eval ("_root.shoot" + i).removeMovieClip();
_parent.gotoAndStop("explose");
}
i++;
}
};
Symbol 232 MovieClip Frame 1
p = random(12) + 1;
if (p < 5) {
_parent._parent._parent.pts = 100;
} else if (p < 8) {
_parent._parent._parent.pts = 200;
} else if (p == 8) {
_parent._parent._parent.pts = 180;
} else if (p == 9) {
_parent._parent._parent.pts = 250;
} else if (p == 10) {
_parent._parent._parent.pts = 350;
} else if (p == 11) {
_parent._parent._parent.pts = 830;
} else if (p == 12) {
_parent._parent._parent.pts = 550;
}
this.onEnterFrame = function () {
i = 1;
while (i < 6) {
if (this.hitTest(eval ("_root.shoot" + i)) && (_parent._parent._parent.mort == 0)) {
_parent._parent._parent.mort = 1;
_root.son_phoenix.start();
_root.jeu.block.aigles = _root.jeu.block.aigles - 1;
_root.score = _root.score + _parent._parent._parent.pts;
eval ("_root.shoot" + i).removeMovieClip();
_parent._parent._parent.bb.gotoAndPlay("boom");
}
i++;
}
pan = random(45 - (_root.reussi * 3));
if (pan == 2) {
_root.tirphoenix = _root.tirphoenix + 1;
positionphoenix = this.getBounds(_root);
_root.attachMovie("tirphoenix", "tirphoenix" + _root.tirphoenix, _root.tirphoenix, {_x:positionphoenix.xMin + 10, _y:positionphoenix.yMax - 6});
}
};
Symbol 234 MovieClip Frame 1
stop();
touche = 0;
this.onEnterFrame = function () {
if (touche == 1) {
touche = 4;
gotoAndPlay (2);
}
i = 1;
while (i < 6) {
if (this.hitTest(eval ("_root.shoot" + i))) {
touche = touche + 1;
eval ("_root.shoot" + i).removeMovieClip();
}
i++;
}
};
Symbol 234 MovieClip Frame 50
stop();
if (_parent.droit.touche >= 1) {
touche = 0;
gotoAndStop (1);
_parent.droit.touche = 0;
_parent.droit.gotoAndStop(1);
}
Symbol 236 MovieClip Frame 1
stop();
touche = 0;
this.onEnterFrame = function () {
if (touche == 1) {
touche = 4;
gotoAndPlay (2);
}
i = 1;
while (i < 6) {
if (this.hitTest(eval ("_root.shoot" + i))) {
touche = touche + 1;
eval ("_root.shoot" + i).removeMovieClip();
}
i++;
}
};
Symbol 236 MovieClip Frame 50
stop();
if (_parent.gauche.touche >= 1) {
touche = 0;
gotoAndStop (1);
_parent.gauche.touche = 0;
_parent.gauche.gotoAndStop(1);
}
Symbol 237 MovieClip Frame 1
this.onEnterFrame = function () {
i = 1;
while (i < 6) {
if (bb.hitTest(eval ("_root.shoot" + i)) && (_parent._parent.mort == 0)) {
this.stop();
_parent._parent.mort = 1;
_root.jeu.block.aigles = _root.jeu.block.aigles - 1;
_root.score = _root.score + 50;
eval ("_root.shoot" + i).removeMovieClip();
_parent.gotoAndStop("explose");
}
i++;
}
};
Symbol 237 MovieClip Frame 21
stop();
Symbol 239 MovieClip Frame 1
this.onEnterFrame = function () {
i = 1;
while (i < 6) {
if (this.hitTest(eval ("_root.shoot" + i)) && (_parent._parent._parent.mort == 0)) {
_parent._parent._parent.mort = 1;
_root.jeu.block.aigles = _root.jeu.block.aigles - 1;
_root.son_phoenix.start();
_root.score = _root.score + _parent._parent._parent.pts;
eval ("_root.shoot" + i).removeMovieClip();
_parent.gotoAndStop(2);
}
i++;
}
pan = random(45 - (_root.reussi * 3));
if (pan == 2) {
_root.tirphoenix = _root.tirphoenix + 1;
positionphoenix = this.getBounds(_root);
_root.attachMovie("tirphoenix", "tirphoenix" + _root.tirphoenix, _root.tirphoenix, {_x:positionphoenix.xMin + 10, _y:positionphoenix.yMax - 6});
}
};
Symbol 240 MovieClip Frame 1
stop();
droite = 1;
this.onEnterFrame = function () {
this._y = this._y + 5;
if (this.hitTest(_parent._parent._parent.fin)) {
this._y = -350;
}
if (droite == 1) {
this._x = this._x + 3;
if (this.hitTest(_parent._parent._parent.droite)) {
droite = 0;
}
}
if (droite == 0) {
this._x = this._x - 3;
if (this.hitTest(_parent._parent._parent.gauche)) {
droite = 1;
}
}
if ((this.hitTest(_root.ship) && (_root.bouclier == 1)) && (_parent._parent.mort == 0)) {
_parent._parent.mort = 1;
this.stop();
_root.jeu.block.aigles = _root.jeu.block.aigles - 1;
_root.score = _root.score + _parent._parent.pts;
gotoAndStop (2);
}
if (((this.hitTest(_root.ship) && (_root.invincible == 0)) && (_parent._parent.mort == 0)) && (_root.ship.mort == 0)) {
_parent._parent.mort = 1;
_root.ship.gotoAndPlay("boom");
this.stop();
_root.jeu.block.aigles = _root.jeu.block.aigles - 1;
_root.score = _root.score + _parent._parent.pts;
gotoAndStop (2);
}
};
Symbol 241 MovieClip Frame 1
stop();
Symbol 241 MovieClip Frame 10
stop();
Symbol 241 MovieClip Frame 15
stop();
Symbol 242 MovieClip Frame 1
mort = 0;
Symbol 243 MovieClip Frame 1
total = 8;
aigles = 8;
Symbol 243 MovieClip Frame 98
i = 1;
while (i < 9) {
chemin = "aigle" + i;
if (this[chemin].mort == 0) {
this[chemin].bb.gotoAndStop("attack");
}
i++;
}
Symbol 243 MovieClip Frame 205
stop();
i = 1;
while (i < 9) {
chemin = "aigle" + i;
if (this[chemin].mort == 0) {
this[chemin].bb.gotoAndStop("kamikaze");
}
i++;
}
Symbol 246 MovieClip Frame 1
stop();
i = 0;
while (i < 29) {
j = 0;
while (j < 2) {
this.attachMovie("bloc", ("bloc" + ((j + 1) * 100)) + i, this.getNextHighestDepth());
eval (("bloc" + ((j + 1) * 100)) + i)._x = i * 8;
eval (("bloc" + ((j + 1) * 100)) + i)._y = j * 6.5;
j++;
}
i++;
}
Symbol 250 MovieClip Frame 1
this.onEnterFrame = function () {
i = 1;
while (i < 6) {
if (this.hitTest(eval ("_root.shoot" + i))) {
eval ("_root.shoot" + i).removeMovieClip();
}
i++;
}
};
Symbol 252 MovieClip Frame 1
stop();
mort = 0;
this.onEnterFrame = function () {
i = 1;
while (i < 6) {
if (this.hitTest(eval ("_root.shoot" + i)) && (mort == 0)) {
n = 1;
while (n < (_parent._parent.block.total + 1)) {
attaquant = "aigle" + n;
_root.jeu.block[attaquant].mort = 1;
_root.jeu.block[attaquant].gotoAndStop(4);
n++;
}
mort = 1;
eval ("_root.shoot" + i).removeMovieClip();
_root.reussi = _root.reussi + 1;
_parent.gotoAndPlay(2);
}
i++;
}
pan = random(100 - (_root.reussi * 10));
if ((pan > 2) && (pan < 6)) {
_root.tirphoenix = _root.tirphoenix + 1;
positionphoenix = this.getBounds(_root);
_root.attachMovie("tirphoenix", "tirphoenix" + _root.tirphoenix, _root.tirphoenix, {_x:positionphoenix.xMin + 5, _y:positionphoenix.yMax});
}
};
Symbol 255 MovieClip Frame 1
stop();
baton = 7;
fr = 1;
this.onEnterFrame = function () {
i = 1;
while (i < 6) {
if (this.hitTest(eval ("_root.shoot" + i)) && (baton > 0)) {
baton = baton - 1;
fr = fr + 1;
eval ("_root.shoot" + i).removeMovieClip();
gotoAndStop(fr);
}
i++;
}
};
Symbol 256 MovieClip Frame 1
stop();
baton = 8;
fr = 1;
this.onEnterFrame = function () {
i = 1;
while (i < 6) {
if (this.hitTest(eval ("_root.shoot" + i)) && (baton > 0)) {
baton = baton - 1;
fr = fr + 1;
eval ("_root.shoot" + i).removeMovieClip();
gotoAndStop(fr);
}
i++;
}
};
Symbol 257 MovieClip Frame 1
stop();
baton = 9;
fr = 1;
this.onEnterFrame = function () {
i = 1;
while (i < 6) {
if (this.hitTest(eval ("_root.shoot" + i)) && (baton > 0)) {
baton = baton - 1;
fr = fr + 1;
eval ("_root.shoot" + i).removeMovieClip();
gotoAndStop(fr);
}
i++;
}
};
Symbol 258 MovieClip Frame 1
stop();
baton = 6;
fr = 1;
this.onEnterFrame = function () {
i = 1;
while (i < 6) {
if (this.hitTest(eval ("_root.shoot" + i)) && (baton > 0)) {
baton = baton - 1;
fr = fr + 1;
eval ("_root.shoot" + i).removeMovieClip();
gotoAndStop(fr);
}
i++;
}
};
Symbol 259 MovieClip Frame 1
stop();
baton = 5;
fr = 1;
this.onEnterFrame = function () {
i = 1;
while (i < 6) {
if (this.hitTest(eval ("_root.shoot" + i)) && (baton > 0)) {
baton = baton - 1;
fr = fr + 1;
eval ("_root.shoot" + i).removeMovieClip();
gotoAndStop(fr);
}
i++;
}
};
Symbol 260 MovieClip Frame 1
stop();
baton = 4;
fr = 1;
this.onEnterFrame = function () {
i = 1;
while (i < 6) {
if (this.hitTest(eval ("_root.shoot" + i)) && (baton > 0)) {
baton = baton - 1;
fr = fr + 1;
eval ("_root.shoot" + i).removeMovieClip();
gotoAndStop(fr);
}
i++;
}
};
Symbol 261 MovieClip Frame 1
stop();
baton = 3;
fr = 1;
this.onEnterFrame = function () {
i = 1;
while (i < 6) {
if (this.hitTest(eval ("_root.shoot" + i)) && (baton > 0)) {
baton = baton - 1;
fr = fr + 1;
eval ("_root.shoot" + i).removeMovieClip();
gotoAndStop(fr);
}
i++;
}
};
Symbol 262 MovieClip Frame 1
stop();
baton = 2;
fr = 1;
this.onEnterFrame = function () {
i = 1;
while (i < 6) {
if (this.hitTest(eval ("_root.shoot" + i)) && (baton > 0)) {
baton = baton - 1;
fr = fr + 1;
eval ("_root.shoot" + i).removeMovieClip();
gotoAndStop(fr);
}
i++;
}
};
Symbol 282 MovieClip Frame 1
stop();
points = 9000;
touchevaisseau = 0;
this._y = 45 + (10 * _root.reussi);
descente = 0;
this.onEnterFrame = function () {
descente = descente + 1;
if (descente > (60 - (3 * _root.reussi))) {
if (this._y < 120) {
this._y = this._y + 2;
points = points - 300;
if (points < 0) {
points = 0;
}
descente = 0;
}
}
};
Symbol 282 MovieClip Frame 2
delete this.onEnterFrame;
stopAllSounds();
son_vaisseauexplo = new Sound();
son_vaisseauexplo.attachSound("explosio");
son_vaisseauexplo.start();
Symbol 282 MovieClip Frame 26
stop();
_root.score = _root.score + points;
_root.prelude = 1;
Symbol 283 MovieClip Frame 1
total = 9;
aigles = 9;
position = 0;
this.onEnterFrame = function () {
if (position == 0) {
this._x = this._x + 1;
if (this._x > 140) {
position = 1;
}
}
if (position == 1) {
this._x = this._x - 1;
if (this._x < 115) {
position = 0;
}
}
};
Symbol 284 MovieClip Frame 1
total = 16;
aigles = 16;
position = 0;
this.onEnterFrame = function () {
if (position == 0) {
this._x = this._x + 1;
if (this._x > 150) {
position = 1;
}
}
if (position == 1) {
this._x = this._x - 1;
if (this._x < 115) {
position = 0;
}
}
};
Symbol 285 MovieClip Frame 1
total = 16;
aigles = 16;
position = 0;
this.onEnterFrame = function () {
if (position == 0) {
this._x = this._x + 1;
if (this._x > 140) {
position = 1;
}
}
if (position == 1) {
this._x = this._x - 1;
if (this._x < 105) {
position = 0;
}
}
};
Symbol 286 MovieClip Frame 1
stop();
_root.prelude = 0;
nombremort = 0;
i = 0;
this.onEnterFrame = function () {
if (_root.debut == 0) {
_root.compte = _root.compte + 1;
if (_root.compte > 35) {
_root.debut = 1;
}
}
if (_root.debut == 1) {
gotoAndStop(_root.tableau + 1);
}
i = 1;
while (i < (block.total + 1)) {
if (block["aigle" + i].mort > 0) {
nombremort = nombremort + 1;
}
i++;
}
if (nombremort == block.total) {
nombremort = 0;
if (_root.prelude == 0) {
_root.prelude = 1;
}
} else {
nombremort = 0;
}
};
Symbol 301 Button
on (release) {
gotoAndPlay (5);
}
Symbol 306 Button
on (release) {
_root.enabled = false;
sendscore = new LoadVars();
sendscore.score = _root.score;
sendscore.game_name = "phoenixrevenge";
sendscore.flashgametime = int(getTimer() / 1000);
sendscore.gamesessid = _level0.gamesessid;
sendscore.gameid = _level0.gid;
sendscore.send("http://www.benz.be/newscore.php", "_blank", "POST");
}
Symbol 308 Button
on (release) {
getURL ("http://www.benz.be/jeux/", "_blank");
}