STORY   LOOP   FURRY   PORN   GAMES
• C •   SERVICES [?] [R] RND   POPULAR
Archived flashes:
228128
/disc/ · /res/     /show/ · /fap/ · /gg/ · /swf/P0001 · P2561 · P5121

<div style="position:absolute;top:-99px;left:-99px;"><img src="http://swfchan.com:57475/28028028?noj=FRM28028028-14DC" width="1" height="1"></div>

Moebius Syndrome.swf

This is the info page for
Flash #24129

(Click the ID number above for more basic data on this flash file.)


Text
Moebius
Syndrome

Moebius
Syndrome

Bienvenue

Welcome

scarpia92@yahoo.com

?

sound

Start a
new game ?

Une petite
partie ?

GAME OVER

get ready...

3

2

1

go !!!

attention...

c'est parti !!!

restart game ?

yes

oui

no

recommencer
le jeu ?

oui

non

pause

really give up ?

abandonner ?
(en si bon chemin...)

put your name here
î          í

send score !

cancel

sending score

sending score.

sending score..

sending score...

1st : Stacy

3rd : Stacy

2nd : Fred

Top Players :

continue

1st : Stacy

3rd : Stacy

2nd : Fred

High scores :

back

c'est quoi déjà ton nom ?
î          í

envoyer score !

annuler

envoi en cours

envoi en cours.

envoi en cours..

envoi en cours...

1st : Stacy

3rd : Stacy

2nd : Fred

Meilleurs joueurs :

continuer

1st : Stacy

3rd : Stacy

2nd : Fred

Meilleurs scores :

retour

The game consists in
preventing pieces
from invading the
screen. Move them
around to form loops
which will then
disappear.
Good Luck!

Le jeu consiste à
repousser l'invasion
de pièces sur
l'écran. Faites
tourner les pièces
afin de former des
boucles qui seront
alors effacées...
Bonne chance !

ActionScript [AS1/AS2]

Frame 1
exist_name = "0"; lng = "french";
Frame 2
exist_name = "0"; lng = "french"; stop();
Frame 3
frame = _currentframe; Set("/ctrl:score", ""); started = "0"; game_over = "0"; state = "init"; pause = "1"; sound = "0"; stop();
Frame 4
frame = _currentframe; Set("/ctrl:score", ""); started = "0"; game_over = "0"; state = "init"; pause = "1"; sound = "0"; stop();
Frame 7
frame = _currentframe; started = "0"; game_over = "0"; state = "get_ready"; pause = "1"; sound = "1"; stop(); tellTarget ("/game") { gotoAndPlay (1); }
Frame 8
frame = _currentframe; started = "0"; game_over = "0"; state = "get_ready"; pause = "1"; sound = "1"; stop();
Frame 11
started = "1"; frame = _currentframe; state = "play"; pause = "0"; sound = "1"; stop();
Frame 15
pause = "1"; state = "ask_restart"; sound = "0"; stop();
Frame 16
pause = "1"; state = "ask_restart"; sound = "0"; stop();
Frame 19
frame = _currentframe; state = "pause"; pause = "1"; sound = "0"; stop();
Frame 23
pause = "1"; state = "ask_quit"; sound = "0"; stop();
Frame 24
pause = "1"; state = "ask_quit"; sound = "0"; stop();
Frame 27
frame = _currentframe; state = "score"; pause = "1"; sound = "0"; stop();
Frame 28
frame = _currentframe; state = "score"; pause = "1"; sound = "0"; stop();
Frame 31
state = "help"; pause = "1"; sound = "0"; stop();
Frame 32
state = "help"; pause = "1"; sound = "0"; stop();
Symbol 19 Button
on (release) { Set("/:lng", "french"); tellTarget ("/") { gotoAndPlay ("tis_init_french"); } }
Symbol 22 Button
on (release) { Set("/:lng", "english"); tellTarget ("/") { gotoAndPlay ("tis_init"); } }
Symbol 26 MovieClip Frame 1
x = -"400"; x_max = "200"; x_min = -"400"; x_diff = "4";
Symbol 26 MovieClip Frame 2
setProperty("bandeau", _x , x); x = x + x_diff; if (x_max < x) { x = x_min; }
Symbol 26 MovieClip Frame 3
setProperty("bandeau", _x , x); x = x + x_diff; if (x_max < x) { x = x_min; } gotoAndPlay (2);
Symbol 33 Button
on (release) { if (/:game_over == "0") { state = /:state; if (((state eq "play") or (state eq "pause")) or ((state eq "help") and (stated == "1"))) { if (/:lng eq "french") { tellTarget ("/") { gotoAndPlay ("tis_ask_restart_french"); }; } else { tellTarget ("/") { gotoAndPlay ("tis_ask_restart"); }; } } } }
Symbol 35 Button
on (release) { if (/:game_over == "0") { state = /:state; if (((state eq "pause") or ((state eq "help") and (/:started == "1"))) or (state eq "get_ready")) { tellTarget ("/") { gotoAndStop ("tis_play"); }; } else if ((state eq "init") or ((state eq "help") and (started == "0"))) { tellTarget ("/") { gotoAndStop ("tis_get_ready"); }; } } }
Symbol 37 Button
on (release) { if (/:game_over == "0") { state = /:state; if ((state eq "play") or ((state eq "help") and (started == "1"))) { tellTarget ("../") { gotoAndStop ("tis_pause"); }; } } }
Symbol 39 Button
on (release) { if (/:game_over == "0") { state = /:state; if ((((state eq "play") or (state eq "pause")) or ((state eq "help") and (stated == "1"))) or (state eq "get_ready")) { if (/:lng eq "french") { tellTarget ("../") { gotoAndStop ("tis_ask_quit_french"); }; } else { tellTarget ("../") { gotoAndStop ("tis_ask_quit"); }; } } } else { state = /:state; if (state eq "play") { if (/:lng eq "french") { tellTarget ("../") { gotoAndStop ("tis_score_french"); }; } else { tellTarget ("../") { gotoAndStop ("tis_score"); }; } } } }
Symbol 41 Button
on (release) { if (/:game_over == "0") { state = /:state; if ((((state eq "play") or (state eq "pause")) or (state eq "get_ready")) or (state eq "init")) { if (/:lng eq "french") { tellTarget ("/") { gotoAndStop ("tis_help_french"); }; } else { tellTarget ("/") { gotoAndStop ("tis_help"); }; } } } }
Symbol 44 MovieClip Frame 1
Set("../game:pause", "1"); size = ../game:size; Set("../game:sound", "1"); score = ""; stop();
Symbol 44 MovieClip Frame 2
score = ../game:score;
Symbol 48 MovieClip Frame 1
if (/:sound == "1") { gotoAndPlay (2); } else { gotoAndPlay (6); }
Symbol 48 MovieClip Frame 2
Symbol 48 MovieClip Frame 4
if (/:sound == "1") { gotoAndPlay (3); } else { gotoAndPlay (5); }
Symbol 48 MovieClip Frame 5
Symbol 48 MovieClip Frame 7
if (/:sound == "0") { gotoAndPlay (6); } else { gotoAndPlay (2); }
Symbol 53 Button
on (release) { tellTarget ("../") { gotoAndPlay ("tis_get_ready"); } }
Symbol 56 Button
on (release) { tellTarget ("../") { gotoAndPlay ("tis_get_ready_french"); } }
Symbol 60 Button
on (release) { if (((gel == "0") and (/:pause == "0")) and (../:fin == "0")) { gotoAndPlay (6); } }
Symbol 63 Button
on (release) { if (((gel == "0") and (/:pause == "0")) and (../:fin == "0")) { gotoAndPlay (2); } }
Symbol 65 MovieClip Frame 1
gel = "0"; size = "11"; case = (((_x - "16") + "176") / "32") + (("11" * ((_y - "16") + "176")) / "32"); tmp = random("2"); if (tmp == "0") { gotoAndPlay (2); } else { gotoAndPlay (6); }
Symbol 65 MovieClip Frame 2
stop(); rotation = "0"; call("rotation_extr");
Symbol 65 MovieClip Frame 3
if (../:fin == "0") { tellTarget ("../" add successeur) { play(); }; Set("../:score", ../:score + "1"); tellTarget ("../../ctrl") { call("refresh_score"); }; } stop();
Symbol 65 MovieClip Frame 4
stop(); init = "carreau_" add case; next = successeur; i = "0"; while ((next ne init) and (i < "50")) { i = i + "1"; apres = eval (("../" add next) add ":successeur"); len = length(next); morte = substring(next, "9", len - "8"); Set("../:morte", morte); tellTarget ("../") { call("remove_movie"); }; tellTarget ("../" add next) { removeMovieClip(""); }; next = apres; } Set("../:morte", case); tellTarget ("../") { call("remove_movie"); }; removeMovieClip("");
Symbol 65 MovieClip Frame 6
stop(); rotation = "1"; call("rotation_extr");
Symbol 65 MovieClip Frame 7
if (../:fin == "0") { tellTarget ("../" add successeur) { play(); }; Set("../:score", ../:score + "1"); tellTarget ("../../ctrl") { call("refresh_score"); }; } stop();
Symbol 65 MovieClip Frame 8
stop(); init = "carreau_" add case; next = successeur; i = "0"; while ((next ne init) and (i < "50")) { i = i + "1"; apres = eval (("../" add next) add ":successeur"); len = length(next); morte = substring(next, "9", len - "8"); Set("../:morte", morte); tellTarget ("../") { call("remove_movie"); }; tellTarget ("../" add next) { removeMovieClip(""); }; next = apres; } Set("../:morte", case); tellTarget ("../") { call("remove_movie"); }; removeMovieClip("");
Symbol 65 MovieClip Frame 17
if (rotation == "1") { extr_1 = case - "1"; extr_2 = case + "1"; } else if (rotation == "0") { extr_1 = case - size; extr_2 = case + size; } else if (rotation == "3") { extr_1 = case - "1"; extr_2 = case + "1"; } else { extr_1 = case - size; extr_2 = case + size; } Set("../:case", case); tellTarget ("../") { call("test_boucle"); }
Symbol 66 Button
on (release) { if (((gel == "0") and (/:pause == "0")) and (../:fin == "0")) { gotoAndPlay (6); } }
Symbol 68 Button
on (release) { if (((gel == "0") and (/:pause == "0")) and (../:fin == "0")) { gotoAndPlay (10); } }
Symbol 70 Button
on (release) { if (((gel == "0") and (/:pause == "0")) and (../:fin == "0")) { gotoAndPlay (15); } }
Symbol 72 Button
on (release) { if (((gel == "0") and (/:pause == "0")) and (../:fin == "0")) { gotoAndPlay (2); } }
Symbol 74 MovieClip Frame 1
gel = "0"; size = "11"; case = (((_x - "16") + "176") / "32") + (("11" * ((_y - "16") + "176")) / "32"); tmp = random("4"); if (tmp == "0") { gotoAndPlay (2); } else if (tmp == "1") { gotoAndPlay (6); } else if (tmp == "2") { gotoAndPlay (10); } else { gotoAndPlay (15); }
Symbol 74 MovieClip Frame 2
stop(); rotation = "0"; call("rotation_extr");
Symbol 74 MovieClip Frame 3
if (../:fin == "0") { tellTarget ("../" add successeur) { play(); }; Set("../:score", ../:score + "1"); tellTarget ("../../ctrl") { call("refresh_score"); }; } stop();
Symbol 74 MovieClip Frame 4
stop(); init = "carreau_" add case; next = successeur; i = "0"; while ((next ne init) and (i < "50")) { i = i + "1"; apres = eval (("../" add next) add ":successeur"); len = length(next); morte = substring(next, "9", len - "8"); Set("../:morte", morte); tellTarget ("../") { call("remove_movie"); }; tellTarget ("../" add next) { removeMovieClip(""); }; next = apres; } Set("../:morte", case); tellTarget ("../") { call("remove_movie"); }; removeMovieClip("");
Symbol 74 MovieClip Frame 6
stop(); rotation = "1"; call("rotation_extr");
Symbol 74 MovieClip Frame 7
if (../:fin == "0") { tellTarget ("../" add successeur) { play(); }; Set("../:score", ../:score + "1"); tellTarget ("../../ctrl") { call("refresh_score"); }; } stop();
Symbol 74 MovieClip Frame 8
stop(); init = "carreau_" add case; next = successeur; i = "0"; while ((next ne init) and (i < "50")) { i = i + "1"; apres = eval (("../" add next) add ":successeur"); len = length(next); morte = substring(next, "9", len - "8"); Set("../:morte", morte); tellTarget ("../") { call("remove_movie"); }; tellTarget ("../" add next) { removeMovieClip(""); }; next = apres; } Set("../:morte", case); tellTarget ("../") { call("remove_movie"); }; removeMovieClip("");
Symbol 74 MovieClip Frame 10
stop(); rotation = "2"; call("rotation_extr");
Symbol 74 MovieClip Frame 11
if (../:fin == "0") { tellTarget ("../" add successeur) { play(); }; Set("../:score", ../:score + "1"); tellTarget ("../../ctrl") { call("refresh_score"); }; } stop();
Symbol 74 MovieClip Frame 12
stop(); init = "carreau_" add case; next = successeur; i = "0"; while ((next ne init) and (i < "50")) { i = i + "1"; apres = eval (("../" add next) add ":successeur"); len = length(next); morte = substring(next, "9", len - "8"); Set("../:morte", morte); tellTarget ("../") { call("remove_movie"); }; tellTarget ("../" add next) { removeMovieClip(""); }; next = apres; } Set("../:morte", case); tellTarget ("../") { call("remove_movie"); }; removeMovieClip("");
Symbol 74 MovieClip Frame 15
stop(); rotation = "3"; call("rotation_extr");
Symbol 74 MovieClip Frame 16
if (../:fin == "0") { tellTarget ("../" add successeur) { play(); }; Set("../:score", ../:score + "1"); tellTarget ("../../ctrl") { call("refresh_score"); }; } stop();
Symbol 74 MovieClip Frame 17
stop(); init = "carreau_" add case; next = successeur; i = "0"; while ((next ne init) and (i < "50")) { i = i + "1"; apres = eval (("../" add next) add ":successeur"); len = length(next); morte = substring(next, "9", len - "8"); Set("../:morte", morte); tellTarget ("../") { call("remove_movie"); }; tellTarget ("../" add next) { removeMovieClip(""); }; next = apres; } Set("../:morte", case); tellTarget ("../") { call("remove_movie"); }; removeMovieClip("");
Symbol 74 MovieClip Frame 21
if (rotation == "0") { extr_1 = case + "1"; extr_2 = case + size; } else if (rotation == "1") { extr_1 = case + size; extr_2 = case - "1"; } else if (rotation == "2") { extr_1 = case - "1"; extr_2 = case - size; } else { extr_1 = case - size; extr_2 = case + "1"; } Set("../:case", case); tellTarget ("../") { call("test_boucle"); }
Symbol 76 MovieClip Frame 12
gotoAndPlay (1);
Symbol 77 MovieClip Frame 1
time = "0"; fin = "0"; dim = "32"; size = "11"; unused_mini = "0"; unused_max = size * size; setProperty("carreau_t", _visible , "0"); setProperty("carreau_d", _visible , "0"); setProperty("game_over", _visible , "0"); i = "0"; while (i < (size * size)) { if (eval ("used_" add eval ("case_" add i)) eq "pris") { removeMovieClip("carreau_" add i); } i = i + "1"; } score = "0"; tellTarget ("../ctrl") { call("refresh_score"); }
Symbol 77 MovieClip Frame 2
carre = "2"; case = "60"; spirale = "0"; dir = "haut"; x = "1"; y = "1"; while (carre < "11") { Set("spirale_" add spirale, case); Set("case_" add case, spirale); if (dir eq "haut") { y = y - "1"; case = case - "11"; if ((x == "0") and (y == "0")) { carre = carre + "2"; x = "1"; y = "1"; } else if (y == "0") { dir = "droite"; } } else if (dir eq "bas") { y = y + "1"; case = case + "11"; if (y == carre) { dir = "gauche"; } } else if (dir eq "droite") { x = x + "1"; case = case + "1"; if (x == carre) { dir = "bas"; } } else { x = x - "1"; case = case - "1"; if (x == "0") { dir = "haut"; } } spirale = spirale + "1"; } Set("spirale_" add spirale, case); Set("case_" add case, spirale); i = "0"; while (i < "121") { Set("used_" add i, "libre"); i = i + "1"; }
Symbol 77 MovieClip Frame 3
position_xy = "48"; call("nouveau_carreau"); position_xy = "49"; call("nouveau_carreau"); position_xy = "50"; call("nouveau_carreau"); position_xy = "59"; call("nouveau_carreau"); position_xy = "60"; call("nouveau_carreau"); position_xy = "61"; call("nouveau_carreau"); position_xy = "70"; call("nouveau_carreau"); position_xy = "71"; call("nouveau_carreau"); position_xy = "72"; call("nouveau_carreau"); tempo = "0"; play();
Symbol 77 MovieClip Frame 5
if (/:pause == "0") { tempo = tempo + "1"; tmp = score; duree = "11"; while ("50" < tmp) { tmp = tmp - "50"; duree = duree - "1"; } if (duree < tempo) { tempo = "0"; call("chercher_mini"); if (unused_mini >= unused_max) { gotoAndPlay (6); } else { position_xy = eval ("spirale_" add unused_mini); call("nouveau_carreau"); gotoAndPlay (4); } } else { gotoAndPlay (4); } } else { gotoAndPlay (4); }
Symbol 77 MovieClip Frame 6
tempo = "0"; fin = "1"; Set("/:game_over", "1"); duplicateMovieClip ("game_over", "fini", "200");
Symbol 77 MovieClip Frame 8
tempo = tempo + "1"; if ("52" < tempo) { stop(); if (/:lng eq "french") { tellTarget ("/") { gotoAndStop ("tis_score_french"); }; } else { tellTarget ("/") { gotoAndStop ("tis_score"); }; } } else { gotoAndPlay (7); }
Symbol 77 MovieClip Frame 10
rand = random("5"); name = "carreau_" add position_xy; if ("1" < rand) { duplicateMovieClip ("carreau_t", name, position_xy); } else { duplicateMovieClip ("carreau_d", name, position_xy); } y = int(position_xy / "11"); x = position_xy - ("11" * y); setProperty(name, _x , ((x * "32") + "16") - "176"); setProperty(name, _y , ((y * "32") + "16") - "176"); tmp = "case_" add position_xy; Set("used_" add eval (tmp), "pris");
Symbol 77 MovieClip Frame 15
ip = "0"; init = case; en_cours = init; call("chercher_extremites"); en_cours = extr_1; last = init; result = "1"; cont = "1"; while (cont == "1") { Set("parcours_" add ip, last); ip = ip + "1"; tmp = "case_" add en_cours; if (eval ("used_" add eval (tmp)) eq "pris") { call("chercher_extremites"); if (extr_1 == last) { next = extr_2; } else if (extr_2 == last) { next = extr_1; } else { cont = "0"; result = "0"; } last = en_cours; en_cours = next; if ((last eq init) and (result == "1")) { Set("parcours_" add ip, init); result = "1"; cont = "0"; j = "0"; while (j < ip) { j = j + "1"; } call("effacement_boucle"); } } else { cont = "0"; result = "0"; } }
Symbol 77 MovieClip Frame 20
extr_1 = eval (("carreau_" add en_cours) add ":extr_1"); extr_2 = eval (("carreau_" add en_cours) add ":extr_2");
Symbol 77 MovieClip Frame 25
j = "0"; while (j < ip) { name = "carreau_" add eval ("parcours_" add j); Set(name add ":gel", "1"); k = j + "1"; Set(name add ":successeur", "carreau_" add eval ("parcours_" add k)); j = j + "1"; } tellTarget ("carreau_" add parcours_0) { play(); }
Symbol 77 MovieClip Frame 30
tmp = "case_" add morte; Set("used_" add eval (tmp), "libre"); if (eval (tmp) < unused_mini) { unused_mini = eval (tmp); }
Symbol 77 MovieClip Frame 35
while ((eval ("used_" add unused_mini) eq "pris") and (unused_mini < unused_max)) { unused_mini = unused_mini + "1"; }
Symbol 83 MovieClip Frame 62
tellTarget ("/") { gotoAndStop ("tis_play"); }; removeMovieClip("");
Symbol 88 MovieClip Frame 62
tellTarget ("/") { gotoAndStop ("tis_play"); }; removeMovieClip(""); stop();
Symbol 94 Button
on (release) { tellTarget ("/") { gotoAndStop ("tis_get_ready"); } }
Symbol 96 Button
on (release) { tellTarget ("/") { gotoAndStop(frame); } }
Symbol 100 Button
on (release) { tellTarget ("/") { gotoAndStop ("tis_get_ready_french"); } }
Symbol 102 Button
on (release) { tellTarget ("/") { gotoAndStop(frame); } }
Symbol 105 MovieClip Frame 12
gotoAndPlay (1);
Symbol 107 Button
on (release) { tellTarget ("/") { gotoAndStop ("tis_score"); } }
Symbol 108 Button
on (release) { tellTarget ("/") { gotoAndPlay(frame); } }
Symbol 111 Button
on (release) { tellTarget ("/") { gotoAndStop ("tis_score_french"); } }
Symbol 112 Button
on (release) { tellTarget ("/") { gotoAndPlay(frame); } }
Symbol 120 Button
on (release) { if (realname ne "") { if (realname eq "nobody ?") { realname = "nobody"; } else { Set("/:exist_name", "1"); } Set("/:name", realname); Set("submit:ze_player", /:name); Set("submit:ze_score", "_" add /game:score); tellTarget ("submit") { gotoAndPlay (5); }; gotoAndStop (2); } else { realname = "nobody ?"; } }
Symbol 122 Button
on (release) { tellTarget ("/") { gotoAndStop ("tis_init"); } }
Symbol 133 MovieClip Frame 13
gotoAndPlay (1);
Symbol 146 Button
on (release) { nextFrame(); }
Symbol 158 Button
on (release) { tellTarget ("/") { gotoAndStop ("tis_init"); }; tellTarget ("..") { gotoAndPlay (1); }; gotoAndPlay (1); }
Symbol 159 MovieClip Frame 1
ze_score = "0"; ze_player = "nobody..."; stop();
Symbol 159 MovieClip Frame 5
loadVariables ("http://flash.games.for.free.fr/moebius/php/score_moebius.php", "", "POST"); recu = "non"; tellTarget ("..") { gotoAndStop (2); }
Symbol 159 MovieClip Frame 7
if (recu eq "oui") { gotoAndPlay (15); } else { gotoAndPlay (6); }
Symbol 159 MovieClip Frame 15
i = "0"; mydisp1player = ""; mydisp1score = ""; while ((i < "10") and (i < pc_nb_results)) { mydisp1player = (mydisp1player add eval ("pc_player_" add i)) add "\r"; mydisp1score = (mydisp1score add eval ("pc_score_" add i)) add "\r"; i = i + "1"; } mydisp2player = ""; mydisp2score = ""; while ((i < "20") and (i < pc_nb_results)) { mydisp2player = (mydisp2player add eval ("pc_player_" add i)) add "\r"; mydisp2score = (mydisp2score add eval ("pc_score_" add i)) add "\r"; i = i + "1"; } disp_nb1 = ""; disp_nb2 = ""; disp_nb3 = ""; if ("0" < pc_nb_results) { disp_nb1 = "1st : " add pc_player_0; } if ("1" < pc_nb_results) { disp_nb2 = "2nd : " add pc_player_1; } if ("2" < pc_nb_results) { disp_nb3 = "3rd : " add pc_player_2; } if (pc_classification ne "not classified") { if (pc_classification == "1") { myclassification = "You are the best player !"; } else if (pc_classification == "2") { myclassification = "You are the 2nd player !"; } else if (pc_classification == "3") { myclassification = "You are the 3rd player !"; } else { myclassification = ("You are the " add pc_classification) add "th player !"; } } else { myclassification = "Not classified..."; } stop();
Symbol 159 MovieClip Frame 16
i = "0"; mydisp1player = ""; mydisp1score = ""; while ((i < "10") and (i < hs_nb_results)) { mydisp1player = (mydisp1player add eval ("hs_player_" add i)) add "\r"; mydisp1score = (mydisp1score add eval ("hs_score_" add i)) add "\r"; i = i + "1"; } mydisp2player = ""; mydisp2score = ""; while ((i < "20") and (i < hs_nb_results)) { mydisp2player = (mydisp2player add eval ("hs_player_" add i)) add "\r"; mydisp2score = (mydisp2score add eval ("hs_score_" add i)) add "\r"; i = i + "1"; } disp_nb1 = ""; disp_nb2 = ""; disp_nb3 = ""; if ("0" < hs_nb_results) { disp_nb1 = "1st : " add hs_player_0; } if ("1" < hs_nb_results) { disp_nb2 = "2nd : " add hs_player_1; } if ("2" < hs_nb_results) { disp_nb3 = "3rd : " add hs_player_2; } if (hs_classification ne "not classified") { if (hs_classification == "1") { myclassification = "You made the best score !"; } else if (hs_classification == "2") { myclassification = "You made the 2nd score !"; } else if (hs_classification == "3") { myclassification = "You made the 3rd score !"; } else { myclassification = ("You made the " add hs_classification) add "th score !"; } } else { myclassification = "Score too bad to be classified !"; } stop();
Symbol 160 MovieClip Frame 1
score = /game:score; if (score < "50") { str = "it sucks !"; } else if (score < "100") { str = "it could have been worse"; } else if (score < "200") { str = "try again..."; } else if (score < "300") { str = "very good !"; } else if (score < "400") { str = "you are a champion !"; } else { str = "incredible !"; } comments = "score : " add /game:score; if (/:exist_name == "1") { realname = /:name; } stop();
Symbol 160 MovieClip Frame 2
stop();
Symbol 166 Button
on (release) { if (realname ne "") { if (realname eq "personne ?") { realname = "personne"; } else { Set("/:exist_name", "1"); } Set("/:name", realname); Set("submit_french:ze_player", /:name); Set("submit_french:ze_score", "_" add /game:score); tellTarget ("submit_french") { gotoAndPlay (5); }; gotoAndStop (2); } else { realname = "personne ?"; } }
Symbol 168 Button
on (release) { tellTarget ("/") { gotoAndStop ("tis_init_french"); } }
Symbol 176 MovieClip Frame 13
gotoAndPlay (1);
Symbol 188 Button
on (release) { nextFrame(); }
Symbol 200 Button
on (release) { tellTarget ("/") { gotoAndStop ("tis_init_french"); }; tellTarget ("..") { gotoAndPlay (1); }; gotoAndPlay (1); }
Symbol 201 MovieClip Frame 1
ze_score = "0"; ze_player = "nobody..."; stop();
Symbol 201 MovieClip Frame 5
loadVariables ("http://flash.games.for.free.fr/moebius/php/score_moebius.php", "", "POST"); recu = "non"; tellTarget ("..") { gotoAndStop (2); }
Symbol 201 MovieClip Frame 7
if (recu eq "oui") { gotoAndPlay (15); } else { gotoAndPlay (6); }
Symbol 201 MovieClip Frame 15
i = "0"; mydisp1player = ""; mydisp1score = ""; while ((i < "10") and (i < pc_nb_results)) { mydisp1player = (mydisp1player add eval ("pc_player_" add i)) add "\r"; mydisp1score = (mydisp1score add eval ("pc_score_" add i)) add "\r"; i = i + "1"; } mydisp2player = ""; mydisp2score = ""; while ((i < "20") and (i < pc_nb_results)) { mydisp2player = (mydisp2player add eval ("pc_player_" add i)) add "\r"; mydisp2score = (mydisp2score add eval ("pc_score_" add i)) add "\r"; i = i + "1"; } disp_nb1 = ""; disp_nb2 = ""; disp_nb3 = ""; if ("0" < pc_nb_results) { disp_nb1 = "1er(e) : " add pc_player_0; } if ("1" < pc_nb_results) { disp_nb2 = "2eme : " add pc_player_1; } if ("2" < pc_nb_results) { disp_nb3 = "3eme : " add pc_player_2; } if (pc_classification ne "not classified") { if (pc_classification == "1") { myclassification = "Tu es le meilleur joueur !"; } else { myclassification = ("Tu es le " add pc_classification) add "eme joueur !"; } } else { myclassification = "Non classé(e)..."; } stop();
Symbol 201 MovieClip Frame 16
i = "0"; mydisp1player = ""; mydisp1score = ""; while ((i < "10") and (i < hs_nb_results)) { mydisp1player = (mydisp1player add eval ("hs_player_" add i)) add "\r"; mydisp1score = (mydisp1score add eval ("hs_score_" add i)) add "\r"; i = i + "1"; } mydisp2player = ""; mydisp2score = ""; while ((i < "20") and (i < hs_nb_results)) { mydisp2player = (mydisp2player add eval ("hs_player_" add i)) add "\r"; mydisp2score = (mydisp2score add eval ("hs_score_" add i)) add "\r"; i = i + "1"; } disp_nb1 = ""; disp_nb2 = ""; disp_nb3 = ""; if ("0" < hs_nb_results) { disp_nb1 = "1er(e) : " add hs_player_0; } if ("1" < hs_nb_results) { disp_nb2 = "2eme : " add hs_player_1; } if ("2" < hs_nb_results) { disp_nb3 = "3eme : " add hs_player_2; } if (hs_classification ne "not classified") { if (hs_classification == "1") { myclassification = "Tu as fait le meilleur score !"; } else { myclassification = ("Tu as fait le " add hs_classification) add "eme score !"; } } else { myclassification = "Score trop nul pour être classé !"; } stop();
Symbol 202 MovieClip Frame 1
score = /game:score; if (score < "50") { str = "c'est nul !"; } else if (score < "100") { str = "ça aurait pu être pire"; } else if (score < "200") { str = "essaie encore..."; } else if (score < "300") { str = "pas mal du tout !"; } else if (score < "400") { str = "trop fort !"; } else { str = "tu triches ou quoi ?!"; } comments = "score : " add /game:score; if (/:exist_name == "1") { realname = /:name; } stop();
Symbol 202 MovieClip Frame 2
stop();
Symbol 204 Button
on (release) { tellTarget ("/") { gotoAndStop(frame); } }
Symbol 208 Button
on (release) { tellTarget ("/") { gotoAndStop(frame); } }

Library Items

Symbol 1 GraphicUsed by:Timeline
Symbol 2 GraphicUsed by:27 76 83 88 97 103 105 109 113
Symbol 3 GraphicUsed by:9 63 64 206 209
Symbol 4 GraphicUsed by:9 66 67 206 209
Symbol 5 GraphicUsed by:9 72 73 206 209
Symbol 6 GraphicUsed by:9 60 61 206 209
Symbol 7 GraphicUsed by:9 68 69 206 209
Symbol 8 GraphicUsed by:9 70 71 206 209
Symbol 9 MovieClipUses:3 4 5 6 7 8Used by:27 54 57
Symbol 10 FontUsed by:11 12
Symbol 11 TextUses:10Used by:27 54 57
Symbol 12 TextUses:10Used by:27 54 57
Symbol 13 GraphicUsed by:19 22
Symbol 14 FontUsed by:15 20 23 40 43 51 55 75 78 79 80 81 82 84 86 89 91 95 98 99 101 104 106 110 116 118 121 123 124 125 126 127 128 129 130 131 132 134 136 137 138 139 141 142 143 144 145 147 148 149 150 151 153 154 155 156 157 161 162 163 164 165 167 169 170 171 172 173 174 175 177 178 179 180 181 183 184 185 186 187 189 190 191 192 193 195 196 197 198 199 203 207
Symbol 15 TextUses:14Used by:19
Symbol 16 GraphicUsed by:19
Symbol 17 GraphicUsed by:19 22
Symbol 18 SoundUsed by:19 22 33 35 37 39 41 53 56 94 96 100 102 107 108 111 112 120 122 146 158 166 168 188 200 204 208
Symbol 19 ButtonUses:13 15 16 17 18Used by:27
Symbol 20 TextUses:14Used by:22
Symbol 21 GraphicUsed by:22
Symbol 22 ButtonUses:13 20 21 17 18Used by:27
Symbol 23 TextUses:14Used by:26
Symbol 24 GraphicUsed by:25
Symbol 25 MovieClipUses:24Used by:26
Symbol 26 MovieClipUses:23 25Used by:27
Symbol 27 MovieClipUses:2 9 11 12 19 22 26Used by:Timeline
Symbol 28 GraphicUsed by:29
Symbol 29 MovieClipUses:28Used by:Timeline
Symbol 30 GraphicUsed by:33 35 37 39 41
Symbol 31 GraphicUsed by:33
Symbol 32 GraphicUsed by:33 35 37 39 41
Symbol 33 ButtonUses:30 31 32 18Used by:44
Symbol 34 GraphicUsed by:35
Symbol 35 ButtonUses:30 34 32 18Used by:44
Symbol 36 GraphicUsed by:37
Symbol 37 ButtonUses:30 36 32 18Used by:44
Symbol 38 GraphicUsed by:39
Symbol 39 ButtonUses:30 38 32 18Used by:44
Symbol 40 TextUses:14Used by:41
Symbol 41 ButtonUses:30 40 32 18Used by:44
Symbol 42 GraphicUsed by:44
Symbol 43 EditableTextUses:14Used by:44
Symbol 44 MovieClipUses:33 35 37 39 41 42 43Used by:Timeline
Symbol 45 FontUsed by:46 93
Symbol 46 TextUses:45Used by:48
Symbol 47 SoundUsed by:48
Symbol 48 MovieClipUses:46 47Used by:Timeline
Symbol 49 GraphicUsed by:54 57 159 201 206 209
Symbol 50 GraphicUsed by:53 56
Symbol 51 TextUses:14Used by:53
Symbol 52 GraphicUsed by:53 56
Symbol 53 ButtonUses:50 51 52 18Used by:54
Symbol 54 MovieClipUses:49 9 53 11 12Used by:Timeline
Symbol 55 TextUses:14Used by:56
Symbol 56 ButtonUses:50 55 52 18Used by:57
Symbol 57 MovieClipUses:49 9 11 12 56Used by:Timeline
Symbol 58 GraphicUsed by:60 61 63 64 66 67 68 69 70 71 72 73
Symbol 59 SoundUsed by:60 61 63 64 66 67 68 69 70 71 72 73
Symbol 60 ButtonUses:6 58 59Used by:65
Symbol 61 ButtonUses:6 58 59Used by:65
Symbol 62 SoundUsed by:65 74
Symbol 63 ButtonUses:3 58 59Used by:65
Symbol 64 ButtonUses:3 58 59Used by:65
Symbol 65 MovieClipUses:60 61 62 63 64Used by:77
Symbol 66 ButtonUses:4 58 59Used by:74
Symbol 67 ButtonUses:4 58 59Used by:74
Symbol 68 ButtonUses:7 58 59Used by:74
Symbol 69 ButtonUses:7 58 59Used by:74
Symbol 70 ButtonUses:8 58 59Used by:74
Symbol 71 ButtonUses:8 58 59Used by:74
Symbol 72 ButtonUses:5 58 59Used by:74
Symbol 73 ButtonUses:5 58 59Used by:74
Symbol 74 MovieClipUses:66 67 62 68 69 70 71 72 73Used by:77
Symbol 75 TextUses:14Used by:76
Symbol 76 MovieClipUses:2 75Used by:77
Symbol 77 MovieClipUses:65 74 76Used by:Timeline
Symbol 78 EditableTextUses:14Used by:83
Symbol 79 TextUses:14Used by:83 88
Symbol 80 TextUses:14Used by:83 88
Symbol 81 TextUses:14Used by:83 88
Symbol 82 EditableTextUses:14Used by:83
Symbol 83 MovieClipUses:2 78 79 80 81 82Used by:Timeline
Symbol 84 EditableTextUses:14Used by:85
Symbol 85 MovieClipUses:84Used by:88
Symbol 86 EditableTextUses:14Used by:87
Symbol 87 MovieClipUses:86Used by:88
Symbol 88 MovieClipUses:2 85 79 80 81 87Used by:Timeline
Symbol 89 TextUses:14Used by:97
Symbol 90 GraphicUsed by:94 96 100 102 107 108 111 112
Symbol 91 TextUses:14Used by:94 107
Symbol 92 GraphicUsed by:94 96 100 102 107 108 111 112
Symbol 93 TextUses:45Used by:94 100 107 111
Symbol 94 ButtonUses:90 91 92 93 18Used by:97
Symbol 95 TextUses:14Used by:96 108
Symbol 96 ButtonUses:90 95 92 18Used by:97
Symbol 97 MovieClipUses:2 89 94 96Used by:Timeline
Symbol 98 TextUses:14Used by:103
Symbol 99 TextUses:14Used by:100 111
Symbol 100 ButtonUses:90 99 92 93 18Used by:103
Symbol 101 TextUses:14Used by:102 112
Symbol 102 ButtonUses:90 101 92 18Used by:103
Symbol 103 MovieClipUses:2 98 100 102Used by:Timeline
Symbol 104 TextUses:14Used by:105
Symbol 105 MovieClipUses:2 104Used by:Timeline
Symbol 106 TextUses:14Used by:109
Symbol 107 ButtonUses:90 91 92 93 18Used by:109
Symbol 108 ButtonUses:90 95 92 18Used by:109
Symbol 109 MovieClipUses:2 106 107 108Used by:Timeline
Symbol 110 TextUses:14Used by:113
Symbol 111 ButtonUses:90 99 92 93 18Used by:113
Symbol 112 ButtonUses:90 101 92 18Used by:113
Symbol 113 MovieClipUses:2 110 111 112Used by:Timeline
Symbol 114 GraphicUsed by:160 202
Symbol 115 FontUsed by:116 161
Symbol 116 TextUses:14 115Used by:160
Symbol 117 GraphicUsed by:120 122 146 158 166 168 188 200 204 208
Symbol 118 TextUses:14Used by:120
Symbol 119 GraphicUsed by:120 122 146 158 166 168 188 200 204 208
Symbol 120 ButtonUses:117 118 119 18Used by:160
Symbol 121 TextUses:14Used by:122
Symbol 122 ButtonUses:117 121 119 18Used by:160
Symbol 123 EditableTextUses:14Used by:160
Symbol 124 EditableTextUses:14Used by:160
Symbol 125 EditableTextUses:14Used by:160
Symbol 126 EditableTextUses:14Used by:159
Symbol 127 EditableTextUses:14Used by:159
Symbol 128 EditableTextUses:14Used by:159
Symbol 129 TextUses:14Used by:133
Symbol 130 TextUses:14Used by:133
Symbol 131 TextUses:14Used by:133
Symbol 132 TextUses:14Used by:133
Symbol 133 MovieClipUses:129 130 131 132Used by:159
Symbol 134 EditableTextUses:14Used by:159
Symbol 135 GraphicUsed by:159 201
Symbol 136 EditableTextUses:14Used by:159
Symbol 137 EditableTextUses:14Used by:159
Symbol 138 EditableTextUses:14Used by:159
Symbol 139 TextUses:14Used by:159
Symbol 140 GraphicUsed by:159
Symbol 141 EditableTextUses:14Used by:159
Symbol 142 EditableTextUses:14Used by:159
Symbol 143 EditableTextUses:14Used by:159
Symbol 144 EditableTextUses:14Used by:159
Symbol 145 TextUses:14Used by:146
Symbol 146 ButtonUses:117 145 119 18Used by:159
Symbol 147 EditableTextUses:14Used by:159
Symbol 148 EditableTextUses:14Used by:159
Symbol 149 EditableTextUses:14Used by:159
Symbol 150 EditableTextUses:14Used by:159
Symbol 151 TextUses:14Used by:159
Symbol 152 GraphicUsed by:159
Symbol 153 EditableTextUses:14Used by:159
Symbol 154 EditableTextUses:14Used by:159
Symbol 155 EditableTextUses:14Used by:159
Symbol 156 EditableTextUses:14Used by:159
Symbol 157 TextUses:14Used by:158 204
Symbol 158 ButtonUses:117 157 119 18Used by:159
Symbol 159 MovieClipUses:126 127 49 128 133 134 135 136 137 138 139 140 141 142 143 144 146 147 148 149 150 151 152 153 154 155 156 158Used by:160
Symbol 160 MovieClipUses:114 116 120 122 123 124 125 159Used by:Timeline
Symbol 161 TextUses:14 115Used by:202
Symbol 162 EditableTextUses:14Used by:202
Symbol 163 EditableTextUses:14Used by:202
Symbol 164 EditableTextUses:14Used by:202
Symbol 165 TextUses:14Used by:166
Symbol 166 ButtonUses:117 165 119 18Used by:202
Symbol 167 TextUses:14Used by:168
Symbol 168 ButtonUses:117 167 119 18Used by:202
Symbol 169 EditableTextUses:14Used by:201
Symbol 170 EditableTextUses:14Used by:201
Symbol 171 EditableTextUses:14Used by:201
Symbol 172 TextUses:14Used by:176
Symbol 173 TextUses:14Used by:176
Symbol 174 TextUses:14Used by:176
Symbol 175 TextUses:14Used by:176
Symbol 176 MovieClipUses:172 173 174 175Used by:201
Symbol 177 EditableTextUses:14Used by:201
Symbol 178 EditableTextUses:14Used by:201
Symbol 179 EditableTextUses:14Used by:201
Symbol 180 EditableTextUses:14Used by:201
Symbol 181 TextUses:14Used by:201
Symbol 182 GraphicUsed by:201
Symbol 183 EditableTextUses:14Used by:201
Symbol 184 EditableTextUses:14Used by:201
Symbol 185 EditableTextUses:14Used by:201
Symbol 186 EditableTextUses:14Used by:201
Symbol 187 TextUses:14Used by:188
Symbol 188 ButtonUses:117 187 119 18Used by:201
Symbol 189 EditableTextUses:14Used by:201
Symbol 190 EditableTextUses:14Used by:201
Symbol 191 EditableTextUses:14Used by:201
Symbol 192 EditableTextUses:14Used by:201
Symbol 193 TextUses:14Used by:201
Symbol 194 GraphicUsed by:201
Symbol 195 EditableTextUses:14Used by:201
Symbol 196 EditableTextUses:14Used by:201
Symbol 197 EditableTextUses:14Used by:201
Symbol 198 EditableTextUses:14Used by:201
Symbol 199 TextUses:14Used by:200 208
Symbol 200 ButtonUses:117 199 119 18Used by:201
Symbol 201 MovieClipUses:169 170 49 171 176 177 135 178 179 180 181 182 183 184 185 186 188 189 190 191 192 193 194 195 196 197 198 200Used by:202
Symbol 202 MovieClipUses:114 161 162 163 164 166 168 201Used by:Timeline
Symbol 203 TextUses:14Used by:206
Symbol 204 ButtonUses:117 157 119 18Used by:206
Symbol 205 GraphicUsed by:206 209
Symbol 206 MovieClipUses:49 203 204 205 7 3 4 6 5 8Used by:Timeline
Symbol 207 TextUses:14Used by:209
Symbol 208 ButtonUses:117 199 119 18Used by:209
Symbol 209 MovieClipUses:49 207 205 7 3 4 6 5 8 208Used by:Timeline

Instance Names

"ctrl"Frame 2Symbol 44 MovieClip
"game"Frame 7Symbol 77 MovieClip
"bandeau"Symbol 26 MovieClip Frame 1Symbol 25 MovieClip
"carreau_d"Symbol 77 MovieClip Frame 1Symbol 65 MovieClip
"carreau_t"Symbol 77 MovieClip Frame 1Symbol 74 MovieClip
"game_over"Symbol 77 MovieClip Frame 1Symbol 76 MovieClip
"submit"Symbol 160 MovieClip Frame 1Symbol 159 MovieClip
"submit_french"Symbol 202 MovieClip Frame 1Symbol 201 MovieClip

Special Tags

Protect (24)Timeline Frame 10 bytes ""

Labels

"first_init"Frame 1
"tis_language"Frame 2
"tis_init"Frame 3
"tis_init_french"Frame 4
"tis_get_ready"Frame 7
"tis_get_ready_french"Frame 8
"tis_play"Frame 11
"tis_ask_restart"Frame 15
"tis_ask_restart_french"Frame 16
"tis_pause"Frame 19
"tis_ask_quit"Frame 23
"tis_ask_quit_french"Frame 24
"tis_score"Frame 27
"tis_score_french"Frame 28
"tis_help"Frame 31
"tis_help_french"Frame 32
"refresh_score"Symbol 44 MovieClip Frame 2
"sound_start"Symbol 48 MovieClip Frame 2
"sound_on"Symbol 48 MovieClip Frame 3
"sound_stop"Symbol 48 MovieClip Frame 5
"sound_off"Symbol 48 MovieClip Frame 6
"normal"Symbol 65 MovieClip Frame 1
"cd1"Symbol 65 MovieClip Frame 2
"sound_chg1"Symbol 65 MovieClip Frame 3
"fin1"Symbol 65 MovieClip Frame 4
"cd2"Symbol 65 MovieClip Frame 6
"sound_chg2"Symbol 65 MovieClip Frame 7
"fin2"Symbol 65 MovieClip Frame 8
"rotation_extr"Symbol 65 MovieClip Frame 17
"normal"Symbol 74 MovieClip Frame 1
"ct1"Symbol 74 MovieClip Frame 2
"sound_chg1"Symbol 74 MovieClip Frame 3
"fin1"Symbol 74 MovieClip Frame 4
"ct2"Symbol 74 MovieClip Frame 6
"sound_chg2"Symbol 74 MovieClip Frame 7
"fin2"Symbol 74 MovieClip Frame 8
"ct3"Symbol 74 MovieClip Frame 10
"sound_chg3"Symbol 74 MovieClip Frame 11
"fin3"Symbol 74 MovieClip Frame 12
"ct4"Symbol 74 MovieClip Frame 15
"sound_chg4"Symbol 74 MovieClip Frame 16
"fin4"Symbol 74 MovieClip Frame 17
"rotation_extr"Symbol 74 MovieClip Frame 21
"init"Symbol 77 MovieClip Frame 1
"tempo_gloops"Symbol 77 MovieClip Frame 4
"gloops"Symbol 77 MovieClip Frame 5
"fin"Symbol 77 MovieClip Frame 6
"tempo_end"Symbol 77 MovieClip Frame 7
"finfinfin"Symbol 77 MovieClip Frame 8
"nouveau_carreau"Symbol 77 MovieClip Frame 10
"test_boucle"Symbol 77 MovieClip Frame 15
"chercher_extremites"Symbol 77 MovieClip Frame 20
"effacement_boucle"Symbol 77 MovieClip Frame 25
"remove_movie"Symbol 77 MovieClip Frame 30
"chercher_mini"Symbol 77 MovieClip Frame 35
"boucle"Symbol 105 MovieClip Frame 1

Dynamic Text Variables

scoreSymbol 43 EditableText""
readySymbol 78 EditableText"get ready..."
goSymbol 82 EditableText"go !!!"
readySymbol 84 EditableText"attention..."
goSymbol 86 EditableText"c'est parti !!!"
realnameSymbol 123 EditableText""
commentsSymbol 124 EditableText""
strSymbol 125 EditableText""
commentsSymbol 126 EditableText""
realnameSymbol 127 EditableText""
TextField31Symbol 128 EditableText""
myclassificationSymbol 134 EditableText""
disp_nb1Symbol 136 EditableText"1st : Stacy"
disp_nb3Symbol 137 EditableText"3rd : Stacy"
disp_nb2Symbol 138 EditableText"2nd : Fred"
mydisp1playerSymbol 141 EditableText""
mydisp1scoreSymbol 142 EditableText""
mydisp2playerSymbol 143 EditableText""
mydisp2scoreSymbol 144 EditableText""
myclassificationSymbol 147 EditableText""
disp_nb1Symbol 148 EditableText"1st : Stacy"
disp_nb3Symbol 149 EditableText"3rd : Stacy"
disp_nb2Symbol 150 EditableText"2nd : Fred"
mydisp1playerSymbol 153 EditableText""
mydisp1scoreSymbol 154 EditableText""
mydisp2playerSymbol 155 EditableText""
mydisp2scoreSymbol 156 EditableText""
realnameSymbol 162 EditableText""
commentsSymbol 163 EditableText""
strSymbol 164 EditableText""
commentsSymbol 169 EditableText""
realnameSymbol 170 EditableText""
TextField31Symbol 171 EditableText""
myclassificationSymbol 177 EditableText""
disp_nb1Symbol 178 EditableText"1st : Stacy"
disp_nb3Symbol 179 EditableText"3rd : Stacy"
disp_nb2Symbol 180 EditableText"2nd : Fred"
mydisp1playerSymbol 183 EditableText""
mydisp1scoreSymbol 184 EditableText""
mydisp2playerSymbol 185 EditableText""
mydisp2scoreSymbol 186 EditableText""
myclassificationSymbol 189 EditableText""
disp_nb1Symbol 190 EditableText"1st : Stacy"
disp_nb3Symbol 191 EditableText"3rd : Stacy"
disp_nb2Symbol 192 EditableText"2nd : Fred"
mydisp1playerSymbol 195 EditableText""
mydisp1scoreSymbol 196 EditableText""
mydisp2playerSymbol 197 EditableText""
mydisp2scoreSymbol 198 EditableText""




http://swfchan.com/5/24129/info.shtml
Created: 25/5 -2019 12:26:00 Last modified: 25/5 -2019 12:26:00 Server time: 14/05 -2024 09:01:21