Frame 1
Stage.scaleMode = "noScale";
Stage.showMenu = false;
fscommand ("trapallkeys", "true");
Instance of Symbol 14 MovieClip in Frame 1
//component parameters
onClipEvent (initialize) {
xin_motion_val = "None";
xin_alphatype_val = "Yes";
xout_motion_val = "None";
xout_alphatype_val = "Yes";
perc_req_val = 100;
show_perc_val = "Yes";
slow_factor_val = 0.43;
init_action_val = "_root.stop();";
play_action_val = "_root.play();";
}
Frame 117
function Main() {
gotoAndStop (117);
}
function highscore() {
gotoAndStop (117);
}
stop();
Mouse.show();
_root.score = 0;
game_so = SharedObject.getLocal("Targets");
String.prototype.addCommas = function () {
var _local3 = this.length;
var _local2 = "";
var _local1 = 0;
while (_local1 <= _local3) {
_local2 = this.charAt(_local3 - _local1) + _local2;
if ((((_local1 % 3) == 0) && (_local1 > 0)) && (_local1 < _local3)) {
_local2 = "." + _local2;
}
_local1++;
}
return(_local2);
};
Instance of Symbol 30 MovieClip in Frame 117
on (rollOver) {
gotoAndPlay ("on");
}
on (rollOut) {
gotoAndPlay ("off");
}
on (press) {
getURL ("http://www.jeuxflashs.be");
}
Instance of Symbol 32 MovieClip in Frame 117
on (rollOver) {
gotoAndPlay ("on");
}
on (rollOut) {
gotoAndPlay ("off");
}
on (press) {
_parent.play();
}
Frame 118
function scoring(point) {
var _local1 = _root;
_local1.score = _local1.score + point;
toqualify = toqualify - point;
qual.plotscore();
if (_local1.toqualify <= 0) {
if (done == false) {
gratz.play();
}
done = true;
_local1.toqualify = "qualified";
}
scoreClip.plotScore();
}
function scrolling() {
rx2 = -(game.Target._x - 150);
ry2 = -(game.Target._y - 200);
rx = Math.round(((rx * 9) + rx2) / 11);
ry = Math.round(((ry * 9) + ry2) / 15);
setProperty("game", _x , rx);
setProperty("game", _y , ry);
}
function effet(qui, RR, VV, BB) {
myColor = new Color(qui);
myColor.setTransform({ra:"100", ga:"100", ba:"100", rb:RR, gb:VV, bb:BB, aa:"100", ab:0});
}
function up() {
zik.play();
gotoAndStop (156);
}
function over() {
zik.play();
Mouse.show();
gotoAndStop (157);
}
function missed() {
if (_root.gamerun == true) {
if (miss > 0) {
miss--;
game.cross._y = game._ymouse;
game.cross._x = game._xmouse;
game.cross.gotoAndPlay(1);
misss.plotScore();
} else {
_root.gamerun = false;
zik.play();
gameov.play();
}
}
}
_root.lv = 5;
score = 0;
miss = 3;
toqualify = 1000;
done = false;
scoreClip.plotScore();
consecutive = 0;
cons.plotScore();
level = 0;
lvl.plotScore();
Mouse.hide();
stop();
rx = 0;
ry = 0;
Instance of Symbol 60 MovieClip "scoreClip" in Frame 118
onClipEvent (load) {
function plotScore() {
var _local2 = this;
s = _root.score;
if (s > 9) {
var _local1 = s % 10;
s = s - _local1;
} else {
var _local1 = s;
}
_local1++;
d1 = _local1++;
tellTarget (digit1) {
gotoAndStop(_local2.d1);
};
if (s > 90) {
_local1 = s % 100;
s = s - _local1;
_local1 = _local1 / 10;
} else {
_local1 = s / 10;
}
_local1++;
d2 = _local1++;
tellTarget (digit2) {
gotoAndStop(_local2.d2);
};
if (s > 900) {
_local1 = s % 1000;
s = s - _local1;
_local1 = _local1 / 100;
} else {
_local1 = s / 100;
}
_local1++;
d3 = _local1++;
tellTarget (digit3) {
gotoAndStop(_local2.d3);
};
if (s > 9000) {
_local1 = s % 10000;
s = s - _local1;
_local1 = _local1 / 1000;
} else {
_local1 = s / 1000;
}
_local1++;
d4 = _local1++;
tellTarget (digit4) {
gotoAndStop(_local2.d4);
};
if (s > 90000) {
_local1 = s % 100000;
s = s - _local1;
_local1 = _local1 / 10000;
} else {
_local1 = s / 10000;
}
_local1++;
d5 = _local1++;
tellTarget (digit5) {
gotoAndStop(_local2.d5);
};
if (s > 900000) {
_local1 = s % 1000000;
s = s - _local1;
_local1 = _local1 / 100000;
} else {
_local1 = s / 100000;
}
_local1++;
d6 = _local1++;
tellTarget (digit6) {
gotoAndStop(_local2.d6);
};
if (s > 9000000) {
_local1 = s % 10000000;
s = s - _local1;
_local1 = _local1 / 1000000;
} else {
_local1 = s / 1000000;
}
_local1++;
d7 = _local1++;
tellTarget (digit7) {
gotoAndStop(_local2.d7);
};
myfunc = null;
}
plotScore();
var d1 = ((d2 = (d3 = (d4 = (d5 = (d6 = (d7 = 0)))))));
}
Instance of Symbol 66 MovieClip "misss" in Frame 118
onClipEvent (load) {
function plotScore() {
var _local2 = this;
s = _root.miss;
if (s > 9) {
var _local1 = s % 10;
s = s - _local1;
} else {
var _local1 = s;
}
_local1++;
d1 = _local1++;
tellTarget (digit1) {
gotoAndStop(_local2.d1);
};
if (s > 90) {
_local1 = s % 100;
s = s - _local1;
_local1 = _local1 / 10;
} else {
_local1 = s / 10;
}
_local1++;
d2 = _local1++;
tellTarget (digit2) {
gotoAndStop(_local2.d2);
};
if (s > 900) {
_local1 = s % 1000;
s = s - _local1;
_local1 = _local1 / 100;
} else {
_local1 = s / 100;
}
_local1++;
d3 = _local1++;
tellTarget (digit3) {
gotoAndStop(_local2.d3);
};
if (s > 9000) {
_local1 = s % 10000;
s = s - _local1;
_local1 = _local1 / 1000;
} else {
_local1 = s / 1000;
}
_local1++;
d4 = _local1++;
tellTarget (digit4) {
gotoAndStop(_local2.d4);
};
if (s > 90000) {
_local1 = s % 100000;
s = s - _local1;
_local1 = _local1 / 10000;
} else {
_local1 = s / 10000;
}
_local1++;
d5 = _local1++;
tellTarget (digit5) {
gotoAndStop(_local2.d5);
};
if (s > 900000) {
_local1 = s % 1000000;
s = s - _local1;
_local1 = _local1 / 100000;
} else {
_local1 = s / 100000;
}
_local1++;
d6 = _local1++;
tellTarget (digit6) {
gotoAndStop(_local2.d6);
};
if (s > 9000000) {
_local1 = s % 10000000;
s = s - _local1;
_local1 = _local1 / 1000000;
} else {
_local1 = s / 1000000;
}
_local1++;
d7 = _local1++;
tellTarget (digit7) {
gotoAndStop(_local2.d7);
};
myfunc = null;
}
plotscore();
var d1 = ((d2 = (d3 = (d4 = (d5 = (d6 = (d7 = 0)))))));
}
Instance of Symbol 67 MovieClip "lvl" in Frame 118
onClipEvent (load) {
function plotScore() {
var _local2 = this;
s = _root.level;
if (s > 9) {
var _local1 = s % 10;
s = s - _local1;
} else {
var _local1 = s;
}
_local1++;
d1 = _local1++;
tellTarget (digit1) {
gotoAndStop(_local2.d1);
};
if (s > 90) {
_local1 = s % 100;
s = s - _local1;
_local1 = _local1 / 10;
} else {
_local1 = s / 10;
}
_local1++;
d2 = _local1++;
tellTarget (digit2) {
gotoAndStop(_local2.d2);
};
if (s > 900) {
_local1 = s % 1000;
s = s - _local1;
_local1 = _local1 / 100;
} else {
_local1 = s / 100;
}
_local1++;
d3 = _local1++;
tellTarget (digit3) {
gotoAndStop(_local2.d3);
};
if (s > 9000) {
_local1 = s % 10000;
s = s - _local1;
_local1 = _local1 / 1000;
} else {
_local1 = s / 1000;
}
_local1++;
d4 = _local1++;
tellTarget (digit4) {
gotoAndStop(_local2.d4);
};
if (s > 90000) {
_local1 = s % 100000;
s = s - _local1;
_local1 = _local1 / 10000;
} else {
_local1 = s / 10000;
}
_local1++;
d5 = _local1++;
tellTarget (digit5) {
gotoAndStop(_local2.d5);
};
if (s > 900000) {
_local1 = s % 1000000;
s = s - _local1;
_local1 = _local1 / 100000;
} else {
_local1 = s / 100000;
}
_local1++;
d6 = _local1++;
tellTarget (digit6) {
gotoAndStop(_local2.d6);
};
if (s > 9000000) {
_local1 = s % 10000000;
s = s - _local1;
_local1 = _local1 / 1000000;
} else {
_local1 = s / 1000000;
}
_local1++;
d7 = _local1++;
tellTarget (digit7) {
gotoAndStop(_local2.d7);
};
myfunc = null;
}
plotscore();
var d1 = ((d2 = (d3 = (d4 = (d5 = (d6 = (d7 = 0)))))));
}
Instance of Symbol 30 MovieClip in Frame 118
on (rollOver) {
gotoAndPlay ("on");
}
on (rollOut) {
gotoAndPlay ("off");
}
on (press) {
getURL ("http://www.jeuxflashs.be");
}
Instance of Symbol 81 MovieClip in Frame 118
onClipEvent (enterFrame) {
_parent.scrolling();
}
Frame 119
stop();
Instance of Symbol 121 MovieClip "time" in Frame 119
onClipEvent (load) {
_root.gamerun = true;
_root.time = new Array();
hun = 0;
min = 0;
sec = 0;
}
onClipEvent (enterFrame) {
hun = Math.round(Number(hun) + 2.857143);
if (Number(hun) >= 100) {
sec = Number(sec) + 1;
if (sec > 29) {
_root.gamerun = false;
_root.fire = false;
if (_root.done == true) {
_root.up();
} else {
_root.gameov.play();
}
}
anim.gotoAndStop(_currentframe + sec);
if (sec >= 60) {
minu = minu + 1;
sec = Number(sec) - 60;
} else if (sec < 10) {
sec = "0" add sec;
}
hun = Number(hun) - 100;
} else if (Number(hun) < 10) {
hun = "0" add hun;
}
_root.time.min = minu;
_root.time.sec = sec;
_root.time.hun = hun;
}
Frame 122
function scrolling() {
rx2 = -(game.Target._x - 150);
ry2 = -(game.Target._y - 200);
rx = Math.round(((rx * 9) + rx2) / 11);
ry = Math.round(((ry * 9) + ry2) / 15);
setProperty("game", _x , rx);
setProperty("game", _y , ry);
}
_root.lv = 9;
toqualify = 1200;
done = false;
scoreClip.plotScore();
consecutive = 0;
cons.plotScore();
level = 1;
lvl.plotScore();
Mouse.hide();
stop();
rx = 0;
ry = 0;
Frame 123
stop();
Instance of Symbol 121 MovieClip "time" in Frame 123
onClipEvent (load) {
_root.gamerun = true;
_root.time = new Array();
hun = 0;
min = 0;
sec = 0;
}
onClipEvent (enterFrame) {
hun = Math.round(Number(hun) + 2.857143);
if (Number(hun) >= 100) {
sec = Number(sec) + 1;
if (sec > 29) {
_root.gamerun = false;
_root.fire = false;
if (_root.done == true) {
_root.up();
} else {
_root.gameov.play();
}
}
anim.gotoAndStop(_currentframe + sec);
if (sec >= 60) {
minu = minu + 1;
sec = Number(sec) - 60;
} else if (sec < 10) {
sec = "0" add sec;
}
hun = Number(hun) - 100;
} else if (Number(hun) < 10) {
hun = "0" add hun;
}
_root.time.min = minu;
_root.time.sec = sec;
_root.time.hun = hun;
}
Frame 126
function scrolling() {
rx2 = -(game.Target._x - 150);
ry2 = -(game.Target._y - 200);
rx = Math.round(((rx * 9) + rx2) / 11);
ry = Math.round(((ry * 9) + ry2) / 15);
setProperty("game", _x , rx);
setProperty("game", _y , ry);
}
_root.lv = 13;
toqualify = 3000;
done = false;
scoreClip.plotScore();
consecutive = 0;
cons.plotScore();
level = 2;
lvl.plotScore();
Mouse.hide();
stop();
rx = 0;
ry = 0;
Frame 127
stop();
Instance of Symbol 121 MovieClip "time" in Frame 127
onClipEvent (load) {
_root.gamerun = true;
_root.time = new Array();
hun = 0;
min = 0;
sec = 0;
}
onClipEvent (enterFrame) {
hun = Math.round(Number(hun) + 2.857143);
if (Number(hun) >= 100) {
sec = Number(sec) + 1;
if (sec > 29) {
_root.gamerun = false;
_root.fire = false;
if (_root.done == true) {
_root.up();
} else {
_root.gameov.play();
}
}
anim.gotoAndStop(_currentframe + sec);
if (sec >= 60) {
minu = minu + 1;
sec = Number(sec) - 60;
} else if (sec < 10) {
sec = "0" add sec;
}
hun = Number(hun) - 100;
} else if (Number(hun) < 10) {
hun = "0" add hun;
}
_root.time.min = minu;
_root.time.sec = sec;
_root.time.hun = hun;
}
Frame 130
function scrolling() {
rx2 = -(game.Target._x - 150);
ry2 = -(game.Target._y - 200);
rx = Math.round(((rx * 9) + rx2) / 11);
ry = Math.round(((ry * 9) + ry2) / 15);
setProperty("game", _x , rx);
setProperty("game", _y , ry);
}
_root.lv = 17;
toqualify = 4000;
done = false;
scoreClip.plotScore();
consecutive = 0;
cons.plotScore();
level = 3;
lvl.plotScore();
Mouse.hide();
stop();
rx = 0;
ry = 0;
Frame 131
stop();
Instance of Symbol 121 MovieClip "time" in Frame 131
onClipEvent (load) {
_root.gamerun = true;
_root.time = new Array();
hun = 0;
min = 0;
sec = 0;
}
onClipEvent (enterFrame) {
hun = Math.round(Number(hun) + 2.857143);
if (Number(hun) >= 100) {
sec = Number(sec) + 1;
if (sec > 29) {
_root.gamerun = false;
_root.fire = false;
if (_root.done == true) {
_root.up();
} else {
_root.gameov.play();
}
}
anim.gotoAndStop(_currentframe + sec);
if (sec >= 60) {
minu = minu + 1;
sec = Number(sec) - 60;
} else if (sec < 10) {
sec = "0" add sec;
}
hun = Number(hun) - 100;
} else if (Number(hun) < 10) {
hun = "0" add hun;
}
_root.time.min = minu;
_root.time.sec = sec;
_root.time.hun = hun;
}
Frame 134
function scrolling() {
rx2 = -(game.Target._x - 150);
ry2 = -(game.Target._y - 200);
rx = Math.round(((rx * 9) + rx2) / 11);
ry = Math.round(((ry * 9) + ry2) / 15);
setProperty("game", _x , rx);
setProperty("game", _y , ry);
}
_root.lv = 21;
toqualify = 5000;
done = false;
scoreClip.plotScore();
consecutive = 0;
cons.plotScore();
level = 4;
lvl.plotScore();
Mouse.hide();
stop();
rx = 0;
ry = 0;
Frame 135
stop();
Instance of Symbol 121 MovieClip "time" in Frame 135
onClipEvent (load) {
_root.gamerun = true;
_root.time = new Array();
hun = 0;
min = 0;
sec = 0;
}
onClipEvent (enterFrame) {
hun = Math.round(Number(hun) + 2.857143);
if (Number(hun) >= 100) {
sec = Number(sec) + 1;
if (sec > 29) {
_root.gamerun = false;
_root.fire = false;
if (_root.done == true) {
_root.up();
} else {
_root.gameov.play();
}
}
anim.gotoAndStop(_currentframe + sec);
if (sec >= 60) {
minu = minu + 1;
sec = Number(sec) - 60;
} else if (sec < 10) {
sec = "0" add sec;
}
hun = Number(hun) - 100;
} else if (Number(hun) < 10) {
hun = "0" add hun;
}
_root.time.min = minu;
_root.time.sec = sec;
_root.time.hun = hun;
}
Frame 138
function scrolling() {
rx2 = -(game.Target._x - 150);
ry2 = -(game.Target._y - 200);
rx = Math.round(((rx * 9) + rx2) / 11);
ry = Math.round(((ry * 9) + ry2) / 15);
setProperty("game", _x , rx);
setProperty("game", _y , ry);
}
_root.lv = 25;
toqualify = 6000;
done = false;
scoreClip.plotScore();
consecutive = 0;
cons.plotScore();
level = 5;
lvl.plotScore();
Mouse.hide();
stop();
rx = 0;
ry = 0;
Frame 139
stop();
Instance of Symbol 121 MovieClip "time" in Frame 139
onClipEvent (load) {
_root.gamerun = true;
_root.time = new Array();
hun = 0;
min = 0;
sec = 0;
}
onClipEvent (enterFrame) {
hun = Math.round(Number(hun) + 2.857143);
if (Number(hun) >= 100) {
sec = Number(sec) + 1;
if (sec > 29) {
_root.gamerun = false;
_root.fire = false;
if (_root.done == true) {
_root.up();
} else {
_root.gameov.play();
}
}
anim.gotoAndStop(_currentframe + sec);
if (sec >= 60) {
minu = minu + 1;
sec = Number(sec) - 60;
} else if (sec < 10) {
sec = "0" add sec;
}
hun = Number(hun) - 100;
} else if (Number(hun) < 10) {
hun = "0" add hun;
}
_root.time.min = minu;
_root.time.sec = sec;
_root.time.hun = hun;
}
Frame 142
function scrolling() {
rx2 = -(game.Target._x - 150);
ry2 = -(game.Target._y - 200);
rx = Math.round(((rx * 9) + rx2) / 11);
ry = Math.round(((ry * 9) + ry2) / 15);
setProperty("game", _x , rx);
setProperty("game", _y , ry);
}
_root.lv = 29;
toqualify = 7000;
done = false;
scoreClip.plotScore();
consecutive = 0;
cons.plotScore();
level = 6;
lvl.plotScore();
Mouse.hide();
stop();
rx = 0;
ry = 0;
Frame 143
stop();
Instance of Symbol 121 MovieClip "time" in Frame 143
onClipEvent (load) {
_root.gamerun = true;
_root.time = new Array();
hun = 0;
min = 0;
sec = 0;
}
onClipEvent (enterFrame) {
hun = Math.round(Number(hun) + 2.857143);
if (Number(hun) >= 100) {
sec = Number(sec) + 1;
if (sec > 29) {
_root.gamerun = false;
_root.fire = false;
if (_root.done == true) {
_root.up();
} else {
_root.gameov.play();
}
}
anim.gotoAndStop(_currentframe + sec);
if (sec >= 60) {
minu = minu + 1;
sec = Number(sec) - 60;
} else if (sec < 10) {
sec = "0" add sec;
}
hun = Number(hun) - 100;
} else if (Number(hun) < 10) {
hun = "0" add hun;
}
_root.time.min = minu;
_root.time.sec = sec;
_root.time.hun = hun;
}
Frame 146
function scrolling() {
rx2 = -(game.Target._x - 150);
ry2 = -(game.Target._y - 200);
rx = Math.round(((rx * 9) + rx2) / 11);
ry = Math.round(((ry * 9) + ry2) / 15);
setProperty("game", _x , rx);
setProperty("game", _y , ry);
}
_root.lv = 33;
toqualify = 8000;
done = false;
scoreClip.plotScore();
consecutive = 0;
cons.plotScore();
level = 7;
lvl.plotScore();
Mouse.hide();
stop();
rx = 0;
ry = 0;
Frame 147
stop();
Instance of Symbol 121 MovieClip "time" in Frame 147
onClipEvent (load) {
_root.gamerun = true;
_root.time = new Array();
hun = 0;
min = 0;
sec = 0;
}
onClipEvent (enterFrame) {
hun = Math.round(Number(hun) + 2.857143);
if (Number(hun) >= 100) {
sec = Number(sec) + 1;
if (sec > 29) {
_root.gamerun = false;
_root.fire = false;
if (_root.done == true) {
_root.up();
} else {
_root.gameov.play();
}
}
anim.gotoAndStop(_currentframe + sec);
if (sec >= 60) {
minu = minu + 1;
sec = Number(sec) - 60;
} else if (sec < 10) {
sec = "0" add sec;
}
hun = Number(hun) - 100;
} else if (Number(hun) < 10) {
hun = "0" add hun;
}
_root.time.min = minu;
_root.time.sec = sec;
_root.time.hun = hun;
}
Frame 150
function scrolling() {
rx2 = -(game.Target._x - 150);
ry2 = -(game.Target._y - 200);
rx = Math.round(((rx * 9) + rx2) / 11);
ry = Math.round(((ry * 9) + ry2) / 15);
setProperty("game", _x , rx);
setProperty("game", _y , ry);
}
_root.lv = 37;
toqualify = 9000;
done = false;
scoreClip.plotScore();
consecutive = 0;
cons.plotScore();
level = 8;
lvl.plotScore();
Mouse.hide();
stop();
rx = 0;
ry = 0;
Frame 151
stop();
Instance of Symbol 121 MovieClip "time" in Frame 151
onClipEvent (load) {
_root.gamerun = true;
_root.time = new Array();
hun = 0;
min = 0;
sec = 0;
}
onClipEvent (enterFrame) {
hun = Math.round(Number(hun) + 2.857143);
if (Number(hun) >= 100) {
sec = Number(sec) + 1;
if (sec > 29) {
_root.gamerun = false;
_root.fire = false;
if (_root.done == true) {
_root.up();
} else {
_root.gameov.play();
}
}
anim.gotoAndStop(_currentframe + sec);
if (sec >= 60) {
minu = minu + 1;
sec = Number(sec) - 60;
} else if (sec < 10) {
sec = "0" add sec;
}
hun = Number(hun) - 100;
} else if (Number(hun) < 10) {
hun = "0" add hun;
}
_root.time.min = minu;
_root.time.sec = sec;
_root.time.hun = hun;
}
Frame 154
function scrolling() {
rx2 = -(game.Target._x - 150);
ry2 = -(game.Target._y - 200);
rx = Math.round(((rx * 9) + rx2) / 11);
ry = Math.round(((ry * 9) + ry2) / 15);
setProperty("game", _x , rx);
setProperty("game", _y , ry);
}
toqualify = 10000;
done = false;
scoreClip.plotScore();
consecutive = 0;
cons.plotScore();
level = 9;
lvl.plotScore();
Mouse.hide();
stop();
rx = 0;
ry = 0;
Frame 155
stop();
Instance of Symbol 121 MovieClip "time" in Frame 155
onClipEvent (load) {
_root.gamerun = true;
_root.time = new Array();
hun = 0;
min = 0;
sec = 0;
}
onClipEvent (enterFrame) {
hun = Math.round(Number(hun) + 2.857143);
if (Number(hun) >= 100) {
sec = Number(sec) + 1;
if (sec > 29) {
_root.gamerun = false;
_root.fire = false;
if (_root.done == true) {
_root.up();
} else {
_root.gameov.play();
}
}
anim.gotoAndStop(_currentframe + sec);
if (sec >= 60) {
minu = minu + 1;
sec = Number(sec) - 60;
} else if (sec < 10) {
sec = "0" add sec;
}
hun = Number(hun) - 100;
} else if (Number(hun) < 10) {
hun = "0" add hun;
}
_root.time.min = minu;
_root.time.sec = sec;
_root.time.hun = hun;
}
Frame 156
if (_root.level < 9) {
stop();
} else {
_root.over();
}
leve = _root.level + 1;
Mouse.show();
Instance of Symbol 60 MovieClip "scoreClip" in Frame 156
onClipEvent (load) {
function plotScore() {
var _local2 = this;
s = _root.score;
if (s > 9) {
var _local1 = s % 10;
s = s - _local1;
} else {
var _local1 = s;
}
_local1++;
d1 = _local1++;
tellTarget (digit1) {
gotoAndStop(_local2.d1);
};
if (s > 90) {
_local1 = s % 100;
s = s - _local1;
_local1 = _local1 / 10;
} else {
_local1 = s / 10;
}
_local1++;
d2 = _local1++;
tellTarget (digit2) {
gotoAndStop(_local2.d2);
};
if (s > 900) {
_local1 = s % 1000;
s = s - _local1;
_local1 = _local1 / 100;
} else {
_local1 = s / 100;
}
_local1++;
d3 = _local1++;
tellTarget (digit3) {
gotoAndStop(_local2.d3);
};
if (s > 9000) {
_local1 = s % 10000;
s = s - _local1;
_local1 = _local1 / 1000;
} else {
_local1 = s / 1000;
}
_local1++;
d4 = _local1++;
tellTarget (digit4) {
gotoAndStop(_local2.d4);
};
if (s > 90000) {
_local1 = s % 100000;
s = s - _local1;
_local1 = _local1 / 10000;
} else {
_local1 = s / 10000;
}
_local1++;
d5 = _local1++;
tellTarget (digit5) {
gotoAndStop(_local2.d5);
};
if (s > 900000) {
_local1 = s % 1000000;
s = s - _local1;
_local1 = _local1 / 100000;
} else {
_local1 = s / 100000;
}
_local1++;
d6 = _local1++;
tellTarget (digit6) {
gotoAndStop(_local2.d6);
};
if (s > 9000000) {
_local1 = s % 10000000;
s = s - _local1;
_local1 = _local1 / 1000000;
} else {
_local1 = s / 1000000;
}
_local1++;
d7 = _local1++;
tellTarget (digit7) {
gotoAndStop(_local2.d7);
};
myfunc = null;
}
plotscore();
var d1 = ((d2 = (d3 = (d4 = (d5 = (d6 = (d7 = 0)))))));
}
Frame 157
function main() {
gotoAndStop (117);
}
Mouse.show();
scoreClip.plotScore();
stop();
Instance of Symbol 30 MovieClip in Frame 157
on (rollOver) {
gotoAndPlay ("on");
}
on (rollOut) {
gotoAndPlay ("off");
}
on (press) {
getURL ("http://www.jeuxflashs.be");
}
Instance of Symbol 141 MovieClip in Frame 157
on (rollOver) {
gotoAndPlay ("on");
}
on (rollOut) {
gotoAndPlay ("off");
}
on (press) {
_parent.main();
}
Instance of Symbol 60 MovieClip "scoreClip" in Frame 157
onClipEvent (load) {
function plotScore() {
var _local2 = this;
s = _root.score;
if (s > 9) {
var _local1 = s % 10;
s = s - _local1;
} else {
var _local1 = s;
}
_local1++;
d1 = _local1++;
tellTarget (digit1) {
gotoAndStop(_local2.d1);
};
if (s > 90) {
_local1 = s % 100;
s = s - _local1;
_local1 = _local1 / 10;
} else {
_local1 = s / 10;
}
_local1++;
d2 = _local1++;
tellTarget (digit2) {
gotoAndStop(_local2.d2);
};
if (s > 900) {
_local1 = s % 1000;
s = s - _local1;
_local1 = _local1 / 100;
} else {
_local1 = s / 100;
}
_local1++;
d3 = _local1++;
tellTarget (digit3) {
gotoAndStop(_local2.d3);
};
if (s > 9000) {
_local1 = s % 10000;
s = s - _local1;
_local1 = _local1 / 1000;
} else {
_local1 = s / 1000;
}
_local1++;
d4 = _local1++;
tellTarget (digit4) {
gotoAndStop(_local2.d4);
};
if (s > 90000) {
_local1 = s % 100000;
s = s - _local1;
_local1 = _local1 / 10000;
} else {
_local1 = s / 10000;
}
_local1++;
d5 = _local1++;
tellTarget (digit5) {
gotoAndStop(_local2.d5);
};
if (s > 900000) {
_local1 = s % 1000000;
s = s - _local1;
_local1 = _local1 / 100000;
} else {
_local1 = s / 100000;
}
_local1++;
d6 = _local1++;
tellTarget (digit6) {
gotoAndStop(_local2.d6);
};
if (s > 9000000) {
_local1 = s % 10000000;
s = s - _local1;
_local1 = _local1 / 1000000;
} else {
_local1 = s / 1000000;
}
_local1++;
d7 = _local1++;
tellTarget (digit7) {
gotoAndStop(_local2.d7);
};
myfunc = null;
}
plotscore();
var d1 = ((d2 = (d3 = (d4 = (d5 = (d6 = (d7 = 0)))))));
}
Symbol 14 MovieClip Frame 1
stop();
Instance of Symbol 13 MovieClip "swfloader" in Symbol 14 MovieClip Frame 1
onClipEvent (load) {
function strip_spaces(str) {
var _local2 = str;
var _local3 = new String("");
var _local1 = 0;
while (_local1 < _local2.length) {
if ((_local2.charAt(_local1) != " ") && (_local2.charAt(_local1) != ";")) {
_local3 = _local3 + _local2.charAt(_local1);
}
_local1++;
}
return(_local3);
}
function simple_script(action, timeline) {
action = strip_spaces(action);
if ((action.length > 0) && ((action.indexOf(")") != -1) && (action.indexOf("(") != -1))) {
var _local3 = action.split(".");
var timeline_action = _local3.pop();
var first_paren = timeline_action.indexOf("(");
var second_paren = timeline_action.indexOf(")");
var timeline_function = timeline_action.substr(0, first_paren);
var function_parameter = timeline_action.substr(first_paren + 1, second_paren - (first_paren + 1));
var _local2 = timeline;
var _local1 = 0;
while (_local1 < _local3.length) {
_local2 = _local2[_local3[_local1]];
_local1++;
}
if (function_parameter.indexOf("\"") != -1) {
function_parameter = function_parameter.substr(1, function_parameter.length - 2);
}
_local2[timeline_function](function_parameter);
}
}
function execute_action() {
var _local1 = _parent;
unloaded = true;
_local1._visible = false;
simple_script(_local1.play_action_val, _local1);
}
_parent.anim.gotoAndStop(1);
simple_script(_parent.init_action_val, _parent);
var done = false;
var unloaded = false;
var orig_x = _parent._x;
var orig_y = _parent._y;
var dist_x = (_parent._x + ((_parent._width * 2) / 3));
var dist_y = (_parent._y + ((_parent._height * 2) / 3));
var orig_a = _parent._alpha;
var accel_jump = 0.75;
var slow_factor = _parent.slow_factor_val;
var speed_factor = (1 + (slow_factor / (1 - slow_factor)));
var ready = false;
var perc_fadeout = 0;
if (slow_factor < 1) {
switch (_parent.xin_motion_val) {
case "Up" :
_parent._y = orig_y + (dist_y * 2);
break;
case "Down" :
_parent._y = orig_y - (dist_y * 2);
break;
case "Left" :
_parent._x = orig_x + (dist_x * 2);
break;
case "Right" :
_parent._x = orig_x - (dist_x * 2);
break;
case "Toward" :
_parent._xscale = (_parent._yscale = 1);
break;
case "None" :
_parent._alpha = 0;
}
} else {
ready = true;
}
}
onClipEvent (enterFrame) {
if (unloaded) {
return(undefined);
}
if (!ready) {
switch (_parent.xin_motion_val) {
case "Toward" :
_parent._xscale = _parent._xscale + ((100 - _parent._xscale) * slow_factor);
_parent._yscale = _parent._xscale;
if (_parent.xin_alphatype_val == "Yes") {
_parent._alpha = Math.round((orig_a / 100) * Math.max(0, Math.min(_parent._xscale, 100)));
}
if (Math.abs(100 - _parent._xscale) < 0.5) {
_parent._xscale = (_parent._yscale = 100);
_parent._alpha = orig_a;
ready = true;
}
break;
default :
_parent._x = _parent._x + ((orig_x - _parent._x) * slow_factor);
_parent._y = _parent._y + ((orig_y - _parent._y) * slow_factor);
if (_parent.xin_alphatype_val == "Yes") {
if (_parent.xin_motion_val == "None") {
_parent._alpha = _parent._alpha + ((orig_a - _parent._alpha) * slow_factor);
} else if (Math.abs(orig_x - _parent._x) > Math.abs(orig_y - _parent._y)) {
_parent._alpha = 100 - Math.round(((orig_a / 100) * (Math.min(dist_x, Math.abs(_parent._x - orig_x)) / dist_x)) * 100);
} else {
_parent._alpha = 100 - Math.round(((orig_a / 100) * (Math.min(dist_y, Math.abs(_parent._y - orig_y)) / dist_y)) * 100);
}
}
if (!(((_parent.xin_motion_val == "None") && (Math.abs(_parent._alpha - orig_a) <= 1)) || (((_parent.xin_motion_val != "None") && (Math.abs(_parent._y - orig_y) < 0.5)) && (Math.abs(_parent._x - orig_x) < 0.5)))) {
break;
}
_parent._x = orig_x;
_parent._y = orig_y;
_parent._alpha = orig_a;
ready = true;
}
} else if (!done) {
var rl = _root.getBytesLoaded();
var rt = (_root.getBytesTotal() * (_parent.perc_req_val / 100));
if ((rl > 10) && (rt > 10)) {
rl = Math.min(rl, rt);
var new_frame = (_parent.anim._currentframe + Math.ceil(((_parent.anim._totalframes * (rl / rt)) - _parent.anim._currentframe) / 4));
new_frame = Math.max(1, new_frame);
if (_parent.show_perc_val == "Yes") {
_parent.perc.text = Math.round(((new_frame - 1) / (_parent.anim._totalframes - 1)) * 100) + " %";
}
if (new_frame != _parent.anim._currentframe) {
_parent.anim.gotoAndStop(new_frame);
}
if ((_parent.anim._totalframes == _parent.anim._currentframe) && (rl >= rt)) {
done = true;
}
}
} else if (slow_factor < 1) {
switch (_parent.xout_motion_val) {
case "Down" :
if (_parent._y <= orig_y) {
_parent._y = orig_y + accel_jump;
}
_parent._y = orig_y + (Math.abs(_parent._y - orig_y) * speed_factor);
perc_fadeout = Math.round((Math.min(dist_y, Math.abs(_parent._y - orig_y)) / dist_y) * 100);
if (_parent._y > (orig_y + (dist_y * 2))) {
execute_action();
}
break;
case "Up" :
if (_parent._y >= orig_y) {
_parent._y = orig_y - accel_jump;
}
_parent._y = orig_y - (Math.abs(_parent._y - orig_y) * speed_factor);
perc_fadeout = Math.round((Math.min(dist_y, Math.abs(_parent._y - orig_y)) / dist_y) * 100);
if (_parent._y < (orig_y - (dist_y * 2))) {
execute_action();
}
break;
case "Right" :
if (_parent._x <= orig_x) {
_parent._x = orig_x + accel_jump;
}
_parent._x = orig_x + (Math.abs(_parent._x - orig_x) * speed_factor);
perc_fadeout = Math.round((Math.min(dist_x, Math.abs(_parent._x - orig_x)) / dist_x) * 100);
if (_parent._x > (orig_x + (dist_x * 2))) {
execute_action();
}
break;
case "Left" :
if (_parent._x >= orig_x) {
_parent._x = orig_x - accel_jump;
}
_parent._x = orig_x - (Math.abs(_parent._x - orig_x) * speed_factor);
perc_fadeout = Math.round((Math.min(dist_x, Math.abs(_parent._x - orig_x)) / dist_x) * 100);
if (_parent._x < (orig_x - (dist_x * 2))) {
execute_action();
}
break;
case "Away" :
if ((_parent._xscale >= 100) || (_parent._yscale >= 100)) {
_parent._xscale = (_parent._yscale = 100 - accel_jump);
}
_parent._xscale = (_parent._yscale = Math.max(0.5, 100 - ((100 - _parent._yscale) * speed_factor)));
perc_fadeout = 100 - Math.round(Math.max(0, Math.min(_parent._xscale, 100)));
if (_parent._xscale < 1) {
execute_action();
}
break;
default :
perc_fadeout = perc_fadeout + ((100 - perc_fadeout) * slow_factor);
if (Math.abs(perc_fadeout - 100) > 1) {
break;
}
execute_action();
}
if (!(_parent.xout_alphatype_val === "Yes")) {
} else {
_parent._alpha = (orig_a / 100) * (100 - perc_fadeout);
}
} else {
execute_action();
}
}
Symbol 17 Button
on (press) {
getURL ("http://jeuxflashs.be");
}
Symbol 30 MovieClip Frame 1
stop();
Symbol 30 MovieClip Frame 10
stop();
Symbol 32 MovieClip Frame 1
stop();
Symbol 32 MovieClip Frame 10
stop();
Symbol 38 Button
on (press) {
if (_root.fire == true) {
missed();
_root.sound_miss.play();
_root.game.Target.anim.gotoAndPlay(1);
}
cons.plotScore();
}
Symbol 59 MovieClip Frame 1
stop();
Symbol 63 MovieClip Frame 9
stop();
Symbol 64 MovieClip Frame 1
stop();
Symbol 65 MovieClip Frame 1
stop();
Symbol 75 MovieClip Frame 1
stop();
Symbol 78 MovieClip Frame 1
stop();
Symbol 82 MovieClip Frame 1
stop();
Symbol 82 MovieClip Frame 2
_root.fire = false;
Symbol 82 MovieClip Frame 35
stop();
_parent.over();
Symbol 87 MovieClip Frame 1
stop();
Symbol 91 MovieClip Frame 31
stop();
Symbol 93 MovieClip Frame 1
function resolve() {
var _local1 = _parent;
var _local2 = _root;
hit.gotoAndPlay(1);
hit._x = _local1._parent._xmouse - _local1._x;
hit._y = _local1._parent._ymouse - _local1._y;
yc = Math.round(hit._x);
xc = Math.round(hit._y);
if (yc > 0) {
yc = -yc;
}
if (xc > 0) {
xc = -xc;
}
if (yc < xc) {
ret = yc;
} else {
ret = xc;
}
resultat = 100 + (ret * 4);
if (resultat > 95) {
resultat = 100;
center.play();
_local2.sound_center.play();
_local2.consecutive++;
_local2.cons.plotScore();
resultat = resultat * _local2.consecutive;
} else {
_local2.consecutive = 0;
_local2.cons.plotScore();
}
if (count < 3) {
count++;
} else {
count = 0;
}
_local1._parent["res" + count].res.res = resultat;
morce();
_local1._parent["res" + count]._y = _local1._parent._ymouse;
_local1._parent["res" + count]._x = _local1._parent._xmouse;
_local1._parent["res" + count].gotoAndPlay(1);
_local2.scoring(resultat);
}
function morce() {
var _local1 = _parent;
var _local2 = _root;
if (resultat < 25) {
_local2.effet(_local1._parent.dirt, 255, 0, 0);
} else if ((resultat < 50) & (resultat > 25)) {
_local2.effet(_local1._parent.dirt, 255, 255, 255);
} else if ((resultat < 75) & (resultat > 50)) {
_local2.effet(_local1._parent.dirt, 255, 0, 0);
} else if (resultat > 75) {
_local2.effet(_local1._parent.dirt, 255, 255, 255);
}
_local1._parent.dirt._y = _local1._parent._ymouse;
_local1._parent.dirt._x = _local1._parent._xmouse;
_local1._parent.dirt.gotoAndPlay(1);
}
stop();
Instance of Symbol 89 MovieClip "cible" in Symbol 93 MovieClip Frame 1
on (press) {
if (_root.fire == true) {
_root.game.Target.anim.gotoAndPlay(1);
_parent.play();
_parent._parent.play();
_parent.resolve();
}
}
Symbol 94 MovieClip Frame 1
if (_parent:bounce == false) {
Set("_parent:speedXscale", Number(_parent:speedXscale * _parent:friction) + Number((_parent:xscale - getProperty("_parent", _xscale)) * _parent:ratio));
Set("_parent:speedYscale", Number(_parent:speedYscale * _parent:friction) + Number((_parent:yscale - getProperty("_parent", _yscale)) * _parent:ratio));
setProperty("../", _xscale , Number(getProperty("_parent", _xscale)) + Number(_parent:speedXscale));
setProperty("../", _yscale , Number(getProperty("_parent", _yscale)) + Number(_parent:speedYscale));
setProperty("../shad", _xscale , (-Number(getProperty("_parent", _xscale))) + Number(_parent:speedXscale));
setProperty("../shad", _yscale , (-Number(getProperty("_parent", _yscale))) + Number(_parent:speedYscale));
}
Symbol 94 MovieClip Frame 2
if (_parent:bounce == false) {
Set("_parent:speedXscale", Number(_parent:speedXscale * _parent:friction) + Number((_parent:xscale - getProperty("_parent", _xscale)) * _parent:ratio));
Set("_parent:speedYscale", Number(_parent:speedYscale * _parent:friction) + Number((_parent:yscale - getProperty("_parent", _yscale)) * _parent:ratio));
setProperty("../", _xscale , Number(getProperty("_parent", _xscale)) + Number(_parent:speedXscale));
setProperty("../", _yscale , Number(getProperty("_parent", _yscale)) + Number(_parent:speedYscale));
setProperty("../shad", _xscale , (-Number(getProperty("_parent", _xscale))) + Number(_parent:speedXscale));
setProperty("../shad", _yscale , (-Number(getProperty("_parent", _yscale))) + Number(_parent:speedYscale));
}
Symbol 95 MovieClip Frame 1
stop();
xscale = Number(100);
yscale = Number(100);
friction = 0.8;
ratio = 0.6;
speedXscale = 0;
speedYscale = 0;
alive = true;
Symbol 95 MovieClip Frame 2
bounce = false;
hurt = btn.ret / 1000;
xscale = Number(xscale * (0.9 - hurt));
yscale = Number(yscale * (0.9 - hurt));
alive = false;
Symbol 95 MovieClip Frame 39
_x = random(175);
_y = (random(300) + 75);
mov = random(_root.level) + (_root.level / 2);
mov2 = random(_root.level) + (_root.level / 2);
Symbol 96 MovieClip Frame 1
stop();
xscale = Number(100);
yscale = Number(100);
friction = 0.8;
ratio = 0.6;
speedXscale = 0;
speedYscale = 0;
alive = true;
Symbol 96 MovieClip Frame 2
bounce = false;
hurt = btn.ret / 1000;
xscale = Number(xscale * (0.9 - hurt));
yscale = Number(yscale * (0.9 - hurt));
alive = false;
Symbol 96 MovieClip Frame 39
_x = (random(400) + 200);
_y = (random(300) + 75);
mov = random(_root.level) + (_root.level / 2);
mov2 = random(_root.level) + (_root.level / 2);
Symbol 98 MovieClip Frame 1
stop();
Symbol 98 MovieClip Frame 2
var i = 0;
while (i < 5) {
duplicateMovieClip ("shard", "shard" + i, i);
target = eval ("shard" + i);
target._x = target._x + random(5);
target._y = target._y + (random(5) - 20);
i++;
}
Instance of Symbol 97 MovieClip "shard" in Symbol 98 MovieClip Frame 2
onClipEvent (load) {
xspeed = random(20) - 10;
yspeed = (-random(10)) - 5;
_xscale = (random(10) + 30);
_yscale = _xscale;
bv = 500;
}
onClipEvent (enterFrame) {
yspeed = yspeed + 1.5;
_rotation = ((Math.atan2(yspeed, xspeed) * 360) / Math.PI);
_x = (_x + xspeed);
_y = (_y + yspeed);
if (_y > (bv + (_height / 4))) {
this._visible = false;
}
}
Symbol 103 MovieClip Frame 1
stop();
Symbol 104 MovieClip Frame 1
stop();
Symbol 110 MovieClip Frame 1
stop();
if (_root.gamerun == true) {
_root.fire = true;
}
Symbol 110 MovieClip Frame 2
_root.fire = false;
Instance of Symbol 95 MovieClip in Symbol 113 MovieClip Frame 1
onClipEvent (load) {
alive = true;
_x = random(175);
_y = (random(300) + 75);
mov = random(_root.level) + (_root.level / 2);
mov2 = random(_root.level) + (_root.level / 2);
}
onClipEvent (enterFrame) {
if (alive == true) {
_x = (_x + (mov * Math.cos((ang = ang + 0.1))));
_y = (_y + (mov2 * Math.cos((ang = ang + 0.1))));
}
}
Instance of Symbol 96 MovieClip in Symbol 113 MovieClip Frame 1
onClipEvent (load) {
alive = true;
_x = (random(400) + 200);
_y = (random(300) + 75);
mov = random(_root.level) + (_root.level / 2);
mov2 = random(_root.level) + (_root.level / 2);
}
onClipEvent (enterFrame) {
if (alive == true) {
_x = (_x + (mov * Math.cos((ang = ang + 0.1))));
_y = (_y + (mov2 * Math.cos((ang = ang + 0.1))));
}
}
Instance of Symbol 112 MovieClip "Target" in Symbol 113 MovieClip Frame 1
onClipEvent (enterFrame) {
_y = _parent._ymouse;
_x = _parent._xmouse;
}
Symbol 118 MovieClip Frame 1
_root.fire = false;
lvl = _root.level;
Symbol 118 MovieClip Frame 60
_root.fire = true;
stop();
_parent.play();
Symbol 120 MovieClip Frame 1
stop();
Instance of Symbol 67 MovieClip "3" in Symbol 121 MovieClip Frame 1
onClipEvent (load) {
function plot() {
var _local2 = this;
s = _parent.hun;
if (s > 9) {
var _local1 = s % 10;
s = s - _local1;
} else {
var _local1 = s;
}
_local1++;
d1 = _local1++;
tellTarget (digit1) {
gotoAndStop(_local2.d1);
};
if (s > 90) {
_local1 = s % 100;
s = s - _local1;
_local1 = _local1 / 10;
} else {
_local1 = s / 10;
}
_local1++;
d2 = _local1++;
tellTarget (digit2) {
gotoAndStop(_local2.d2);
};
if (s > 900) {
_local1 = s % 1000;
s = s - _local1;
_local1 = _local1 / 100;
} else {
_local1 = s / 100;
}
_local1++;
d3 = _local1++;
tellTarget (digit3) {
gotoAndStop(_local2.d3);
};
if (s > 9000) {
_local1 = s % 10000;
s = s - _local1;
_local1 = _local1 / 1000;
} else {
_local1 = s / 1000;
}
_local1++;
d4 = _local1++;
tellTarget (digit4) {
gotoAndStop(_local2.d4);
};
if (s > 90000) {
_local1 = s % 100000;
s = s - _local1;
_local1 = _local1 / 10000;
} else {
_local1 = s / 10000;
}
_local1++;
d5 = _local1++;
tellTarget (digit5) {
gotoAndStop(_local2.d5);
};
if (s > 900000) {
_local1 = s % 1000000;
s = s - _local1;
_local1 = _local1 / 100000;
} else {
_local1 = s / 100000;
}
_local1++;
d6 = _local1++;
tellTarget (digit6) {
gotoAndStop(_local2.d6);
};
if (s > 9000000) {
_local1 = s % 10000000;
s = s - _local1;
_local1 = _local1 / 1000000;
} else {
_local1 = s / 1000000;
}
_local1++;
d7 = _local1++;
tellTarget (digit7) {
gotoAndStop(_local2.d7);
};
myfunc = null;
}
var d1 = ((d2 = (d3 = (d4 = (d5 = (d6 = (d7 = 0)))))));
}
onClipEvent (enterFrame) {
plot();
}
Instance of Symbol 67 MovieClip "2" in Symbol 121 MovieClip Frame 1
onClipEvent (load) {
function plot() {
var _local2 = this;
s = _parent.sec;
if (s > 9) {
var _local1 = s % 10;
s = s - _local1;
} else {
var _local1 = s;
}
_local1++;
d1 = _local1++;
tellTarget (digit1) {
gotoAndStop(_local2.d1);
};
if (s > 90) {
_local1 = s % 100;
s = s - _local1;
_local1 = _local1 / 10;
} else {
_local1 = s / 10;
}
_local1++;
d2 = _local1++;
tellTarget (digit2) {
gotoAndStop(_local2.d2);
};
if (s > 900) {
_local1 = s % 1000;
s = s - _local1;
_local1 = _local1 / 100;
} else {
_local1 = s / 100;
}
_local1++;
d3 = _local1++;
tellTarget (digit3) {
gotoAndStop(_local2.d3);
};
if (s > 9000) {
_local1 = s % 10000;
s = s - _local1;
_local1 = _local1 / 1000;
} else {
_local1 = s / 1000;
}
_local1++;
d4 = _local1++;
tellTarget (digit4) {
gotoAndStop(_local2.d4);
};
if (s > 90000) {
_local1 = s % 100000;
s = s - _local1;
_local1 = _local1 / 10000;
} else {
_local1 = s / 10000;
}
_local1++;
d5 = _local1++;
tellTarget (digit5) {
gotoAndStop(_local2.d5);
};
if (s > 900000) {
_local1 = s % 1000000;
s = s - _local1;
_local1 = _local1 / 100000;
} else {
_local1 = s / 100000;
}
_local1++;
d6 = _local1++;
tellTarget (digit6) {
gotoAndStop(_local2.d6);
};
if (s > 9000000) {
_local1 = s % 10000000;
s = s - _local1;
_local1 = _local1 / 1000000;
} else {
_local1 = s / 1000000;
}
_local1++;
d7 = _local1++;
tellTarget (digit7) {
gotoAndStop(_local2.d7);
};
myfunc = null;
}
var d1 = ((d2 = (d3 = (d4 = (d5 = (d6 = (d7 = 0)))))));
}
onClipEvent (enterFrame) {
plot();
}
Instance of Symbol 67 MovieClip "1" in Symbol 121 MovieClip Frame 1
onClipEvent (load) {
function plot() {
var _local2 = this;
s = _parent.minu;
if (s > 9) {
var _local1 = s % 10;
s = s - _local1;
} else {
var _local1 = s;
}
_local1++;
d1 = _local1++;
tellTarget (digit1) {
gotoAndStop(_local2.d1);
};
if (s > 90) {
_local1 = s % 100;
s = s - _local1;
_local1 = _local1 / 10;
} else {
_local1 = s / 10;
}
_local1++;
d2 = _local1++;
tellTarget (digit2) {
gotoAndStop(_local2.d2);
};
if (s > 900) {
_local1 = s % 1000;
s = s - _local1;
_local1 = _local1 / 100;
} else {
_local1 = s / 100;
}
_local1++;
d3 = _local1++;
tellTarget (digit3) {
gotoAndStop(_local2.d3);
};
if (s > 9000) {
_local1 = s % 10000;
s = s - _local1;
_local1 = _local1 / 1000;
} else {
_local1 = s / 1000;
}
_local1++;
d4 = _local1++;
tellTarget (digit4) {
gotoAndStop(_local2.d4);
};
if (s > 90000) {
_local1 = s % 100000;
s = s - _local1;
_local1 = _local1 / 10000;
} else {
_local1 = s / 10000;
}
_local1++;
d5 = _local1++;
tellTarget (digit5) {
gotoAndStop(_local2.d5);
};
if (s > 900000) {
_local1 = s % 1000000;
s = s - _local1;
_local1 = _local1 / 100000;
} else {
_local1 = s / 100000;
}
_local1++;
d6 = _local1++;
tellTarget (digit6) {
gotoAndStop(_local2.d6);
};
if (s > 9000000) {
_local1 = s % 10000000;
s = s - _local1;
_local1 = _local1 / 1000000;
} else {
_local1 = s / 1000000;
}
_local1++;
d7 = _local1++;
tellTarget (digit7) {
gotoAndStop(_local2.d7);
};
myfunc = null;
}
var d1 = ((d2 = (d3 = (d4 = (d5 = (d6 = (d7 = 0)))))));
}
onClipEvent (enterFrame) {
plot();
}
Symbol 125 MovieClip Frame 31
stop();
Symbol 126 MovieClip Frame 1
stop();
xscale = Number(100);
yscale = Number(100);
friction = 0.8;
ratio = 0.6;
speedXscale = 0;
speedYscale = 0;
alive = true;
Symbol 126 MovieClip Frame 2
bounce = false;
hurt = btn.ret / 1000;
xscale = Number(xscale * (0.9 - hurt));
yscale = Number(yscale * (0.9 - hurt));
alive = false;
Symbol 126 MovieClip Frame 39
gotoAndStop (1);
_y = (50 + (Math.random() * 200));
Symbol 127 MovieClip Frame 1
k = 0;
do {
duplicateMovieClip (snow, "snow" + k, k);
k++;
} while (k != (2 + _root.level));
Instance of Symbol 126 MovieClip "snow" in Symbol 127 MovieClip Frame 1
onClipEvent (load) {
flakeScale = 50 + (Math.random() * 100);
this._xscale = flakeScale;
this._yscale = flakeScale;
xpos = this._x;
this._x = 10 + (Math.random() * 600);
i = _root.level + (Math.random() * 1.5);
this._y = 50 + (Math.random() * 200);
k = -3.141593 + (Math.random() * 3.141593);
}
onClipEvent (enterFrame) {
radius = radius + ((k / 180) * 3.141593);
this._x = this._x - Math.cos(radius);
this._y = this._y + i;
if (this._y >= 450) {
this.gotoAndStop(1);
this._y = 50 + (Math.random() * 200);
}
if ((this._x >= 650) || (this._x <= 0)) {
this._x = 5 + (Math.random() * 600);
}
}
Instance of Symbol 112 MovieClip "Target" in Symbol 127 MovieClip Frame 1
onClipEvent (load) {
this.swapDepths(100);
}
onClipEvent (enterFrame) {
_y = _parent._ymouse;
_x = _parent._xmouse;
}
Symbol 132 Button
on (press) {
if (_root.level < 9) {
gotoAndStop(_root.lv +117);
} else {
_root.over();
}
}
Symbol 134 MovieClip Frame 15
stop();
Symbol 136 MovieClip Frame 1
stop();
Symbol 137 MovieClip Frame 1
k = 0;
do {
duplicateMovieClip (snow, "snow" + k, k);
k++;
} while (k != 19);
Instance of Symbol 136 MovieClip "snow" in Symbol 137 MovieClip Frame 1
onClipEvent (load) {
flakeScale = 25 + (Math.random() * 100);
this._xscale = flakeScale;
this._yscale = flakeScale;
xpos = this._x;
this._x = 10 + (Math.random() * 600);
i = 1 + (Math.random() * 3.7);
this._y = 5 + (Math.random() * 500);
k = -3.141593 + (Math.random() * 3.141593);
}
onClipEvent (enterFrame) {
radius = radius + ((k / 180) * 3.141593);
this._x = this._x - Math.cos(radius);
this._y = this._y + i;
if (this._y >= 450) {
this._y = -5;
}
if ((this._x >= 600) || (this._x <= 0)) {
this._x = 5 + (Math.random() * 600);
}
}
Symbol 141 MovieClip Frame 1
stop();
Symbol 141 MovieClip Frame 10
stop();