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

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

Space Cruiser 77.swf

This is the info page for
Flash #24601

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


Text
Score: 0

Ammo: 0

Z

Z

Z

Z

-

ZZ

ZZ

-

-

Score: 0

Ammo: 0

-

Score: 0

ActionScript [AS1/AS2]

Frame 1
musik = new Sound(); musik.attachSound("musik"); musik.setvolume(100); musik.start(0); thesound = 1; error = new Sound(); error.attachSound("entree.wav");
Frame 2
_root.entree = new Sound(); _root.entree.attachSound("entree.wav"); _root.tir = new Sound(); _root.tir.attachSound("tir.wav"); stop();
Frame 3
vies = 3; score = 0; munitions = 200; afficheMunitions = "Munitions: " + munitions; bonus = 0; additionnel = 0; go = 1; tour = 0; tour_total = 0; parcours = 0; tab = [[5, 100, 1, "trajet1", "", 0, 0], [10, 100, 1, "trajet2", "", 0, 0], [15, 100, 1, "trajet3", "", 0, 0], [20, 100, 1, "trajet4", "", 0, 0], [25, 100, 1, "trajet5", "", 0, 0], [30, 100, 1, "trajet6", "", 0, 0], [30, 100, 1, "trajet7", "", 0, 0], [30, 100, 1, "trajet8", "", 0, 0], [10, 100, 1, "trajet1", "trajet4", 0, 0], [10, 100, 1, "trajet2", "trajet3", 0, 0], [10, 100, 2, "trajet1", "", 0, 0], [15, 100, 2, "trajet2", "", 0, 0], [20, 100, 2, "trajet3", "", 0, 0], [25, 100, 2, "trajet4", "", 0, 0], [30, 100, 2, "trajet5", "", 0, 0], [30, 100, 2, "trajet6", "", 0, 0], [30, 100, 2, "trajet7", "", 0, 0], [30, 100, 2, "trajet8", "", 0, 0], [14, 100, 2, "trajet1", "trajet4", 0, 0], [14, 100, 2, "trajet2", "trajet3", 0, 0], [10, 100, 2, "trajet1", "", 1, 0], [14, 100, 2, "trajet5", "trajet8", 0, 0], [14, 100, 2, "trajet6", "trajet7", 0, 0], [25, 100, 2, "trajet4", "", 2, 0], [30, 100, 2, "trajet5", "", 2, 0], [30, 100, 2, "trajet6", "", 2, 0], [18, 100, 2, "trajet1", "trajet4", 1, 1], [30, 100, 2, "trajet8", "", 0, 0], [14, 100, 2, "trajet1", "trajet4", 0, 0], [14, 100, 2, "trajet2", "trajet3", 0, 0], [10, 100, 2, "trajet1", "", 0, 0], [15, 100, 2, "trajet2", "", 0, 0], [20, 100, 2, "trajet3", "", 0, 0], [25, 100, 2, "trajet4", "", 0, 0], [30, 100, 2, "trajet5", "", 0, 0], [30, 100, 2, "trajet6", "", 0, 0], [30, 100, 2, "trajet7", "", 0, 0], [30, 100, 2, "trajet8", "", 0, 0], [14, 100, 2, "trajet1", "trajet4", 0, 0], [14, 100, 2, "trajet2", "trajet3", 0, 0], [10, 100, 2, "trajet1", "", 0, 0], [15, 100, 2, "trajet2", "", 0, 0], [20, 100, 2, "trajet3", "", 0, 0], [25, 100, 2, "trajet4", "", 0, 0], [30, 100, 2, "trajet5", "", 0, 0], [30, 100, 2, "trajet6", "", 0, 0], [30, 100, 2, "trajet7", "", 0, 0], [30, 100, 2, "trajet8", "", 0, 0], [14, 100, 2, "trajet1", "trajet4", 0, 0], [14, 100, 2, "trajet2", "trajet3", 0, 0], [10, 100, 2, "trajet1", "", 0, 0], [15, 100, 2, "trajet2", "", 0, 0], [20, 100, 2, "trajet3", "", 0, 0], [25, 100, 2, "trajet4", "", 0, 0], [30, 100, 2, "trajet5", "", 0, 0], [30, 100, 2, "trajet6", "", 0, 0], [30, 100, 2, "trajet7", "", 0, 0], [30, 100, 2, "trajet8", "", 0, 0], [14, 100, 2, "trajet1", "trajet4", 0, 0], [14, 100, 2, "trajet2", "trajet3", 0, 0]]; _root.onEnterFrame = function () { afficheScore = "Score: " add score; afficheMunitions = "Ammo: " + munitions; if (bonus == 1) { choix = random(10); if (choix < 3) { bonus_10pts._x = random(260) + 1; bonus = 2; } if (choix == 3) { bonus_vie._x = random(260) + 1; bonus = 2; } if (choix > 3) { bonus_munitions._x = random(260) + 1; bonus = 2; } } if (bonus == 5) { choix = random(10); if (choix < 3) { malus_munitions._x = random(260) + 1; bonus = 2; } if (choix == 3) { malus_vie._x = random(260) + 1; bonus = 2; } if (choix > 3) { malus_10pts._x = random(260) + 1; bonus = 2; } } if (bonus == 10) { choix = random(10); if (choix < 3) { sbonus_munitions._x = random(260) + 1; bonus = 2; } if (choix == 3) { sbonus_vie._x = random(260) + 1; bonus = 2; } if (choix > 3) { sbonus_10pts._x = random(260) + 1; bonus = 2; } } if (bonus_10pts._x > 0) { bonus_10pts._y = bonus_10pts._y + 5; if (bonus_10pts._y > 400) { bonus_10pts._x = -35; bonus_10pts._y = -35; bonus = 0; } } if (bonus_munitions._x > 0) { bonus_munitions._y = bonus_munitions._y + 5; if (bonus_munitions._y > 400) { bonus_munitions._x = -35; bonus_munitions._y = -35; bonus = 0; } } if (bonus_vie._x > 0) { bonus_vie._y = bonus_vie._y + 5; if (bonus_vie._y > 400) { bonus_vie._x = -35; bonus_vie._y = -35; bonus = 0; } } if (malus_10pts._x > 0) { malus_10pts._y = malus_10pts._y + 5; if (malus_10pts._y > 400) { malus_10pts._x = -35; malus_10pts._y = -35; bonus = 0; } } if (malus_munitions._x > 0) { malus_munitions._y = malus_munitions._y + 5; if (malus_munitions._y > 400) { malus_munitions._x = -35; malus_munitions._y = -35; bonus = 0; } } if (malus_vie._x > 0) { malus_vie._y = malus_vie._y + 5; if (malus_vie._y > 400) { malus_vie._x = -35; malus_vie._y = -35; bonus = 0; } } if (sbonus_10pts._x > 0) { sbonus_10pts._y = sbonus_10pts._y + 5; if (sbonus_10pts._y > 400) { sbonus_10pts._x = -35; sbonus_10pts._y = -35; bonus = 0; } } if (sbonus_munitions._x > 0) { sbonus_munitions._y = sbonus_munitions._y + 5; if (sbonus_munitions._y > 400) { sbonus_munitions._x = -35; sbonus_munitions._y = -35; bonus = 0; } } if (sbonus_vie._x > 0) { sbonus_vie._y = sbonus_vie._y + 5; if (sbonus_vie._y > 400) { sbonus_vie._x = -35; sbonus_vie._y = -35; bonus = 0; } } if (go == 1) { comptemechant = tab[tour][0] + additionnel; attente = tab[tour][1]; ecart_modeles = tab[tour][2]; ajout = tab[tour][4]; modif = tab[tour][5]; modif2 = tab[tour][6]; score_next = score + comptemechant; muni_next = munitions - comptemechant; parcours = 0; attak.nextFrame(); attak.attachMovie(tab[tour][3], "modele", ((additionnel + 1) * 100) + tour); if (ajout != "") { attak.attachMovie(tab[tour][4], "modele2", ((additionnel + 2) * 100) + tour); } if (tour == (tab.length - 1)) { tour = 0; additionnel = additionnel + 2; tour_total++; } else { tour++; tour_total++; } go = 0; } }; stop();
Instance of Symbol 109 MovieClip "HEROS" in Frame 3
onClipEvent (load) { compteur = 0; comptearebours = 0; elanH = 0; elanV = 0; } onClipEvent (enterFrame) { if (Key.isDown(39)) { if (elanH <= 8) { elanH++; } } else if (Key.isDown(37)) { if (elanH >= -8) { elanH--; } } else if (elanH < 0) { elanH++; } else if (elanH != 0) { elanH--; } if (((_x + elanH) > 0) && ((_x + elanH) < 300)) { _x = (_x + elanH); } setProperty(this, _rotation , elanH); if (Key.isDown(40)) { if (elanV <= 8) { elanV++; } } else if (Key.isDown(38)) { if (elanV >= -8) { elanV--; } } else if (elanV < 0) { elanV++; } else if (elanV != 0) { elanV--; } if (((_y + elanV) > 0) && ((_y + elanV) < 400)) { _y = (_y + elanV); } if ((Key.isDown(32) && (comptearebours <= 0)) && (_root.munitions > 0)) { _root.munitions--; if (_root.thesound == 1) { _root.tir.start(0); } if (compteur == 16) { compteur = 0; } duplicateMovieClip (_root.MISSILE, "missile" + compteur, compteur + 1); setProperty("_root.missile" + compteur, _x , this._x); setProperty("_root.missile" + compteur, _y , this._y); compteur++; comptearebours = 2; } else if (comptearebours > 0) { comptearebours--; } }
Instance of Symbol 111 MovieClip "MISSILE" in Frame 3
onClipEvent (enterFrame) { if (_y > -15) { _y = (_y - 10); } else { _x = -100; } }
Instance of Symbol 118 MovieClip "VIE" in Frame 3
onClipEvent (load) { gotoAndPlay(_root.vies + 1); } onClipEvent (enterFrame) { if (_currentframe == 1) { _root.gotoAndStop("perdu"); } }
Instance of Symbol 109 MovieClip "HEROS" in Frame 4
onClipEvent (load) { compteur = 0; comptearebours = 0; elanH = 0; elanV = 0; } onClipEvent (enterFrame) { if (Key.isDown(39)) { if (elanH <= 8) { elanH++; } } else if (Key.isDown(37)) { if (elanH >= -8) { elanH--; } } else if (elanH < 0) { elanH++; } else if (elanH != 0) { elanH--; } if (((_x + elanH) > 0) && ((_x + elanH) < 300)) { _x = (_x + elanH); } setProperty(this, _rotation , elanH); if (Key.isDown(40)) { if (elanV <= 8) { elanV++; } } else if (Key.isDown(38)) { if (elanV >= -8) { elanV--; } } else if (elanV < 0) { elanV++; } else if (elanV != 0) { elanV--; } if (((_y + elanV) > 0) && ((_y + elanV) < 400)) { _y = (_y + elanV); } if ((Key.isDown(32) && (comptearebours <= 0)) && (_root.munitions > 0)) { _root.munitions--; if (_root.thesound == 1) { _root.tir.start(0); } if (compteur == 16) { compteur = 0; } duplicateMovieClip (_root.MISSILE, "missile" + compteur, compteur + 1); setProperty("_root.missile" + compteur, _x , this._x); setProperty("_root.missile" + compteur, _y , this._y); compteur++; comptearebours = 2; } else if (comptearebours > 0) { comptearebours--; } }
Frame 20
comptemechant = 5; attente = 100; ecart_modeles = 1; score_next = score + comptemechant;
Frame 21
_root.modele.stop(); duplicateMovieClip ("_root.modele", "mechant" add comptemechant, comptemechant + 20); comptemechant--; ecart = ecart_modeles;
Frame 23
if ((ecart--) > 0) { gotoAndPlay(_currentframe - 1); } else if (comptemechant > 0) { gotoAndPlay(_currentframe - 2); }
Frame 25
if ((attente--) > 0) { gotoAndPlay(_currentframe - 1); } else if (score == score_next) { bonus = 1; } else { bonus = 5; }
Frame 30
comptemechant = 10; attente = 100; ecart_modeles = 1; score_next = score + comptemechant;
Frame 31
_root.modele.stop(); duplicateMovieClip ("_root.modele", "mechant" add comptemechant, comptemechant + 20); comptemechant--; ecart = ecart_modeles;
Frame 33
if ((ecart--) > 0) { gotoAndPlay(_currentframe - 1); } else if (comptemechant > 0) { gotoAndPlay(_currentframe - 2); }
Frame 35
if ((attente--) > 0) { gotoAndPlay(_currentframe - 1); } else if (score == score_next) { bonus = 1; } else { bonus = 5; }
Frame 40
comptemechant = 15; attente = 100; ecart_modeles = 1; score_next = score + comptemechant;
Frame 41
_root.modele.stop(); duplicateMovieClip ("_root.modele", "mechant" add comptemechant, comptemechant + 20); comptemechant--; ecart = ecart_modeles;
Frame 43
if ((ecart--) > 0) { gotoAndPlay(_currentframe - 1); } else if (comptemechant > 0) { gotoAndPlay(_currentframe - 2); }
Frame 45
if ((attente--) > 0) { gotoAndPlay(_currentframe - 1); } else if (score == score_next) { bonus = 1; } else { bonus = 5; }
Frame 50
comptemechant = 20; attente = 100; ecart_modeles = 10; score_next = score + comptemechant;
Frame 51
_root.modele.stop(); duplicateMovieClip ("_root.modele", "mechant" add comptemechant, comptemechant + 20); comptemechant--; ecart = ecart_modeles;
Frame 53
if ((ecart--) > 0) { gotoAndPlay(_currentframe - 1); } else if (comptemechant > 0) { gotoAndPlay(_currentframe - 2); }
Frame 55
if ((attente--) > 0) { gotoAndPlay(_currentframe - 1); } else if (score == score_next) { bonus = 1; } else { bonus = 5; }
Frame 60
comptemechant = 25; attente = 100; ecart_modeles = 10; score_next = score + comptemechant;
Frame 61
_root.modele.stop(); duplicateMovieClip ("_root.modele", "mechant" add comptemechant, comptemechant + 20); comptemechant--; ecart = ecart_modeles;
Frame 63
if ((ecart--) > 0) { gotoAndPlay(_currentframe - 1); } else if (comptemechant > 0) { gotoAndPlay(_currentframe - 2); }
Frame 65
if ((attente--) > 0) { gotoAndPlay(_currentframe - 1); } else if (score == score_next) { bonus = 1; } else { bonus = 5; }
Frame 70
comptemechant = 30; attente = 100; ecart_modeles = 10; score_next = score + comptemechant;
Frame 71
_root.modele.stop(); duplicateMovieClip ("_root.modele", "mechant" add comptemechant, comptemechant + 20); comptemechant--; ecart = ecart_modeles;
Frame 73
if ((ecart--) > 0) { gotoAndPlay(_currentframe - 1); } else if (comptemechant > 0) { gotoAndPlay(_currentframe - 2); }
Frame 75
if ((attente--) > 0) { gotoAndPlay(_currentframe - 1); } else if (score == score_next) { bonus = 1; } else { bonus = 5; }
Frame 80
comptemechant = 25; attente = 100; ecart_modeles = 10; score_next = score + comptemechant;
Frame 81
_root.modele.stop(); duplicateMovieClip ("_root.modele", "mechant" add comptemechant, comptemechant + 20); comptemechant--; ecart = ecart_modeles;
Frame 83
if ((ecart--) > 0) { gotoAndPlay(_currentframe - 1); } else if (comptemechant > 0) { gotoAndPlay(_currentframe - 2); }
Frame 85
if ((attente--) > 0) { gotoAndPlay(_currentframe - 1); } else if (score == score_next) { bonus = 1; } else { bonus = 5; }
Frame 90
comptemechant = 30; attente = 100; ecart_modeles = 10; score_next = score + comptemechant;
Frame 91
_root.modele.stop(); duplicateMovieClip ("_root.modele", "mechant" add comptemechant, comptemechant + 20); comptemechant--; ecart = ecart_modeles;
Frame 93
if ((ecart--) > 0) { gotoAndPlay(_currentframe - 1); } else if (comptemechant > 0) { gotoAndPlay(_currentframe - 2); }
Frame 95
if ((attente--) > 0) { gotoAndPlay(_currentframe - 1); } else if (score == score_next) { bonus = 1; } else { bonus = 5; }
Frame 100
comptemechant = 10; attente = 100; ecart_modeles = 1; score_next = score + comptemechant;
Frame 101
_root.modele.stop(); _root.modele2.stop(); duplicateMovieClip ("_root.modele", "mechant" add comptemechant, comptemechant + 20); comptemechant--; duplicateMovieClip ("_root.modele2", "mechant" add comptemechant, comptemechant + 20); comptemechant--; ecart = ecart_modeles;
Frame 103
if ((ecart--) > 0) { gotoAndPlay(_currentframe - 1); } else if (comptemechant > 0) { gotoAndPlay(_currentframe - 2); }
Frame 105
if ((attente--) > 0) { gotoAndPlay(_currentframe - 1); } else if (score == score_next) { bonus = 1; } else { bonus = 5; }
Frame 110
comptemechant = 20; attente = 100; ecart_modeles = 1; score_next = score + comptemechant;
Frame 111
_root.modele.stop(); _root.modele2.stop(); duplicateMovieClip ("_root.modele", "mechant" add comptemechant, comptemechant + 20); comptemechant--; duplicateMovieClip ("_root.modele2", "mechant" add comptemechant, comptemechant + 20); comptemechant--; ecart = ecart_modeles;
Frame 113
if ((ecart--) > 0) { gotoAndPlay(_currentframe - 1); } else if (comptemechant > 0) { gotoAndPlay(_currentframe - 2); }
Frame 115
if ((attente--) > 0) { gotoAndPlay(_currentframe - 1); } else if (score == score_next) { bonus = 1; } else { bonus = 5; }
Frame 120
comptemechant = 20; attente = 100; ecart_modeles = 1; score_next = score + comptemechant;
Frame 121
_root.modele.stop(); _root.modele2.stop(); duplicateMovieClip ("_root.modele", "mechant" add comptemechant, comptemechant + 20); comptemechant--; duplicateMovieClip ("_root.modele2", "mechant" add comptemechant, comptemechant + 20); comptemechant--; ecart = ecart_modeles;
Frame 123
if ((ecart--) > 0) { gotoAndPlay(_currentframe - 1); } else if (comptemechant > 0) { gotoAndPlay(_currentframe - 2); }
Frame 125
if ((attente--) > 0) { gotoAndPlay(_currentframe - 1); } else if (score == score_next) { bonus = 1; } else { bonus = 5; }
Frame 161
gotoAndPlay (20);
Frame 162
stop();
Frame 167
stop();
Instance of Symbol 111 MovieClip "MISSILE" in Frame 167
onClipEvent (enterFrame) { _y = (_y - 10); }
Symbol 12 MovieClip Frame 1
i = 0; while (i < 16) { if (this.hitTest("_root.missile" add i)) { removeMovieClip("_root.missile" add i); gotoAndPlay (3); } i++; } if (this.hitTest("_root.HEROS")) { _root.HEROS.gotoAndPlay(12); _root.HEROS._name = "PROTECT"; }
Symbol 12 MovieClip Frame 2
gotoAndPlay (1);
Symbol 12 MovieClip Frame 10
stop(); removeMovieClip(_parent); _root.score = _root.score + 1;
Symbol 15 MovieClip [trajet8] Frame 1
cadre._x = -400;
Symbol 15 MovieClip [trajet8] Frame 129
stop(); _root.parcours++; removeMovieClip(this);
Symbol 22 MovieClip Frame 1
i = 0; while (i < 16) { if (this.hitTest("_root.missile" add i)) { removeMovieClip("_root.missile" add i); gotoAndPlay (3); } i++; } if (this.hitTest("_root.HEROS")) { _root.HEROS.gotoAndPlay(12); _root.HEROS._name = "PROTECT"; }
Symbol 22 MovieClip Frame 2
gotoAndPlay (1);
Symbol 22 MovieClip Frame 8
stop(); removeMovieClip(_parent); _root.score = _root.score + 1; _root.afficheScore = "Score:" add _root.score;
Symbol 23 MovieClip [trajet7] Frame 1
cadre._x = -400;
Symbol 23 MovieClip [trajet7] Frame 124
stop(); _root.parcours++; removeMovieClip(this);
Symbol 25 MovieClip Frame 1
i = 0; while (i < 16) { if (this.hitTest("_root.missile" add i)) { removeMovieClip("_root.missile" add i); gotoAndPlay (3); } i++; } if (this.hitTest("_root.HEROS")) { _root.HEROS.gotoAndPlay(12); _root.HEROS._name = "PROTECT"; }
Symbol 25 MovieClip Frame 2
gotoAndPlay (1);
Symbol 25 MovieClip Frame 10
stop(); removeMovieClip(_parent); _root.score = _root.score + 1;
Symbol 26 MovieClip [trajet6] Frame 1
cadre._x = -400;
Symbol 26 MovieClip [trajet6] Frame 160
stop(); _root.parcours++; removeMovieClip(this);
Symbol 28 MovieClip Frame 1
i = 0; while (i < 16) { if (this.hitTest("_root.missile" add i)) { removeMovieClip("_root.missile" add i); gotoAndPlay (3); } i++; } if (this.hitTest("_root.HEROS")) { _root.HEROS.gotoAndPlay(12); _root.HEROS._name = "PROTECT"; }
Symbol 28 MovieClip Frame 2
gotoAndPlay (1);
Symbol 28 MovieClip Frame 8
stop(); removeMovieClip(_parent); _root.score = _root.score + 1; _root.afficheScore = "Score:" add _root.score;
Symbol 29 MovieClip [trajet5] Frame 1
cadre._x = -400;
Symbol 29 MovieClip [trajet5] Frame 124
stop(); _root.parcours++; removeMovieClip(this);
Symbol 31 MovieClip Frame 1
i = 0; while (i < 16) { if (this.hitTest("_root.missile" add i)) { removeMovieClip("_root.missile" add i); gotoAndPlay (3); } i++; } if (this.hitTest("_root.HEROS")) { _root.HEROS.gotoAndPlay(12); _root.HEROS._name = "PROTECT"; }
Symbol 31 MovieClip Frame 2
gotoAndPlay (1);
Symbol 31 MovieClip Frame 10
stop(); removeMovieClip(_parent); _root.score = _root.score + 1;
Symbol 32 MovieClip [trajet4] Frame 1
cadre._x = -400;
Symbol 32 MovieClip [trajet4] Frame 105
stop(); _root.parcours++; removeMovieClip(this);
Symbol 34 MovieClip Frame 1
i = 0; while (i < 16) { if (this.hitTest("_root.missile" add i)) { removeMovieClip("_root.missile" add i); gotoAndPlay (3); } i++; } if (this.hitTest("_root.HEROS")) { _root.HEROS.gotoAndPlay(12); _root.HEROS._name = "PROTECT"; }
Symbol 34 MovieClip Frame 2
gotoAndPlay (1);
Symbol 34 MovieClip Frame 8
stop(); removeMovieClip(_parent); _root.score = _root.score + 1; _root.afficheScore = "Score:" add _root.score;
Symbol 35 MovieClip [trajet3] Frame 1
cadre._x = -400;
Symbol 35 MovieClip [trajet3] Frame 101
stop(); _root.parcours++; removeMovieClip(this);
Symbol 37 MovieClip Frame 1
i = 0; while (i < 16) { if (this.hitTest("_root.missile" add i)) { removeMovieClip("_root.missile" add i); gotoAndPlay (3); } i++; } if (this.hitTest("_root.HEROS")) { _root.HEROS.gotoAndPlay(12); _root.HEROS._name = "PROTECT"; }
Symbol 37 MovieClip Frame 2
gotoAndPlay (1);
Symbol 37 MovieClip Frame 10
stop(); removeMovieClip(_parent); _root.score = _root.score + 1;
Symbol 38 MovieClip [trajet2] Frame 1
cadre._x = -400;
Symbol 38 MovieClip [trajet2] Frame 71
stop(); _root.parcours++; removeMovieClip(this);
Symbol 40 MovieClip Frame 1
i = 0; while (i < 16) { if (this.hitTest("_root.missile" add i)) { removeMovieClip("_root.missile" add i); gotoAndPlay (3); } i++; } if (this.hitTest("_root.HEROS")) { _root.HEROS.gotoAndPlay(12); _root.HEROS._name = "PROTECT"; }
Symbol 40 MovieClip Frame 2
gotoAndPlay (1);
Symbol 40 MovieClip Frame 8
stop(); removeMovieClip(_parent); _root.score = _root.score + 1;
Symbol 41 MovieClip [trajet1] Frame 1
cadre._x = -400;
Symbol 41 MovieClip [trajet1] Frame 101
stop(); _root.parcours++; removeMovieClip(this);
Symbol 56 Button
on (release) { if (_root.thesound == 0) { _root.snd_ok._alpha = 0; _root.thesound = 1; stopAllSounds(); _root.error.start(0, 1); } else { stopAllSounds(); _root.snd_ok._alpha = 100; _root.thesound = 0; } }
Symbol 71 Button
on (press) { _root.go_url = "http://www.my-iq.net/index.php?ref=" + _root.test_qi._url; getURL (_root.go_url); } on (rollOver) { _root.iq._alpha = 50; } on (rollOut) { _root.iq._alpha = 100; }
Symbol 73 MovieClip Frame 25
gotoAndPlay (1);
Symbol 88 Button
on (press) { _root.go_url = "http://www.zodiac-games.com"; getURL (_root.go_url); } on (rollOver) { _root.zodiac._alpha = 50; } on (rollOut) { _root.zodiac._alpha = 100; }
Symbol 91 MovieClip Frame 1
if (this.hitTest("_root.HEROS")) { _root.vies = 3; _root.VIE.gotoAndStop(4); this._y = -35; this._x = -100; bonus = 0; }
Symbol 99 Button
on (press) { _root.nextFrame(); } on (rollOver) { _root.starti._alpha = 50; } on (rollOut) { _root.starti._alpha = 100; }
Symbol 109 MovieClip Frame 1
if (_root.thesound == 1) { _root.entree.start(0); } this._x = 150; this._y = 330; rebours = 100; this._name = "PROTECT";
Symbol 109 MovieClip Frame 9
rebours--; if (rebours == 0) { gotoAndStop (11); this._name = "HEROS"; }
Symbol 109 MovieClip Frame 10
gotoAndPlay (9);
Symbol 109 MovieClip Frame 11
stop();
Symbol 109 MovieClip Frame 18
_root.vies--; _root.VIE.gotoAndPlay(_root.vies + 1); if (_root.vies == 0) { _root.gotoAndStop("perdu"); this.gotoAndStop(1); }
Symbol 118 MovieClip Frame 1
stop();
Symbol 118 MovieClip Frame 2
stop();
Symbol 118 MovieClip Frame 3
stop();
Symbol 118 MovieClip Frame 4
stop();
Symbol 118 MovieClip Frame 5
stop();
Symbol 121 MovieClip Frame 1
if (this.hitTest("_root.HEROS")) { if (_root.vies < 3) { _root.vies++; _root.VIE.gotoAndPlay(_root.vies + 1); } this._y = -35; this._x = -100; bonus = 0; }
Symbol 125 MovieClip Frame 1
if (this.hitTest("_root.HEROS")) { _root.score = _root.score + 10; _root.score_next = _root.score_next + 10; this._y = -35; this._x = -100; bonus = 0; }
Symbol 127 MovieClip Frame 1
if (this.hitTest("_root.HEROS")) { _root.munitions = _root.munitions + 100; _root.muni_next = _root.muni_next + 100; this._y = -35; this._x = -100; bonus = 0; }
Symbol 129 MovieClip Frame 1
if (this.hitTest("_root.HEROS")) { _root.vies--; this._y = -35; this._x = -100; bonus = 0; _root.VIE.gotoAndPlay(_root.vies + 1); if (_root.vies == 0) { _root.vies++; _root.HEROS.gotoAndPlay(12); _root.gotoAndStop("perdu"); } }
Symbol 130 MovieClip Frame 1
if (this.hitTest("_root.HEROS")) { if (_root.munitions > 100) { _root.munitions = _root.munitions - 100; _root.muni_next = _root.muni_next - 100; } else { _root.munitions = 0; _root.muni_next = 0; } this._y = -35; this._x = -100; bonus = 0; }
Symbol 133 MovieClip Frame 1
if (this.hitTest("_root.HEROS")) { if (_root.score > 10) { _root.score = _root.score - 10; _root.score_next = _root.score_next - 10; } this._y = -35; this._x = -100; bonus = 0; }
Symbol 136 MovieClip Frame 1
stop();
Symbol 136 MovieClip Frame 2
modele.stop(); duplicateMovieClip (modele, "mechant" + _root.comptemechant, 20 + _root.comptemechant); switch (_root.modif) { case 1 : this["mechant" + _root.comptemechant]._y = 120 - (_root.comptemechant * 30); break; case 2 : this["mechant" + _root.comptemechant]._x = 120 - _root.comptemechant; } _root.comptemechant--; if (_root.ajout != "") { modele2.stop(); duplicateMovieClip (modele2, "mechant" + _root.comptemechant, 60 + _root.comptemechant); switch (_root.modif2) { case 1 : this["mechant" + _root.comptemechant]._y = 120 - (_root.comptemechant * 30); break; case 2 : this["mechant" + _root.comptemechant]._x = 120 - _root.comptemechant; } _root.comptemechant--; } ecart = _root.ecart_modeles; play();
Symbol 136 MovieClip Frame 4
if ((ecart--) > 0) { gotoAndPlay(_currentframe - 1); } else if (_root.comptemechant > 0) { gotoAndPlay(_currentframe - 2); }
Symbol 136 MovieClip Frame 6
if (((_root.attente--) < 0) and (_root.parcours == (_root.score_next - _root.score))) { if (_root.score == _root.score_next) { if (_root.munitions == _root.muni_next) { _root.bonus = 10; } else { _root.bonus = 1; } } else { _root.bonus = 5; } } else { gotoAndPlay(_currentframe - 1); }
Symbol 136 MovieClip Frame 15
_root.go = 1; this.modele.removeMovieClip(); if (_root.ajout != "") { this.modele2.removeMovieClip(); } this.gotoAndStop(1);
Symbol 138 MovieClip Frame 1
if (this.hitTest("_root.HEROS")) { _root.munitions = _root.munitions + 300; _root.muni_next = _root.muni_next + 300; this._y = -35; this._x = -100; bonus = 0; }
Symbol 141 MovieClip Frame 1
if (this.hitTest("_root.HEROS")) { _root.score = _root.score + 100; _root.score_next = _root.score_next + 100; this._y = -35; this._x = -100; bonus = 0; }
Symbol 153 Button
on (press) { _root.gotoAndStop(2); } on (rollOver) { _root.starti._alpha = 50; } on (rollOut) { _root.starti._alpha = 100; }

Library Items

Symbol 1 Sound [tir.wav]
Symbol 2 Sound [entree.wav]
Symbol 3 Sound [musik]
Symbol 4 GraphicUsed by:12
Symbol 5 GraphicUsed by:12 25 31 37
Symbol 6 GraphicUsed by:12 25 31 37
Symbol 7 GraphicUsed by:12 25 31 37
Symbol 8 GraphicUsed by:12 25 31 37
Symbol 9 GraphicUsed by:12 25 31 37
Symbol 10 GraphicUsed by:12 25 31 37
Symbol 11 GraphicUsed by:12 25 31 37
Symbol 12 MovieClipUses:4 5 6 7 8 9 10 11Used by:15
Symbol 13 GraphicUsed by:14
Symbol 14 MovieClipUses:13Used by:15 23 26 29 32 35 38 41
Symbol 15 MovieClip [trajet8]Uses:12 14Used by:Timeline
Symbol 16 GraphicUsed by:22
Symbol 17 GraphicUsed by:22 28 34 40
Symbol 18 GraphicUsed by:22 28 34 40
Symbol 19 GraphicUsed by:22 28 34 40
Symbol 20 GraphicUsed by:22 28 34 40
Symbol 21 GraphicUsed by:22 28 34 40
Symbol 22 MovieClipUses:16 17 18 19 20 21Used by:23
Symbol 23 MovieClip [trajet7]Uses:22 14Used by:Timeline
Symbol 24 GraphicUsed by:25
Symbol 25 MovieClipUses:24 5 6 7 8 9 10 11Used by:26
Symbol 26 MovieClip [trajet6]Uses:25 14Used by:Timeline
Symbol 27 GraphicUsed by:28
Symbol 28 MovieClipUses:27 17 18 19 20 21Used by:29
Symbol 29 MovieClip [trajet5]Uses:28 14Used by:Timeline
Symbol 30 GraphicUsed by:31
Symbol 31 MovieClipUses:30 5 6 7 8 9 10 11Used by:32
Symbol 32 MovieClip [trajet4]Uses:31 14Used by:Timeline
Symbol 33 GraphicUsed by:34
Symbol 34 MovieClipUses:33 17 18 19 20 21Used by:35
Symbol 35 MovieClip [trajet3]Uses:34 14Used by:Timeline
Symbol 36 GraphicUsed by:37
Symbol 37 MovieClipUses:36 5 6 7 8 9 10 11Used by:38
Symbol 38 MovieClip [trajet2]Uses:37 14Used by:Timeline
Symbol 39 GraphicUsed by:40
Symbol 40 MovieClipUses:39 17 18 19 20 21Used by:41
Symbol 41 MovieClip [trajet1]Uses:40 14Used by:Timeline
Symbol 42 GraphicUsed by:Timeline
Symbol 43 BitmapUsed by:44
Symbol 44 GraphicUses:43Used by:Timeline
Symbol 45 GraphicUsed by:Timeline
Symbol 46 BitmapUsed by:47
Symbol 47 GraphicUses:46Used by:Timeline
Symbol 48 GraphicUsed by:Timeline
Symbol 49 BitmapUsed by:50
Symbol 50 GraphicUses:49Used by:Timeline
Symbol 51 GraphicUsed by:Timeline
Symbol 52 BitmapUsed by:53
Symbol 53 GraphicUses:52Used by:Timeline
Symbol 54 GraphicUsed by:Timeline
Symbol 55 GraphicUsed by:56
Symbol 56 ButtonUses:55Used by:Timeline
Symbol 57 GraphicUsed by:58
Symbol 58 MovieClipUses:57Used by:Timeline
Symbol 59 GraphicUsed by:60
Symbol 60 MovieClipUses:59Used by:Timeline
Symbol 61 GraphicUsed by:Timeline
Symbol 62 GraphicUsed by:68 71
Symbol 63 BitmapUsed by:64
Symbol 64 GraphicUses:63Used by:68 71
Symbol 65 GraphicUsed by:68 71
Symbol 66 BitmapUsed by:67
Symbol 67 GraphicUses:66Used by:68 71
Symbol 68 MovieClipUses:62 64 65 67Used by:71
Symbol 69 GraphicUsed by:70 71 88 99 153
Symbol 70 MovieClipUses:69Used by:71 88 98
Symbol 71 ButtonUses:68 70 62 64 65 67 69Used by:Timeline
Symbol 72 GraphicUsed by:73
Symbol 73 MovieClipUses:72Used by:Timeline
Symbol 74 GraphicUsed by:79
Symbol 75 GraphicUsed by:79
Symbol 76 GraphicUsed by:79
Symbol 77 BitmapUsed by:78
Symbol 78 GraphicUses:77Used by:79
Symbol 79 MovieClipUses:74 75 76 78Used by:80
Symbol 80 MovieClipUses:79Used by:Timeline
Symbol 81 GraphicUsed by:87 88
Symbol 82 BitmapUsed by:83
Symbol 83 GraphicUses:82Used by:87 88
Symbol 84 GraphicUsed by:87 88
Symbol 85 BitmapUsed by:86
Symbol 86 GraphicUses:85Used by:87 88
Symbol 87 MovieClipUses:81 83 84 86Used by:88
Symbol 88 ButtonUses:87 70 81 83 84 86 69Used by:Timeline
Symbol 89 GraphicUsed by:91 138 141
Symbol 90 GraphicUsed by:91
Symbol 91 MovieClipUses:89 90Used by:Timeline
Symbol 92 GraphicUsed by:98 99 153
Symbol 93 BitmapUsed by:94
Symbol 94 GraphicUses:93Used by:98 99 153
Symbol 95 GraphicUsed by:98 99 153
Symbol 96 BitmapUsed by:97
Symbol 97 GraphicUses:96Used by:98 99 153
Symbol 98 MovieClipUses:92 94 95 97 70Used by:99 153
Symbol 99 ButtonUses:98 92 94 95 97 69Used by:Timeline
Symbol 100 GraphicUsed by:Timeline
Symbol 101 GraphicUsed by:109
Symbol 102 GraphicUsed by:109
Symbol 103 GraphicUsed by:109
Symbol 104 GraphicUsed by:109
Symbol 105 GraphicUsed by:109
Symbol 106 GraphicUsed by:109
Symbol 107 GraphicUsed by:109
Symbol 108 GraphicUsed by:109
Symbol 109 MovieClipUses:101 102 103 104 105 106 107 108Used by:Timeline
Symbol 110 GraphicUsed by:111
Symbol 111 MovieClipUses:110Used by:Timeline
Symbol 112 FontUsed by:113 119 134 142 143 144 145 146
Symbol 113 EditableTextUses:112Used by:Timeline
Symbol 114 GraphicUsed by:118 121 129
Symbol 115 GraphicUsed by:118
Symbol 116 GraphicUsed by:118
Symbol 117 GraphicUsed by:118
Symbol 118 MovieClipUses:114 115 116 117Used by:Timeline
Symbol 119 EditableTextUses:112Used by:Timeline
Symbol 120 GraphicUsed by:121 125 127
Symbol 121 MovieClipUses:120 114Used by:Timeline
Symbol 122 FontUsed by:123 124 131 132 139 140
Symbol 123 EditableTextUses:122Used by:125
Symbol 124 EditableTextUses:122Used by:125
Symbol 125 MovieClipUses:120 123 124Used by:Timeline
Symbol 126 GraphicUsed by:127 130
Symbol 127 MovieClipUses:120 126Used by:Timeline
Symbol 128 GraphicUsed by:129 130 133
Symbol 129 MovieClipUses:128 114Used by:Timeline
Symbol 130 MovieClipUses:128 126Used by:Timeline
Symbol 131 EditableTextUses:122Used by:133
Symbol 132 EditableTextUses:122Used by:133
Symbol 133 MovieClipUses:128 131 132Used by:Timeline
Symbol 134 EditableTextUses:112Used by:Timeline
Symbol 135 GraphicUsed by:136
Symbol 136 MovieClipUses:135Used by:Timeline
Symbol 137 GraphicUsed by:138
Symbol 138 MovieClipUses:89 137Used by:Timeline
Symbol 139 EditableTextUses:122Used by:141
Symbol 140 EditableTextUses:122Used by:141
Symbol 141 MovieClipUses:89 139 140Used by:Timeline
Symbol 142 EditableTextUses:112Used by:Timeline
Symbol 143 EditableTextUses:112Used by:Timeline
Symbol 144 EditableTextUses:112Used by:Timeline
Symbol 145 EditableTextUses:112Used by:Timeline
Symbol 146 EditableTextUses:112Used by:Timeline
Symbol 147 GraphicUsed by:Timeline
Symbol 148 BitmapUsed by:149
Symbol 149 GraphicUses:148Used by:Timeline
Symbol 150 GraphicUsed by:Timeline
Symbol 151 BitmapUsed by:152
Symbol 152 GraphicUses:151Used by:Timeline
Symbol 153 ButtonUses:98 92 94 95 97 69Used by:Timeline
Symbol 154 GraphicUsed by:Timeline
Symbol 155 FontUsed by:156
Symbol 156 EditableTextUses:155Used by:Timeline

Instance Names

"snd"Frame 1Symbol 56 Button
"snd_ok"Frame 1Symbol 58 MovieClip
"test_qi"Frame 1Symbol 60 MovieClip
"iq"Frame 2Symbol 71 Button
"logo"Frame 2Symbol 80 MovieClip
"zodiac"Frame 2Symbol 88 Button
"starti"Frame 2Symbol 99 Button
"HEROS"Frame 3Symbol 109 MovieClip
"MISSILE"Frame 3Symbol 111 MovieClip
"VIE"Frame 3Symbol 118 MovieClip
"bonus_vie"Frame 3Symbol 121 MovieClip
"bonus_10pts"Frame 3Symbol 125 MovieClip
"bonus_munitions"Frame 3Symbol 127 MovieClip
"malus_vie"Frame 3Symbol 129 MovieClip
"malus_munitions"Frame 3Symbol 130 MovieClip
"malus_10pts"Frame 3Symbol 133 MovieClip
"attak"Frame 3Symbol 136 MovieClip
"sbonus_munitions"Frame 3Symbol 138 MovieClip
"sbonus_10pts"Frame 3Symbol 141 MovieClip
"HEROS"Frame 4Symbol 109 MovieClip
"modele"Frame 21Symbol 41 MovieClip [trajet1]
"modele"Frame 31Symbol 38 MovieClip [trajet2]
"modele"Frame 41Symbol 35 MovieClip [trajet3]
"modele"Frame 51Symbol 32 MovieClip [trajet4]
"modele"Frame 61Symbol 29 MovieClip [trajet5]
"modele"Frame 71Symbol 26 MovieClip [trajet6]
"modele"Frame 81Symbol 23 MovieClip [trajet7]
"modele"Frame 91Symbol 15 MovieClip [trajet8]
"modele"Frame 101Symbol 41 MovieClip [trajet1]
"modele2"Frame 101Symbol 38 MovieClip [trajet2]
"modele"Frame 111Symbol 35 MovieClip [trajet3]
"modele2"Frame 111Symbol 32 MovieClip [trajet4]
"modele"Frame 121Symbol 29 MovieClip [trajet5]
"modele2"Frame 121Symbol 26 MovieClip [trajet6]
"iq"Frame 162Symbol 71 Button
"starti"Frame 162Symbol 153 Button
"logo"Frame 162Symbol 80 MovieClip
"zodiac"Frame 162Symbol 88 Button
"MISSILE"Frame 167Symbol 111 MovieClip
"cadre"Symbol 15 MovieClip [trajet8] Frame 1Symbol 14 MovieClip
"cadre"Symbol 23 MovieClip [trajet7] Frame 1Symbol 14 MovieClip
"cadre"Symbol 26 MovieClip [trajet6] Frame 1Symbol 14 MovieClip
"cadre"Symbol 29 MovieClip [trajet5] Frame 1Symbol 14 MovieClip
"cadre"Symbol 32 MovieClip [trajet4] Frame 1Symbol 14 MovieClip
"cadre"Symbol 35 MovieClip [trajet3] Frame 1Symbol 14 MovieClip
"cadre"Symbol 38 MovieClip [trajet2] Frame 1Symbol 14 MovieClip
"cadre"Symbol 41 MovieClip [trajet1] Frame 1Symbol 14 MovieClip

Special Tags

ExportAssets (56)Timeline Frame 1Symbol 1 as "tir.wav"
ExportAssets (56)Timeline Frame 1Symbol 2 as "entree.wav"
ExportAssets (56)Timeline Frame 1Symbol 3 as "musik"
ExportAssets (56)Timeline Frame 1Symbol 15 as "trajet8"
ExportAssets (56)Timeline Frame 1Symbol 23 as "trajet7"
ExportAssets (56)Timeline Frame 1Symbol 26 as "trajet6"
ExportAssets (56)Timeline Frame 1Symbol 29 as "trajet5"
ExportAssets (56)Timeline Frame 1Symbol 32 as "trajet4"
ExportAssets (56)Timeline Frame 1Symbol 35 as "trajet3"
ExportAssets (56)Timeline Frame 1Symbol 38 as "trajet2"
ExportAssets (56)Timeline Frame 1Symbol 41 as "trajet1"
ExportAssets (56)Timeline Frame 21Symbol 41 as "trajet1"
ExportAssets (56)Timeline Frame 22Symbol 41 as "trajet1"
ExportAssets (56)Timeline Frame 23Symbol 41 as "trajet1"
ExportAssets (56)Timeline Frame 24Symbol 41 as "trajet1"
ExportAssets (56)Timeline Frame 25Symbol 41 as "trajet1"
ExportAssets (56)Timeline Frame 31Symbol 38 as "trajet2"
ExportAssets (56)Timeline Frame 32Symbol 38 as "trajet2"
ExportAssets (56)Timeline Frame 33Symbol 38 as "trajet2"
ExportAssets (56)Timeline Frame 34Symbol 38 as "trajet2"
ExportAssets (56)Timeline Frame 35Symbol 38 as "trajet2"
ExportAssets (56)Timeline Frame 41Symbol 35 as "trajet3"
ExportAssets (56)Timeline Frame 42Symbol 35 as "trajet3"
ExportAssets (56)Timeline Frame 43Symbol 35 as "trajet3"
ExportAssets (56)Timeline Frame 44Symbol 35 as "trajet3"
ExportAssets (56)Timeline Frame 45Symbol 35 as "trajet3"
ExportAssets (56)Timeline Frame 51Symbol 32 as "trajet4"
ExportAssets (56)Timeline Frame 52Symbol 32 as "trajet4"
ExportAssets (56)Timeline Frame 53Symbol 32 as "trajet4"
ExportAssets (56)Timeline Frame 54Symbol 32 as "trajet4"
ExportAssets (56)Timeline Frame 55Symbol 32 as "trajet4"
ExportAssets (56)Timeline Frame 61Symbol 29 as "trajet5"
ExportAssets (56)Timeline Frame 62Symbol 29 as "trajet5"
ExportAssets (56)Timeline Frame 63Symbol 29 as "trajet5"
ExportAssets (56)Timeline Frame 64Symbol 29 as "trajet5"
ExportAssets (56)Timeline Frame 65Symbol 29 as "trajet5"
ExportAssets (56)Timeline Frame 71Symbol 26 as "trajet6"
ExportAssets (56)Timeline Frame 72Symbol 26 as "trajet6"
ExportAssets (56)Timeline Frame 73Symbol 26 as "trajet6"
ExportAssets (56)Timeline Frame 74Symbol 26 as "trajet6"
ExportAssets (56)Timeline Frame 75Symbol 26 as "trajet6"
ExportAssets (56)Timeline Frame 81Symbol 23 as "trajet7"
ExportAssets (56)Timeline Frame 82Symbol 23 as "trajet7"
ExportAssets (56)Timeline Frame 83Symbol 23 as "trajet7"
ExportAssets (56)Timeline Frame 84Symbol 23 as "trajet7"
ExportAssets (56)Timeline Frame 85Symbol 23 as "trajet7"
ExportAssets (56)Timeline Frame 91Symbol 15 as "trajet8"
ExportAssets (56)Timeline Frame 92Symbol 15 as "trajet8"
ExportAssets (56)Timeline Frame 93Symbol 15 as "trajet8"
ExportAssets (56)Timeline Frame 94Symbol 15 as "trajet8"
ExportAssets (56)Timeline Frame 95Symbol 15 as "trajet8"
ExportAssets (56)Timeline Frame 101Symbol 41 as "trajet1"
ExportAssets (56)Timeline Frame 101Symbol 38 as "trajet2"
ExportAssets (56)Timeline Frame 102Symbol 41 as "trajet1"
ExportAssets (56)Timeline Frame 102Symbol 38 as "trajet2"
ExportAssets (56)Timeline Frame 103Symbol 41 as "trajet1"
ExportAssets (56)Timeline Frame 103Symbol 38 as "trajet2"
ExportAssets (56)Timeline Frame 104Symbol 41 as "trajet1"
ExportAssets (56)Timeline Frame 104Symbol 38 as "trajet2"
ExportAssets (56)Timeline Frame 105Symbol 41 as "trajet1"
ExportAssets (56)Timeline Frame 105Symbol 38 as "trajet2"
ExportAssets (56)Timeline Frame 111Symbol 35 as "trajet3"
ExportAssets (56)Timeline Frame 111Symbol 32 as "trajet4"
ExportAssets (56)Timeline Frame 112Symbol 35 as "trajet3"
ExportAssets (56)Timeline Frame 112Symbol 32 as "trajet4"
ExportAssets (56)Timeline Frame 113Symbol 35 as "trajet3"
ExportAssets (56)Timeline Frame 113Symbol 32 as "trajet4"
ExportAssets (56)Timeline Frame 114Symbol 35 as "trajet3"
ExportAssets (56)Timeline Frame 114Symbol 32 as "trajet4"
ExportAssets (56)Timeline Frame 115Symbol 35 as "trajet3"
ExportAssets (56)Timeline Frame 115Symbol 32 as "trajet4"
ExportAssets (56)Timeline Frame 121Symbol 29 as "trajet5"
ExportAssets (56)Timeline Frame 121Symbol 26 as "trajet6"
ExportAssets (56)Timeline Frame 122Symbol 29 as "trajet5"
ExportAssets (56)Timeline Frame 122Symbol 26 as "trajet6"
ExportAssets (56)Timeline Frame 123Symbol 29 as "trajet5"
ExportAssets (56)Timeline Frame 123Symbol 26 as "trajet6"
ExportAssets (56)Timeline Frame 124Symbol 29 as "trajet5"
ExportAssets (56)Timeline Frame 124Symbol 26 as "trajet6"
ExportAssets (56)Timeline Frame 125Symbol 29 as "trajet5"
ExportAssets (56)Timeline Frame 125Symbol 26 as "trajet6"

Labels

"1"Frame 21
"2"Frame 31
"3"Frame 41
"4"Frame 51
"5"Frame 61
"6"Frame 71
"7"Frame 81
"8"Frame 91
"10"Frame 101
"12"Frame 111
"14"Frame 121
"perdu"Frame 162

Dynamic Text Variables

afficheScoreSymbol 113 EditableText"Score: 0"
afficheMunitionsSymbol 119 EditableText"Ammo: 0"
comptemechantSymbol 134 EditableText"-"
muni_nextSymbol 142 EditableText"-"
tour_totalSymbol 143 EditableText"-"
afficheScoreSymbol 144 EditableText"Score: 0"
afficheMunitionsSymbol 145 EditableText"Ammo: 0"
comptemechantSymbol 146 EditableText"-"
afficheScoreSymbol 156 EditableText"Score: 0"




http://swfchan.com/5/24601/info.shtml
Created: 24/5 -2019 18:26:08 Last modified: 24/5 -2019 18:26:08 Server time: 08/05 -2024 21:37:25