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

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

Super Cristophe Brothers.swf

This is the info page for
Flash #24533

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


Text
100%

Pouetpu beta
version

Cristophe Brothers

key up= jump
key left/ right = move
key 5= fireball

99

X

99

LEVEL 1
CLEAR !

NEXT

99

X

99

99

99

99

99

Big Kabow !

!?

The beta end here
you c'ant kill the minimerc
DSL :(
complete version soon

99

99

99

99

ActionScript [AS1/AS2]

Frame 1
_root.lives = 5; _root.cennes = 0; _root.fireballon = 0; jumpfx = new Sound(); jumpfx.attachSound("jump"); hitetefx = new Sound(); hitetefx.attachSound("hittete"); playermortfx = new Sound(); playermortfx.attachSound("playermort"); mariohitfx = new Sound(); mariohitfx.attachSound("mariohit"); missilepassfx = new Sound(); missilepassfx.attachSound("missilepass"); stop(); stop();
Instance of Symbol 21 MovieClip in Frame 1
onClipEvent (enterFrame) { percent = int((_root.getBytesLoaded() * 100) / _root.getBytesTotal()); _root.loading = int(percent) + "%"; if (percent == 100) { _root.gotoAndStop("menu"); } }
Instance of Symbol 39 MovieClip in Frame 1
onClipEvent (load) { gotoAndStop (3); }
Frame 2
_root.lives = 5; _root.cennes = 0; _root.fireballon = 0; jumpfx = new Sound(); jumpfx.attachSound("jump"); hitetefx = new Sound(); hitetefx.attachSound("hittete"); playermortfx = new Sound(); playermortfx.attachSound("playermort"); mariohitfx = new Sound(); mariohitfx.attachSound("mariohit"); missilepassfx = new Sound(); missilepassfx.attachSound("missilepass"); stop();
Instance of Symbol 39 MovieClip in Frame 2
onClipEvent (load) { gotoAndStop (3); }
Frame 3
play();
Instance of Symbol 80 MovieClip "cennescounter" in Frame 3
onClipEvent (enterFrame) { if (_root.cennes == 100) { _root.lives = _root.lives + 1; _root.cennes = 0; } }
Frame 4
stop();
Instance of Symbol 84 MovieClip "cennelayer" in Frame 4
onClipEvent (enterFrame) { this._x = this._parent.level._x; }
Instance of Symbol 39 MovieClip "legars" in Frame 4
onClipEvent (load) { _x = 140; _y = 40; _root.avancerecule = 0; saut = false; _root.valeur2 = 0; _root.gauche = false; _root.droite = false; _root.rebon = false; valeur3 = -10; gaucheoudroite = 1; keylock = false; _root.playermort = 0; mortdelay = 30; delayfin = 200; } onClipEvent (enterFrame) { if (_root.playermort == 0) { if (this._parent.level.hitTest(this._x, this._y, true) and ((saut == true) or (_root.tombe == true))) { _root.valeur = 0; _root.valeur2 = 0; _root.tombe = false; saut = false; } else if ((saut == false) and (_root.tombe != true)) { _root.tombe = true; } if (this._parent.level.hitTest(this._x, this._y, true) and this._parent.level.hitTest(this._x, this._y - 2, true)) { this._y = this._y - 2; this._y = int(this._y / 10) * 10; } if (this._parent.level.hitTest(this._x, this._y - 60, true) and (_root.valeur < 0)) { _root.hitetefx.start(0, 1); _root.test = _root.valeur; if ((((_root.test == -10) or (_root.test == -14)) or (_root.test == -16)) or (_root.test == -4)) { this._y = this._y - (_root.test + 10); } else if ((_root.test != -6) and (_root.test != -8)) { this._y = this._y + (_root.test + 10); } else if (_root.test == -6) { this._y = this._y - 2; } _root.valeur = 0; } if ((_root.tombe == false) and (_root.rebon == false)) { if (Key.isDown(38) and (saut == false)) { if (keylock == false) { _root.valeur = -18; _root.jumpfx.start(0, 1); keylock = true; saut = true; } } else if (saut == false) { keylock = false; } if (saut == true) { this._y = this._y + _root.valeur; if (_root.valeur < 10) { _root.valeur = _root.valeur + 2; } } } if ((_root.tombe == true) and (_root.rebon == false)) { this._y = this._y + _root.valeur2; _root.valeur = _root.valeur2; if (_root.valeur2 < 10) { _root.valeur2 = _root.valeur2 + 2; } } else if (_root.valeur2 != 0) { _root.valeur2 = 0; } this._parent.level._x = this._parent.level._x - _root.avancerecule; if ((((this._parent.level.hitTest(this._x + (_root.avancerecule - 10), this._y - 40, true) or this._parent.level.hitTest(this._x + (_root.avancerecule - 10), this._y - 20, true)) or this._parent.level.hitTest(this._x + (_root.avancerecule - 10), this._y - 30, true)) or this._parent.level.hitTest(this._x + (_root.avancerecule - 10), this._y - 2, true)) or this._parent.level.hitTest(this._x + (_root.avancerecule - 10), this._y - 55, true)) { if (_root.avancerecule < 0) { _root.avancerecule = 0; } _root.gauche = true; } else if ((((this._parent.level.hitTest(this._x + (_root.avancerecule + 10), this._y - 40, true) or this._parent.level.hitTest(this._x + (_root.avancerecule + 10), this._y - 20, true)) or this._parent.level.hitTest(this._x + (_root.avancerecule + 10), this._y - 30, true)) or this._parent.level.hitTest(this._x + (_root.avancerecule + 10), this._y - 2, true)) or this._parent.level.hitTest(this._x + (_root.avancerecule + 10), this._y - 55, true)) { if (_root.avancerecule > 0) { _root.avancerecule = 0; } _root.droite = true; } else if (_root.gauche == true) { _root.gauche = false; } else if (_root.droite == true) { _root.droite = false; } if (((_root.gauche == true) and (_root.droite == true)) and (this.saut == false)) { _root.droite = false; _root.gauche = false; } if ((saut == false) and (_root.rebon == false)) { if (_root.avancerecule == 0) { if (gaucheoudroite == 1) { this.gotoAndStop("stopdroite"); } else { this.gotoAndStop("stopgauche"); } } else if (gaucheoudroite == 1) { this.gotoAndStop("godroite"); } else if (gaucheoudroite == 2) { this.gotoAndStop("gogauche"); } } else if (_root.avancerecule == 0) { if (gaucheoudroite == 1) { this.gotoAndStop("sautedroite"); } else { this.gotoAndStop("sautegauche"); } } else if (gaucheoudroite == 1) { this.gotoAndStop("sautedroite"); } else if (gaucheoudroite == 2) { this.gotoAndStop("sautegauche"); } if (_root.droite == false) { if (Key.isDown(39)) { if (_root.avancerecule < 6) { gaucheoudroite = 1; _root.avancerecule = _root.avancerecule + 1; } } else if (_root.avancerecule > 0) { _root.avancerecule = _root.avancerecule - 1; } } if (_root.gauche == false) { if (Key.isDown(37)) { if (_root.avancerecule > -6) { gaucheoudroite = 2; _root.avancerecule = _root.avancerecule - 1; } } else if (_root.avancerecule < 0) { _root.avancerecule = _root.avancerecule + 1; } } if (_root.rebon == true) { this._y = this._y + valeur3; if (valeur3 < 0) { valeur3 = valeur3 + 2; } else { valeur3 = -10; _root.rebon = false; } } } else if (_root.playermort == 1) { _root.avancerecule = 0; if (mortdelay <= 0) { this._y = this._y + _root.valeur2; if (_root.valeur2 < 10) { _root.valeur2 = _root.valeur2 + 2; } } else { mortdelay = mortdelay - 1; } } else if (_root.playermort == 3) { delayfin = delayfin - 1; if (delayfin == 0) { this._parent.gotoAndStop("level1clear"); } if (this._y < 218) { this._y = this._y + 6; } else if (this._x < 270) { this._x = this._x + 6; this.gotoAndStop("godroite"); } else { setProperty(this, _visible , "0"); } } if (this._y > 420) { stopAllSounds(); _root.playermortfx.start(0, 1); _root.playermort = 2; _root.lives = _root.lives - 1; _y = -100; } }
Instance of Symbol 149 MovieClip "enemy1" in Frame 4
onClipEvent (load) { speed = -2; hittestoff = 0; valeur2 = 0; petitdelay = 0; defaultx = this._x; } onClipEvent (enterFrame) { this._y = int(this._y); this._x = this._x - _root.avancerecule; if ((this._x < 360) or (killcode == true)) { killcode = true; if (hittestoff == 0) { this._x = this._x + speed; if (this.hitTest(this._parent.legars._x - 10, this._parent.legars._y - 15) or this.hitTest(this._parent.legars._x + 10, this._parent.legars._y - 15)) { if (_root.staron != 1) { _root.playermort = true; this._parent.legars.gotoAndStop("p1mort"); hittestoff = 1; } else { this._parent.son.gotoAndPlay("tortushellhit"); gotoAndStop ("mort2"); hittestoff = 2; } } if ((this.hitTest(this._parent.legars._x, this._parent.legars._y, true) or this.hitTest(this._parent.legars._x + 7, this._parent.legars._y, true)) or this.hitTest(this._parent.legars._x - 7, this._parent.legars._y, true)) { _root.rebon = true; gotoAndPlay ("champmort"); hittestoff = 1; } if (this._parent.level.hitTest(this._x - 14, this._y - 15, true) and (speed < 0)) { speed = speed * -1; } else if (this._parent.level.hitTest(this._x + 14, this._y - 15, true) and (speed > 0)) { speed = speed * -1; } if (this._parent.level.hitTest(this._x, this._y, true)) { } else { petitdelay = 5; this._y = this._y + valeur2; if (valeur2 < 10) { valeur2 = valeur2 + 2; } } } } if (this.hitTest(this._parent.tortu4.shellbouge)) { this._parent.son.gotoAndPlay("tortushellhit"); gotoAndStop ("mort2"); hittestoff = 2; } if (this.hitTest(_root.feu1)) { _root.feu1.hitenemi = 1; this._parent.son.gotoAndPlay("tortushellhit"); gotoAndStop ("mort2"); hittestoff = 2; } if (this.hitTest(_root.feu2)) { _root.feu2.hitenemi = 1; this._parent.son.gotoAndPlay("tortushellhit"); gotoAndStop ("mort2"); hittestoff = 2; } if (hittestoff == 2) { this._y = this._y + 10; } if ((this._y > 270) or (this._x < -60)) { gotoAndStop ("zero"); hittestoff = 1; } }
Instance of Symbol 149 MovieClip "enemy2" in Frame 4
onClipEvent (load) { speed = -2; hittestoff = 0; valeur2 = 0; petitdelay = 0; defaultx = this._x; } onClipEvent (enterFrame) { this._y = int(this._y); this._x = this._x - _root.avancerecule; if ((this._x < 360) or (killcode == true)) { killcode = true; if (hittestoff == 0) { this._x = this._x + speed; if (this.hitTest(this._parent.legars._x - 10, this._parent.legars._y - 15) or this.hitTest(this._parent.legars._x + 10, this._parent.legars._y - 15)) { if (_root.staron != 1) { _root.playermort = true; this._parent.legars.gotoAndStop("p1mort"); hittestoff = 1; } else { this._parent.son.gotoAndPlay("tortushellhit"); gotoAndStop ("mort2"); hittestoff = 2; } } if ((this.hitTest(this._parent.legars._x, this._parent.legars._y, true) or this.hitTest(this._parent.legars._x + 7, this._parent.legars._y, true)) or this.hitTest(this._parent.legars._x - 7, this._parent.legars._y, true)) { _root.rebon = true; gotoAndPlay ("champmort"); hittestoff = 1; } if (this._parent.level.hitTest(this._x - 14, this._y - 15, true) and (speed < 0)) { speed = speed * -1; } else if (this._parent.level.hitTest(this._x + 14, this._y - 15, true) and (speed > 0)) { speed = speed * -1; } if (this._parent.level.hitTest(this._x, this._y, true)) { } else { petitdelay = 5; this._y = this._y + valeur2; if (valeur2 < 10) { valeur2 = valeur2 + 2; } } } } if (this.hitTest(_root.feu1)) { _root.feu1.hitenemi = 1; this._parent.son.gotoAndPlay("tortushellhit"); gotoAndStop ("mort2"); hittestoff = 2; } if (this.hitTest(_root.feu2)) { _root.feu2.hitenemi = 1; this._parent.son.gotoAndPlay("tortushellhit"); gotoAndStop ("mort2"); hittestoff = 2; } if (hittestoff == 2) { this._y = this._y + 10; } if ((this._y > 270) or (this._x < -60)) { gotoAndStop ("zero"); hittestoff = 1; } }
Instance of Symbol 149 MovieClip "enemy3" in Frame 4
onClipEvent (load) { speed = -2; hittestoff = 0; valeur2 = 0; petitdelay = 0; defaultx = this._x; } onClipEvent (enterFrame) { this._y = int(this._y); this._x = this._x - _root.avancerecule; if ((this._x < 360) or (killcode == true)) { killcode = true; if (hittestoff == 0) { this._x = this._x + speed; if (this.hitTest(this._parent.legars._x - 10, this._parent.legars._y - 15) or this.hitTest(this._parent.legars._x + 10, this._parent.legars._y - 15)) { if (_root.staron != 1) { _root.playermort = true; this._parent.legars.gotoAndStop("p1mort"); hittestoff = 1; } else { this._parent.son.gotoAndPlay("tortushellhit"); gotoAndStop ("mort2"); hittestoff = 2; } } if ((this.hitTest(this._parent.legars._x, this._parent.legars._y, true) or this.hitTest(this._parent.legars._x + 7, this._parent.legars._y, true)) or this.hitTest(this._parent.legars._x - 7, this._parent.legars._y, true)) { _root.rebon = true; gotoAndPlay ("champmort"); hittestoff = 1; } if (this._parent.level.hitTest(this._x - 14, this._y - 15, true) and (speed < 0)) { speed = speed * -1; } else if (this._parent.level.hitTest(this._x + 14, this._y - 15, true) and (speed > 0)) { speed = speed * -1; } if (this._parent.level.hitTest(this._x, this._y, true)) { } else { petitdelay = 5; this._y = this._y + valeur2; if (valeur2 < 10) { valeur2 = valeur2 + 2; } } } } if (this.hitTest(this._parent.tortu2.shellbouge)) { this._parent.son.gotoAndPlay("tortushellhit"); gotoAndStop ("mort2"); hittestoff = 2; } if (this.hitTest(_root.feu1)) { _root.feu1.hitenemi = 1; this._parent.son.gotoAndPlay("tortushellhit"); gotoAndStop ("mort2"); hittestoff = 2; } if (this.hitTest(_root.feu2)) { _root.feu2.hitenemi = 1; this._parent.son.gotoAndPlay("tortushellhit"); gotoAndStop ("mort2"); hittestoff = 2; } if (hittestoff == 2) { this._y = this._y + 10; } if ((this._y > 270) or (this._x < -60)) { gotoAndStop ("zero"); hittestoff = 1; } }
Instance of Symbol 149 MovieClip "enemy4" in Frame 4
onClipEvent (load) { speed = -2; hittestoff = 0; valeur2 = 0; petitdelay = 0; defaultx = this._x; } onClipEvent (enterFrame) { this._y = int(this._y); this._x = this._x - _root.avancerecule; if ((this._x < 360) or (killcode == true)) { killcode = true; if (hittestoff == 0) { this._x = this._x + speed; if (this.hitTest(this._parent.legars._x - 10, this._parent.legars._y - 15) or this.hitTest(this._parent.legars._x + 10, this._parent.legars._y - 15)) { if (_root.staron != 1) { _root.playermort = true; this._parent.legars.gotoAndStop("p1mort"); hittestoff = 1; } else { this._parent.son.gotoAndPlay("tortushellhit"); gotoAndStop ("mort2"); hittestoff = 2; } } if ((this.hitTest(this._parent.legars._x, this._parent.legars._y, true) or this.hitTest(this._parent.legars._x + 7, this._parent.legars._y, true)) or this.hitTest(this._parent.legars._x - 7, this._parent.legars._y, true)) { _root.rebon = true; gotoAndPlay ("champmort"); hittestoff = 1; } if (this._parent.level.hitTest(this._x - 14, this._y - 15, true) and (speed < 0)) { speed = speed * -1; } else if (this._parent.level.hitTest(this._x + 14, this._y - 15, true) and (speed > 0)) { speed = speed * -1; } if (this._parent.level.hitTest(this._x, this._y, true)) { } else { petitdelay = 5; this._y = this._y + valeur2; if (valeur2 < 10) { valeur2 = valeur2 + 2; } } } } if (this.hitTest(this._parent.tortu1.shellbouge)) { this._parent.son.gotoAndPlay("tortushellhit"); gotoAndStop ("mort2"); hittestoff = 2; } if (this.hitTest(_root.feu1)) { _root.feu1.hitenemi = 1; this._parent.son.gotoAndPlay("tortushellhit"); gotoAndStop ("mort2"); hittestoff = 2; } if (this.hitTest(_root.feu2)) { _root.feu2.hitenemi = 1; this._parent.son.gotoAndPlay("tortushellhit"); gotoAndStop ("mort2"); hittestoff = 2; } if (hittestoff == 2) { this._y = this._y + 10; } if ((this._y > 270) or (this._x < -60)) { gotoAndStop ("zero"); hittestoff = 1; } }
Instance of Symbol 17 MovieClip [latortu] "tortu1" in Frame 4
onClipEvent (load) { speed = -2; hittestoff = 0; valeur2 = 0; petitdelay = 0; } onClipEvent (enterFrame) { this._x = this._x - _root.avancerecule; if ((this._x < 360) or (killcode == true)) { killcode = true; if (hittestoff == 0) { this._x = this._x + speed; if (this.hitTest(this._parent.legars._x - 10, this._parent.legars._y - 15) or this.hitTest(this._parent.legars._x + 10, this._parent.legars._y - 15)) { if (_root.staron != 1) { _root.playermort = 1; this._parent.legars.gotoAndPlay("p1mort"); hittestoff = 1; } else { gotoAndStop ("mortcarapace"); hittestoff = 11; } } if ((this.hitTest(this._parent.legars._x, this._parent.legars._y, true) or this.hitTest(this._parent.legars._x + 7, this._parent.legars._y, true)) or this.hitTest(this._parent.legars._x - 7, this._parent.legars._y, true)) { _root.rebon = true; gotoAndPlay ("mort1"); hittestoff = 1; } if (this._parent.level.hitTest(this._x - 14, this._y - 15, true) and (speed < 0)) { gotoAndStop ("tordroite"); speed = speed * -1; } else if (this._parent.level.hitTest(this._x + 14, this._y - 15, true) and (speed > 0)) { gotoAndStop ("torgauche"); speed = speed * -1; } if (this._parent.level.hitTest(this._x, this._y, true)) { } else { petitdelay = 5; this._y = this._y + valeur2; if (valeur2 < 10) { valeur2 = valeur2 + 2; } } if (this.hitTest(_root.feu1)) { _root.feu1.hitenemi = 1; gotoAndStop ("mortcarapace"); hittestoff = 11; } if (this.hitTest(_root.feu2)) { _root.feu2.hitenemi = 1; gotoAndStop ("mortcarapace"); hittestoff = 11; } } } if (hittestoff == 4) { if ((this.hitTest(this._parent.legars._x, this._parent.legars._y, true) or this.hitTest(this._parent.legars._x - 10, this._parent.legars._y - 10, true)) or this.hitTest(this._parent.legars._x + 10, this._parent.legars._y - 10, true)) { gotoAndPlay ("mort2"); petitdelay = 10; if (this._x < this._parent.legars._x) { speed = -10; } else { speed = 10; } hittestoff = 2; } } else if (hittestoff == 2) { if (petitdelay == 0) { if (this.hitTest(this._parent.legars._x - 10, this._parent.legars._y - 15) or this.hitTest(this._parent.legars._x + 10, this._parent.legars._y - 15)) { if (_root.staron != 1) { _root.playermort = 1; this._parent.legars.gotoAndStop("p1mort"); hittestoff = 1; } } } else { petitdelay = petitdelay - 1; } if ((this.hitTest(this._parent.legars._x, this._parent.legars._y, true) or this.hitTest(this._parent.legars._x + 7, this._parent.legars._y, true)) or this.hitTest(this._parent.legars._x - 7, this._parent.legars._y, true)) { _root.rebon = true; speed = 0; gotoAndPlay ("mort1"); } this._x = this._x + speed; if (this._parent.level.hitTest(this._x - 14, this._y - 15, true) and (speed < 0)) { speed = speed * -1; _root.hitetefx.start(0, 1); } else if (this._parent.level.hitTest(this._x + 14, this._y - 15, true) and (speed > 0)) { speed = speed * -1; _root.hitetefx.start(0, 1); } if (this._parent.level.hitTest(this._x, this._y, true)) { } else { petitdelay = 5; this._y = this._y + valeur2; if (valeur2 < 10) { valeur2 = valeur2 + 2; } } } if ((((this._y > 270) and (hittestoff != 1)) or ((this._x < -30) and (code == true))) or (this._x < -60)) { gotoAndStop ("zero"); hittestoff = 1; } }
Instance of Symbol 17 MovieClip [latortu] "tortu2" in Frame 4
onClipEvent (load) { speed = -2; hittestoff = 0; valeur2 = 0; petitdelay = 0; } onClipEvent (enterFrame) { this._x = this._x - _root.avancerecule; if ((this._x < 360) or (killcode == true)) { killcode = true; if (hittestoff == 0) { this._x = this._x + speed; if (this.hitTest(this._parent.legars._x - 10, this._parent.legars._y - 15) or this.hitTest(this._parent.legars._x + 10, this._parent.legars._y - 15)) { if (_root.staron != 1) { _root.playermort = 1; this._parent.legars.gotoAndPlay("p1mort"); hittestoff = 1; } else { gotoAndStop ("mortcarapace"); hittestoff = 11; } } if ((this.hitTest(this._parent.legars._x, this._parent.legars._y, true) or this.hitTest(this._parent.legars._x + 7, this._parent.legars._y, true)) or this.hitTest(this._parent.legars._x - 7, this._parent.legars._y, true)) { _root.rebon = true; gotoAndPlay ("mort1"); hittestoff = 1; } if (this._parent.level.hitTest(this._x - 14, this._y - 15, true) and (speed < 0)) { gotoAndStop ("tordroite"); speed = speed * -1; } else if (this._parent.level.hitTest(this._x + 14, this._y - 15, true) and (speed > 0)) { gotoAndStop ("torgauche"); speed = speed * -1; } if (this._parent.level.hitTest(this._x, this._y, true)) { } else { petitdelay = 5; this._y = this._y + valeur2; if (valeur2 < 10) { valeur2 = valeur2 + 2; } } if (this.hitTest(_root.feu1)) { _root.feu1.hitenemi = 1; gotoAndStop ("mortcarapace"); hittestoff = 11; } if (this.hitTest(_root.feu2)) { _root.feu2.hitenemi = 1; gotoAndStop ("mortcarapace"); hittestoff = 11; } } } if (hittestoff == 4) { if ((this.hitTest(this._parent.legars._x, this._parent.legars._y, true) or this.hitTest(this._parent.legars._x - 10, this._parent.legars._y - 10, true)) or this.hitTest(this._parent.legars._x + 10, this._parent.legars._y - 10, true)) { gotoAndPlay ("mort2"); petitdelay = 10; if (this._x < this._parent.legars._x) { speed = -10; } else { speed = 10; } hittestoff = 2; } } else if (hittestoff == 2) { if (petitdelay == 0) { if (this.hitTest(this._parent.legars._x - 10, this._parent.legars._y - 15) or this.hitTest(this._parent.legars._x + 10, this._parent.legars._y - 15)) { if (_root.staron != 1) { _root.playermort = 1; this._parent.legars.gotoAndStop("p1mort"); hittestoff = 1; } } } else { petitdelay = petitdelay - 1; } if ((this.hitTest(this._parent.legars._x, this._parent.legars._y, true) or this.hitTest(this._parent.legars._x + 7, this._parent.legars._y, true)) or this.hitTest(this._parent.legars._x - 7, this._parent.legars._y, true)) { _root.rebon = true; speed = 0; gotoAndPlay ("mort1"); } this._x = this._x + speed; if (this._parent.level.hitTest(this._x - 14, this._y - 15, true) and (speed < 0)) { speed = speed * -1; _root.hitetefx.start(0, 1); } else if (this._parent.level.hitTest(this._x + 14, this._y - 15, true) and (speed > 0)) { speed = speed * -1; _root.hitetefx.start(0, 1); } if (this._parent.level.hitTest(this._x, this._y, true)) { } else { petitdelay = 5; this._y = this._y + valeur2; if (valeur2 < 10) { valeur2 = valeur2 + 2; } } } if ((((this._y > 270) and (hittestoff != 1)) or ((this._x < -30) and (code == true))) or (this._x < -60)) { gotoAndStop ("zero"); hittestoff = 1; } }
Instance of Symbol 17 MovieClip [latortu] "tortu3" in Frame 4
onClipEvent (load) { speed = -2; hittestoff = 0; valeur2 = 0; petitdelay = 0; } onClipEvent (enterFrame) { this._x = this._x - _root.avancerecule; if ((this._x < 360) or (killcode == true)) { killcode = true; if (hittestoff == 0) { this._x = this._x + speed; if (this.hitTest(this._parent.legars._x - 10, this._parent.legars._y - 15) or this.hitTest(this._parent.legars._x + 10, this._parent.legars._y - 15)) { if (_root.staron != 1) { _root.playermort = 1; this._parent.legars.gotoAndPlay("p1mort"); hittestoff = 1; } else { gotoAndStop ("mortcarapace"); hittestoff = 11; } } if ((this.hitTest(this._parent.legars._x, this._parent.legars._y, true) or this.hitTest(this._parent.legars._x + 7, this._parent.legars._y, true)) or this.hitTest(this._parent.legars._x - 7, this._parent.legars._y, true)) { _root.rebon = true; gotoAndPlay ("mort1"); hittestoff = 1; } if (this._parent.level.hitTest(this._x - 14, this._y - 15, true) and (speed < 0)) { gotoAndStop ("tordroite"); speed = speed * -1; } else if (this._parent.level.hitTest(this._x + 14, this._y - 15, true) and (speed > 0)) { gotoAndStop ("torgauche"); speed = speed * -1; } if (this._parent.level.hitTest(this._x, this._y, true)) { } else { petitdelay = 5; this._y = this._y + valeur2; if (valeur2 < 10) { valeur2 = valeur2 + 2; } } if (this.hitTest(_root.feu1)) { _root.feu1.hitenemi = 1; gotoAndStop ("mortcarapace"); hittestoff = 11; } if (this.hitTest(_root.feu2)) { _root.feu2.hitenemi = 1; gotoAndStop ("mortcarapace"); hittestoff = 11; } } } if (hittestoff == 4) { if ((this.hitTest(this._parent.legars._x, this._parent.legars._y, true) or this.hitTest(this._parent.legars._x - 10, this._parent.legars._y - 10, true)) or this.hitTest(this._parent.legars._x + 10, this._parent.legars._y - 10, true)) { gotoAndPlay ("mort2"); petitdelay = 10; if (this._x < this._parent.legars._x) { speed = -10; } else { speed = 10; } hittestoff = 2; } } else if (hittestoff == 2) { if (petitdelay == 0) { if (this.hitTest(this._parent.legars._x - 10, this._parent.legars._y - 15) or this.hitTest(this._parent.legars._x + 10, this._parent.legars._y - 15)) { if (_root.staron != 1) { _root.playermort = 1; this._parent.legars.gotoAndStop("p1mort"); hittestoff = 1; } } } else { petitdelay = petitdelay - 1; } if ((this.hitTest(this._parent.legars._x, this._parent.legars._y, true) or this.hitTest(this._parent.legars._x + 7, this._parent.legars._y, true)) or this.hitTest(this._parent.legars._x - 7, this._parent.legars._y, true)) { _root.rebon = true; speed = 0; gotoAndPlay ("mort1"); } this._x = this._x + speed; if (this._parent.level.hitTest(this._x - 14, this._y - 15, true) and (speed < 0)) { speed = speed * -1; _root.hitetefx.start(0, 1); } else if (this._parent.level.hitTest(this._x + 14, this._y - 15, true) and (speed > 0)) { speed = speed * -1; _root.hitetefx.start(0, 1); } if (this._parent.level.hitTest(this._x, this._y, true)) { } else { petitdelay = 5; this._y = this._y + valeur2; if (valeur2 < 10) { valeur2 = valeur2 + 2; } } } if ((((this._y > 270) and (hittestoff != 1)) or ((this._x < -30) and (code == true))) or (this._x < -60)) { gotoAndStop ("zero"); hittestoff = 1; } }
Instance of Symbol 17 MovieClip [latortu] "tortu4" in Frame 4
onClipEvent (load) { speed = -2; hittestoff = 0; valeur2 = 0; petitdelay = 0; } onClipEvent (enterFrame) { this._x = this._x - _root.avancerecule; if ((this._x < 360) or (killcode == true)) { killcode = true; if (hittestoff == 0) { this._x = this._x + speed; if (this.hitTest(this._parent.legars._x - 10, this._parent.legars._y - 15) or this.hitTest(this._parent.legars._x + 10, this._parent.legars._y - 15)) { if (_root.staron != 1) { _root.playermort = 1; this._parent.legars.gotoAndPlay("p1mort"); hittestoff = 1; } else { gotoAndStop ("mortcarapace"); hittestoff = 11; } } if ((this.hitTest(this._parent.legars._x, this._parent.legars._y, true) or this.hitTest(this._parent.legars._x + 7, this._parent.legars._y, true)) or this.hitTest(this._parent.legars._x - 7, this._parent.legars._y, true)) { _root.rebon = true; gotoAndPlay ("mort1"); hittestoff = 1; } if (this._parent.level.hitTest(this._x - 14, this._y - 15, true) and (speed < 0)) { gotoAndStop ("tordroite"); speed = speed * -1; } else if (this._parent.level.hitTest(this._x + 14, this._y - 15, true) and (speed > 0)) { gotoAndStop ("torgauche"); speed = speed * -1; } if (this._parent.level.hitTest(this._x, this._y, true)) { } else { petitdelay = 5; this._y = this._y + valeur2; if (valeur2 < 10) { valeur2 = valeur2 + 2; } } if (this.hitTest(_root.feu1)) { _root.feu1.hitenemi = 1; gotoAndStop ("mortcarapace"); hittestoff = 11; } if (this.hitTest(_root.feu2)) { _root.feu2.hitenemi = 1; gotoAndStop ("mortcarapace"); hittestoff = 11; } } } if (hittestoff == 4) { if ((this.hitTest(this._parent.legars._x, this._parent.legars._y, true) or this.hitTest(this._parent.legars._x - 10, this._parent.legars._y - 10, true)) or this.hitTest(this._parent.legars._x + 10, this._parent.legars._y - 10, true)) { gotoAndPlay ("mort2"); petitdelay = 10; if (this._x < this._parent.legars._x) { speed = -10; } else { speed = 10; } hittestoff = 2; } } else if (hittestoff == 2) { if (petitdelay == 0) { if (this.hitTest(this._parent.legars._x - 10, this._parent.legars._y - 15) or this.hitTest(this._parent.legars._x + 10, this._parent.legars._y - 15)) { if (_root.staron != 1) { _root.playermort = 1; this._parent.legars.gotoAndStop("p1mort"); hittestoff = 1; } } } else { petitdelay = petitdelay - 1; } if ((this.hitTest(this._parent.legars._x, this._parent.legars._y, true) or this.hitTest(this._parent.legars._x + 7, this._parent.legars._y, true)) or this.hitTest(this._parent.legars._x - 7, this._parent.legars._y, true)) { _root.rebon = true; speed = 0; gotoAndPlay ("mort1"); } this._x = this._x + speed; if (this._parent.level.hitTest(this._x - 14, this._y - 15, true) and (speed < 0)) { speed = speed * -1; _root.hitetefx.start(0, 1); } else if (this._parent.level.hitTest(this._x + 14, this._y - 15, true) and (speed > 0)) { speed = speed * -1; _root.hitetefx.start(0, 1); } if (this._parent.level.hitTest(this._x, this._y, true)) { } else { petitdelay = 5; this._y = this._y + valeur2; if (valeur2 < 10) { valeur2 = valeur2 + 2; } } } if ((((this._y > 270) and (hittestoff != 1)) or ((this._x < -30) and (code == true))) or (this._x < -60)) { gotoAndStop ("zero"); hittestoff = 1; } }
Instance of Symbol 149 MovieClip "enemy20" in Frame 4
onClipEvent (load) { speed = -2; hittestoff = 0; valeur2 = 0; petitdelay = 0; defaultx = this._x; } onClipEvent (enterFrame) { this._y = int(this._y); this._x = this._x - _root.avancerecule; if ((this._x < 360) or (killcode == true)) { killcode = true; if (hittestoff == 0) { this._x = this._x + speed; if (this.hitTest(this._parent.legars._x - 10, this._parent.legars._y - 15) or this.hitTest(this._parent.legars._x + 10, this._parent.legars._y - 15)) { if (_root.staron != 1) { _root.playermort = true; this._parent.legars.gotoAndStop("p1mort"); hittestoff = 1; } else { this._parent.son.gotoAndPlay("tortushellhit"); gotoAndStop ("mort2"); hittestoff = 2; } } if ((this.hitTest(this._parent.legars._x, this._parent.legars._y, true) or this.hitTest(this._parent.legars._x + 7, this._parent.legars._y, true)) or this.hitTest(this._parent.legars._x - 7, this._parent.legars._y, true)) { _root.rebon = true; gotoAndPlay ("champmort"); hittestoff = 1; } if (this._parent.level.hitTest(this._x - 14, this._y - 15, true) and (speed < 0)) { speed = speed * -1; } else if (this._parent.level.hitTest(this._x + 14, this._y - 15, true) and (speed > 0)) { speed = speed * -1; } if (this._parent.level.hitTest(this._x, this._y, true)) { } else { petitdelay = 5; this._y = this._y + valeur2; if (valeur2 < 10) { valeur2 = valeur2 + 2; } } } } if (this.hitTest(this._parent.tortu4.shellbouge)) { this._parent.son.gotoAndPlay("tortushellhit"); gotoAndStop ("mort2"); hittestoff = 2; } if (this.hitTest(_root.feu1)) { _root.feu1.hitenemi = 1; this._parent.son.gotoAndPlay("tortushellhit"); gotoAndStop ("mort2"); hittestoff = 2; } if (this.hitTest(_root.feu2)) { _root.feu2.hitenemi = 1; this._parent.son.gotoAndPlay("tortushellhit"); gotoAndStop ("mort2"); hittestoff = 2; } if (hittestoff == 2) { this._y = this._y + 10; } if ((this._y > 270) or (this._x < -60)) { gotoAndStop ("zero"); hittestoff = 1; } }
Instance of Symbol 149 MovieClip "enemytype21" in Frame 4
onClipEvent (load) { speed = -2; hittestoff = 0; valeur2 = 0; petitdelay = 10; autoreverse = -10; defaultx = this._x; } onClipEvent (enterFrame) { this._y = int(this._y); this._x = this._x - _root.avancerecule; if ((this._x < 360) or (killcode == true)) { killcode = true; if (hittestoff == 0) { _x = (_x + speed); if (this.hitTest(this._parent.legars._x - 10, this._parent.legars._y - 15) or this.hitTest(this._parent.legars._x + 10, this._parent.legars._y - 15)) { if (_root.staron != 1) { _root.playermort = true; this._parent.legars.gotoAndStop("p1mort"); hittestoff = 1; } else { this._parent.son.gotoAndPlay("tortushellhit"); gotoAndStop ("mort2"); hittestoff = 2; } } if ((this.hitTest(this._parent.legars._x, this._parent.legars._y, true) or this.hitTest(this._parent.legars._x + 7, this._parent.legars._y, true)) or this.hitTest(this._parent.legars._x - 7, this._parent.legars._y, true)) { _root.rebon = true; gotoAndPlay ("champmort"); hittestoff = 1; } if (petitdelay == 0) { if (this._parent.level.hitTest(this._x + autoreverse, this._y, true)) { if (this._parent.level.hitTest(this._x - 14, this._y - 15, true) and (speed < 0)) { speed = speed * -1; } else if (this._parent.level.hitTest(this._x + 14, this._y - 15, true) and (speed > 0)) { speed = speed * -1; } } else { speed = speed * -1; autoreverse = autoreverse * -1; petitdelay = 10; } } else if (petitdelay > 0) { petitdelay = petitdelay - 1; } if (this._parent.level.hitTest(this._x, this._y, true)) { } else { petitdelay = 10; this._y = this._y + valeur2; if (valeur2 < 10) { valeur2 = valeur2 + 2; } } } } if (this.hitTest(_root.feu1)) { _root.feu1.hitenemi = 1; this._parent.son.gotoAndPlay("tortushellhit"); gotoAndStop ("mort2"); hittestoff = 2; } if (this.hitTest(_root.feu2)) { _root.feu2.hitenemi = 1; this._parent.son.gotoAndPlay("tortushellhit"); gotoAndStop ("mort2"); hittestoff = 2; } if (hittestoff == 2) { this._y = this._y + 10; } if ((this._y > 270) or (this._x < -60)) { gotoAndStop ("zero"); hittestoff = 1; } }
Instance of Symbol 161 MovieClip "fireball" in Frame 4
onClipEvent (load) { hittestoff = 0; speed = 8; hitenemi = 0; } onClipEvent (enterFrame) { this._x = this._x - _root.avancerecule; if ((hittestoff == 0) and (this._y > -200)) { this._x = this._x + avar; this._y = this._y + speed; if (this._parent.level.hitTest(this._x, this._y + 2, true)) { speed = speed * -1; } else if (speed < 8) { speed = (speed = speed + 2); } if ((this._parent.level.hitTest(this._x - 6, this._y - 5, true) or this._parent.level.hitTest(this._x + 6, this._y - 5, true)) or (hitenemi == 1)) { this.gotoAndStop("balletouchemur"); hittestoff = 1; } if (((this._x > 320) or (this._x < 0)) or (this._y > 250)) { this.gotoAndStop("stopballe"); hittestoff = 1; } } }
Instance of Symbol 165 MovieClip "fleur1" in Frame 4
onClipEvent (enterFrame) { this._x = this._x - _root.avancerecule; if (this.hitTest(this._parent.legars._x, this._parent.legars._y - 5, 1) and (hittestoff == 0)) { _root.fireballon = 1; this._parent.son.gotoAndPlay("grabitem"); this.gotoAndStop("fleuroff"); hittestoff = 1; } }
Instance of Symbol 175 MovieClip "star1" in Frame 4
onClipEvent (load) { speed = -6; speed2 = 4; delay = 10; } onClipEvent (enterFrame) { this._x = this._x - _root.avancerecule; if (hittestoff == 0) { if (this.hitTest(this._parent.legars._x, this._parent.legars._y - 20, 1) or this.hitTest(this._parent.legars._x, this._parent.legars._y - 40, 1)) { this.gotoAndStop("staroff"); stopAllSounds(); this._parent.son.gotoAndPlay("invincible"); _root.staron = 1; hittestoff = 1; } this._x = this._x + speed2; this._y = this._y + speed; if (this._parent.level.hitTest(this._x + 10, this._y, true)) { speed = speed * -1; } else if (speed < 8) { speed = (speed = speed + 2); } if (this._parent.level.hitTest(this._x + 20, this._y - 10, true) and (speed2 > 0)) { speed2 = speed2 * -1; } else if (this._parent.level.hitTest(this._x, this._y - 10, true) and (speed2 < 0)) { speed2 = speed2 * -1; } } }
Instance of Symbol 63 MovieClip "son" in Frame 4
onClipEvent (load) { delay = 48; count = 1; _root.nombreballe = 0; _root.staron = 0; startime = 300; } onClipEvent (enterFrame) { if ((_root.staron == 1) and (_root.playermort == 0)) { if (startime == 0) { stopAllSounds(); this._parent.son.gotoAndPlay("maintoune"); _root.staron = 0; startime = 300; } else { startime = startime - 1; } } if (_root.playermort == 2) { delay = delay - 1; if (delay == 0) { if (_root.lives > 0) { _root.fireballon = 0; this._parent.gotoAndPlay(3); } else { this._parent.gotoAndStop("gameover"); } delay = 48; stopmainsound = 0; } } } on (keyPress "5") { if (((_root.playermort == 0) and (_root.nombreballe < 2)) and (_root.fireballon == 1)) { if (count <= 2) { _root.nombreballe = _root.nombreballe + 1; if (this._parent.legars.gaucheoudroite == 1) { valeur = 12; } else { valeur = -12; } gotoAndPlay ("fireballtire"); this._parent.fireball.duplicateMovieClip("feu" + count, count); _root["feu" + count].avar = valeur; _root["feu" + count]._x = 140; _root["feu" + count]._y = this._parent.legars._y - 20; count = count + 1; } else { count = 1; } } }
Frame 5
gotoAndStop ("cheater");
Frame 6
stop();
Instance of Symbol 39 MovieClip in Frame 6
onClipEvent (load) { setProperty(this, _visible , "0"); gotoAndStop ("gogauche"); delay = 48; } onClipEvent (enterFrame) { if (_root.aninext == 1) { if (_x < 250) { setProperty(this, _visible , "1"); _x = (_x + 2); } else { setProperty(this, _visible , "0"); this._parent.son.gotoAndPlay("mariopipe"); _root.aninext = 2; } } else if (_root.aninext == 2) { delay = delay - 1; if (delay == 0) { _root.nextFrame(); delay = 20; } } }
Instance of Symbol 63 MovieClip "son" in Frame 6
onClipEvent (load) { delay = 48; count = 1; _root.nombreballe = 0; _root.staron = 0; startime = 300; } onClipEvent (enterFrame) { if ((_root.staron == 1) and (_root.playermort == false)) { if (startime == 0) { stopAllSounds(); this._parent.son.gotoAndPlay("maintoune"); _root.staron = 0; startime = 300; } else { startime = startime - 1; } } if (stopmainsound == 1) { delay = delay - 1; if (delay == 0) { if (_root.lives > 0) { _root.fireballon = 0; this._parent.gotoAndPlay(2); } else { this._parent.gotoAndStop("gameover"); } delay = 48; stopmainsound = 0; } } } on (keyPress "5") { if (((_root.playermort == false) and (_root.nombreballe < 2)) and (_root.fireballon == 1)) { if (count <= 2) { _root.nombreballe = _root.nombreballe + 1; if (this._parent.legars.gaucheoudroite == 1) { valeur = 12; } else { valeur = -12; } gotoAndPlay ("fireballtire"); this._parent.fireball.duplicateMovieClip("feu" + count, count); _root["feu" + count].avar = valeur; _root["feu" + count]._x = 140; _root["feu" + count]._y = this._parent.legars._y - 20; count = count + 1; } else { count = 1; } } }
Frame 7
play();
Frame 8
stop();
Instance of Symbol 183 MovieClip in Frame 8
onClipEvent (enterFrame) { this._x = this._parent.level._x; }
Instance of Symbol 39 MovieClip "legars" in Frame 8
onClipEvent (load) { _x = 140; _y = 40; _root.avancerecule = 0; saut = false; _root.valeur2 = 0; _root.gauche = false; _root.droite = false; _root.rebon = false; valeur3 = -10; gaucheoudroite = 1; keylock = false; _root.playermort = 0; mortdelay = 30; delayfin = 200; } onClipEvent (enterFrame) { if (_root.playermort == 0) { if (this._parent.level.hitTest(this._x, this._y, true) and ((saut == true) or (_root.tombe == true))) { _root.valeur = 0; _root.valeur2 = 0; _root.tombe = false; saut = false; } else if ((saut == false) and (_root.tombe != true)) { _root.tombe = true; } if (this._parent.level.hitTest(this._x, this._y, true) and this._parent.level.hitTest(this._x, this._y - 2, true)) { this._y = this._y - 2; this._y = int(this._y / 10) * 10; } if (this._parent.level.hitTest(this._x, this._y - 60, true) and (_root.valeur < 0)) { _root.hitetefx.start(0, 1); _root.test = _root.valeur; if ((((_root.test == -10) or (_root.test == -14)) or (_root.test == -16)) or (_root.test == -4)) { this._y = this._y - (_root.test + 10); } else if ((_root.test != -6) and (_root.test != -8)) { this._y = this._y + (_root.test + 10); } else if (_root.test == -6) { this._y = this._y - 2; } _root.valeur = 0; } if ((_root.tombe == false) and (_root.rebon == false)) { if (Key.isDown(38) and (saut == false)) { if (keylock == false) { _root.valeur = -18; _root.jumpfx.start(0, 1); keylock = true; saut = true; } } else if (saut == false) { keylock = false; } if (saut == true) { this._y = this._y + _root.valeur; if (_root.valeur < 10) { _root.valeur = _root.valeur + 2; } } } if ((_root.tombe == true) and (_root.rebon == false)) { this._y = this._y + _root.valeur2; _root.valeur = _root.valeur2; if (_root.valeur2 < 10) { _root.valeur2 = _root.valeur2 + 2; } } else if (_root.valeur2 != 0) { _root.valeur2 = 0; } this._parent.level._x = this._parent.level._x - _root.avancerecule; if ((((this._parent.level.hitTest(this._x + (_root.avancerecule - 10), this._y - 40, true) or this._parent.level.hitTest(this._x + (_root.avancerecule - 10), this._y - 20, true)) or this._parent.level.hitTest(this._x + (_root.avancerecule - 10), this._y - 30, true)) or this._parent.level.hitTest(this._x + (_root.avancerecule - 10), this._y - 2, true)) or this._parent.level.hitTest(this._x + (_root.avancerecule - 10), this._y - 55, true)) { if (_root.avancerecule < 0) { _root.avancerecule = 0; } _root.gauche = true; } else if ((((this._parent.level.hitTest(this._x + (_root.avancerecule + 10), this._y - 40, true) or this._parent.level.hitTest(this._x + (_root.avancerecule + 10), this._y - 20, true)) or this._parent.level.hitTest(this._x + (_root.avancerecule + 10), this._y - 30, true)) or this._parent.level.hitTest(this._x + (_root.avancerecule + 10), this._y - 2, true)) or this._parent.level.hitTest(this._x + (_root.avancerecule + 10), this._y - 55, true)) { if (_root.avancerecule > 0) { _root.avancerecule = 0; } _root.droite = true; } else if (_root.gauche == true) { _root.gauche = false; } else if (_root.droite == true) { _root.droite = false; } if (((_root.gauche == true) and (_root.droite == true)) and (this.saut == false)) { _root.droite = false; _root.gauche = false; } if ((saut == false) and (_root.rebon == false)) { if (_root.avancerecule == 0) { if (gaucheoudroite == 1) { this.gotoAndStop("stopdroite"); } else { this.gotoAndStop("stopgauche"); } } else if (gaucheoudroite == 1) { this.gotoAndStop("godroite"); } else if (gaucheoudroite == 2) { this.gotoAndStop("gogauche"); } } else if (_root.avancerecule == 0) { if (gaucheoudroite == 1) { this.gotoAndStop("sautedroite"); } else { this.gotoAndStop("sautegauche"); } } else if (gaucheoudroite == 1) { this.gotoAndStop("sautedroite"); } else if (gaucheoudroite == 2) { this.gotoAndStop("sautegauche"); } if (_root.droite == false) { if (Key.isDown(39)) { if (_root.avancerecule < 6) { gaucheoudroite = 1; _root.avancerecule = _root.avancerecule + 1; } } else if (_root.avancerecule > 0) { _root.avancerecule = _root.avancerecule - 1; } } if (_root.gauche == false) { if (Key.isDown(37)) { if (_root.avancerecule > -6) { gaucheoudroite = 2; _root.avancerecule = _root.avancerecule - 1; } } else if (_root.avancerecule < 0) { _root.avancerecule = _root.avancerecule + 1; } } if (_root.rebon == true) { this._y = this._y + valeur3; if (valeur3 < 0) { valeur3 = valeur3 + 2; } else { valeur3 = -10; _root.rebon = false; } } } else if (_root.playermort == 1) { _root.avancerecule = 0; if (mortdelay <= 0) { this._y = this._y + _root.valeur2; if (_root.valeur2 < 10) { _root.valeur2 = _root.valeur2 + 2; } } else { mortdelay = mortdelay - 1; } } else if (_root.playermort == 3) { delayfin = delayfin - 1; if (delayfin == 0) { this._parent.gotoAndStop(10); } if (this._y < 218) { this._y = this._y + 6; } else if (this._x < 270) { this._x = this._x + 6; this.gotoAndStop("godroite"); } else { setProperty(this, _visible , "0"); } } if (this._y > 420) { stopAllSounds(); _root.playermortfx.start(0, 1); _root.playermort = 2; _root.lives = _root.lives - 1; _y = -100; } }
Instance of Symbol 214 MovieClip "enemy1" in Frame 8
onClipEvent (load) { speed = -2; hittestoff = 0; valeur2 = 0; petitdelay = 0; defaultx = this._x; } onClipEvent (enterFrame) { this._y = int(this._y); this._x = this._x - _root.avancerecule; if ((this._x < 360) or (killcode == true)) { killcode = true; if (hittestoff == 0) { this._x = this._x + speed; if (this.hitTest(this._parent.legars._x - 10, this._parent.legars._y - 15) or this.hitTest(this._parent.legars._x + 10, this._parent.legars._y - 15)) { if (_root.staron != 1) { _root.playermort = true; this._parent.legars.gotoAndStop("p1mort"); hittestoff = 1; } else { this._parent.son.gotoAndPlay("tortushellhit"); gotoAndStop ("mort2"); hittestoff = 2; } } if ((this.hitTest(this._parent.legars._x, this._parent.legars._y, true) or this.hitTest(this._parent.legars._x + 7, this._parent.legars._y, true)) or this.hitTest(this._parent.legars._x - 7, this._parent.legars._y, true)) { _root.rebon = true; gotoAndPlay ("champmort"); hittestoff = 1; } if (this._parent.level.hitTest(this._x - 14, this._y - 15, true) and (speed < 0)) { speed = speed * -1; } else if (this._parent.level.hitTest(this._x + 14, this._y - 15, true) and (speed > 0)) { speed = speed * -1; } if (this._parent.level.hitTest(this._x, this._y, true)) { } else { petitdelay = 5; this._y = this._y + valeur2; if (valeur2 < 10) { valeur2 = valeur2 + 2; } } } } if (this.hitTest(_root.feu1)) { _root.feu1.hitenemi = 1; this._parent.son.gotoAndPlay("tortushellhit"); gotoAndStop ("mort2"); hittestoff = 2; } if (this.hitTest(_root.feu2)) { _root.feu2.hitenemi = 1; this._parent.son.gotoAndPlay("tortushellhit"); gotoAndStop ("mort2"); hittestoff = 2; } if (hittestoff == 2) { this._y = this._y + 10; } if ((this._y > 270) or (this._x < -60)) { gotoAndStop ("zero"); hittestoff = 1; } }
Instance of Symbol 214 MovieClip "enemy2" in Frame 8
onClipEvent (load) { speed = -2; hittestoff = 0; valeur2 = 0; petitdelay = 0; defaultx = this._x; } onClipEvent (enterFrame) { this._y = int(this._y); this._x = this._x - _root.avancerecule; if ((this._x < 360) or (killcode == true)) { killcode = true; if (hittestoff == 0) { this._x = this._x + speed; if (this.hitTest(this._parent.legars._x - 10, this._parent.legars._y - 15) or this.hitTest(this._parent.legars._x + 10, this._parent.legars._y - 15)) { if (_root.staron != 1) { _root.playermort = true; this._parent.legars.gotoAndStop("p1mort"); hittestoff = 1; } else { this._parent.son.gotoAndPlay("tortushellhit"); gotoAndStop ("mort2"); hittestoff = 2; } } if ((this.hitTest(this._parent.legars._x, this._parent.legars._y, true) or this.hitTest(this._parent.legars._x + 7, this._parent.legars._y, true)) or this.hitTest(this._parent.legars._x - 7, this._parent.legars._y, true)) { _root.rebon = true; gotoAndPlay ("champmort"); hittestoff = 1; } if (this._parent.level.hitTest(this._x - 14, this._y - 15, true) and (speed < 0)) { speed = speed * -1; } else if (this._parent.level.hitTest(this._x + 14, this._y - 15, true) and (speed > 0)) { speed = speed * -1; } if (this._parent.level.hitTest(this._x, this._y, true)) { } else { petitdelay = 5; this._y = this._y + valeur2; if (valeur2 < 10) { valeur2 = valeur2 + 2; } } } } if (this.hitTest(_root.feu1)) { _root.feu1.hitenemi = 1; this._parent.son.gotoAndPlay("tortushellhit"); gotoAndStop ("mort2"); hittestoff = 2; } if (this.hitTest(_root.feu2)) { _root.feu2.hitenemi = 1; this._parent.son.gotoAndPlay("tortushellhit"); gotoAndStop ("mort2"); hittestoff = 2; } if (hittestoff == 2) { this._y = this._y + 10; } if ((this._y > 270) or (this._x < -60)) { gotoAndStop ("zero"); hittestoff = 1; } }
Instance of Symbol 214 MovieClip "enemy3" in Frame 8
onClipEvent (load) { speed = -2; hittestoff = 0; valeur2 = 0; petitdelay = 0; defaultx = this._x; } onClipEvent (enterFrame) { this._y = int(this._y); this._x = this._x - _root.avancerecule; if ((this._x < 360) or (killcode == true)) { killcode = true; if (hittestoff == 0) { this._x = this._x + speed; if (this.hitTest(this._parent.legars._x - 10, this._parent.legars._y - 15) or this.hitTest(this._parent.legars._x + 10, this._parent.legars._y - 15)) { if (_root.staron != 1) { _root.playermort = true; this._parent.legars.gotoAndStop("p1mort"); hittestoff = 1; } else { this._parent.son.gotoAndPlay("tortushellhit"); gotoAndStop ("mort2"); hittestoff = 2; } } if ((this.hitTest(this._parent.legars._x, this._parent.legars._y, true) or this.hitTest(this._parent.legars._x + 7, this._parent.legars._y, true)) or this.hitTest(this._parent.legars._x - 7, this._parent.legars._y, true)) { _root.rebon = true; gotoAndPlay ("champmort"); hittestoff = 1; } if (this._parent.level.hitTest(this._x - 14, this._y - 15, true) and (speed < 0)) { speed = speed * -1; } else if (this._parent.level.hitTest(this._x + 14, this._y - 15, true) and (speed > 0)) { speed = speed * -1; } if (this._parent.level.hitTest(this._x, this._y, true)) { } else { petitdelay = 5; this._y = this._y + valeur2; if (valeur2 < 10) { valeur2 = valeur2 + 2; } } } } if (this.hitTest(this._parent.tortu3.shellbouge)) { this._parent.son.gotoAndPlay("tortushellhit"); gotoAndStop ("mort2"); hittestoff = 2; } if (this.hitTest(_root.feu1)) { _root.feu1.hitenemi = 1; this._parent.son.gotoAndPlay("tortushellhit"); gotoAndStop ("mort2"); hittestoff = 2; } if (this.hitTest(_root.feu2)) { _root.feu2.hitenemi = 1; this._parent.son.gotoAndPlay("tortushellhit"); gotoAndStop ("mort2"); hittestoff = 2; } if (hittestoff == 2) { this._y = this._y + 10; } if ((this._y > 270) or (this._x < -60)) { gotoAndStop ("zero"); hittestoff = 1; } }
Instance of Symbol 214 MovieClip "enemy4" in Frame 8
onClipEvent (load) { speed = -2; hittestoff = 0; valeur2 = 0; petitdelay = 0; defaultx = this._x; } onClipEvent (enterFrame) { this._y = int(this._y); this._x = this._x - _root.avancerecule; if ((this._x < 360) or (killcode == true)) { killcode = true; if (hittestoff == 0) { this._x = this._x + speed; if (this.hitTest(this._parent.legars._x - 10, this._parent.legars._y - 15) or this.hitTest(this._parent.legars._x + 10, this._parent.legars._y - 15)) { if (_root.staron != 1) { _root.playermort = true; this._parent.legars.gotoAndStop("p1mort"); hittestoff = 1; } else { this._parent.son.gotoAndPlay("tortushellhit"); gotoAndStop ("mort2"); hittestoff = 2; } } if ((this.hitTest(this._parent.legars._x, this._parent.legars._y, true) or this.hitTest(this._parent.legars._x + 7, this._parent.legars._y, true)) or this.hitTest(this._parent.legars._x - 7, this._parent.legars._y, true)) { _root.rebon = true; gotoAndPlay ("champmort"); hittestoff = 1; } if (this._parent.level.hitTest(this._x - 14, this._y - 15, true) and (speed < 0)) { speed = speed * -1; } else if (this._parent.level.hitTest(this._x + 14, this._y - 15, true) and (speed > 0)) { speed = speed * -1; } if (this._parent.level.hitTest(this._x, this._y, true)) { } else { petitdelay = 5; this._y = this._y + valeur2; if (valeur2 < 10) { valeur2 = valeur2 + 2; } } } } if (this.hitTest(this._parent.tortu4.shellbouge)) { this._parent.son.gotoAndPlay("tortushellhit"); gotoAndStop ("mort2"); hittestoff = 2; } if (this.hitTest(_root.feu1)) { _root.feu1.hitenemi = 1; this._parent.son.gotoAndPlay("tortushellhit"); gotoAndStop ("mort2"); hittestoff = 2; } if (this.hitTest(_root.feu2)) { _root.feu2.hitenemi = 1; this._parent.son.gotoAndPlay("tortushellhit"); gotoAndStop ("mort2"); hittestoff = 2; } if (hittestoff == 2) { this._y = this._y + 10; } if ((this._y > 270) or (this._x < -60)) { gotoAndStop ("zero"); hittestoff = 1; } }
Instance of Symbol 17 MovieClip [latortu] "tortu1" in Frame 8
onClipEvent (load) { speed = -2; hittestoff = 0; valeur2 = 0; petitdelay = 0; defaultx = this._x; autoreverse = -10; } onClipEvent (enterFrame) { this._y = int(this._y); this._x = this._x - _root.avancerecule; if ((this._x < 360) or (killcode == true)) { killcode = true; if (hittestoff == 0) { this._x = this._x + speed; if (this.hitTest(this._parent.legars._x - 10, this._parent.legars._y - 15) or this.hitTest(this._parent.legars._x + 10, this._parent.legars._y - 15)) { if (_root.staron != 1) { _root.playermort = true; this._parent.legars.gotoAndStop("p1mort"); hittestoff = 1; } else { gotoAndStop ("mortcarapace"); hittestoff = 11; } } if ((this.hitTest(this._parent.legars._x, this._parent.legars._y, true) or this.hitTest(this._parent.legars._x + 7, this._parent.legars._y, true)) or this.hitTest(this._parent.legars._x - 7, this._parent.legars._y, true)) { _root.rebon = true; gotoAndPlay ("mort1"); hittestoff = 1; } if (petitdelay == 0) { if (this._parent.level.hitTest(this._x + autoreverse, this._y, true)) { if (this._parent.level.hitTest(this._x - 14, this._y - 15, true) and (speed < 0)) { gotoAndStop ("tordroite"); speed = speed * -1; } else if (this._parent.level.hitTest(this._x + 14, this._y - 15, true) and (speed > 0)) { gotoAndStop ("torgauche"); speed = speed * -1; } } else { speed = speed * -1; if (speed < 0) { gotoAndStop ("torgauche"); } else { gotoAndStop ("tordroite"); } autoreverse = autoreverse * -1; petitdelay = 10; } } else if (petitdelay > 0) { petitdelay = petitdelay - 1; } if (this._parent.level.hitTest(this._x, this._y, true)) { } else { petitdelay = 5; this._y = this._y + valeur2; if (valeur2 < 10) { valeur2 = valeur2 + 2; } } } if (this.hitTest(this._parent.tortu2.shellbouge)) { gotoAndStop ("mortcarapace"); hittestoff = 11; } if (this.hitTest(_root.feu1)) { _root.feu1.hitenemi = 1; gotoAndStop ("mortcarapace"); hittestoff = 11; } if (this.hitTest(_root.feu2)) { _root.feu2.hitenemi = 1; gotoAndStop ("mortcarapace"); hittestoff = 11; } } if (hittestoff == 4) { if ((this.hitTest(this._parent.legars._x, this._parent.legars._y, true) or this.hitTest(this._parent.legars._x - 10, this._parent.legars._y - 10, true)) or this.hitTest(this._parent.legars._x + 10, this._parent.legars._y - 10, true)) { gotoAndPlay ("mort2"); petitdelay = 10; if (this._x < this._parent.legars._x) { speed = -10; } else { speed = 10; } hittestoff = 2; } } else if (hittestoff == 2) { if (petitdelay == 0) { if (this.hitTest(this._parent.legars._x - 10, this._parent.legars._y - 15) or this.hitTest(this._parent.legars._x + 10, this._parent.legars._y - 15)) { if (_root.staron != 1) { _root.playermort = true; this._parent.legars.gotoAndStop("p1mort"); hittestoff = 1; } } } else { petitdelay = petitdelay - 1; } if ((this.hitTest(this._parent.legars._x, this._parent.legars._y, true) or this.hitTest(this._parent.legars._x + 7, this._parent.legars._y, true)) or this.hitTest(this._parent.legars._x - 7, this._parent.legars._y, true)) { _root.rebon = true; speed = 0; gotoAndPlay ("mort1"); } this._x = this._x + speed; if (this._parent.level.hitTest(this._x - 14, this._y - 15, true) and (speed < 0)) { speed = speed * -1; } else if (this._parent.level.hitTest(this._x + 14, this._y - 15, true) and (speed > 0)) { speed = speed * -1; } if (this._parent.level.hitTest(this._x, this._y, true)) { } else { petitdelay = 5; this._y = this._y + valeur2; if (valeur2 < 10) { valeur2 = valeur2 + 2; } } } if ((((this._y > 270) and (hittestoff != 1)) or ((this._x < -30) and (code == true))) or (this._x < -60)) { gotoAndStop ("zero"); hittestoff = 1; } }
Instance of Symbol 17 MovieClip [latortu] "tortu2" in Frame 8
onClipEvent (load) { speed = -2; hittestoff = 0; valeur2 = 0; petitdelay = 0; defaultx = this._x; autoreverse = -10; } onClipEvent (enterFrame) { this._y = int(this._y); this._x = this._x - _root.avancerecule; if ((this._x < 360) or (killcode == true)) { killcode = true; if (hittestoff == 0) { this._x = this._x + speed; if (this.hitTest(this._parent.legars._x - 10, this._parent.legars._y - 15) or this.hitTest(this._parent.legars._x + 10, this._parent.legars._y - 15)) { if (_root.staron != 1) { _root.playermort = true; this._parent.legars.gotoAndStop("p1mort"); hittestoff = 1; } else { gotoAndStop ("mortcarapace"); hittestoff = 11; } } if ((this.hitTest(this._parent.legars._x, this._parent.legars._y, true) or this.hitTest(this._parent.legars._x + 7, this._parent.legars._y, true)) or this.hitTest(this._parent.legars._x - 7, this._parent.legars._y, true)) { _root.rebon = true; gotoAndPlay ("mort1"); hittestoff = 1; } if (petitdelay == 0) { if (this._parent.level.hitTest(this._x + autoreverse, this._y, true)) { if (this._parent.level.hitTest(this._x - 14, this._y - 15, true) and (speed < 0)) { gotoAndStop ("tordroite"); speed = speed * -1; } else if (this._parent.level.hitTest(this._x + 14, this._y - 15, true) and (speed > 0)) { gotoAndStop ("torgauche"); speed = speed * -1; } } else { speed = speed * -1; if (speed < 0) { gotoAndStop ("torgauche"); } else { gotoAndStop ("tordroite"); } autoreverse = autoreverse * -1; petitdelay = 10; } } else if (petitdelay > 0) { petitdelay = petitdelay - 1; } if (this._parent.level.hitTest(this._x, this._y, true)) { } else { petitdelay = 5; this._y = this._y + valeur2; if (valeur2 < 10) { valeur2 = valeur2 + 2; } } } if (this.hitTest(this._parent.tortu1.shellbouge)) { gotoAndStop ("mortcarapace"); hittestoff = 11; } if (this.hitTest(_root.feu1)) { _root.feu1.hitenemi = 1; gotoAndStop ("mortcarapace"); hittestoff = 11; } if (this.hitTest(_root.feu2)) { _root.feu2.hitenemi = 1; gotoAndStop ("mortcarapace"); hittestoff = 11; } } if (hittestoff == 4) { if ((this.hitTest(this._parent.legars._x, this._parent.legars._y, true) or this.hitTest(this._parent.legars._x - 10, this._parent.legars._y - 10, true)) or this.hitTest(this._parent.legars._x + 10, this._parent.legars._y - 10, true)) { gotoAndPlay ("mort2"); petitdelay = 10; if (this._x < this._parent.legars._x) { speed = -10; } else { speed = 10; } hittestoff = 2; } } else if (hittestoff == 2) { if (petitdelay == 0) { if (this.hitTest(this._parent.legars._x - 10, this._parent.legars._y - 15) or this.hitTest(this._parent.legars._x + 10, this._parent.legars._y - 15)) { if (_root.staron != 1) { _root.playermort = true; this._parent.legars.gotoAndStop("p1mort"); hittestoff = 1; } } } else { petitdelay = petitdelay - 1; } if ((this.hitTest(this._parent.legars._x, this._parent.legars._y, true) or this.hitTest(this._parent.legars._x + 7, this._parent.legars._y, true)) or this.hitTest(this._parent.legars._x - 7, this._parent.legars._y, true)) { _root.rebon = true; speed = 0; gotoAndPlay ("mort1"); } this._x = this._x + speed; if (this._parent.level.hitTest(this._x - 14, this._y - 15, true) and (speed < 0)) { speed = speed * -1; } else if (this._parent.level.hitTest(this._x + 14, this._y - 15, true) and (speed > 0)) { speed = speed * -1; } if (this._parent.level.hitTest(this._x, this._y, true)) { } else { petitdelay = 5; this._y = this._y + valeur2; if (valeur2 < 10) { valeur2 = valeur2 + 2; } } } if ((((this._y > 270) and (hittestoff != 1)) or ((this._x < -30) and (code == true))) or (this._x < -60)) { gotoAndStop ("zero"); hittestoff = 1; } }
Instance of Symbol 17 MovieClip [latortu] "tortu3" in Frame 8
onClipEvent (load) { speed = -2; hittestoff = 0; valeur2 = 0; petitdelay = 0; } onClipEvent (enterFrame) { this._x = this._x - _root.avancerecule; if ((this._x < 360) or (killcode == true)) { killcode = true; if (hittestoff == 0) { this._x = this._x + speed; if (this.hitTest(this._parent.legars._x - 10, this._parent.legars._y - 15) or this.hitTest(this._parent.legars._x + 10, this._parent.legars._y - 15)) { if (_root.staron != 1) { _root.playermort = 1; this._parent.legars.gotoAndPlay("p1mort"); hittestoff = 1; } else { gotoAndStop ("mortcarapace"); hittestoff = 11; } } if ((this.hitTest(this._parent.legars._x, this._parent.legars._y, true) or this.hitTest(this._parent.legars._x + 7, this._parent.legars._y, true)) or this.hitTest(this._parent.legars._x - 7, this._parent.legars._y, true)) { _root.rebon = true; gotoAndPlay ("mort1"); hittestoff = 1; } if (this._parent.level.hitTest(this._x - 14, this._y - 15, true) and (speed < 0)) { gotoAndStop ("tordroite"); speed = speed * -1; } else if (this._parent.level.hitTest(this._x + 14, this._y - 15, true) and (speed > 0)) { gotoAndStop ("torgauche"); speed = speed * -1; } if (this._parent.level.hitTest(this._x, this._y, true)) { } else { petitdelay = 5; this._y = this._y + valeur2; if (valeur2 < 10) { valeur2 = valeur2 + 2; } } if (this.hitTest(_root.feu1)) { _root.feu1.hitenemi = 1; gotoAndStop ("mortcarapace"); hittestoff = 11; } if (this.hitTest(_root.feu2)) { _root.feu2.hitenemi = 1; gotoAndStop ("mortcarapace"); hittestoff = 11; } } } if (hittestoff == 4) { if ((this.hitTest(this._parent.legars._x, this._parent.legars._y, true) or this.hitTest(this._parent.legars._x - 10, this._parent.legars._y - 10, true)) or this.hitTest(this._parent.legars._x + 10, this._parent.legars._y - 10, true)) { gotoAndPlay ("mort2"); petitdelay = 10; if (this._x < this._parent.legars._x) { speed = -10; } else { speed = 10; } hittestoff = 2; } } else if (hittestoff == 2) { if (petitdelay == 0) { if (this.hitTest(this._parent.legars._x - 10, this._parent.legars._y - 15) or this.hitTest(this._parent.legars._x + 10, this._parent.legars._y - 15)) { if (_root.staron != 1) { _root.playermort = 1; this._parent.legars.gotoAndStop("p1mort"); hittestoff = 1; } } } else { petitdelay = petitdelay - 1; } if ((this.hitTest(this._parent.legars._x, this._parent.legars._y, true) or this.hitTest(this._parent.legars._x + 7, this._parent.legars._y, true)) or this.hitTest(this._parent.legars._x - 7, this._parent.legars._y, true)) { _root.rebon = true; speed = 0; gotoAndPlay ("mort1"); } this._x = this._x + speed; if (this._parent.level.hitTest(this._x - 14, this._y - 15, true) and (speed < 0)) { speed = speed * -1; _root.hitetefx.start(0, 1); } else if (this._parent.level.hitTest(this._x + 14, this._y - 15, true) and (speed > 0)) { speed = speed * -1; _root.hitetefx.start(0, 1); } if (this._parent.level.hitTest(this._x, this._y, true)) { } else { petitdelay = 5; this._y = this._y + valeur2; if (valeur2 < 10) { valeur2 = valeur2 + 2; } } } if ((((this._y > 270) and (hittestoff != 1)) or ((this._x < -30) and (code == true))) or (this._x < -60)) { gotoAndStop ("zero"); hittestoff = 1; } }
Instance of Symbol 17 MovieClip [latortu] "tortu4" in Frame 8
onClipEvent (load) { speed = -2; hittestoff = 0; valeur2 = 0; petitdelay = 0; } onClipEvent (enterFrame) { this._x = this._x - _root.avancerecule; if ((this._x < 360) or (killcode == true)) { killcode = true; if (hittestoff == 0) { this._x = this._x + speed; if (this.hitTest(this._parent.legars._x - 10, this._parent.legars._y - 15) or this.hitTest(this._parent.legars._x + 10, this._parent.legars._y - 15)) { if (_root.staron != 1) { _root.playermort = 1; this._parent.legars.gotoAndPlay("p1mort"); hittestoff = 1; } else { gotoAndStop ("mortcarapace"); hittestoff = 11; } } if ((this.hitTest(this._parent.legars._x, this._parent.legars._y, true) or this.hitTest(this._parent.legars._x + 7, this._parent.legars._y, true)) or this.hitTest(this._parent.legars._x - 7, this._parent.legars._y, true)) { _root.rebon = true; gotoAndPlay ("mort1"); hittestoff = 1; } if (this._parent.level.hitTest(this._x - 14, this._y - 15, true) and (speed < 0)) { gotoAndStop ("tordroite"); speed = speed * -1; } else if (this._parent.level.hitTest(this._x + 14, this._y - 15, true) and (speed > 0)) { gotoAndStop ("torgauche"); speed = speed * -1; } if (this._parent.level.hitTest(this._x, this._y, true)) { } else { petitdelay = 5; this._y = this._y + valeur2; if (valeur2 < 10) { valeur2 = valeur2 + 2; } } if (this.hitTest(_root.feu1)) { _root.feu1.hitenemi = 1; gotoAndStop ("mortcarapace"); hittestoff = 11; } if (this.hitTest(_root.feu2)) { _root.feu2.hitenemi = 1; gotoAndStop ("mortcarapace"); hittestoff = 11; } } } if (hittestoff == 4) { if ((this.hitTest(this._parent.legars._x, this._parent.legars._y, true) or this.hitTest(this._parent.legars._x - 10, this._parent.legars._y - 10, true)) or this.hitTest(this._parent.legars._x + 10, this._parent.legars._y - 10, true)) { gotoAndPlay ("mort2"); petitdelay = 10; if (this._x < this._parent.legars._x) { speed = -10; } else { speed = 10; } hittestoff = 2; } } else if (hittestoff == 2) { if (petitdelay == 0) { if (this.hitTest(this._parent.legars._x - 10, this._parent.legars._y - 15) or this.hitTest(this._parent.legars._x + 10, this._parent.legars._y - 15)) { if (_root.staron != 1) { _root.playermort = 1; this._parent.legars.gotoAndStop("p1mort"); hittestoff = 1; } } } else { petitdelay = petitdelay - 1; } if ((this.hitTest(this._parent.legars._x, this._parent.legars._y, true) or this.hitTest(this._parent.legars._x + 7, this._parent.legars._y, true)) or this.hitTest(this._parent.legars._x - 7, this._parent.legars._y, true)) { _root.rebon = true; speed = 0; gotoAndPlay ("mort1"); } this._x = this._x + speed; if (this._parent.level.hitTest(this._x - 14, this._y - 15, true) and (speed < 0)) { speed = speed * -1; _root.hitetefx.start(0, 1); } else if (this._parent.level.hitTest(this._x + 14, this._y - 15, true) and (speed > 0)) { speed = speed * -1; _root.hitetefx.start(0, 1); } if (this._parent.level.hitTest(this._x, this._y, true)) { } else { petitdelay = 5; this._y = this._y + valeur2; if (valeur2 < 10) { valeur2 = valeur2 + 2; } } } if ((((this._y > 270) and (hittestoff != 1)) or ((this._x < -30) and (code == true))) or (this._x < -60)) { gotoAndStop ("zero"); hittestoff = 1; } }
Instance of Symbol 218 MovieClip "Bigberta" in Frame 8
onClipEvent (load) { speed = -6; hittestoff = 0; } onClipEvent (enterFrame) { this._y = int(this._y); if ((this._x > -10) and (_root.playermort == false)) { this._x = this._x - _root.avancerecule; if (hittestoff == 0) { this._x = this._x + speed; if (this.hitTest(this._parent.legars._x - 10, this._parent.legars._y - 30) or this.hitTest(this._parent.legars._x + 10, this._parent.legars._y - 30)) { if (_root.staron != 1) { _root.playermort = true; this._parent.legars.gotoAndStop("p1mort"); hittestoff = 1; } else { gotoAndPlay ("ballemort"); hittestoff = 1; } } if ((this.hitTest(this._parent.legars._x, this._parent.legars._y, true) or this.hitTest(this._parent.legars._x + 7, this._parent.legars._y, true)) or this.hitTest(this._parent.legars._x - 7, this._parent.legars._y, true)) { _root.rebon = true; gotoAndPlay ("ballemort"); hittestoff = 1; } } } else { this.removeMovieClip(); } }
Instance of Symbol 161 MovieClip "fireball" in Frame 8
onClipEvent (load) { hittestoff = 0; speed = 8; hitenemi = 0; } onClipEvent (enterFrame) { this._x = this._x - _root.avancerecule; if ((hittestoff == 0) and (this._y > -200)) { this._x = this._x + avar; this._y = this._y + speed; if (this._parent.level.hitTest(this._x, this._y + 2, true)) { speed = speed * -1; } else if (speed < 8) { speed = (speed = speed + 2); } if ((this._parent.level.hitTest(this._x - 6, this._y - 5, true) or this._parent.level.hitTest(this._x + 6, this._y - 5, true)) or (hitenemi == 1)) { this.gotoAndStop("balletouchemur"); hittestoff = 1; } if (((this._x > 320) or (this._x < 0)) or (this._y > 250)) { this.gotoAndStop("stopballe"); hittestoff = 1; } } }
Instance of Symbol 63 MovieClip "son" in Frame 8
onClipEvent (load) { delay = 48; count = 1; _root.nombreballe = 0; _root.staron = 0; startime = 300; } onClipEvent (enterFrame) { if ((_root.staron == 1) and (_root.playermort == 0)) { if (startime == 0) { stopAllSounds(); this._parent.son.gotoAndPlay("maintoune2"); _root.staron = 0; startime = 300; } else { startime = startime - 1; } } if (_root.playermort == 2) { delay = delay - 1; if (delay == 0) { if (_root.lives > 0) { _root.fireballon = 0; this._parent.gotoAndPlay(7); } else { this._parent.gotoAndStop("gameover"); } delay = 48; stopmainsound = 0; } } } on (keyPress "5") { if (((_root.playermort == 0) and (_root.nombreballe < 2)) and (_root.fireballon == 1)) { if (count <= 2) { _root.nombreballe = _root.nombreballe + 1; if (this._parent.legars.gaucheoudroite == 1) { valeur = 12; } else { valeur = -12; } gotoAndPlay ("fireballtire"); this._parent.fireball.duplicateMovieClip("feu" + count, count); _root["feu" + count].avar = valeur; _root["feu" + count]._x = 140; _root["feu" + count]._y = this._parent.legars._y - 20; count = count + 1; } else { count = 1; } } }
Instance of Symbol 175 MovieClip "star1" in Frame 8
onClipEvent (load) { speed = -6; speed2 = 4; delay = 10; } onClipEvent (enterFrame) { this._x = this._x - _root.avancerecule; if (hittestoff == 0) { if (this.hitTest(this._parent.legars._x, this._parent.legars._y - 20, 1) or this.hitTest(this._parent.legars._x, this._parent.legars._y - 40, 1)) { this.gotoAndStop("staroff"); stopAllSounds(); this._parent.son.gotoAndPlay("invincible"); _root.staron = 1; hittestoff = 1; } this._x = this._x + speed2; this._y = this._y + speed; if (this._parent.level.hitTest(this._x + 10, this._y, true)) { speed = speed * -1; } else if (speed < 8) { speed = (speed = speed + 2); } if (this._parent.level.hitTest(this._x + 20, this._y - 10, true) and (speed2 > 0)) { speed2 = speed2 * -1; } else if (this._parent.level.hitTest(this._x, this._y - 10, true) and (speed < 0)) { speed2 = speed2 * -1; } } }
Frame 10
play();
Frame 11
stop();
Instance of Symbol 222 MovieClip in Frame 11
onClipEvent (enterFrame) { this._x = this._parent.level._x; }
Instance of Symbol 234 MovieClip in Frame 11
onClipEvent (enterFrame) { this._x = this._parent.level._x; }
Instance of Symbol 39 MovieClip "legars" in Frame 11
onClipEvent (load) { _x = 140; _y = 120; _root.plateforme = 0; _root.avancerecule = 0; saut = false; _root.valeur2 = 0; _root.gauche = false; _root.droite = false; _root.rebon = false; valeur3 = -10; gaucheoudroite = 1; keylock = false; _root.playermort = 0; mortdelay = 30; delayfin = 200; } onClipEvent (enterFrame) { if (_root.playermort == 0) { if (this._parent.level.hitTest(this._x, this._y, true) and ((saut == true) or (_root.tombe == true))) { _root.valeur = 0; _root.valeur2 = 0; _root.tombe = false; saut = false; } else if ((saut == false) and (_root.tombe != true)) { _root.tombe = true; } if (this._parent.level.hitTest(this._x, this._y, true) and this._parent.level.hitTest(this._x, this._y - 2, true)) { this._y = this._y - 2; this._y = int(this._y / 10) * 10; } if (this._parent.level.hitTest(this._x, this._y - 60, true) and (_root.valeur < 0)) { _root.hitetefx.start(0, 1); _root.test = _root.valeur; if ((((_root.test == -10) or (_root.test == -14)) or (_root.test == -16)) or (_root.test == -4)) { this._y = this._y - (_root.test + 10); } else if ((_root.test != -6) and (_root.test != -8)) { this._y = this._y + (_root.test + 10); } else if (_root.test == -6) { this._y = this._y - 2; } _root.valeur = 0; } if ((_root.tombe == false) and (_root.rebon == false)) { if (Key.isDown(38) and (saut == false)) { if (keylock == false) { _root.valeur = -18; _root.jumpfx.start(0, 1); keylock = true; saut = true; } } else if (saut == false) { keylock = false; } if (saut == true) { this._y = this._y + _root.valeur; if (_root.valeur < 10) { _root.valeur = _root.valeur + 2; } } } if ((_root.tombe == true) and (_root.rebon == false)) { this._y = this._y + _root.valeur2; _root.valeur = _root.valeur2; if (_root.valeur2 < 10) { _root.valeur2 = _root.valeur2 + 2; } } else if (_root.valeur2 != 0) { _root.valeur2 = 0; } this._parent.level._x = this._parent.level._x - _root.avancerecule; if ((((this._parent.level.hitTest(this._x + (_root.avancerecule - 10), this._y - 40, true) or this._parent.level.hitTest(this._x + (_root.avancerecule - 10), this._y - 20, true)) or this._parent.level.hitTest(this._x + (_root.avancerecule - 10), this._y - 30, true)) or this._parent.level.hitTest(this._x + (_root.avancerecule - 10), this._y - 2, true)) or this._parent.level.hitTest(this._x + (_root.avancerecule - 10), this._y - 55, true)) { if (_root.avancerecule < 0) { _root.avancerecule = 0; } _root.gauche = true; } else if ((((this._parent.level.hitTest(this._x + (_root.avancerecule + 10), this._y - 40, true) or this._parent.level.hitTest(this._x + (_root.avancerecule + 10), this._y - 20, true)) or this._parent.level.hitTest(this._x + (_root.avancerecule + 10), this._y - 30, true)) or this._parent.level.hitTest(this._x + (_root.avancerecule + 10), this._y - 2, true)) or this._parent.level.hitTest(this._x + (_root.avancerecule + 10), this._y - 55, true)) { if (_root.avancerecule > 0) { _root.avancerecule = 0; } _root.droite = true; } else if (_root.gauche == true) { _root.gauche = false; } else if (_root.droite == true) { _root.droite = false; } if (((_root.gauche == true) and (_root.droite == true)) and (this.saut == false)) { _root.droite = false; _root.gauche = false; } if ((saut == false) and (_root.rebon == false)) { if (_root.avancerecule == 0) { if (gaucheoudroite == 1) { this.gotoAndStop("stopdroite"); } else { this.gotoAndStop("stopgauche"); } } else if (gaucheoudroite == 1) { this.gotoAndStop("godroite"); } else if (gaucheoudroite == 2) { this.gotoAndStop("gogauche"); } } else if (_root.avancerecule == 0) { if (gaucheoudroite == 1) { this.gotoAndStop("sautedroite"); } else { this.gotoAndStop("sautegauche"); } } else if (gaucheoudroite == 1) { this.gotoAndStop("sautedroite"); } else if (gaucheoudroite == 2) { this.gotoAndStop("sautegauche"); } if (_root.droite == false) { if (Key.isDown(39)) { if (_root.avancerecule < 6) { gaucheoudroite = 1; _root.avancerecule = _root.avancerecule + 1; } } else if (_root.avancerecule > 0) { _root.avancerecule = _root.avancerecule - 1; } } if (_root.gauche == false) { if (Key.isDown(37)) { if (_root.avancerecule > -6) { gaucheoudroite = 2; _root.avancerecule = _root.avancerecule - 1; } } else if (_root.avancerecule < 0) { _root.avancerecule = _root.avancerecule + 1; } } if (_root.rebon == true) { this._y = this._y + valeur3; if (valeur3 < 0) { valeur3 = valeur3 + 2; } else { valeur3 = -10; _root.rebon = false; } } } else if (_root.playermort == 1) { _root.avancerecule = 0; if (mortdelay <= 0) { this._y = this._y + _root.valeur2; if (_root.valeur2 < 10) { _root.valeur2 = _root.valeur2 + 2; } } else { mortdelay = mortdelay - 1; } } else if (_root.playermort == 3) { delayfin = delayfin - 1; if (delayfin == 0) { this._parent.gotoAndPlay(13); } if (this._y < 218) { this._y = this._y + 6; } else if (this._x < 270) { this._x = this._x + 6; this.gotoAndStop("godroite"); } else { setProperty(this, _visible , "0"); } } if (this._y > 420) { stopAllSounds(); _root.playermortfx.start(0, 1); _root.playermort = 2; _root.lives = _root.lives - 1; _y = -100; } }
Instance of Symbol 63 MovieClip "son" in Frame 11
onClipEvent (load) { delay = 48; count = 1; _root.nombreballe = 0; _root.staron = 0; startime = 300; } onClipEvent (enterFrame) { if ((_root.staron == 1) and (_root.playermort == 0)) { if (startime == 0) { stopAllSounds(); this._parent.son.gotoAndPlay("maintoune2"); _root.staron = 0; startime = 300; } else { startime = startime - 1; } } if (_root.playermort == 2) { delay = delay - 1; if (delay == 0) { if (_root.lives > 0) { _root.fireballon = 0; this._parent.gotoAndPlay(10); } else { this._parent.gotoAndStop("gameover"); } delay = 48; stopmainsound = 0; } } } on (keyPress "5") { if (((_root.playermort == 0) and (_root.nombreballe < 2)) and (_root.fireballon == 1)) { if (count <= 2) { _root.nombreballe = _root.nombreballe + 1; if (this._parent.legars.gaucheoudroite == 1) { valeur = 12; } else { valeur = -12; } gotoAndPlay ("fireballtire"); this._parent.fireball.duplicateMovieClip("feu" + count, count); _root["feu" + count].avar = valeur; _root["feu" + count]._x = 140; _root["feu" + count]._y = this._parent.legars._y - 20; count = count + 1; } else { count = 1; } } }
Instance of Symbol 218 MovieClip "Bigberta" in Frame 11
onClipEvent (load) { speed = -6; hittestoff = 0; } onClipEvent (enterFrame) { this._y = int(this._y); if ((this._x > -10) and (_root.playermort == false)) { this._x = this._x - _root.avancerecule; this._x = this._x - _root.plateforme; if (hittestoff == 0) { this._x = this._x + speed; if (this.hitTest(this._parent.legars._x - 10, this._parent.legars._y - 30) or this.hitTest(this._parent.legars._x + 10, this._parent.legars._y - 30)) { if (_root.staron != 1) { _root.playermort = true; this._parent.legars.gotoAndStop("p1mort"); hittestoff = 1; } else { gotoAndPlay ("ballemort"); hittestoff = 1; } } if ((this.hitTest(this._parent.legars._x, this._parent.legars._y, true) or this.hitTest(this._parent.legars._x + 7, this._parent.legars._y, true)) or this.hitTest(this._parent.legars._x - 7, this._parent.legars._y, true)) { _root.rebon = true; gotoAndPlay ("ballemort"); hittestoff = 1; } } } else { this.removeMovieClip(); } }
Instance of Symbol 254 MovieClip "hammer1" in Frame 11
onClipEvent (enterFrame) { this._x = this._x - _root.avancerecule; this._x = this._x - _root.plateforme; if (this.hitTest(this._parent.legars._x - 10, this._parent.legars._y - 15) or this.hitTest(this._parent.legars._x + 10, this._parent.legars._y - 15)) { if (_root.staron != 1) { _root.playermort = true; this._parent.legars.gotoAndStop("p1mort"); } } }
Instance of Symbol 161 MovieClip "fireball" in Frame 11
onClipEvent (load) { hittestoff = 0; speed = 8; hitenemi = 0; } onClipEvent (enterFrame) { this._x = this._x - _root.avancerecule; this._x = this._x - _root.plateforme; if ((hittestoff == 0) and (this._y > -200)) { this._x = this._x + avar; this._y = this._y + speed; if (this._parent.level.hitTest(this._x, this._y + 2, true)) { speed = speed * -1; } else if (speed < 8) { speed = (speed = speed + 2); } if ((this._parent.level.hitTest(this._x - 6, this._y - 5, true) or this._parent.level.hitTest(this._x + 6, this._y - 5, true)) or (hitenemi == 1)) { this.gotoAndStop("balletouchemur"); hittestoff = 1; } if (((this._x > 320) or (this._x < 0)) or (this._y > 250)) { this.gotoAndStop("stopballe"); hittestoff = 1; } } }
Instance of Symbol 165 MovieClip "fleur1" in Frame 11
onClipEvent (load) { defaultx = this._x; hittestoff = 0; } onClipEvent (enterFrame) { if (this.hitTest(this._parent.legars._x, this._parent.legars._y - 5, 1) and (hittestoff == 0)) { _root.fireballon = 1; this._parent.son.gotoAndPlay("grabitem"); this.gotoAndStop("fleuroff"); hittestoff = 1; } this._x = this._parent.level._x + defaultx; }
Instance of Symbol 260 MovieClip "tortuv1" in Frame 11
onClipEvent (load) { speed = -2; speed2 = -1; delay = 60; delay3 = 0; hittestoff = 8; valeur2 = 0; petitdelay = 0; defaultx = this._x; autoreverse = -10; } onClipEvent (enterFrame) { this._x = this._x - _root.avancerecule; this._x = this._x - _root.plateforme; if ((this._x < 360) or (killcode == true)) { killcode = true; if (hittestoff == 8) { if ((this.hitTest(this._parent.legars._x, this._parent.legars._y, true) or this.hitTest(this._parent.legars._x + 7, this._parent.legars._y, true)) or this.hitTest(this._parent.legars._x - 7, this._parent.legars._y, true)) { delay3 = 24; this._parent.son.gotoAndPlay("champs"); _root.rebon = true; hittestoff = 0; } else if (((this.hitTest(this._parent.legars._x - 10, this._parent.legars._y - 15) or this.hitTest(this._parent.legars._x + 10, this._parent.legars._y - 15)) or this.hitTest(this._parent.legars._x - 10, this._parent.legars._y - 40)) or this.hitTest(this._parent.legars._x + 10, this._parent.legars._y - 40)) { if (_root.staron != 1) { _root.playermort = true; this._parent.legars.gotoAndStop("p1mort"); hittestoff = 1; } else { gotoAndStop ("mortcarapace"); hittestoff = 11; } } this._y = this._y + speed2; if (delay == 0) { speed2 = speed2 * -1; delay = 60; } else { delay = delay - 1; } if (this.hitTest(_root.feu1)) { _root.feu1.hitenemi = 1; gotoAndStop ("mortcarapace"); hittestoff = 11; } else if (this.hitTest(_root.feu2)) { _root.feu2.hitenemi = 1; gotoAndStop ("mortcarapace"); hittestoff = 11; } } if (hittestoff == 0) { _x = (_x + speed); if (this.hitTest(this._parent.legars._x - 10, this._parent.legars._y - 15) or this.hitTest(this._parent.legars._x + 10, this._parent.legars._y - 15)) { if (_root.staron != 1) { _root.playermort = true; this._parent.legars.gotoAndStop("p1mort"); hittestoff = 1; } else { gotoAndStop ("mortcarapace"); hittestoff = 11; } } if ((this.hitTest(this._parent.legars._x, this._parent.legars._y, true) or this.hitTest(this._parent.legars._x + 7, this._parent.legars._y, true)) or this.hitTest(this._parent.legars._x - 7, this._parent.legars._y, true)) { if (delay3 == 0) { _root.rebon = true; gotoAndStop ("mort1"); hittestoff = 1; } } if (petitdelay == 0) { if (this._parent.level.hitTest(this._x + autoreverse, this._y, true)) { if (this._parent.level.hitTest(this._x - 14, this._y - 15, true) and (speed < 0)) { gotoAndStop ("tordroite"); speed = speed * -1; } else if (this._parent.level.hitTest(this._x + 14, this._y - 15, true) and (speed > 0)) { gotoAndStop ("torgauche"); speed = speed * -1; } } else { speed = speed * -1; if (speed < 0) { gotoAndStop ("torgauche"); } else { gotoAndStop ("tordroite"); } autoreverse = autoreverse * -1; petitdelay = 10; } } else if (petitdelay > 0) { petitdelay = petitdelay - 1; } if (this._parent.level.hitTest(this._x, this._y, true)) { } else { petitdelay = 5; this._y = this._y + valeur2; if (valeur2 < 10) { valeur2 = valeur2 + 2; } } } if (this.hitTest(_root.feu1)) { _root.feu1.hitenemi = 1; gotoAndStop ("mortcarapace"); hittestoff = 11; } else if (this.hitTest(_root.feu2)) { _root.feu2.hitenemi = 1; gotoAndStop ("mortcarapace"); hittestoff = 11; } } if (hittestoff == 4) { if ((this.hitTest(this._parent.legars._x, this._parent.legars._y, true) or this.hitTest(this._parent.legars._x - 10, this._parent.legars._y - 10, true)) or this.hitTest(this._parent.legars._x + 10, this._parent.legars._y - 10, true)) { gotoAndStop ("mort2"); petitdelay = 10; if (this._x < this._parent.legars._x) { speed = -10; } else { speed = 10; } hittestoff = 2; } } else if (hittestoff == 2) { if (petitdelay == 0) { if (this.hitTest(this._parent.legars._x - 10, this._parent.legars._y - 15) or this.hitTest(this._parent.legars._x + 10, this._parent.legars._y - 15)) { if (_root.staron != 1) { _root.playermort = true; this._parent.legars.gotoAndStop("p1mort"); hittestoff = 1; } else { gotoAndStop ("mortcarapace"); hittestoff = 11; } } } else { petitdelay = petitdelay - 1; } if ((this.hitTest(this._parent.legars._x, this._parent.legars._y, true) or this.hitTest(this._parent.legars._x + 7, this._parent.legars._y, true)) or this.hitTest(this._parent.legars._x - 7, this._parent.legars._y, true)) { _root.rebon = true; speed = 0; gotoAndStop ("mort1"); } _x = (_x + speed); if (this._parent.level.hitTest(this._x - 14, this._y - 15, true) and (speed < 0)) { speed = speed * -1; } else if (this._parent.level.hitTest(this._x + 14, this._y - 15, true) and (speed > 0)) { speed = speed * -1; } if (this._parent.level.hitTest(this._x, this._y, true)) { } else { petitdelay = 5; this._y = this._y + valeur2; if (valeur2 < 10) { valeur2 = valeur2 + 2; } } } if ((((this._y > 270) and (hittestoff != 1)) or ((this._x < -30) and (code == true))) or (this._x < -60)) { gotoAndStop ("zero"); hittestoff = 1; } if (delay3 > 0) { delay3 = delay3 - 1; } }
Instance of Symbol 17 MovieClip [latortu] "tortu1" in Frame 11
onClipEvent (load) { speed = -2; hittestoff = 0; valeur2 = 0; petitdelay = 0; defaultx = this._x; autoreverse = -10; } onClipEvent (enterFrame) { this._x = this._x - _root.avancerecule; this._x = this._x - _root.plateforme; if ((this._x < 360) or (killcode == true)) { killcode = true; if (hittestoff == 0) { this._x = this._x + speed; if (this.hitTest(this._parent.legars._x - 10, this._parent.legars._y - 15) or this.hitTest(this._parent.legars._x + 10, this._parent.legars._y - 15)) { if (_root.staron != 1) { _root.playermort = true; this._parent.legars.gotoAndStop("p1mort"); hittestoff = 1; } else { gotoAndStop ("mortcarapace"); hittestoff = 11; } } if ((this.hitTest(this._parent.legars._x, this._parent.legars._y, true) or this.hitTest(this._parent.legars._x + 7, this._parent.legars._y, true)) or this.hitTest(this._parent.legars._x - 7, this._parent.legars._y, true)) { _root.rebon = true; gotoAndPlay ("mort1"); hittestoff = 1; } if (petitdelay == 0) { if (this._parent.level.hitTest(this._x + autoreverse, this._y, true)) { if (this._parent.level.hitTest(this._x - 14, this._y - 15, true) and (speed < 0)) { gotoAndStop ("tordroite"); speed = speed * -1; } else if (this._parent.level.hitTest(this._x + 14, this._y - 15, true) and (speed > 0)) { gotoAndStop ("torgauche"); speed = speed * -1; } } else { speed = speed * -1; if (speed < 0) { gotoAndStop ("torgauche"); } else { gotoAndStop ("tordroite"); } autoreverse = autoreverse * -1; petitdelay = 10; } } else if (petitdelay > 0) { petitdelay = petitdelay - 1; } if (this._parent.level.hitTest(this._x, this._y, true)) { } else { petitdelay = 5; this._y = this._y + valeur2; if (valeur2 < 10) { valeur2 = valeur2 + 2; } } } if (this.hitTest(_root.feu1)) { _root.feu1.hitenemi = 1; gotoAndStop ("mortcarapace"); hittestoff = 11; } if (this.hitTest(_root.feu2)) { _root.feu2.hitenemi = 1; gotoAndStop ("mortcarapace"); hittestoff = 11; } } if (hittestoff == 4) { if ((this.hitTest(this._parent.legars._x, this._parent.legars._y, true) or this.hitTest(this._parent.legars._x - 10, this._parent.legars._y - 10, true)) or this.hitTest(this._parent.legars._x + 10, this._parent.legars._y - 10, true)) { gotoAndPlay ("mort2"); petitdelay = 10; if (this._x < this._parent.legars._x) { speed = -10; } else { speed = 10; } hittestoff = 2; } } else if (hittestoff == 2) { if (petitdelay == 0) { if (this.hitTest(this._parent.legars._x - 10, this._parent.legars._y - 15) or this.hitTest(this._parent.legars._x + 10, this._parent.legars._y - 15)) { if (_root.staron != 1) { _root.playermort = true; this._parent.legars.gotoAndStop("p1mort"); hittestoff = 1; } } } else { petitdelay = petitdelay - 1; } if ((this.hitTest(this._parent.legars._x, this._parent.legars._y, true) or this.hitTest(this._parent.legars._x + 7, this._parent.legars._y, true)) or this.hitTest(this._parent.legars._x - 7, this._parent.legars._y, true)) { _root.rebon = true; speed = 0; gotoAndPlay ("mort1"); } this._x = this._x + speed; if (this._parent.level.hitTest(this._x - 14, this._y - 15, true) and (speed < 0)) { speed = speed * -1; } else if (this._parent.level.hitTest(this._x + 14, this._y - 15, true) and (speed > 0)) { speed = speed * -1; } if (this._parent.level.hitTest(this._x, this._y, true)) { } else { petitdelay = 5; this._y = this._y + valeur2; if (valeur2 < 10) { valeur2 = valeur2 + 2; } } } if ((((this._y > 270) and (hittestoff != 1)) or ((this._x < -30) and (code == true))) or (this._x < -60)) { gotoAndStop ("zero"); hittestoff = 1; } }
Instance of Symbol 149 MovieClip "enemy20" in Frame 11
onClipEvent (load) { speed = -2; hittestoff = 0; valeur2 = 0; petitdelay = 0; defaultx = this._x; } onClipEvent (enterFrame) { this._y = int(this._y); this._x = this._x - _root.avancerecule; this._x = this._x - _root.plateforme; if ((this._x < 360) or (killcode == true)) { killcode = true; if (hittestoff == 0) { this._x = this._x + speed; if (this.hitTest(this._parent.legars._x - 10, this._parent.legars._y - 15) or this.hitTest(this._parent.legars._x + 10, this._parent.legars._y - 15)) { if (_root.staron != 1) { _root.playermort = true; this._parent.legars.gotoAndStop("p1mort"); hittestoff = 1; } else { this._parent.son.gotoAndPlay("tortushellhit"); gotoAndStop ("mort2"); hittestoff = 2; } } if ((this.hitTest(this._parent.legars._x, this._parent.legars._y, true) or this.hitTest(this._parent.legars._x + 7, this._parent.legars._y, true)) or this.hitTest(this._parent.legars._x - 7, this._parent.legars._y, true)) { _root.rebon = true; gotoAndPlay ("champmort"); hittestoff = 1; } if (this._parent.level.hitTest(this._x - 14, this._y - 15, true) and (speed < 0)) { speed = speed * -1; } else if (this._parent.level.hitTest(this._x + 14, this._y - 15, true) and (speed > 0)) { speed = speed * -1; } if (this._parent.level.hitTest(this._x, this._y, true)) { } else { petitdelay = 5; this._y = this._y + valeur2; if (valeur2 < 10) { valeur2 = valeur2 + 2; } } } } if (this.hitTest(_root.feu1)) { _root.feu1.hitenemi = 1; this._parent.son.gotoAndPlay("tortushellhit"); gotoAndStop ("mort2"); hittestoff = 2; } if (this.hitTest(_root.feu2)) { _root.feu2.hitenemi = 1; this._parent.son.gotoAndPlay("tortushellhit"); gotoAndStop ("mort2"); hittestoff = 2; } if (hittestoff == 2) { this._y = this._y + 10; } if ((this._y > 270) or (this._x < -60)) { gotoAndStop ("zero"); hittestoff = 1; } }
Instance of Symbol 149 MovieClip "enemytype21" in Frame 11
onClipEvent (load) { speed = -2; hittestoff = 0; valeur2 = 0; petitdelay = 10; autoreverse = -10; defaultx = this._x; } onClipEvent (enterFrame) { this._y = int(this._y); this._x = this._x - _root.avancerecule; this._x = this._x - _root.plateforme; if ((this._x < 360) or (killcode == true)) { killcode = true; if (hittestoff == 0) { _x = (_x + speed); if (this.hitTest(this._parent.legars._x - 10, this._parent.legars._y - 15) or this.hitTest(this._parent.legars._x + 10, this._parent.legars._y - 15)) { if (_root.staron != 1) { _root.playermort = true; this._parent.legars.gotoAndStop("p1mort"); hittestoff = 1; } else { this._parent.son.gotoAndPlay("tortushellhit"); gotoAndStop ("mort2"); hittestoff = 2; } } if ((this.hitTest(this._parent.legars._x, this._parent.legars._y, true) or this.hitTest(this._parent.legars._x + 7, this._parent.legars._y, true)) or this.hitTest(this._parent.legars._x - 7, this._parent.legars._y, true)) { _root.rebon = true; gotoAndPlay ("champmort"); hittestoff = 1; } if (petitdelay == 0) { if (this._parent.level.hitTest(this._x + autoreverse, this._y, true)) { if (this._parent.level.hitTest(this._x - 14, this._y - 15, true) and (speed < 0)) { speed = speed * -1; } else if (this._parent.level.hitTest(this._x + 14, this._y - 15, true) and (speed > 0)) { speed = speed * -1; } } else { speed = speed * -1; autoreverse = autoreverse * -1; petitdelay = 10; } } else if (petitdelay > 0) { petitdelay = petitdelay - 1; } if (this._parent.level.hitTest(this._x, this._y, true)) { } else { petitdelay = 10; this._y = this._y + valeur2; if (valeur2 < 10) { valeur2 = valeur2 + 2; } } } } if (this.hitTest(_root.feu1)) { _root.feu1.hitenemi = 1; this._parent.son.gotoAndPlay("tortushellhit"); gotoAndStop ("mort2"); hittestoff = 2; } if (this.hitTest(_root.feu2)) { _root.feu2.hitenemi = 1; this._parent.son.gotoAndPlay("tortushellhit"); gotoAndStop ("mort2"); hittestoff = 2; } if (hittestoff == 2) { this._y = this._y + 10; } if ((this._y > 270) or (this._x < -60)) { gotoAndStop ("zero"); hittestoff = 1; } }
Instance of Symbol 17 MovieClip [latortu] "tortu2" in Frame 11
onClipEvent (load) { speed = -2; hittestoff = 0; valeur2 = 0; petitdelay = 0; defaultx = this._x; autoreverse = -10; } onClipEvent (enterFrame) { this._y = int(this._y); this._x = this._x - _root.avancerecule; this._x = this._x - _root.plateforme; if ((this._x < 360) or (killcode == true)) { killcode = true; if (hittestoff == 0) { this._x = this._x + speed; if (this.hitTest(this._parent.legars._x - 10, this._parent.legars._y - 15) or this.hitTest(this._parent.legars._x + 10, this._parent.legars._y - 15)) { if (_root.staron != 1) { _root.playermort = true; this._parent.legars.gotoAndStop("p1mort"); hittestoff = 1; } else { gotoAndStop ("mortcarapace"); hittestoff = 11; } } if ((this.hitTest(this._parent.legars._x, this._parent.legars._y, true) or this.hitTest(this._parent.legars._x + 7, this._parent.legars._y, true)) or this.hitTest(this._parent.legars._x - 7, this._parent.legars._y, true)) { _root.rebon = true; gotoAndPlay ("mort1"); hittestoff = 1; } if (petitdelay == 0) { if (this._parent.level.hitTest(this._x + autoreverse, this._y, true)) { if (this._parent.level.hitTest(this._x - 14, this._y - 15, true) and (speed < 0)) { gotoAndStop ("tordroite"); speed = speed * -1; } else if (this._parent.level.hitTest(this._x + 14, this._y - 15, true) and (speed > 0)) { gotoAndStop ("torgauche"); speed = speed * -1; } } else { speed = speed * -1; if (speed < 0) { gotoAndStop ("torgauche"); } else { gotoAndStop ("tordroite"); } autoreverse = autoreverse * -1; petitdelay = 10; } } else if (petitdelay > 0) { petitdelay = petitdelay - 1; } if (this._parent.level.hitTest(this._x, this._y, true)) { } else { petitdelay = 5; this._y = this._y + valeur2; if (valeur2 < 10) { valeur2 = valeur2 + 2; } } } if (this.hitTest(_root.feu1)) { _root.feu1.hitenemi = 1; gotoAndStop ("mortcarapace"); hittestoff = 11; } if (this.hitTest(_root.feu2)) { _root.feu2.hitenemi = 1; gotoAndStop ("mortcarapace"); hittestoff = 11; } } if (hittestoff == 4) { if ((this.hitTest(this._parent.legars._x, this._parent.legars._y, true) or this.hitTest(this._parent.legars._x - 10, this._parent.legars._y - 10, true)) or this.hitTest(this._parent.legars._x + 10, this._parent.legars._y - 10, true)) { gotoAndPlay ("mort2"); petitdelay = 10; if (this._x < this._parent.legars._x) { speed = -10; } else { speed = 10; } hittestoff = 2; } } else if (hittestoff == 2) { if (petitdelay == 0) { if (this.hitTest(this._parent.legars._x - 10, this._parent.legars._y - 15) or this.hitTest(this._parent.legars._x + 10, this._parent.legars._y - 15)) { if (_root.staron != 1) { _root.playermort = true; this._parent.legars.gotoAndStop("p1mort"); hittestoff = 1; } } } else { petitdelay = petitdelay - 1; } if ((this.hitTest(this._parent.legars._x, this._parent.legars._y, true) or this.hitTest(this._parent.legars._x + 7, this._parent.legars._y, true)) or this.hitTest(this._parent.legars._x - 7, this._parent.legars._y, true)) { _root.rebon = true; speed = 0; gotoAndPlay ("mort1"); } this._x = this._x + speed; if (this._parent.level.hitTest(this._x - 14, this._y - 15, true) and (speed < 0)) { speed = speed * -1; } else if (this._parent.level.hitTest(this._x + 14, this._y - 15, true) and (speed > 0)) { speed = speed * -1; } if (this._parent.level.hitTest(this._x, this._y, true)) { } else { petitdelay = 5; this._y = this._y + valeur2; if (valeur2 < 10) { valeur2 = valeur2 + 2; } } } if ((((this._y > 270) and (hittestoff != 1)) or ((this._x < -30) and (code == true))) or (this._x < -60)) { gotoAndStop ("zero"); hittestoff = 1; } }
Instance of Symbol 260 MovieClip "tortuv2" in Frame 11
onClipEvent (load) { speed = -2; speed2 = -1; delay = 60; delay3 = 0; hittestoff = 8; valeur2 = 0; petitdelay = 0; defaultx = this._x; autoreverse = -10; } onClipEvent (enterFrame) { this._x = this._x - _root.avancerecule; this._x = this._x - _root.plateforme; if ((this._x < 360) or (killcode == true)) { killcode = true; if (hittestoff == 8) { if ((this.hitTest(this._parent.legars._x, this._parent.legars._y, true) or this.hitTest(this._parent.legars._x + 7, this._parent.legars._y, true)) or this.hitTest(this._parent.legars._x - 7, this._parent.legars._y, true)) { delay3 = 24; this._parent.son.gotoAndPlay("champs"); _root.rebon = true; hittestoff = 0; } else if (((this.hitTest(this._parent.legars._x - 10, this._parent.legars._y - 15) or this.hitTest(this._parent.legars._x + 10, this._parent.legars._y - 15)) or this.hitTest(this._parent.legars._x - 10, this._parent.legars._y - 40)) or this.hitTest(this._parent.legars._x + 10, this._parent.legars._y - 40)) { if (_root.staron != 1) { _root.playermort = true; this._parent.legars.gotoAndStop("p1mort"); hittestoff = 1; } else { gotoAndStop ("mortcarapace"); hittestoff = 11; } } this._y = this._y + speed2; if (delay == 0) { speed2 = speed2 * -1; delay = 60; } else { delay = delay - 1; } if (this.hitTest(_root.feu1)) { _root.feu1.hitenemi = 1; gotoAndStop ("mortcarapace"); hittestoff = 11; } else if (this.hitTest(_root.feu2)) { _root.feu2.hitenemi = 1; gotoAndStop ("mortcarapace"); hittestoff = 11; } } if (hittestoff == 0) { _x = (_x + speed); if (this.hitTest(this._parent.legars._x - 10, this._parent.legars._y - 15) or this.hitTest(this._parent.legars._x + 10, this._parent.legars._y - 15)) { if (_root.staron != 1) { _root.playermort = true; this._parent.legars.gotoAndStop("p1mort"); hittestoff = 1; } else { gotoAndStop ("mortcarapace"); hittestoff = 11; } } if ((this.hitTest(this._parent.legars._x, this._parent.legars._y, true) or this.hitTest(this._parent.legars._x + 7, this._parent.legars._y, true)) or this.hitTest(this._parent.legars._x - 7, this._parent.legars._y, true)) { if (delay3 == 0) { _root.rebon = true; gotoAndStop ("mort1"); hittestoff = 1; } } if (petitdelay == 0) { if (this._parent.level.hitTest(this._x + autoreverse, this._y, true)) { if (this._parent.level.hitTest(this._x - 14, this._y - 15, true) and (speed < 0)) { gotoAndStop ("tordroite"); speed = speed * -1; } else if (this._parent.level.hitTest(this._x + 14, this._y - 15, true) and (speed > 0)) { gotoAndStop ("torgauche"); speed = speed * -1; } } else { speed = speed * -1; if (speed < 0) { gotoAndStop ("torgauche"); } else { gotoAndStop ("tordroite"); } autoreverse = autoreverse * -1; petitdelay = 10; } } else if (petitdelay > 0) { petitdelay = petitdelay - 1; } if (this._parent.level.hitTest(this._x, this._y, true)) { } else { petitdelay = 5; this._y = this._y + valeur2; if (valeur2 < 10) { valeur2 = valeur2 + 2; } } } if (this.hitTest(_root.feu1)) { _root.feu1.hitenemi = 1; gotoAndStop ("mortcarapace"); hittestoff = 11; } else if (this.hitTest(_root.feu2)) { _root.feu2.hitenemi = 1; gotoAndStop ("mortcarapace"); hittestoff = 11; } } if (hittestoff == 4) { if ((this.hitTest(this._parent.legars._x, this._parent.legars._y, true) or this.hitTest(this._parent.legars._x - 10, this._parent.legars._y - 10, true)) or this.hitTest(this._parent.legars._x + 10, this._parent.legars._y - 10, true)) { gotoAndStop ("mort2"); petitdelay = 10; if (this._x < this._parent.legars._x) { speed = -10; } else { speed = 10; } hittestoff = 2; } } else if (hittestoff == 2) { if (petitdelay == 0) { if (this.hitTest(this._parent.legars._x - 10, this._parent.legars._y - 15) or this.hitTest(this._parent.legars._x + 10, this._parent.legars._y - 15)) { if (_root.staron != 1) { _root.playermort = true; this._parent.legars.gotoAndStop("p1mort"); hittestoff = 1; } else { gotoAndStop ("mortcarapace"); hittestoff = 11; } } } else { petitdelay = petitdelay - 1; } if ((this.hitTest(this._parent.legars._x, this._parent.legars._y, true) or this.hitTest(this._parent.legars._x + 7, this._parent.legars._y, true)) or this.hitTest(this._parent.legars._x - 7, this._parent.legars._y, true)) { _root.rebon = true; speed = 0; gotoAndStop ("mort1"); } _x = (_x + speed); if (this._parent.level.hitTest(this._x - 14, this._y - 15, true) and (speed < 0)) { speed = speed * -1; } else if (this._parent.level.hitTest(this._x + 14, this._y - 15, true) and (speed > 0)) { speed = speed * -1; } if (this._parent.level.hitTest(this._x, this._y, true)) { } else { petitdelay = 5; this._y = this._y + valeur2; if (valeur2 < 10) { valeur2 = valeur2 + 2; } } } if ((((this._y > 270) and (hittestoff != 1)) or ((this._x < -30) and (code == true))) or (this._x < -60)) { gotoAndStop ("zero"); hittestoff = 1; } if (delay3 > 0) { delay3 = delay3 - 1; } }
Instance of Symbol 267 MovieClip "hammerbros1" in Frame 11
onClipEvent (load) { speed = -2; hittestoff = 0; valeur = -18; valeur2 = 0; delay = 20; delay2 = 20; delay3 = 60; positioncounter = 0; defaultx = this._x; count = 200; } onClipEvent (enterFrame) { this._x = this._x - _root.avancerecule; this._x = this._x - _root.plateforme; this._y = int(this._y); if ((this._x < 360) or (killcode == true)) { positioncounter = positioncounter + speed; killcode = true; if ((hittestoff == 0) and (_root.playermort == false)) { if (this.hitTest(this._parent.legars._x - 10, this._parent.legars._y - 15) or this.hitTest(this._parent.legars._x + 10, this._parent.legars._y - 15)) { if (_root.staron != 1) { _root.playermort = true; this._parent.legars.gotoAndStop("p1mort"); hittestoff = 1; } else { _root.rebon = true; gotoAndPlay ("hambromort"); hittestoff = 1; } } if ((this.hitTest(this._parent.legars._x, this._parent.legars._y, true) or this.hitTest(this._parent.legars._x + 7, this._parent.legars._y, true)) or this.hitTest(this._parent.legars._x - 7, this._parent.legars._y, true)) { _root.rebon = true; gotoAndPlay ("hambromort"); hittestoff = 1; } if (delay <= 0) { this._parent.hammer1.duplicateMovieClip("boxx" + count, count); _root["boxx" + count].gotoAndPlay(1); _root["boxx" + count]._x = _x - (random(20) - 10); _root["boxx" + count]._y = _y - 30; count = count + 1; delay = random(30); } else { delay = delay - 1; } if (count == 205) { count = 200; } if (((delay2 == 0) or (positioncounter < -88)) or (positioncounter > -2)) { speed = speed * -1; delay2 = random(40); } else { delay2 = delay2 - 1; } if (delay3 == 0) { jump = 1; delay3 = random(100) + 50; } else { delay3 = delay3 - 1; } if (jump == 1) { this._y = this._y + valeur; if (valeur < 10) { valeur = valeur + 2; } } else { if (valeur2 == 0) { _x = (_x + speed); } valeur = -18; } if (this._parent.level.hitTest(this._x, this._y, true)) { if ((jump == 1) and (valeur > 0)) { valeur = 0; jump = 0; } this._y = int(this._y / 10) * 10; valeur2 = 0; } else if (jump == 0) { this._y = this._y + valeur2; if (valeur2 < 10) { valeur2 = valeur2 + 2; } } if (this.hitTest(_root.feu1)) { _root.feu1.hitenemi = 1; gotoAndStop ("hammerbromort"); hittestoff = 11; } else if (this.hitTest(_root.feu2)) { _root.feu2.hitenemi = 1; gotoAndStop ("hammerbromort"); hittestoff = 11; } } } if ((this._y > 270) or (this._x < -60)) { gotoAndStop ("zero"); hittestoff = 1; } }
Instance of Symbol 260 MovieClip "turtuv3" in Frame 11
onClipEvent (load) { speed = -2; speed2 = -1; delay = 60; delay3 = 0; hittestoff = 8; valeur2 = 0; petitdelay = 0; defaultx = this._x; autoreverse = -10; } onClipEvent (enterFrame) { this._x = this._x - _root.avancerecule; this._x = this._x - _root.plateforme; if ((this._x < 360) or (killcode == true)) { killcode = true; if (hittestoff == 8) { if ((this.hitTest(this._parent.legars._x, this._parent.legars._y, true) or this.hitTest(this._parent.legars._x + 7, this._parent.legars._y, true)) or this.hitTest(this._parent.legars._x - 7, this._parent.legars._y, true)) { delay3 = 24; this._parent.son.gotoAndPlay("champs"); _root.rebon = true; hittestoff = 0; } else if (((this.hitTest(this._parent.legars._x - 10, this._parent.legars._y - 15) or this.hitTest(this._parent.legars._x + 10, this._parent.legars._y - 15)) or this.hitTest(this._parent.legars._x - 10, this._parent.legars._y - 40)) or this.hitTest(this._parent.legars._x + 10, this._parent.legars._y - 40)) { if (_root.staron != 1) { _root.playermort = true; this._parent.legars.gotoAndStop("p1mort"); hittestoff = 1; } else { gotoAndStop ("mortcarapace"); hittestoff = 11; } } this._y = this._y + speed2; if (delay == 0) { speed2 = speed2 * -1; delay = 60; } else { delay = delay - 1; } if (this.hitTest(_root.feu1)) { _root.feu1.hitenemi = 1; gotoAndStop ("mortcarapace"); hittestoff = 11; } else if (this.hitTest(_root.feu2)) { _root.feu2.hitenemi = 1; gotoAndStop ("mortcarapace"); hittestoff = 11; } } if (hittestoff == 0) { _x = (_x + speed); if (this.hitTest(this._parent.legars._x - 10, this._parent.legars._y - 15) or this.hitTest(this._parent.legars._x + 10, this._parent.legars._y - 15)) { if (_root.staron != 1) { _root.playermort = true; this._parent.legars.gotoAndStop("p1mort"); hittestoff = 1; } else { gotoAndStop ("mortcarapace"); hittestoff = 11; } } if ((this.hitTest(this._parent.legars._x, this._parent.legars._y, true) or this.hitTest(this._parent.legars._x + 7, this._parent.legars._y, true)) or this.hitTest(this._parent.legars._x - 7, this._parent.legars._y, true)) { if (delay3 == 0) { _root.rebon = true; gotoAndStop ("mort1"); hittestoff = 1; } } if (petitdelay == 0) { if (this._parent.level.hitTest(this._x + autoreverse, this._y, true)) { if (this._parent.level.hitTest(this._x - 14, this._y - 15, true) and (speed < 0)) { gotoAndStop ("tordroite"); speed = speed * -1; } else if (this._parent.level.hitTest(this._x + 14, this._y - 15, true) and (speed > 0)) { gotoAndStop ("torgauche"); speed = speed * -1; } } else { speed = speed * -1; if (speed < 0) { gotoAndStop ("torgauche"); } else { gotoAndStop ("tordroite"); } autoreverse = autoreverse * -1; petitdelay = 10; } } else if (petitdelay > 0) { petitdelay = petitdelay - 1; } if (this._parent.level.hitTest(this._x, this._y, true)) { } else { petitdelay = 5; this._y = this._y + valeur2; if (valeur2 < 10) { valeur2 = valeur2 + 2; } } } if (this.hitTest(_root.feu1)) { _root.feu1.hitenemi = 1; gotoAndStop ("mortcarapace"); hittestoff = 11; } else if (this.hitTest(_root.feu2)) { _root.feu2.hitenemi = 1; gotoAndStop ("mortcarapace"); hittestoff = 11; } } if (hittestoff == 4) { if ((this.hitTest(this._parent.legars._x, this._parent.legars._y, true) or this.hitTest(this._parent.legars._x - 10, this._parent.legars._y - 10, true)) or this.hitTest(this._parent.legars._x + 10, this._parent.legars._y - 10, true)) { gotoAndStop ("mort2"); petitdelay = 10; if (this._x < this._parent.legars._x) { speed = -10; } else { speed = 10; } hittestoff = 2; } } else if (hittestoff == 2) { if (petitdelay == 0) { if (this.hitTest(this._parent.legars._x - 10, this._parent.legars._y - 15) or this.hitTest(this._parent.legars._x + 10, this._parent.legars._y - 15)) { if (_root.staron != 1) { _root.playermort = true; this._parent.legars.gotoAndStop("p1mort"); hittestoff = 1; } else { gotoAndStop ("mortcarapace"); hittestoff = 11; } } } else { petitdelay = petitdelay - 1; } if ((this.hitTest(this._parent.legars._x, this._parent.legars._y, true) or this.hitTest(this._parent.legars._x + 7, this._parent.legars._y, true)) or this.hitTest(this._parent.legars._x - 7, this._parent.legars._y, true)) { _root.rebon = true; speed = 0; gotoAndStop ("mort1"); } _x = (_x + speed); if (this._parent.level.hitTest(this._x - 14, this._y - 15, true) and (speed < 0)) { speed = speed * -1; } else if (this._parent.level.hitTest(this._x + 14, this._y - 15, true) and (speed > 0)) { speed = speed * -1; } if (this._parent.level.hitTest(this._x, this._y, true)) { } else { petitdelay = 5; this._y = this._y + valeur2; if (valeur2 < 10) { valeur2 = valeur2 + 2; } } } if ((((this._y > 270) and (hittestoff != 1)) or ((this._x < -30) and (code == true))) or (this._x < -60)) { gotoAndStop ("zero"); hittestoff = 1; } if (delay3 > 0) { delay3 = delay3 - 1; } }
Instance of Symbol 260 MovieClip "tortuv4" in Frame 11
onClipEvent (load) { speed = -2; speed2 = -1; delay = 60; delay3 = 0; hittestoff = 8; valeur2 = 0; petitdelay = 0; defaultx = this._x; autoreverse = -10; } onClipEvent (enterFrame) { this._x = this._x - _root.avancerecule; this._x = this._x - _root.plateforme; if ((this._x < 360) or (killcode == true)) { killcode = true; if (hittestoff == 8) { if ((this.hitTest(this._parent.legars._x, this._parent.legars._y, true) or this.hitTest(this._parent.legars._x + 7, this._parent.legars._y, true)) or this.hitTest(this._parent.legars._x - 7, this._parent.legars._y, true)) { delay3 = 24; this._parent.son.gotoAndPlay("champs"); _root.rebon = true; hittestoff = 0; } else if (((this.hitTest(this._parent.legars._x - 10, this._parent.legars._y - 15) or this.hitTest(this._parent.legars._x + 10, this._parent.legars._y - 15)) or this.hitTest(this._parent.legars._x - 10, this._parent.legars._y - 40)) or this.hitTest(this._parent.legars._x + 10, this._parent.legars._y - 40)) { if (_root.staron != 1) { _root.playermort = true; this._parent.legars.gotoAndStop("p1mort"); hittestoff = 1; } else { gotoAndStop ("mortcarapace"); hittestoff = 11; } } this._y = this._y + speed2; if (delay == 0) { speed2 = speed2 * -1; delay = 60; } else { delay = delay - 1; } if (this.hitTest(_root.feu1)) { _root.feu1.hitenemi = 1; gotoAndStop ("mortcarapace"); hittestoff = 11; } else if (this.hitTest(_root.feu2)) { _root.feu2.hitenemi = 1; gotoAndStop ("mortcarapace"); hittestoff = 11; } } if (hittestoff == 0) { _x = (_x + speed); if (this.hitTest(this._parent.legars._x - 10, this._parent.legars._y - 15) or this.hitTest(this._parent.legars._x + 10, this._parent.legars._y - 15)) { if (_root.staron != 1) { _root.playermort = true; this._parent.legars.gotoAndStop("p1mort"); hittestoff = 1; } else { gotoAndStop ("mortcarapace"); hittestoff = 11; } } if ((this.hitTest(this._parent.legars._x, this._parent.legars._y, true) or this.hitTest(this._parent.legars._x + 7, this._parent.legars._y, true)) or this.hitTest(this._parent.legars._x - 7, this._parent.legars._y, true)) { if (delay3 == 0) { _root.rebon = true; gotoAndStop ("mort1"); hittestoff = 1; } } if (petitdelay == 0) { if (this._parent.level.hitTest(this._x + autoreverse, this._y, true)) { if (this._parent.level.hitTest(this._x - 14, this._y - 15, true) and (speed < 0)) { gotoAndStop ("tordroite"); speed = speed * -1; } else if (this._parent.level.hitTest(this._x + 14, this._y - 15, true) and (speed > 0)) { gotoAndStop ("torgauche"); speed = speed * -1; } } else { speed = speed * -1; if (speed < 0) { gotoAndStop ("torgauche"); } else { gotoAndStop ("tordroite"); } autoreverse = autoreverse * -1; petitdelay = 10; } } else if (petitdelay > 0) { petitdelay = petitdelay - 1; } if (this._parent.level.hitTest(this._x, this._y, true)) { } else { petitdelay = 5; this._y = this._y + valeur2; if (valeur2 < 10) { valeur2 = valeur2 + 2; } } } if (this.hitTest(_root.feu1)) { _root.feu1.hitenemi = 1; gotoAndStop ("mortcarapace"); hittestoff = 11; } else if (this.hitTest(_root.feu2)) { _root.feu2.hitenemi = 1; gotoAndStop ("mortcarapace"); hittestoff = 11; } } if (hittestoff == 4) { if ((this.hitTest(this._parent.legars._x, this._parent.legars._y, true) or this.hitTest(this._parent.legars._x - 10, this._parent.legars._y - 10, true)) or this.hitTest(this._parent.legars._x + 10, this._parent.legars._y - 10, true)) { gotoAndStop ("mort2"); petitdelay = 10; if (this._x < this._parent.legars._x) { speed = -10; } else { speed = 10; } hittestoff = 2; } } else if (hittestoff == 2) { if (petitdelay == 0) { if (this.hitTest(this._parent.legars._x - 10, this._parent.legars._y - 15) or this.hitTest(this._parent.legars._x + 10, this._parent.legars._y - 15)) { if (_root.staron != 1) { _root.playermort = true; this._parent.legars.gotoAndStop("p1mort"); hittestoff = 1; } else { gotoAndStop ("mortcarapace"); hittestoff = 11; } } } else { petitdelay = petitdelay - 1; } if ((this.hitTest(this._parent.legars._x, this._parent.legars._y, true) or this.hitTest(this._parent.legars._x + 7, this._parent.legars._y, true)) or this.hitTest(this._parent.legars._x - 7, this._parent.legars._y, true)) { _root.rebon = true; speed = 0; gotoAndStop ("mort1"); } _x = (_x + speed); if (this._parent.level.hitTest(this._x - 14, this._y - 15, true) and (speed < 0)) { speed = speed * -1; } else if (this._parent.level.hitTest(this._x + 14, this._y - 15, true) and (speed > 0)) { speed = speed * -1; } if (this._parent.level.hitTest(this._x, this._y, true)) { } else { petitdelay = 5; this._y = this._y + valeur2; if (valeur2 < 10) { valeur2 = valeur2 + 2; } } } if ((((this._y > 270) and (hittestoff != 1)) or ((this._x < -30) and (code == true))) or (this._x < -60)) { gotoAndStop ("zero"); hittestoff = 1; } if (delay3 > 0) { delay3 = delay3 - 1; } }
Instance of Symbol 275 MovieClip "porc1" in Frame 11
onClipEvent (load) { speed = -2; hittestoff = 0; valeur2 = 0; petitdelay = 0; autoreverse = -10; defaultx = this._x; } onClipEvent (enterFrame) { this._y = int(this._y); this._x = this._x - _root.avancerecule; this._x = this._x - _root.plateforme; if ((this._x < 360) or (killcode == true)) { killcode = true; if (hittestoff == 0) { _x = (_x + speed); if (this.hitTest(this._parent.legars._x - 10, this._parent.legars._y - 15) or this.hitTest(this._parent.legars._x + 10, this._parent.legars._y - 15)) { if (_root.staron != 1) { _root.playermort = true; this._parent.legars.gotoAndStop("p1mort"); hittestoff = 1; } else { this._parent.son.gotoAndPlay("tortushellhit"); gotoAndStop ("porcmort"); hittestoff = 2; } } if (petitdelay == 0) { if (this._parent.level.hitTest(this._x + autoreverse, this._y, true)) { if (this._parent.level.hitTest(this._x - 14, this._y - 15, true) and (speed < 0)) { gotoAndStop ("porcd"); speed = speed * -1; } else if (this._parent.level.hitTest(this._x + 14, this._y - 15, true) and (speed > 0)) { gotoAndStop ("porcg"); speed = speed * -1; } } else { speed = speed * -1; if (speed < 0) { gotoAndStop ("porcg"); } else { gotoAndStop ("porcd"); } autoreverse = autoreverse * -1; petitdelay = 10; } } else if (petitdelay > 0) { petitdelay = petitdelay - 1; } if (this._parent.level.hitTest(this._x, this._y, true)) { } else { petitdelay = 5; this._y = this._y + valeur2; if (valeur2 < 10) { valeur2 = valeur2 + 2; } } } } if (this.hitTest(_root.feu1)) { _root.feu1.hitenemi = 1; this._parent.son.gotoAndPlay("tortushellhit"); gotoAndStop ("porcmort"); hittestoff = 2; } if (this.hitTest(_root.feu2)) { _root.feu2.hitenemi = 1; this._parent.son.gotoAndPlay("tortushellhit"); gotoAndStop ("porcmort"); hittestoff = 2; } if (hittestoff == 2) { this._y = this._y + 10; } if ((this._y > 270) or (this._x < -60)) { gotoAndStop ("zero"); hittestoff = 1; } }
Frame 13
play();
Frame 14
stop();
Instance of Symbol 309 MovieClip "cenneslayer04" in Frame 14
onClipEvent (enterFrame) { this._x = this._parent.level._x; }
Instance of Symbol 63 MovieClip "son" in Frame 14
onClipEvent (load) { delay = 48; count = 1; _root.nombreballe = 0; _root.staron = 0; startime = 300; } onClipEvent (enterFrame) { if ((_root.staron == 1) and (_root.playermort == 0)) { if (startime == 0) { stopAllSounds(); this._parent.son.gotoAndPlay("maintoune2"); _root.staron = 0; startime = 300; } else { startime = startime - 1; } } if (_root.playermort == 2) { delay = delay - 1; if (delay == 0) { if (_root.lives > 0) { _root.fireballon = 0; this._parent.gotoAndPlay(13); } else { this._parent.gotoAndStop("gameover"); } delay = 48; stopmainsound = 0; } } } on (keyPress "5") { if (((_root.playermort == 0) and (_root.nombreballe < 2)) and (_root.fireballon == 1)) { if (count <= 2) { _root.nombreballe = _root.nombreballe + 1; if (this._parent.legars.gaucheoudroite == 1) { valeur = 12; } else { valeur = -12; } gotoAndPlay ("fireballtire"); this._parent.fireball.duplicateMovieClip("feu" + count, count); _root["feu" + count].avar = valeur; _root["feu" + count]._x = 140; _root["feu" + count]._y = this._parent.legars._y - 20; count = count + 1; } else { count = 1; } } }
Instance of Symbol 39 MovieClip "legars" in Frame 14
onClipEvent (load) { _x = 140; _y = 120; _root.plateforme = 0; _root.avancerecule = 0; saut = false; _root.valeur2 = 0; _root.gauche = false; _root.droite = false; _root.rebon = false; valeur3 = -10; gaucheoudroite = 1; keylock = false; _root.playermort = 0; mortdelay = 30; delayfin = 200; } onClipEvent (enterFrame) { if (_root.playermort == 0) { if (this._parent.level.hitTest(this._x, this._y, true) and ((saut == true) or (_root.tombe == true))) { _root.valeur = 0; _root.valeur2 = 0; _root.tombe = false; saut = false; } else if ((saut == false) and (_root.tombe != true)) { _root.tombe = true; } if (this._parent.level.hitTest(this._x, this._y, true) and this._parent.level.hitTest(this._x, this._y - 2, true)) { this._y = this._y - 2; this._y = int(this._y / 10) * 10; } if (this._parent.level.hitTest(this._x, this._y - 60, true) and (_root.valeur < 0)) { _root.hitetefx.start(0, 1); _root.test = _root.valeur; if ((((_root.test == -10) or (_root.test == -14)) or (_root.test == -16)) or (_root.test == -4)) { this._y = this._y - (_root.test + 10); } else if ((_root.test != -6) and (_root.test != -8)) { this._y = this._y + (_root.test + 10); } else if (_root.test == -6) { this._y = this._y - 2; } _root.valeur = 0; } if ((_root.tombe == false) and (_root.rebon == false)) { if (Key.isDown(38) and (saut == false)) { if (keylock == false) { _root.valeur = -18; _root.jumpfx.start(0, 1); keylock = true; saut = true; } } else if (saut == false) { keylock = false; } if (saut == true) { this._y = this._y + _root.valeur; if (_root.valeur < 10) { _root.valeur = _root.valeur + 2; } } } if ((_root.tombe == true) and (_root.rebon == false)) { this._y = this._y + _root.valeur2; _root.valeur = _root.valeur2; if (_root.valeur2 < 10) { _root.valeur2 = _root.valeur2 + 2; } } else if (_root.valeur2 != 0) { _root.valeur2 = 0; } this._parent.level._x = this._parent.level._x - _root.avancerecule; if ((((this._parent.level.hitTest(this._x + (_root.avancerecule - 10), this._y - 40, true) or this._parent.level.hitTest(this._x + (_root.avancerecule - 10), this._y - 20, true)) or this._parent.level.hitTest(this._x + (_root.avancerecule - 10), this._y - 30, true)) or this._parent.level.hitTest(this._x + (_root.avancerecule - 10), this._y - 2, true)) or this._parent.level.hitTest(this._x + (_root.avancerecule - 10), this._y - 55, true)) { if (_root.avancerecule < 0) { _root.avancerecule = 0; } _root.gauche = true; } else if ((((this._parent.level.hitTest(this._x + (_root.avancerecule + 10), this._y - 40, true) or this._parent.level.hitTest(this._x + (_root.avancerecule + 10), this._y - 20, true)) or this._parent.level.hitTest(this._x + (_root.avancerecule + 10), this._y - 30, true)) or this._parent.level.hitTest(this._x + (_root.avancerecule + 10), this._y - 2, true)) or this._parent.level.hitTest(this._x + (_root.avancerecule + 10), this._y - 55, true)) { if (_root.avancerecule > 0) { _root.avancerecule = 0; } _root.droite = true; } else if (_root.gauche == true) { _root.gauche = false; } else if (_root.droite == true) { _root.droite = false; } if (((_root.gauche == true) and (_root.droite == true)) and (this.saut == false)) { _root.droite = false; _root.gauche = false; } if ((saut == false) and (_root.rebon == false)) { if (_root.avancerecule == 0) { if (gaucheoudroite == 1) { this.gotoAndStop("stopdroite"); } else { this.gotoAndStop("stopgauche"); } } else if (gaucheoudroite == 1) { this.gotoAndStop("godroite"); } else if (gaucheoudroite == 2) { this.gotoAndStop("gogauche"); } } else if (_root.avancerecule == 0) { if (gaucheoudroite == 1) { this.gotoAndStop("sautedroite"); } else { this.gotoAndStop("sautegauche"); } } else if (gaucheoudroite == 1) { this.gotoAndStop("sautedroite"); } else if (gaucheoudroite == 2) { this.gotoAndStop("sautegauche"); } if (_root.droite == false) { if (Key.isDown(39) and (this._parent.level._x > -2400)) { if (_root.avancerecule < 6) { gaucheoudroite = 1; _root.avancerecule = _root.avancerecule + 1; } } else if (_root.avancerecule > 0) { _root.avancerecule = _root.avancerecule - 1; } } if (_root.gauche == false) { if (Key.isDown(37)) { if (_root.avancerecule > -6) { gaucheoudroite = 2; _root.avancerecule = _root.avancerecule - 1; } } else if (_root.avancerecule < 0) { _root.avancerecule = _root.avancerecule + 1; } } if (_root.rebon == true) { this._y = this._y + valeur3; if (valeur3 < 0) { valeur3 = valeur3 + 2; } else { valeur3 = -10; _root.rebon = false; } } } else if (_root.playermort == 1) { _root.avancerecule = 0; if (mortdelay <= 0) { this._y = this._y + _root.valeur2; if (_root.valeur2 < 10) { _root.valeur2 = _root.valeur2 + 2; } } else { mortdelay = mortdelay - 1; } } else if (_root.playermort == 3) { if (delayfin == 0) { gotoAndStop ("godroite"); this._x = this._x + 4; if (_x > 390) { this._parent.gotoAndPlay(16); } } else { this._y = 160; delayfin = delayfin - 1; } } if (this._y > 420) { stopAllSounds(); _root.playermortfx.start(0, 1); _root.playermort = 2; _root.lives = _root.lives - 1; _y = -100; } }
Instance of Symbol 343 MovieClip in Frame 14
onClipEvent (enterFrame) { _x = (_x - _root.avancerecule); _rotation = (_rotation + 2); if (((this.hitTest(this._parent.legars._x - 13, this._parent.legars._y, 1) or this.hitTest(this._parent.legars._x + 13, this._parent.legars._y, 1)) or this.hitTest(this._parent.legars._x - 13, this._parent.legars._y - 56, 1)) or this.hitTest(this._parent.legars._x + 13, this._parent.legars._y - 56, 1)) { _root.playermort = true; this._parent.legars.gotoAndStop("p1mort"); hittestoff = 1; } }
Instance of Symbol 343 MovieClip in Frame 14
onClipEvent (enterFrame) { _x = (_x - _root.avancerecule); _rotation = (_rotation + 2); if (this.hitTest(this._parent.legars._x - 13, this._parent.legars._y - 56, 1) or this.hitTest(this._parent.legars._x + 13, this._parent.legars._y - 56, 1)) { _root.playermort = true; this._parent.legars.gotoAndStop("p1mort"); hittestoff = 1; } }
Instance of Symbol 343 MovieClip in Frame 14
onClipEvent (enterFrame) { _x = (_x - _root.avancerecule); _rotation = (_rotation + 2); if (((this.hitTest(this._parent.legars._x - 13, this._parent.legars._y, 1) or this.hitTest(this._parent.legars._x + 13, this._parent.legars._y, 1)) or this.hitTest(this._parent.legars._x - 13, this._parent.legars._y - 56, 1)) or this.hitTest(this._parent.legars._x + 13, this._parent.legars._y - 56, 1)) { _root.playermort = true; this._parent.legars.gotoAndStop("p1mort"); hittestoff = 1; } }
Instance of Symbol 343 MovieClip in Frame 14
onClipEvent (enterFrame) { _x = (_x - _root.avancerecule); _rotation = (_rotation + 2); if (this.hitTest(this._parent.legars._x - 13, this._parent.legars._y - 56, 1) or this.hitTest(this._parent.legars._x + 13, this._parent.legars._y - 56, 1)) { _root.playermort = true; this._parent.legars.gotoAndStop("p1mort"); hittestoff = 1; } }
Instance of Symbol 343 MovieClip in Frame 14
onClipEvent (enterFrame) { _x = (_x - _root.avancerecule); _rotation = (_rotation + 2); if (((this.hitTest(this._parent.legars._x - 13, this._parent.legars._y, 1) or this.hitTest(this._parent.legars._x + 13, this._parent.legars._y, 1)) or this.hitTest(this._parent.legars._x - 13, this._parent.legars._y - 56, 1)) or this.hitTest(this._parent.legars._x + 13, this._parent.legars._y - 56, 1)) { _root.playermort = true; this._parent.legars.gotoAndStop("p1mort"); hittestoff = 1; } }
Instance of Symbol 343 MovieClip in Frame 14
onClipEvent (enterFrame) { _x = (_x - _root.avancerecule); _rotation = (_rotation + 2); if (((this.hitTest(this._parent.legars._x - 13, this._parent.legars._y, 1) or this.hitTest(this._parent.legars._x + 13, this._parent.legars._y, 1)) or this.hitTest(this._parent.legars._x - 13, this._parent.legars._y - 56, 1)) or this.hitTest(this._parent.legars._x + 13, this._parent.legars._y - 56, 1)) { _root.playermort = true; this._parent.legars.gotoAndStop("p1mort"); hittestoff = 1; } }
Instance of Symbol 343 MovieClip in Frame 14
onClipEvent (enterFrame) { _x = (_x - _root.avancerecule); _rotation = (_rotation + 2); if (this.hitTest(this._parent.legars._x - 13, this._parent.legars._y - 56, 1) or this.hitTest(this._parent.legars._x + 13, this._parent.legars._y - 56, 1)) { _root.playermort = true; this._parent.legars.gotoAndStop("p1mort"); hittestoff = 1; } }
Instance of Symbol 354 MovieClip "Bowser1" in Frame 14
onClipEvent (load) { speed = -2; _root.boss = 0; hittestoff = 0; valeur = -14; valeur2 = 0; delay = 20; delay2 = 20; delay3 = 60; defaultx = this._x; count = 200; } onClipEvent (enterFrame) { _x = (_x - _root.avancerecule); defaultx = defaultx - _root.avancerecule; if ((this._x < 360) or (killcode == true)) { killcode = true; if ((hittestoff == 0) and (_root.playermort != 1)) { if (this.hitTest(this._parent.legars._x - 10, this._parent.legars._y - 15) or this.hitTest(this._parent.legars._x + 10, this._parent.legars._y - 15)) { _root.playermort = true; this._parent.legars.gotoAndStop("p1mort"); hittestoff = 1; } if (delay <= 0) { gotoAndStop ("normal"); this._parent.bowserflame.duplicateMovieClip("boxx" + count, count); _root["boxx" + count].gotoAndPlay(1); _root["boxx" + count]._x = _x - 30; _root["boxx" + count]._y = _y - 40; this._parent.son.gotoAndPlay("bowsercrache"); count = count + 1; delay = random(90) + 10; } else { delay = delay - 1; if ((delay < 10) and (delay > 0)) { gotoAndStop ("crache"); } } if (count == 210) { count = 200; } if ((this._x > defaultx) and (speed > 0)) { delay2 = 60; speed = speed * -1; } else if ((this._x < (defaultx - 120)) and (speed < 0)) { delay2 = 60; speed = speed * -1; } else if (delay2 == 0) { speed = speed * -1; delay2 = random(40); } else { delay2 = delay2 - 1; } if (delay3 == 0) { jump = 1; delay3 = random(100) + 50; } else { delay3 = delay3 - 1; } if (jump == 1) { this._y = this._y + valeur; if (valeur < 10) { valeur = valeur + 1; } } else { if (valeur2 == 0) { _x = (_x + speed); } valeur = -14; } if (this._parent.level.hitTest(this._x, this._y, true)) { if ((jump == 1) and (valeur > 0)) { valeur = 0; jump = 0; } this._y = int(this._y / 10) * 10; valeur2 = 0; } else if (jump == 0) { this._y = this._y + valeur2; if (valeur2 < 10) { valeur2 = valeur2 + 2; } } } } if (this._y > 270) { gotoAndStop ("zeotte"); hittestoff = 1; } if (_root.boss == 0) { if (this._parent.level._x < -2100) { stopAllSounds(); delay = 20; this._parent.level.brige.gotoAndPlay("bossstart"); this._parent.son.gotoAndPlay("bowsertheme"); _root.boss = 1; } else { if (((delay <= 0) and (this._parent.level._x < -1500)) and (_root.playermort != 1)) { this._parent.bowserflame.duplicateMovieClip("boxx" + count, count); _root["boxx" + count].gotoAndPlay(1); _root["boxx" + count]._x = 400; _root["boxx" + count]._y = random(120) + 40; this._parent.son.gotoAndPlay("bowsercrache"); count = count + 1; delay = random(60) + 30; } else { delay = delay - 1; } if (count == 210) { count = 200; } } } }
Instance of Symbol 359 MovieClip "bowserflame" in Frame 14
onClipEvent (load) { speed = -6; hittestoff = 0; } onClipEvent (enterFrame) { this._y = int(this._y); if ((this._x > -10) and (_root.playermort == false)) { this._x = this._x - _root.avancerecule; if (hittestoff == 0) { this._x = this._x + speed; if (((this.hitTest(this._parent.legars._x - 10, this._parent.legars._y - 30) or this.hitTest(this._parent.legars._x + 10, this._parent.legars._y - 30)) or this.hitTest(this._parent.legars._x, this._parent.legars._y - 15)) or this.hitTest(this._parent.legars._x, this._parent.legars._y - 45)) { _root.playermort = true; this._parent.legars.gotoAndStop("p1mort"); } } } else { this.removeMovieClip(); } }
Frame 17
stop();
Instance of Symbol 39 MovieClip "legars" in Frame 17
onClipEvent (load) { _x = 140; _y = 40; _root.avancerecule = 0; saut = false; _root.valeur2 = 0; _root.gauche = false; _root.droite = false; _root.rebon = false; valeur3 = -10; gaucheoudroite = 1; keylock = false; _root.playermort = 0; mortdelay = 30; delayfin = 200; } onClipEvent (enterFrame) { if (_root.playermort == 0) { if (this._parent.level.hitTest(this._x, this._y, true) and ((saut == true) or (_root.tombe == true))) { _root.valeur = 0; _root.valeur2 = 0; _root.tombe = false; saut = false; } else if ((saut == false) and (_root.tombe != true)) { _root.tombe = true; } if (this._parent.level.hitTest(this._x, this._y, true) and this._parent.level.hitTest(this._x, this._y - 2, true)) { this._y = this._y - 2; this._y = int(this._y / 10) * 10; } if (this._parent.level.hitTest(this._x, this._y - 60, true) and (_root.valeur < 0)) { _root.hitetefx.start(0, 1); _root.test = _root.valeur; if ((((_root.test == -10) or (_root.test == -14)) or (_root.test == -16)) or (_root.test == -4)) { this._y = this._y - (_root.test + 10); } else if ((_root.test != -6) and (_root.test != -8)) { this._y = this._y + (_root.test + 10); } else if (_root.test == -6) { this._y = this._y - 2; } _root.valeur = 0; } if ((_root.tombe == false) and (_root.rebon == false)) { if (Key.isDown(38) and (saut == false)) { if (keylock == false) { _root.valeur = -18; _root.jumpfx.start(0, 1); keylock = true; saut = true; } } else if (saut == false) { keylock = false; } if (saut == true) { this._y = this._y + _root.valeur; if (_root.valeur < 10) { _root.valeur = _root.valeur + 2; } } } if ((_root.tombe == true) and (_root.rebon == false)) { this._y = this._y + _root.valeur2; _root.valeur = _root.valeur2; if (_root.valeur2 < 10) { _root.valeur2 = _root.valeur2 + 2; } } else if (_root.valeur2 != 0) { _root.valeur2 = 0; } this._parent.level._x = this._parent.level._x - _root.avancerecule; if ((((this._parent.level.hitTest(this._x + (_root.avancerecule - 15), this._y - 40, true) or this._parent.level.hitTest(this._x + (_root.avancerecule - 15), this._y - 20, true)) or this._parent.level.hitTest(this._x + (_root.avancerecule - 15), this._y - 30, true)) or this._parent.level.hitTest(this._x + (_root.avancerecule - 15), this._y - 2, true)) or this._parent.level.hitTest(this._x + (_root.avancerecule - 15), this._y - 55, true)) { if (_root.avancerecule < 0) { _root.avancerecule = 0; } _root.gauche = true; } else if ((((this._parent.level.hitTest(this._x + (_root.avancerecule + 15), this._y - 40, true) or this._parent.level.hitTest(this._x + (_root.avancerecule + 15), this._y - 20, true)) or this._parent.level.hitTest(this._x + (_root.avancerecule + 15), this._y - 30, true)) or this._parent.level.hitTest(this._x + (_root.avancerecule + 15), this._y - 2, true)) or this._parent.level.hitTest(this._x + (_root.avancerecule + 15), this._y - 55, true)) { if (_root.avancerecule > 0) { _root.avancerecule = 0; } _root.droite = true; } else if (_root.gauche == true) { _root.gauche = false; } else if (_root.droite == true) { _root.droite = false; } if (((_root.gauche == true) and (_root.droite == true)) and (this.saut == false)) { _root.droite = false; _root.gauche = false; } if ((saut == false) and (_root.rebon == false)) { if (_root.avancerecule == 0) { if (gaucheoudroite == 1) { this.gotoAndStop("stopdroite"); } else { this.gotoAndStop("stopgauche"); } } else if (gaucheoudroite == 1) { this.gotoAndStop("godroite"); } else if (gaucheoudroite == 2) { this.gotoAndStop("gogauche"); } } else if (_root.avancerecule == 0) { if (gaucheoudroite == 1) { this.gotoAndStop("sautedroite"); } else { this.gotoAndStop("sautegauche"); } } else if (gaucheoudroite == 1) { this.gotoAndStop("sautedroite"); } else if (gaucheoudroite == 2) { this.gotoAndStop("sautegauche"); } if (_root.droite == false) { if (Key.isDown(39)) { if (_root.avancerecule < 6) { gaucheoudroite = 1; _root.avancerecule = _root.avancerecule + 1; } } else if (_root.avancerecule > 0) { _root.avancerecule = _root.avancerecule - 1; } } if (_root.gauche == false) { if (Key.isDown(37)) { if (_root.avancerecule > -6) { gaucheoudroite = 2; _root.avancerecule = _root.avancerecule - 1; } } else if (_root.avancerecule < 0) { _root.avancerecule = _root.avancerecule + 1; } } if (_root.rebon == true) { this._y = this._y + valeur3; if (valeur3 < 0) { valeur3 = valeur3 + 2; } else { valeur3 = -10; _root.rebon = false; } } } else if (_root.playermort == 1) { _root.avancerecule = 0; if (mortdelay <= 0) { this._y = this._y + _root.valeur2; if (_root.valeur2 < 10) { _root.valeur2 = _root.valeur2 + 2; } } else { mortdelay = mortdelay - 1; } } else if (_root.playermort == 3) { delayfin = delayfin - 1; if (delayfin == 0) { this._parent.gotoAndStop("level1clear"); } if (this._y < 218) { this._y = this._y + 6; } else if (this._x < 270) { this._x = this._x + 6; this.gotoAndStop("godroite"); } else { setProperty(this, _visible , "0"); } } if (this._y > 420) { stopAllSounds(); _root.playermortfx.start(0, 1); _root.playermort = 2; _root.lives = _root.lives - 1; _y = -100; } }
Instance of Symbol 63 MovieClip "son" in Frame 17
onClipEvent (load) { delay = 48; count = 1; _root.nombreballe = 0; _root.staron = 0; startime = 300; } onClipEvent (enterFrame) { if ((_root.staron == 1) and (_root.playermort == 0)) { if (startime == 0) { stopAllSounds(); this._parent.son.gotoAndPlay("maintoune"); _root.staron = 0; startime = 300; } else { startime = startime - 1; } } if (_root.playermort == 2) { delay = delay - 1; if (delay == 0) { if (_root.lives > 0) { _root.fireballon = 0; this._parent.gotoAndPlay(16); } else { this._parent.gotoAndStop("gameover"); } delay = 48; stopmainsound = 0; } } } on (keyPress "5") { if (((_root.playermort == 0) and (_root.nombreballe < 2)) and (_root.fireballon == 1)) { if (count <= 2) { _root.nombreballe = _root.nombreballe + 1; if (this._parent.legars.gaucheoudroite == 1) { valeur = 12; } else { valeur = -12; } gotoAndPlay ("fireballtire"); this._parent.fireball.duplicateMovieClip("feu" + count, count); _root["feu" + count].avar = valeur; _root["feu" + count]._x = 140; _root["feu" + count]._y = this._parent.legars._y - 20; count = count + 1; } else { count = 1; } } }
Instance of Symbol 391 MovieClip "missileboss" in Frame 17
onClipEvent (load) { speed = -12; defaultx = this._x; defaulty = this._y; } onClipEvent (enterFrame) { _x = (_x - _root.avancerecule); defaultx = defaultx - _root.avancerecule; if (moveok == 1) { _x = (_x + speed); if (this.hitTest(this._parent.legars._x, this._parent.legars._y - 30) or this.hitTest(this._parent.legars._x + 10, this._parent.legars._y - 50)) { _x = this._parent.legars._x; gotoAndPlay ("blow"); _root.playermort = 1; this._parent.legars.gotoAndStop("p1mort"); moveok = 0; } } if (_root.bosson == 1) { if (speed < 0) { if ((_x < 360) and (lockson2 == 0)) { _root.missilepassfx.start(0, 1); lockson2 = 1; } if (this._x < -200) { if (this.boshitzone.bosshit != 1) { this._y = random(180) + 40; this.bosspart.gotoAndStop("vertdroite"); lockson1 = 0; speed = speed * -1; } else { gotoAndStop (1); this._parent.flashani.gotoAndPlay("kabow"); moveok = 0; _x = defaultx; _y = defaulty; moveok = 0; this._parent.fullboss01.gotoAndPlay("reset"); _root.bosson = 2; } } } else if (speed > 0) { if ((_x > -40) and (lockson1 == 0)) { _root.missilepassfx.start(0, 1); lockson1 = 1; } if (this._x > 500) { if (this.boshitzone.bosshit != 1) { this._y = random(180) + 40; this.bosspart.gotoAndStop("vertgauche"); lockson2 = 0; speed = speed * -1; } else { gotoAndStop (1); this._parent.flashani.gotoAndPlay("kabow"); _x = defaultx; _y = defaulty; moveok = 0; this._parent.fullboss01.gotoAndPlay("reset"); _root.bosson = 2; } } } } }
Instance of Symbol 402 MovieClip "fullboss01" in Frame 17
onClipEvent (load) { _root.bosson = 0; } onClipEvent (enterFrame) { _x = (_x - _root.avancerecule); if (((_x - this._parent.legars._x) < 140) and (_root.bosson == 0)) { this._parent.missileboss.gotoAndPlay("reload"); gotoAndPlay ("bossani"); _root.bosson = 1; } else if ((((_x - this._parent.legars._x) < 140) and (_root.bosson == 2)) and (notready == 0)) { this._parent.missileboss.gotoAndPlay("reload"); this._parent.missileboss.speed = -12; gotoAndPlay ("tetefall"); _root.bosson = 1; } }
Frame 26
stop();
Instance of Symbol 409 MovieClip in Frame 26
onClipEvent (enterFrame) { this._x = this._x - _root.avancerecule; }
Instance of Symbol 416 MovieClip "level" in Frame 26
onClipEvent (enterFrame) { if (_root.finale == false) { if (_root.playermort == false) { _root.levelx = this._x; if (this.hitTest(this._parent.legars._x, this._parent.legars._y, true)) { _root.valeur = 0; _root.valeur2 = 0; this._parent.legars._y = int(this._parent.legars._y / 10) * 10; _root.tombe = false; this._parent.legars.saut = false; } else if ((this._parent.legars.saut == false) and (_root.tombe != true)) { _root.tombe = true; } if (this.hitTest(this._parent.legars._x, this._parent.legars._y - 60, true) and (_root.valeur < 0)) { this._parent.son.gotoAndPlay("hittete"); _root.test = _root.valeur; if ((((_root.test == -10) or (_root.test == -14)) or (_root.test == -16)) or (_root.test == -4)) { this._parent.legars._y = this._parent.legars._y - (_root.test + 10); } else if ((_root.test != -6) and (_root.test != -8)) { this._parent.legars._y = this._parent.legars._y + (_root.test + 10); } else if (_root.test == -6) { this._parent.legars._y = this._parent.legars._y - 2; } _root.valeur = 0; } if ((((this.hitTest(this._parent.legars._x + (_root.avancerecule - 10), this._parent.legars._y + (_root.valeur - 40), true) or this.hitTest(this._parent.legars._x + (_root.avancerecule - 10), this._parent.legars._y + (_root.valeur - 20), true)) or this.hitTest(this._parent.legars._x + (_root.avancerecule - 10), this._parent.legars._y + (_root.valeur - 30), true)) or this.hitTest(this._parent.legars._x + (_root.avancerecule - 10), this._parent.legars._y + (_root.valeur - 2), true)) or this.hitTest(this._parent.legars._x + (_root.avancerecule - 10), this._parent.legars._y + (_root.valeur - 58), true)) { if (_root.avancerecule < 0) { _root.avancerecule = 0; } _root.gauche = true; } else if ((((this.hitTest(this._parent.legars._x + (_root.avancerecule + 10), this._parent.legars._y + (_root.valeur - 40), true) or this.hitTest(this._parent.legars._x + (_root.avancerecule + 10), this._parent.legars._y + (_root.valeur - 20), true)) or this.hitTest(this._parent.legars._x + (_root.avancerecule + 10), this._parent.legars._y + (_root.valeur - 30), true)) or this.hitTest(this._parent.legars._x + (_root.avancerecule + 10), this._parent.legars._y + (_root.valeur - 2), true)) or this.hitTest(this._parent.legars._x + (_root.avancerecule + 10), this._parent.legars._y + (_root.valeur - 58), true)) { if (_root.avancerecule > 0) { _root.avancerecule = 0; } _root.droite = true; } else if (_root.gauche == true) { _root.gauche = false; } else if (_root.droite == true) { _root.droite = false; } if (((_root.gauche == true) and (_root.droite == true)) and (this._parent.legars.saut == false)) { _root.droite = false; _root.gauche = false; } if (this.hitTest(this._parent.legars._x, this._parent.legars._y, true) and this.hitTest(this._parent.legars._x, this._parent.legars._y + (_root.valeur - 2), true)) { this._parent.legars._y = this._parent.legars._y - 2; } } } }
Instance of Symbol 63 MovieClip "son" in Frame 26
onClipEvent (load) { delay = 48; } onClipEvent (enterFrame) { if (stopmainsound == 1) { delay = delay - 1; if (delay == 0) { if (_root.lives > 0) { this._parent.gotoAndPlay(1); } else { this._parent.gotoAndStop("gameover"); } delay = 48; stopmainsound = 0; } } }
Instance of Symbol 39 MovieClip "legars" in Frame 26
onClipEvent (load) { _x = 140; _y = 40; _root.surplateforme = 0; _root.finale = false; _root.avancerecule = 0; saut = false; _root.valeur2 = 0; _root.gauche = false; _root.droite = false; _root.rebon = false; valeur3 = -10; gaucheoudroite = 1; keylock = false; _root.playermort = false; mortdelay = 30; delayfin = 200; } onClipEvent (enterFrame) { _root.posxx = this._y; if (_root.finale == false) { if (_root.playermort == false) { if ((_root.tombe == false) and (_root.rebon == false)) { if (Key.isDown(38) and (saut == false)) { this._y = int(this._y / 10) * 10; if (keylock == false) { _root.valeur = -18; this._parent.son.gotoAndPlay("jump"); keylock = true; saut = true; } } else if (saut == false) { keylock = false; } if (saut == true) { this._y = this._y + _root.valeur; if (_root.valeur < 10) { _root.valeur = _root.valeur + 2; } } } if ((_root.tombe == true) and (_root.rebon == false)) { this._y = this._y + _root.valeur2; _root.valeur = _root.valeur2; if (_root.valeur2 < 10) { _root.valeur2 = _root.valeur2 + 2; } } else if (_root.valeur2 != 0) { _root.valeur2 = 0; } this._parent.level._x = this._parent.level._x - _root.avancerecule; if ((saut == false) and (_root.rebon == false)) { if (_root.avancerecule == 0) { if (gaucheoudroite == 1) { this.gotoAndStop("stopdroite"); } else { this.gotoAndStop("stopgauche"); } } else if (gaucheoudroite == 1) { this.gotoAndStop("godroite"); } else if (gaucheoudroite == 2) { this.gotoAndStop("gogauche"); } } else if (_root.avancerecule == 0) { if (gaucheoudroite == 1) { this.gotoAndStop("sautedroite"); } else { this.gotoAndStop("sautegauche"); } } else if (gaucheoudroite == 1) { this.gotoAndStop("sautedroite"); } else if (gaucheoudroite == 2) { this.gotoAndStop("sautegauche"); } if (_root.droite == false) { if (Key.isDown(39)) { if (_root.avancerecule < 6) { gaucheoudroite = 1; _root.avancerecule = _root.avancerecule + 1; } } else if (_root.avancerecule > 0) { _root.avancerecule = _root.avancerecule - 1; } } if (_root.gauche == false) { if (Key.isDown(37) and (this._parent.level._x <= -10)) { if (_root.avancerecule > -6) { gaucheoudroite = 2; _root.avancerecule = _root.avancerecule - 1; } } else if (_root.avancerecule < 0) { _root.avancerecule = _root.avancerecule + 1; } } _root.saut = saut; if (_root.rebon == true) { this._y = this._y + valeur3; if (valeur3 < 0) { valeur3 = valeur3 + 2; } else { valeur3 = -10; _root.rebon = false; } } } else { _root.avancerecule = 0; if (mortdelay <= 0) { this._y = this._y + _root.valeur2; if (_root.valeur2 < 10) { _root.valeur2 = _root.valeur2 + 2; } } else { mortdelay = mortdelay - 1; } } if ((this._y > 420) and (lock != 1)) { this._parent.son.gotoAndPlay("mort"); _root.playermort = true; _root.lives = _root.lives - 1; lock = 1; } } else { delayfin = delayfin - 1; if (delayfin == 0) { this._parent.gotoAndStop("level1clear"); } if (this._y < 230) { this._y = this._y + 6; } else if (this._x < 250) { this._x = this._x + 6; this.gotoAndStop("godroite"); } else { setProperty(this, _visible , "0"); } } }
Instance of Symbol 149 MovieClip "enemy1" in Frame 26
onClipEvent (load) { speed = -2; hittestoff = 0; valeur2 = 0; petitdelay = 0; defaultx = this._x; } onClipEvent (enterFrame) { this._y = int(this._y); this._x = this._x - _root.avancerecule; if ((this._x < 360) or (killcode == true)) { killcode = true; if (hittestoff == 0) { this._x = this._x + speed; if (this.hitTest(this._parent.legars._x - 10, this._parent.legars._y - 15) or this.hitTest(this._parent.legars._x + 10, this._parent.legars._y - 15)) { _root.playermort = true; this._parent.legars.gotoAndStop("p1mort"); hittestoff = 1; } if ((this.hitTest(this._parent.legars._x, this._parent.legars._y, true) or this.hitTest(this._parent.legars._x + 7, this._parent.legars._y, true)) or this.hitTest(this._parent.legars._x - 7, this._parent.legars._y, true)) { _root.rebon = true; gotoAndPlay ("champmort"); hittestoff = 1; } if (petitdelay == 0) { if ((this._parent.level.hitTest(this._x - 14, this._y - 15, true) or this._parent.level.hitTest(this._x + 14, this._y - 15, true)) or this.hitTest(this._parent.enemy2)) { speed = speed * -1; petitdelay = 5; } } else if (petitdelay > 0) { petitdelay = petitdelay - 1; } if (this._parent.level.hitTest(this._x, this._y, true)) { } else { petitdelay = 5; this._y = this._y + valeur2; if (valeur2 < 10) { valeur2 = valeur2 + 2; } } } } if (this.hitTest(this._parent.tortu1.shellbouge)) { this._parent.son.gotoAndPlay("tortushellhit"); gotoAndStop ("mort2"); hittestoff = 2; } if (hittestoff == 2) { this._y = this._y + 10; } if ((this._y > 270) or (this._x < -60)) { gotoAndStop ("zero"); hittestoff = 1; } }
Instance of Symbol 17 MovieClip [latortu] "tortu1" in Frame 26
onClipEvent (load) { speed = -2; hittestoff = 0; valeur2 = 0; petitdelay = 0; defaultx = this._x; } onClipEvent (enterFrame) { this._y = int(this._y); this._x = this._x - _root.avancerecule; if ((this._x < 360) or (killcode == true)) { killcode = true; if (hittestoff == 0) { this._x = this._x + speed; if (this.hitTest(this._parent.legars._x - 10, this._parent.legars._y - 15) or this.hitTest(this._parent.legars._x + 10, this._parent.legars._y - 15)) { _root.playermort = true; this._parent.legars.gotoAndStop("p1mort"); hittestoff = 1; } if ((this.hitTest(this._parent.legars._x, this._parent.legars._y, true) or this.hitTest(this._parent.legars._x + 7, this._parent.legars._y, true)) or this.hitTest(this._parent.legars._x - 7, this._parent.legars._y, true)) { _root.rebon = true; gotoAndPlay ("mort1"); hittestoff = 1; } if (petitdelay == 0) { if (this._parent.level.hitTest(this._x - 14, this._y - 15, true) or this._parent.level.hitTest(this._x + 14, this._y - 15, true)) { speed = speed * -1; if (speed < 0) { gotoAndStop ("torgauche"); } else { gotoAndStop ("tordroite"); } petitdelay = 5; } } else if (petitdelay > 0) { petitdelay = petitdelay - 1; } if (this._parent.level.hitTest(this._x, this._y, true)) { } else { petitdelay = 5; this._y = this._y + valeur2; if (valeur2 < 10) { valeur2 = valeur2 + 2; } } } } if (hittestoff == 4) { if ((this.hitTest(this._parent.legars._x, this._parent.legars._y, true) or this.hitTest(this._parent.legars._x - 10, this._parent.legars._y - 10, true)) or this.hitTest(this._parent.legars._x + 10, this._parent.legars._y - 10, true)) { gotoAndPlay ("mort2"); petitdelay = 10; if (this._x < this._parent.legars._x) { speed = -10; } else { speed = 10; } hittestoff = 2; } } else if (hittestoff == 2) { if (petitdelay == 0) { if (this.hitTest(this._parent.legars._x - 10, this._parent.legars._y - 15) or this.hitTest(this._parent.legars._x + 10, this._parent.legars._y - 15)) { _root.playermort = true; this._parent.legars.gotoAndStop("p1mort"); hittestoff = 1; } } else { petitdelay = petitdelay - 1; } if ((this.hitTest(this._parent.legars._x, this._parent.legars._y, true) or this.hitTest(this._parent.legars._x + 7, this._parent.legars._y, true)) or this.hitTest(this._parent.legars._x - 7, this._parent.legars._y, true)) { _root.rebon = true; speed = 0; gotoAndPlay ("mort1"); } this._x = this._x + speed; if (petitdelay == 0) { if (this._parent.level.hitTest(this._x - 14, this._y - 15, true) or this._parent.level.hitTest(this._x + 14, this._y - 15, true)) { this._parent.son.gotoAndPlay("hittete"); speed = speed * -1; petitdelay = 10; } } else if (petitdelay > 0) { petitdelay = petitdelay - 1; } if (this._parent.level.hitTest(this._x, this._y, true)) { } else { petitdelay = 5; this._y = this._y + valeur2; if (valeur2 < 10) { valeur2 = valeur2 + 2; } } } if ((((this._y > 270) and (hittestoff != 1)) or ((this._x < -30) and (code == true))) or (this._x < -60)) { gotoAndStop ("zero"); hittestoff = 1; } }
Instance of Symbol 275 MovieClip "porc1" in Frame 26
onClipEvent (load) { speed = -2; hittestoff = 0; valeur2 = 0; petitdelay = 0; autoreverse = -10; defaultx = this._x; } onClipEvent (enterFrame) { this._y = int(this._y); this._x = this._x - _root.avancerecule; if ((this._x < 360) or (killcode == true)) { killcode = true; if (hittestoff == 0) { this._x = this._x + speed; if (this.hitTest(this._parent.legars._x - 10, this._parent.legars._y - 15) or this.hitTest(this._parent.legars._x + 10, this._parent.legars._y - 15)) { _root.playermort = true; this._parent.legars.gotoAndStop("p1mort"); hittestoff = 1; } if (petitdelay == 0) { if (this._parent.level.hitTest(this._x + autoreverse, this._y, true)) { if (this._parent.level.hitTest(this._x - 14, this._y - 15, true) or this._parent.level.hitTest(this._x + 14, this._y - 15, true)) { speed = speed * -1; autoreverse = autoreverse * -1; if (speed < 0) { gotoAndStop ("porcg"); } else { gotoAndStop ("porcd"); } petitdelay = 5; } } else { speed = speed * -1; if (speed < 0) { gotoAndStop ("porcg"); } else { gotoAndStop ("porcd"); } autoreverse = autoreverse * -1; petitdelay = 10; } } else if (petitdelay > 0) { petitdelay = petitdelay - 1; } if (this._parent.level.hitTest(this._x, this._y, true)) { } else { petitdelay = 5; this._y = this._y + valeur2; if (valeur2 < 10) { valeur2 = valeur2 + 2; } } } } if (this.hitTest(this._parent.tortu1.shellbouge)) { this._parent.son.gotoAndPlay("tortushellhit"); gotoAndStop ("mort2"); hittestoff = 2; } if (hittestoff == 2) { this._y = this._y + 10; } if ((this._y > 270) or (this._x < -60)) { gotoAndStop ("zero"); hittestoff = 1; } }
Instance of Symbol 149 MovieClip "enemy2" in Frame 26
onClipEvent (load) { speed = -2; hittestoff = 0; valeur2 = 0; petitdelay = 10; autoreverse = -10; defaultx = this._x; } onClipEvent (enterFrame) { this._y = int(this._y); this._x = this._x - _root.avancerecule; if ((this._x < 360) or (killcode == true)) { killcode = true; if (hittestoff == 0) { this._x = this._x + speed; if (this.hitTest(this._parent.legars._x - 10, this._parent.legars._y - 15) or this.hitTest(this._parent.legars._x + 10, this._parent.legars._y - 15)) { _root.playermort = true; this._parent.legars.gotoAndStop("p1mort"); hittestoff = 1; } if ((this.hitTest(this._parent.legars._x, this._parent.legars._y, true) or this.hitTest(this._parent.legars._x + 7, this._parent.legars._y, true)) or this.hitTest(this._parent.legars._x - 7, this._parent.legars._y, true)) { _root.rebon = true; gotoAndPlay ("champmort"); hittestoff = 1; } if (petitdelay == 0) { if (this._parent.level.hitTest(this._x + autoreverse, this._y, true)) { if (this._parent.level.hitTest(this._x - 14, this._y - 15, true) or this._parent.level.hitTest(this._x + 14, this._y - 15, true)) { speed = speed * -1; petitdelay = 5; autoreverse = autoreverse * -1; } } else { speed = speed * -1; autoreverse = autoreverse * -1; petitdelay = 10; } } else if (petitdelay > 0) { petitdelay = petitdelay - 1; } if (this._parent.level.hitTest(this._x, this._y, true)) { } else { petitdelay = 10; this._y = this._y + valeur2; if (valeur2 < 10) { valeur2 = valeur2 + 2; } } } } if (this.hitTest(this._parent.tortu2.shellbouge)) { this._parent.son.gotoAndPlay("tortushellhit"); gotoAndStop ("mort2"); hittestoff = 2; } if (hittestoff == 2) { this._y = this._y + 10; } if ((this._y > 270) or (this._x < -60)) { gotoAndStop ("zero"); hittestoff = 1; } }
Instance of Symbol 17 MovieClip [latortu] "tortu2" in Frame 26
onClipEvent (load) { speed = -2; hittestoff = 0; valeur2 = 0; petitdelay = 0; defaultx = this._x; autoreverse = -10; } onClipEvent (enterFrame) { this._y = int(this._y); this._x = this._x - _root.avancerecule; if ((this._x < 360) or (killcode == true)) { killcode = true; if (hittestoff == 0) { this._x = this._x + speed; if (this.hitTest(this._parent.legars._x - 10, this._parent.legars._y - 15) or this.hitTest(this._parent.legars._x + 10, this._parent.legars._y - 15)) { _root.playermort = true; this._parent.legars.gotoAndStop("p1mort"); hittestoff = 1; } if ((this.hitTest(this._parent.legars._x, this._parent.legars._y, true) or this.hitTest(this._parent.legars._x + 7, this._parent.legars._y, true)) or this.hitTest(this._parent.legars._x - 7, this._parent.legars._y, true)) { _root.rebon = true; gotoAndPlay ("mort1"); hittestoff = 1; } if (petitdelay == 0) { if (this._parent.level.hitTest(this._x + autoreverse, this._y, true)) { if (this._parent.level.hitTest(this._x - 14, this._y - 15, true) or this._parent.level.hitTest(this._x + 14, this._y - 15, true)) { speed = speed * -1; autoreverse = autoreverse * -1; if (speed < 0) { gotoAndStop ("torgauche"); } else { gotoAndStop ("tordroite"); } petitdelay = 5; } } else { speed = speed * -1; if (speed < 0) { gotoAndStop ("torgauche"); } else { gotoAndStop ("tordroite"); } autoreverse = autoreverse * -1; petitdelay = 10; } } else if (petitdelay > 0) { petitdelay = petitdelay - 1; } if (this._parent.level.hitTest(this._x, this._y, true)) { } else { petitdelay = 5; this._y = this._y + valeur2; if (valeur2 < 10) { valeur2 = valeur2 + 2; } } } } if (hittestoff == 4) { if ((this.hitTest(this._parent.legars._x, this._parent.legars._y, true) or this.hitTest(this._parent.legars._x - 10, this._parent.legars._y - 10, true)) or this.hitTest(this._parent.legars._x + 10, this._parent.legars._y - 10, true)) { gotoAndPlay ("mort2"); petitdelay = 10; if (this._x < this._parent.legars._x) { speed = -10; } else { speed = 10; } hittestoff = 2; } } else if (hittestoff == 2) { if (petitdelay == 0) { if (this.hitTest(this._parent.legars._x - 10, this._parent.legars._y - 15) or this.hitTest(this._parent.legars._x + 10, this._parent.legars._y - 15)) { _root.playermort = true; this._parent.legars.gotoAndStop("p1mort"); hittestoff = 1; } } else { petitdelay = petitdelay - 1; } if ((this.hitTest(this._parent.legars._x, this._parent.legars._y, true) or this.hitTest(this._parent.legars._x + 7, this._parent.legars._y, true)) or this.hitTest(this._parent.legars._x - 7, this._parent.legars._y, true)) { _root.rebon = true; speed = 0; gotoAndPlay ("mort1"); } this._x = this._x + speed; if (petitdelay == 0) { if (this._parent.level.hitTest(this._x - 14, this._y - 15, true) or this._parent.level.hitTest(this._x + 14, this._y - 15, true)) { this._parent.son.gotoAndPlay("hittete"); speed = speed * -1; petitdelay = 10; } } else if (petitdelay > 0) { petitdelay = petitdelay - 1; } if (this._parent.level.hitTest(this._x, this._y, true)) { } else { petitdelay = 5; this._y = this._y + valeur2; if (valeur2 < 10) { valeur2 = valeur2 + 2; } } } if ((((this._y > 270) and (hittestoff != 1)) or ((this._x < -30) and (code == true))) or (this._x < -60)) { gotoAndStop ("zero"); hittestoff = 1; } }
Instance of Symbol 275 MovieClip in Frame 26
onClipEvent (load) { speed = -2; hittestoff = 0; valeur2 = 0; petitdelay = 0; autoreverse = -10; defaultx = this._x; } onClipEvent (enterFrame) { this._y = int(this._y); this._x = this._x - _root.avancerecule; if ((this._x < 360) or (killcode == true)) { killcode = true; if (hittestoff == 0) { this._x = this._x + speed; if (this.hitTest(this._parent.legars._x - 10, this._parent.legars._y - 15) or this.hitTest(this._parent.legars._x + 10, this._parent.legars._y - 15)) { _root.playermort = true; this._parent.legars.gotoAndStop("p1mort"); hittestoff = 1; } if (petitdelay == 0) { if (this._parent.level.hitTest(this._x - 14, this._y - 15, true) or this._parent.level.hitTest(this._x + 14, this._y - 15, true)) { speed = speed * -1; autoreverse = autoreverse * -1; if (speed < 0) { gotoAndStop ("porcg"); } else { gotoAndStop ("porcd"); } petitdelay = 5; } } else if (petitdelay > 0) { petitdelay = petitdelay - 1; } if (this._parent.level.hitTest(this._x, this._y, true)) { } else { petitdelay = 5; this._y = this._y + valeur2; if (valeur2 < 10) { valeur2 = valeur2 + 2; } } } } if (this.hitTest(this._parent.tortu1.shellbouge)) { this._parent.son.gotoAndPlay("tortushellhit"); gotoAndStop ("mort2"); hittestoff = 2; } if (hittestoff == 2) { this._y = this._y + 10; } if ((this._y > 270) or (this._x < -60)) { gotoAndStop ("zero"); hittestoff = 1; } }
Instance of Symbol 275 MovieClip "porctombe" in Frame 26
onClipEvent (load) { gotoAndStop ("boule"); speed = 0; hittestoff = 0; valeur2 = 0; petitdelay = 0; autoreverse = -10; defaultx = this._x; } onClipEvent (enterFrame) { this._y = int(this._y); this._x = this._x - _root.avancerecule; if ((this._x < 360) or (killcode == true)) { killcode = true; if (hittestoff == 0) { this._x = this._x + speed; if (this.hitTest(this._parent.legars._x - 10, this._parent.legars._y - 15) or this.hitTest(this._parent.legars._x + 10, this._parent.legars._y - 15)) { _root.playermort = true; this._parent.legars.gotoAndStop("p1mort"); hittestoff = 1; } if (petitdelay == 0) { if (this._parent.level.hitTest(this._x + autoreverse, this._y, true)) { if (this._parent.level.hitTest(this._x - 14, this._y - 15, true) or this._parent.level.hitTest(this._x + 14, this._y - 15, true)) { speed = speed * -1; autoreverse = autoreverse * -1; if (speed < 0) { gotoAndStop ("porcg"); } else if (speed > 0) { gotoAndStop ("porcd"); } petitdelay = 5; } } else { speed = speed * -1; if (speed < 0) { gotoAndStop ("porcg"); } else if (speed > 0) { gotoAndStop ("porcd"); } autoreverse = autoreverse * -1; petitdelay = 10; } } else if (petitdelay > 0) { petitdelay = petitdelay - 1; } if (this._parent.level.hitTest(this._x, this._y, true)) { if (speed == 0) { if (this._x < this._parent.legars._x) { gotoAndStop ("porcd"); speed = 2; } else { gotoAndStop ("porcg"); speed = -2; } } } else { petitdelay = 5; this._y = this._y + valeur2; if (valeur2 < 10) { valeur2 = valeur2 + 2; } } } } if (this.hitTest(this._parent.tortu1.shellbouge)) { this._parent.son.gotoAndPlay("tortushellhit"); gotoAndStop ("mort2"); hittestoff = 2; } if (hittestoff == 2) { this._y = this._y + 10; } if (((((this._y > 270) or (this._x < -60)) or (this._x > 400)) and (lockyy != 1)) or (this._parent.legars._y > 270)) { _root.porcmort = _root.porcmort - 1; lockyy = 1; this.removeMovieClip(); } }
Instance of Symbol 267 MovieClip "hammerbros1" in Frame 26
onClipEvent (load) { speed = -2; hittestoff = 0; valeur = -18; valeur2 = 0; delay = 20; delay2 = 20; delay3 = 60; positioncounter = 0; defaultx = this._x; count = 1; } onClipEvent (enterFrame) { this._y = int(this._y); this._x = this._x - _root.avancerecule; if ((this._x < 360) or (killcode == true)) { positioncounter = positioncounter + speed; killcode = true; if ((hittestoff == 0) and (_root.playermort == false)) { if (this.hitTest(this._parent.legars._x - 10, this._parent.legars._y - 15) or this.hitTest(this._parent.legars._x + 10, this._parent.legars._y - 15)) { _root.playermort = true; this._parent.legars.gotoAndStop("p1mort"); hittestoff = 1; } if ((this.hitTest(this._parent.legars._x, this._parent.legars._y, true) or this.hitTest(this._parent.legars._x + 7, this._parent.legars._y, true)) or this.hitTest(this._parent.legars._x - 7, this._parent.legars._y, true)) { _root.rebon = true; gotoAndPlay ("hambromort"); hittestoff = 1; } if (this._parent.level.hitTest(this._x, this._y - 10, true) and (jump == 0)) { gotoAndPlay ("hitbybox"); hittestoff = 1; } if (delay <= 0) { this._parent.hammer1.duplicateMovieClip("boxx" + count, count); _root["boxx" + count].gotoAndPlay(1); _root["boxx" + count]._x = _x - (random(20) - 10); _root["boxx" + count]._y = _y - 30; count = count + 1; delay = random(30) + 10; } else { delay = delay - 1; } if (count == 5) { count = 1; } if (((delay2 == 0) or (positioncounter < -88)) or (positioncounter > -2)) { speed = speed * -1; delay2 = random(40); } else { delay2 = delay2 - 1; } if (delay3 == 0) { jump = 1; delay3 = random(100) + 50; } else { delay3 = delay3 - 1; } if (jump == 1) { this._y = this._y + valeur; if (valeur < 10) { valeur = valeur + 2; } } else { if (valeur2 == 0) { this._x = this._x + speed; } valeur = -18; } if (this._parent.level.hitTest(this._x, this._y, true)) { if ((jump == 1) and (valeur > 0)) { valeur = 0; jump = 0; } this._y = int(this._y / 10) * 10; valeur2 = 0; } else if (jump == 0) { this._y = this._y + valeur2; if (valeur2 < 10) { valeur2 = valeur2 + 2; } } } } if (this.hitTest(this._parent.tortu1.shellbouge)) { this._parent.son.gotoAndPlay("tortushellhit"); gotoAndStop ("mort2"); hittestoff = 2; } if (hittestoff == 2) { this._y = this._y + 10; } if ((this._y > 270) or (this._x < -60)) { gotoAndStop ("zero"); hittestoff = 1; } }
Instance of Symbol 254 MovieClip "hammer1" in Frame 26
onClipEvent (enterFrame) { this._x = this._x - _root.avancerecule; if (this.hitTest(this._parent.legars._x - 10, this._parent.legars._y - 15) or this.hitTest(this._parent.legars._x + 10, this._parent.legars._y - 15)) { _root.playermort = true; this._parent.legars.gotoAndStop("p1mort"); } }
Instance of Symbol 218 MovieClip "Bigberta" in Frame 26
onClipEvent (load) { speed = -6; hittestoff = 0; } onClipEvent (enterFrame) { this._y = int(this._y); if ((this._x > -10) and (_root.playermort == false)) { this._x = this._x - _root.avancerecule; if (hittestoff == 0) { this._x = this._x + speed; if (this.hitTest(this._parent.legars._x - 10, this._parent.legars._y - 30) or this.hitTest(this._parent.legars._x + 10, this._parent.legars._y - 30)) { _root.playermort = true; this._parent.legars.gotoAndStop("p1mort"); hittestoff = 1; } if ((this.hitTest(this._parent.legars._x, this._parent.legars._y, true) or this.hitTest(this._parent.legars._x + 7, this._parent.legars._y, true)) or this.hitTest(this._parent.legars._x - 7, this._parent.legars._y, true)) { _root.rebon = true; gotoAndPlay ("ballemort"); hittestoff = 1; } } } else { this.removeMovieClip(); } }
Instance of Symbol 426 MovieClip "bonu" in Frame 26
onClipEvent (load) { delay = 60; count = 1; _root.porcmort = 0; speed = 0; hittestoff = 0; } onClipEvent (enterFrame) { this._x = this._x - _root.avancerecule; if (hittestoff == 0) { if ((this.hitTest(this._parent.legars._x - 10, this._parent.legars._y - 15) or this.hitTest(this._parent.legars._x + 10, this._parent.legars._y - 15)) or this.hitTest(this._parent.legars._x, this._parent.legars._y - 50)) { _root.playermort = true; this._parent.legars.gotoAndStop("p1mort"); hittestoff = 1; } if ((this.hitTest(this._parent.legars._x, this._parent.legars._y, true) or this.hitTest(this._parent.legars._x + 7, this._parent.legars._y, true)) or this.hitTest(this._parent.legars._x - 7, this._parent.legars._y, true)) { _root.rebon = true; gotoAndPlay ("nuagemort"); hittestoff = 1; } if (this._x < 160) { if (speed < 8) { speed = speed + 1; } } else if (this._x > 180) { if (speed > -8) { speed = speed - 1; } } else if (speed > 0) { speed = speed - 0.5; } else if (speed < 0) { speed = speed + 0.5; } if ((this._x < 360) and (_root.playermort == false)) { this._x = this._x + speed; if ((delay <= 0) and (_root.porcmort < 5)) { gotoAndStop ("bohommed"); this._parent.porctombe.duplicateMovieClip("porc" + count, count); _root["porc" + count]._x = _x; _root["porc" + count]._y = _y; _root.porcmort = _root.porcmort + 1; count = count + 1; delay = 60; } else if (((delay < 15) and (delay > 0)) and (_root.porcmort < 5)) { gotoAndStop ("bonomehide"); } delay = delay - 1; if (count == 5) { count = 1; } } } if (this._y > 270) { gotoAndStop ("zero"); hittestoff = 1; } }
Symbol 16 MovieClip Frame 1
Symbol 16 MovieClip Frame 12
stop();
Symbol 17 MovieClip [latortu] Frame 1
stop();
Symbol 17 MovieClip [latortu] Frame 2
stop();
Symbol 17 MovieClip [latortu] Frame 3
hittestoff = 4; code = true; stop();
Symbol 17 MovieClip [latortu] Frame 4
stop();
Symbol 17 MovieClip [latortu] Frame 5
stop();
Symbol 17 MovieClip [latortu] Frame 6
stop();
Symbol 39 MovieClip Frame 1
stop();
Instance of Symbol 34 MovieClip in Symbol 39 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.staron == 1) { setProperty(this, _visible , "1"); } else if (this._y != -20) { setProperty(this, _visible , "0"); } }
Symbol 39 MovieClip Frame 2
stop();
Symbol 39 MovieClip Frame 3
stop();
Symbol 39 MovieClip Frame 4
stop();
Symbol 39 MovieClip Frame 5
stop();
Symbol 39 MovieClip Frame 6
stop();
Symbol 39 MovieClip Frame 7
_root.mariohitfx.start(0, 1); stop();
Symbol 63 MovieClip Frame 1
stop();
Symbol 63 MovieClip Frame 2
stopAllSounds();
Symbol 63 MovieClip Frame 3
stopmainsound = 1; gotoAndStop (1);
Symbol 63 MovieClip Frame 4
gotoAndStop (1);
Symbol 63 MovieClip Frame 5
gotoAndStop (1);
Symbol 63 MovieClip Frame 6
gotoAndPlay (1);
Symbol 63 MovieClip Frame 7
gotoAndPlay (1);
Symbol 63 MovieClip Frame 8
gotoAndStop (1);
Symbol 63 MovieClip Frame 9
gotoAndStop (1);
Symbol 63 MovieClip Frame 10
gotoAndStop (1);
Symbol 63 MovieClip Frame 11
gotoAndStop (1);
Symbol 63 MovieClip Frame 12
gotoAndStop (1);
Symbol 63 MovieClip Frame 13
gotoAndStop (1);
Symbol 63 MovieClip Frame 14
gotoAndStop (1);
Symbol 63 MovieClip Frame 15
gotoAndStop (1);
Symbol 63 MovieClip Frame 16
gotoAndStop (1);
Symbol 63 MovieClip Frame 17
gotoAndStop (1);
Symbol 63 MovieClip Frame 18
gotoAndStop (1);
Symbol 63 MovieClip Frame 19
gotoAndStop (1);
Symbol 63 MovieClip Frame 20
gotoAndStop (1);
Symbol 66 Button
on (release) { gotoAndPlay (3); }
Symbol 80 MovieClip Frame 1
cenneoff = 0;
Symbol 80 MovieClip Frame 13
gotoAndPlay (1);
Symbol 80 MovieClip Frame 14
stop();
Instance of Symbol 80 MovieClip in Symbol 84 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.legars) and (cenneoff == 0)) { _root.cennes = _root.cennes + 1; gotoAndStop ("cenneoff"); cenneoff = 1; } }
Instance of Symbol 80 MovieClip in Symbol 84 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.legars) and (cenneoff == 0)) { _root.cennes = _root.cennes + 1; gotoAndStop ("cenneoff"); cenneoff = 1; } }
Instance of Symbol 80 MovieClip in Symbol 84 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.legars) and (cenneoff == 0)) { _root.cennes = _root.cennes + 1; gotoAndStop ("cenneoff"); cenneoff = 1; } }
Instance of Symbol 80 MovieClip in Symbol 84 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.legars) and (cenneoff == 0)) { _root.cennes = _root.cennes + 1; gotoAndStop ("cenneoff"); cenneoff = 1; } }
Instance of Symbol 80 MovieClip in Symbol 84 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.legars) and (cenneoff == 0)) { _root.cennes = _root.cennes + 1; gotoAndStop ("cenneoff"); cenneoff = 1; } }
Instance of Symbol 80 MovieClip in Symbol 84 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.legars) and (cenneoff == 0)) { _root.cennes = _root.cennes + 1; gotoAndStop ("cenneoff"); cenneoff = 1; } }
Instance of Symbol 80 MovieClip in Symbol 84 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.legars) and (cenneoff == 0)) { _root.cennes = _root.cennes + 1; gotoAndStop ("cenneoff"); cenneoff = 1; } }
Instance of Symbol 80 MovieClip in Symbol 84 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.legars) and (cenneoff == 0)) { _root.cennes = _root.cennes + 1; gotoAndStop ("cenneoff"); cenneoff = 1; } }
Instance of Symbol 80 MovieClip in Symbol 84 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.legars) and (cenneoff == 0)) { _root.cennes = _root.cennes + 1; gotoAndStop ("cenneoff"); cenneoff = 1; } }
Instance of Symbol 80 MovieClip in Symbol 84 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.legars) and (cenneoff == 0)) { _root.cennes = _root.cennes + 1; gotoAndStop ("cenneoff"); cenneoff = 1; } }
Instance of Symbol 80 MovieClip in Symbol 84 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.legars) and (cenneoff == 0)) { _root.cennes = _root.cennes + 1; gotoAndStop ("cenneoff"); cenneoff = 1; } }
Instance of Symbol 80 MovieClip in Symbol 84 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.legars) and (cenneoff == 0)) { _root.cennes = _root.cennes + 1; gotoAndStop ("cenneoff"); cenneoff = 1; } }
Instance of Symbol 80 MovieClip in Symbol 84 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.legars) and (cenneoff == 0)) { _root.cennes = _root.cennes + 1; gotoAndStop ("cenneoff"); cenneoff = 1; } }
Instance of Symbol 80 MovieClip in Symbol 84 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.legars) and (cenneoff == 0)) { _root.cennes = _root.cennes + 1; gotoAndStop ("cenneoff"); cenneoff = 1; } }
Instance of Symbol 80 MovieClip in Symbol 84 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.legars) and (cenneoff == 0)) { _root.cennes = _root.cennes + 1; gotoAndStop ("cenneoff"); cenneoff = 1; } }
Instance of Symbol 80 MovieClip in Symbol 84 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.legars) and (cenneoff == 0)) { _root.cennes = _root.cennes + 1; gotoAndStop ("cenneoff"); cenneoff = 1; } }
Symbol 112 MovieClip Frame 1
stop();
Symbol 112 MovieClip Frame 30
stop();
Symbol 123 MovieClip Frame 1
stop();
Symbol 123 MovieClip Frame 11
stop();
Symbol 131 MovieClip Frame 1
stop();
Symbol 131 MovieClip Frame 7
if (centnumber < centcount) { gotoAndStop (1); hittestoff = 1; } else { gotoAndStop ("vide"); }
Symbol 131 MovieClip Frame 8
stop();
Symbol 140 MovieClip Frame 1
stop();
Symbol 140 MovieClip Frame 7
gotoAndStop ("vide");
Symbol 140 MovieClip Frame 8
stop();
Instance of Symbol 89 MovieClip "plante1" in Symbol 141 MovieClip Frame 1
onClipEvent (load) { hittestoff = 0; delay = 60; valeur = this._y - 40; valeur2 = this._y; } onClipEvent (enterFrame) { valeur3 = this._parent._x + this._x; if ((valeur3 < 340) or (killcode != true)) { killcode = true; if (hittestoff == 0) { if (this.hitTest(this._parent._parent.legars) or this.hitTest(this._parent._parent.legars._x, this._parent._parent.legars._y)) { _root.playermort = 1; this._parent._parent.legars.gotoAndStop("p1mort"); hittestoff = 1; } } delay = delay - 1; if (((this._y > valeur) and (delay > 0)) and (((valeur3 > 180) or (valeur3 < 70)) or (this._y > (valeur2 + 10)))) { this._y = this._y - 2; hittestoff = 0; } else if ((this._y < valeur2) and (delay < 0)) { this._y = this._y + 2; if (this._y <= (valeur2 + 10)) { hittestoff = 1; } } else if (delay == -30) { delay = 60; } } }
Instance of Symbol 89 MovieClip "plante2" in Symbol 141 MovieClip Frame 1
onClipEvent (load) { hittestoff = 0; delay = 60; valeur = this._y - 40; valeur2 = this._y; } onClipEvent (enterFrame) { valeur3 = this._parent._x + this._x; if ((valeur3 < 340) or (killcode != true)) { killcode = true; if (hittestoff == 0) { if (this.hitTest(this._parent._parent.legars) or this.hitTest(this._parent._parent.legars._x, this._parent._parent.legars._y)) { _root.playermort = 1; this._parent._parent.legars.gotoAndStop("p1mort"); hittestoff = 1; } } delay = delay - 1; if (((this._y > valeur) and (delay > 0)) and (((valeur3 > 180) or (valeur3 < 70)) or (this._y > (valeur2 + 10)))) { this._y = this._y - 2; hittestoff = 0; } else if ((this._y < valeur2) and (delay < 0)) { this._y = this._y + 2; if (this._y <= (valeur2 + 10)) { hittestoff = 1; } } else if (delay == -30) { delay = 60; } } }
Instance of Symbol 89 MovieClip "plante3" in Symbol 141 MovieClip Frame 1
onClipEvent (load) { hittestoff = 0; delay = 60; valeur = this._y - 40; valeur2 = this._y; } onClipEvent (enterFrame) { valeur3 = this._parent._x + this._x; if ((valeur3 < 340) or (killcode != true)) { killcode = true; if (hittestoff == 0) { if (this.hitTest(this._parent._parent.legars) or this.hitTest(this._parent._parent.legars._x, this._parent._parent.legars._y)) { _root.playermort = 1; this._parent._parent.legars.gotoAndStop("p1mort"); hittestoff = 1; } } delay = delay - 1; if (((this._y > valeur) and (delay > 0)) and (((valeur3 > 180) or (valeur3 < 70)) or (this._y > (valeur2 + 10)))) { this._y = this._y - 2; hittestoff = 0; } else if ((this._y < valeur2) and (delay < 0)) { this._y = this._y + 2; if (this._y <= (valeur2 + 10)) { hittestoff = 1; } } else if (delay == -30) { delay = 60; } } }
Instance of Symbol 89 MovieClip "plante4" in Symbol 141 MovieClip Frame 1
onClipEvent (load) { hittestoff = 0; delay = 60; valeur = this._y - 40; valeur2 = this._y; } onClipEvent (enterFrame) { valeur3 = this._parent._x + this._x; if ((valeur3 < 340) or (killcode != true)) { killcode = true; if (hittestoff == 0) { if (this.hitTest(this._parent._parent.legars) or this.hitTest(this._parent._parent.legars._x, this._parent._parent.legars._y)) { _root.playermort = true; this._parent._parent.legars.gotoAndStop("p1mort"); hittestoff = 1; } } delay = delay - 1; if (((this._y > valeur) and (delay > 0)) and (((valeur3 > 180) or (valeur3 < 70)) or (this._y > (valeur2 + 10)))) { this._y = this._y - 2; hittestoff = 0; } else if ((this._y < valeur2) and (delay < 0)) { this._y = this._y + 2; if (this._y <= (valeur2 + 10)) { hittestoff = 1; } } else if (delay == -30) { delay = 60; } } }
Instance of Symbol 89 MovieClip "plante5" in Symbol 141 MovieClip Frame 1
onClipEvent (load) { hittestoff = 0; delay = 60; valeur = this._y - 40; valeur2 = this._y; } onClipEvent (enterFrame) { valeur3 = this._parent._x + this._x; if ((valeur3 < 340) or (killcode != true)) { killcode = true; if (hittestoff == 0) { if (this.hitTest(this._parent._parent.legars) or this.hitTest(this._parent._parent.legars._x, this._parent._parent.legars._y)) { _root.playermort = true; this._parent._parent.legars.gotoAndStop("p1mort"); hittestoff = 1; } } delay = delay - 1; if (((this._y > valeur) and (delay > 0)) and (((valeur3 > 180) or (valeur3 < 70)) or (this._y > (valeur2 + 10)))) { this._y = this._y - 2; hittestoff = 0; } else if ((this._y < valeur2) and (delay < 0)) { this._y = this._y + 2; if (this._y <= (valeur2 + 10)) { hittestoff = 1; } } else if (delay == -30) { delay = 60; } } }
Instance of Symbol 89 MovieClip in Symbol 141 MovieClip Frame 1
onClipEvent (load) { hittestoff = 0; } onClipEvent (enterFrame) { valeur3 = this._parent._x + this._x; if ((valeur3 < 340) and (hittestoff == 0)) { if (this.hitTest(this._parent._parent.legars) or this.hitTest(this._parent._parent.legars._x, this._parent._parent.legars._y)) { _root.playermort = true; this._parent._parent.legars.gotoAndStop("p1mort"); hittestoff = 1; } } }
Instance of Symbol 89 MovieClip in Symbol 141 MovieClip Frame 1
onClipEvent (load) { hittestoff = 0; } onClipEvent (enterFrame) { valeur3 = this._parent._x + this._x; if ((valeur3 < 340) and (hittestoff == 0)) { if (this.hitTest(this._parent._parent.legars) or this.hitTest(this._parent._parent.legars._x, this._parent._parent.legars._y)) { _root.playermort = true; this._parent._parent.legars.gotoAndStop("p1mort"); hittestoff = 1; } } }
Instance of Symbol 89 MovieClip in Symbol 141 MovieClip Frame 1
onClipEvent (load) { hittestoff = 0; } onClipEvent (enterFrame) { valeur3 = this._parent._x + this._x; if ((valeur3 < 340) and (hittestoff == 0)) { if (this.hitTest(this._parent._parent.legars) or this.hitTest(this._parent._parent.legars._x, this._parent._parent.legars._y)) { _root.playermort = true; this._parent._parent.legars.gotoAndStop("p1mort"); hittestoff = 1; } } }
Instance of Symbol 89 MovieClip in Symbol 141 MovieClip Frame 1
onClipEvent (load) { hittestoff = 0; } onClipEvent (enterFrame) { valeur3 = this._parent._x + this._x; if ((valeur3 < 340) and (hittestoff == 0)) { if (this.hitTest(this._parent._parent.legars) or this.hitTest(this._parent._parent.legars._x, this._parent._parent.legars._y)) { _root.playermort = true; this._parent._parent.legars.gotoAndStop("p1mort"); hittestoff = 1; } } }
Instance of Symbol 113 MovieClip "mat" in Symbol 141 MovieClip Frame 1
onClipEvent (load) { hittestoff = 0; } onClipEvent (enterFrame) { if (hittestoff == 0) { if (this.hitTest(this._parent._parent.legars)) { stopAllSounds(); this.drap.gotoAndPlay("winnar"); _root.playermort = 3; _root.valeur2 = 0; hittestoff = 1; } } }
Instance of Symbol 123 MovieClip in Symbol 141 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.legars._x, this._parent._parent.legars._y - 60, true) and (hittestoff != 0)) { gotoAndPlay ("briqueblow"); _root.avancerecule = 0; hittestoff = 0; } }
Instance of Symbol 123 MovieClip in Symbol 141 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.legars._x, this._parent._parent.legars._y - 60, true) and (hittestoff != 0)) { gotoAndPlay ("briqueblow"); _root.avancerecule = 0; hittestoff = 0; } }
Instance of Symbol 123 MovieClip in Symbol 141 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.legars._x, this._parent._parent.legars._y - 60, true) and (hittestoff != 0)) { gotoAndPlay ("briqueblow"); _root.avancerecule = 0; hittestoff = 0; } }
Instance of Symbol 123 MovieClip in Symbol 141 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.legars._x, this._parent._parent.legars._y - 60, true) and (hittestoff != 0)) { gotoAndPlay ("briqueblow"); _root.avancerecule = 0; hittestoff = 0; } }
Instance of Symbol 123 MovieClip in Symbol 141 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.legars._x, this._parent._parent.legars._y - 60, true) and (hittestoff != 0)) { gotoAndPlay ("briqueblow"); _root.avancerecule = 0; hittestoff = 0; } }
Instance of Symbol 123 MovieClip in Symbol 141 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.legars._x, this._parent._parent.legars._y - 60, true) and (hittestoff != 0)) { gotoAndPlay ("briqueblow"); _root.avancerecule = 0; hittestoff = 0; } }
Instance of Symbol 123 MovieClip in Symbol 141 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.legars._x, this._parent._parent.legars._y - 60, true) and (hittestoff != 0)) { gotoAndPlay ("briqueblow"); _root.avancerecule = 0; hittestoff = 0; } }
Instance of Symbol 123 MovieClip in Symbol 141 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.legars._x, this._parent._parent.legars._y - 60, true) and (hittestoff != 0)) { gotoAndPlay ("briqueblow"); _root.avancerecule = 0; hittestoff = 0; } }
Instance of Symbol 123 MovieClip in Symbol 141 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.legars._x, this._parent._parent.legars._y - 60, true) and (hittestoff != 0)) { gotoAndPlay ("briqueblow"); _root.avancerecule = 0; hittestoff = 0; } }
Instance of Symbol 123 MovieClip in Symbol 141 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.legars._x, this._parent._parent.legars._y - 60, true) and (hittestoff != 0)) { gotoAndPlay ("briqueblow"); _root.avancerecule = 0; hittestoff = 0; } }
Instance of Symbol 123 MovieClip in Symbol 141 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.legars._x, this._parent._parent.legars._y - 60, true) and (hittestoff != 0)) { gotoAndPlay ("briqueblow"); _root.avancerecule = 0; hittestoff = 0; } }
Instance of Symbol 123 MovieClip in Symbol 141 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.legars._x, this._parent._parent.legars._y - 60, true) and (hittestoff != 0)) { gotoAndPlay ("briqueblow"); _root.avancerecule = 0; hittestoff = 0; } }
Instance of Symbol 123 MovieClip in Symbol 141 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.legars._x, this._parent._parent.legars._y - 60, true) and (hittestoff != 0)) { gotoAndPlay ("briqueblow"); _root.avancerecule = 0; hittestoff = 0; } }
Instance of Symbol 123 MovieClip in Symbol 141 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.legars._x, this._parent._parent.legars._y - 60, true) and (hittestoff != 0)) { gotoAndPlay ("briqueblow"); _root.avancerecule = 0; hittestoff = 0; } }
Instance of Symbol 131 MovieClip in Symbol 141 MovieClip Frame 1
onClipEvent (load) { centnumber = 0; centcount = 5; } onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.legars._x, this._parent._parent.legars._y - 60, true) and (hittestoff != 0)) { gotoAndPlay ("cennesplus"); centnumber = centnumber + 1; _root.avancerecule = 0; _root.cennes = _root.cennes + 1; hittestoff = 0; } }
Instance of Symbol 131 MovieClip in Symbol 141 MovieClip Frame 1
onClipEvent (load) { centnumber = 0; centcount = 5; } onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.legars._x, this._parent._parent.legars._y - 60, true) and (hittestoff != 0)) { gotoAndPlay ("cennesplus"); centnumber = centnumber + 1; _root.avancerecule = 0; _root.cennes = _root.cennes + 1; hittestoff = 0; } }
Instance of Symbol 123 MovieClip in Symbol 141 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.legars._x, this._parent._parent.legars._y - 60, true) and (hittestoff != 0)) { gotoAndPlay ("briqueblow"); _root.avancerecule = 0; hittestoff = 0; } }
Instance of Symbol 123 MovieClip in Symbol 141 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.legars._x, this._parent._parent.legars._y - 60, true) and (hittestoff != 0)) { gotoAndPlay ("briqueblow"); _root.avancerecule = 0; hittestoff = 0; } }
Instance of Symbol 123 MovieClip in Symbol 141 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.legars._x, this._parent._parent.legars._y - 60, true) and (hittestoff != 0)) { gotoAndPlay ("briqueblow"); _root.avancerecule = 0; hittestoff = 0; } }
Instance of Symbol 131 MovieClip in Symbol 141 MovieClip Frame 1
onClipEvent (load) { centnumber = 0; centcount = 5; } onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.legars._x, this._parent._parent.legars._y - 60, true) and (hittestoff != 0)) { gotoAndPlay ("cennesplus"); centnumber = centnumber + 1; _root.avancerecule = 0; _root.cennes = _root.cennes + 1; hittestoff = 0; } }
Instance of Symbol 123 MovieClip in Symbol 141 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.legars._x, this._parent._parent.legars._y - 60, true) and (hittestoff != 0)) { gotoAndPlay ("briqueblow"); _root.avancerecule = 0; hittestoff = 0; } }
Instance of Symbol 131 MovieClip in Symbol 141 MovieClip Frame 1
onClipEvent (load) { centnumber = 0; centcount = 5; } onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.legars._x, this._parent._parent.legars._y - 60, true) and (hittestoff != 0)) { gotoAndPlay ("cennesplus"); centnumber = centnumber + 1; _root.avancerecule = 0; _root.cennes = _root.cennes + 1; hittestoff = 0; } }
Instance of Symbol 131 MovieClip in Symbol 141 MovieClip Frame 1
onClipEvent (load) { centnumber = 0; centcount = 5; } onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.legars._x, this._parent._parent.legars._y - 60, true) and (hittestoff != 0)) { gotoAndPlay ("cennesplus"); centnumber = centnumber + 1; _root.avancerecule = 0; _root.cennes = _root.cennes + 1; hittestoff = 0; } }
Instance of Symbol 131 MovieClip in Symbol 141 MovieClip Frame 1
onClipEvent (load) { centnumber = 0; centcount = 5; } onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.legars._x, this._parent._parent.legars._y - 60, true) and (hittestoff != 0)) { gotoAndPlay ("cennesplus"); centnumber = centnumber + 1; _root.avancerecule = 0; _root.cennes = _root.cennes + 1; hittestoff = 0; } }
Instance of Symbol 123 MovieClip in Symbol 141 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.legars._x, this._parent._parent.legars._y - 60, true) and (hittestoff != 0)) { gotoAndPlay ("briqueblow"); _root.avancerecule = 0; hittestoff = 0; } }
Instance of Symbol 123 MovieClip in Symbol 141 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.legars._x, this._parent._parent.legars._y - 60, true) and (hittestoff != 0)) { gotoAndPlay ("briqueblow"); _root.avancerecule = 0; hittestoff = 0; } }
Instance of Symbol 123 MovieClip in Symbol 141 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.legars._x, this._parent._parent.legars._y - 60, true) and (hittestoff != 0)) { gotoAndPlay ("briqueblow"); _root.avancerecule = 0; hittestoff = 0; } }
Instance of Symbol 123 MovieClip in Symbol 141 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.legars._x, this._parent._parent.legars._y - 60, true) and (hittestoff != 0)) { gotoAndPlay ("briqueblow"); _root.avancerecule = 0; hittestoff = 0; } }
Instance of Symbol 131 MovieClip in Symbol 141 MovieClip Frame 1
onClipEvent (load) { centnumber = 0; centcount = 5; } onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.legars._x, this._parent._parent.legars._y - 60, true) and (hittestoff != 0)) { gotoAndPlay ("cennesplus"); centnumber = centnumber + 1; _root.avancerecule = 0; _root.cennes = _root.cennes + 1; hittestoff = 0; } }
Instance of Symbol 131 MovieClip in Symbol 141 MovieClip Frame 1
onClipEvent (load) { centnumber = 0; centcount = 5; } onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.legars._x, this._parent._parent.legars._y - 60, true) and (hittestoff != 0)) { gotoAndPlay ("cennesplus"); centnumber = centnumber + 1; _root.avancerecule = 0; _root.cennes = _root.cennes + 1; hittestoff = 0; } }
Instance of Symbol 123 MovieClip in Symbol 141 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.legars._x, this._parent._parent.legars._y - 60, true) and (hittestoff != 0)) { gotoAndPlay ("briqueblow"); _root.avancerecule = 0; hittestoff = 0; } }
Instance of Symbol 123 MovieClip in Symbol 141 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.legars._x, this._parent._parent.legars._y - 60, true) and (hittestoff != 0)) { gotoAndPlay ("briqueblow"); _root.avancerecule = 0; hittestoff = 0; } }
Instance of Symbol 123 MovieClip in Symbol 141 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.legars._x, this._parent._parent.legars._y - 60, true) and (hittestoff != 0)) { gotoAndPlay ("briqueblow"); _root.avancerecule = 0; hittestoff = 0; } }
Instance of Symbol 123 MovieClip in Symbol 141 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.legars._x, this._parent._parent.legars._y - 60, true) and (hittestoff != 0)) { gotoAndPlay ("briqueblow"); _root.avancerecule = 0; hittestoff = 0; } }
Instance of Symbol 131 MovieClip in Symbol 141 MovieClip Frame 1
onClipEvent (load) { centnumber = 0; centcount = 5; } onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.legars._x, this._parent._parent.legars._y - 60, true) and (hittestoff != 0)) { gotoAndPlay ("cennesplus"); centnumber = centnumber + 1; _root.avancerecule = 0; _root.cennes = _root.cennes + 1; hittestoff = 0; } }
Instance of Symbol 131 MovieClip in Symbol 141 MovieClip Frame 1
onClipEvent (load) { centnumber = 0; centcount = 5; } onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.legars._x, this._parent._parent.legars._y - 60, true) and (hittestoff != 0)) { gotoAndPlay ("cennesplus"); centnumber = centnumber + 1; _root.avancerecule = 0; _root.cennes = _root.cennes + 1; hittestoff = 0; } }
Instance of Symbol 89 MovieClip in Symbol 141 MovieClip Frame 1
onClipEvent (load) { hittestoff = 0; } onClipEvent (enterFrame) { valeur3 = this._parent._x + this._x; if ((valeur3 < 340) and (hittestoff == 0)) { if (this.hitTest(this._parent._parent.legars) or this.hitTest(this._parent._parent.legars._x, this._parent._parent.legars._y)) { _root.playermort = 1; this._parent._parent.legars.gotoAndStop("p1mort"); hittestoff = 1; } } }
Instance of Symbol 89 MovieClip in Symbol 141 MovieClip Frame 1
onClipEvent (load) { hittestoff = 0; } onClipEvent (enterFrame) { valeur3 = this._parent._x + this._x; if ((valeur3 < 340) and (hittestoff == 0)) { if (this.hitTest(this._parent._parent.legars) or this.hitTest(this._parent._parent.legars._x, this._parent._parent.legars._y)) { _root.playermort = 1; this._parent._parent.legars.gotoAndStop("p1mort"); hittestoff = 1; } } }
Instance of Symbol 131 MovieClip in Symbol 141 MovieClip Frame 1
onClipEvent (load) { centnumber = 0; centcount = 5; } onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.legars._x, this._parent._parent.legars._y - 60, true) and (hittestoff != 0)) { gotoAndPlay ("cennesplus"); centnumber = centnumber + 1; _root.avancerecule = 0; _root.cennes = _root.cennes + 1; hittestoff = 0; } }
Instance of Symbol 140 MovieClip "boiteflower" in Symbol 141 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.legars._x, this._parent._parent.legars._y - 60, true) and (hittestoff != 0)) { gotoAndPlay ("cennesplus"); this._parent._parent.fleur1.gotoAndPlay("fleursort"); _root.avancerecule = 0; hittestoff = 0; } }
Instance of Symbol 140 MovieClip "boitestar" in Symbol 141 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.legars._x, this._parent._parent.legars._y - 60, true) and (hittestoff != 0)) { gotoAndPlay ("cennesplus"); this._parent._parent.star1.gotoAndPlay("starsort"); _root.avancerecule = 0; hittestoff = 0; } }
Symbol 149 MovieClip Frame 11
gotoAndPlay (1);
Symbol 149 MovieClip Frame 22
stop();
Symbol 149 MovieClip Frame 23
stop();
Symbol 160 MovieClip Frame 4
stop();
Symbol 161 MovieClip Frame 1
stop();
Symbol 161 MovieClip Frame 2
_root.nombreballe = _root.nombreballe - 1; stop();
Symbol 161 MovieClip Frame 3
_root.nombreballe = _root.nombreballe - 1; stop();
Symbol 165 MovieClip Frame 1
stop();
Symbol 165 MovieClip Frame 8
hittestoff = 0;
Symbol 165 MovieClip Frame 9
stop();
Symbol 175 MovieClip Frame 1
stop();
Symbol 175 MovieClip Frame 8
hittestoff = 0;
Symbol 175 MovieClip Frame 9
stop();
Symbol 180 Button
on (release) { _root.aninext = 1; this.son.gotoAndPlay("ahow"); }
Instance of Symbol 80 MovieClip in Symbol 183 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.legars) and (cenneoff == 0)) { _root.cennes = _root.cennes + 1; gotoAndStop ("cenneoff"); cenneoff = 1; } }
Instance of Symbol 80 MovieClip in Symbol 183 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.legars) and (cenneoff == 0)) { _root.cennes = _root.cennes + 1; gotoAndStop ("cenneoff"); cenneoff = 1; } }
Instance of Symbol 80 MovieClip in Symbol 183 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.legars) and (cenneoff == 0)) { _root.cennes = _root.cennes + 1; gotoAndStop ("cenneoff"); cenneoff = 1; } }
Instance of Symbol 80 MovieClip in Symbol 183 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.legars) and (cenneoff == 0)) { _root.cennes = _root.cennes + 1; gotoAndStop ("cenneoff"); cenneoff = 1; } }
Instance of Symbol 80 MovieClip in Symbol 183 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.legars) and (cenneoff == 0)) { _root.cennes = _root.cennes + 1; gotoAndStop ("cenneoff"); cenneoff = 1; } }
Instance of Symbol 80 MovieClip in Symbol 183 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.legars) and (cenneoff == 0)) { _root.cennes = _root.cennes + 1; gotoAndStop ("cenneoff"); cenneoff = 1; } }
Instance of Symbol 80 MovieClip in Symbol 183 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.legars) and (cenneoff == 0)) { _root.cennes = _root.cennes + 1; gotoAndStop ("cenneoff"); cenneoff = 1; } }
Instance of Symbol 80 MovieClip in Symbol 183 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.legars) and (cenneoff == 0)) { _root.cennes = _root.cennes + 1; gotoAndStop ("cenneoff"); cenneoff = 1; } }
Instance of Symbol 80 MovieClip in Symbol 183 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.legars) and (cenneoff == 0)) { _root.cennes = _root.cennes + 1; gotoAndStop ("cenneoff"); cenneoff = 1; } }
Instance of Symbol 80 MovieClip in Symbol 183 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.legars) and (cenneoff == 0)) { _root.cennes = _root.cennes + 1; gotoAndStop ("cenneoff"); cenneoff = 1; } }
Instance of Symbol 80 MovieClip in Symbol 183 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.legars) and (cenneoff == 0)) { _root.cennes = _root.cennes + 1; gotoAndStop ("cenneoff"); cenneoff = 1; } }
Instance of Symbol 80 MovieClip in Symbol 183 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.legars) and (cenneoff == 0)) { _root.cennes = _root.cennes + 1; gotoAndStop ("cenneoff"); cenneoff = 1; } }
Instance of Symbol 80 MovieClip in Symbol 183 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.legars) and (cenneoff == 0)) { _root.cennes = _root.cennes + 1; gotoAndStop ("cenneoff"); cenneoff = 1; } }
Instance of Symbol 80 MovieClip in Symbol 183 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.legars) and (cenneoff == 0)) { _root.cennes = _root.cennes + 1; gotoAndStop ("cenneoff"); cenneoff = 1; } }
Instance of Symbol 80 MovieClip in Symbol 183 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.legars) and (cenneoff == 0)) { _root.cennes = _root.cennes + 1; gotoAndStop ("cenneoff"); cenneoff = 1; } }
Instance of Symbol 80 MovieClip in Symbol 183 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.legars) and (cenneoff == 0)) { _root.cennes = _root.cennes + 1; gotoAndStop ("cenneoff"); cenneoff = 1; } }
Instance of Symbol 80 MovieClip in Symbol 183 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.legars) and (cenneoff == 0)) { _root.cennes = _root.cennes + 1; gotoAndStop ("cenneoff"); cenneoff = 1; } }
Instance of Symbol 80 MovieClip in Symbol 183 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.legars) and (cenneoff == 0)) { _root.cennes = _root.cennes + 1; gotoAndStop ("cenneoff"); cenneoff = 1; } }
Symbol 198 MovieClip Frame 1
stop();
Symbol 198 MovieClip Frame 11
stop();
Instance of Symbol 89 MovieClip "plante1" in Symbol 206 MovieClip Frame 1
onClipEvent (load) { hittestoff = 0; delay = 60; valeur = this._y - 40; valeur2 = this._y; } onClipEvent (enterFrame) { valeur3 = this._parent._x + this._x; if ((valeur3 < 340) or (killcode != true)) { killcode = true; if (hittestoff == 0) { if (this.hitTest(this._parent._parent.legars) or this.hitTest(this._parent._parent.legars._x, this._parent._parent.legars._y)) { _root.playermort = true; this._parent._parent.legars.gotoAndStop("p1mort"); hittestoff = 1; } } delay = delay - 1; if (((this._y > valeur) and (delay > 0)) and (((valeur3 > 180) or (valeur3 < 70)) or (this._y > (valeur2 + 10)))) { this._y = this._y - 2; hittestoff = 0; } else if ((this._y < valeur2) and (delay < 0)) { this._y = this._y + 2; if (this._y <= (valeur2 + 10)) { hittestoff = 1; } } else if (delay == -30) { delay = 60; } } }
Instance of Symbol 89 MovieClip "plante2" in Symbol 206 MovieClip Frame 1
onClipEvent (load) { hittestoff = 0; delay = 60; valeur = this._y - 40; valeur2 = this._y; } onClipEvent (enterFrame) { valeur3 = this._parent._x + this._x; if ((valeur3 < 340) or (killcode != true)) { killcode = true; if (hittestoff == 0) { if (this.hitTest(this._parent._parent.legars) or this.hitTest(this._parent._parent.legars._x, this._parent._parent.legars._y)) { _root.playermort = true; this._parent._parent.legars.gotoAndStop("p1mort"); hittestoff = 1; } } delay = delay - 1; if (((this._y > valeur) and (delay > 0)) and (((valeur3 > 180) or (valeur3 < 70)) or (this._y > (valeur2 + 10)))) { this._y = this._y - 2; hittestoff = 0; } else if ((this._y < valeur2) and (delay < 0)) { this._y = this._y + 2; if (this._y <= (valeur2 + 10)) { hittestoff = 1; } } else if (delay == -30) { delay = 60; } } }
Instance of Symbol 89 MovieClip "plante3" in Symbol 206 MovieClip Frame 1
onClipEvent (load) { hittestoff = 0; delay = 60; valeur = this._y - 40; valeur2 = this._y; } onClipEvent (enterFrame) { valeur3 = this._parent._x + this._x; if ((valeur3 < 340) or (killcode != true)) { killcode = true; if (hittestoff == 0) { if (this.hitTest(this._parent._parent.legars) or this.hitTest(this._parent._parent.legars._x, this._parent._parent.legars._y)) { _root.playermort = true; this._parent._parent.legars.gotoAndStop("p1mort"); hittestoff = 1; } } delay = delay - 1; if (((this._y > valeur) and (delay > 0)) and (((valeur3 > 180) or (valeur3 < 70)) or (this._y > (valeur2 + 10)))) { this._y = this._y - 2; hittestoff = 0; } else if ((this._y < valeur2) and (delay < 0)) { this._y = this._y + 2; if (this._y <= (valeur2 + 10)) { hittestoff = 1; } } else if (delay == -30) { delay = 60; } } }
Instance of Symbol 89 MovieClip "plante4" in Symbol 206 MovieClip Frame 1
onClipEvent (load) { hittestoff = 0; delay = 60; valeur = this._y - 40; valeur2 = this._y; } onClipEvent (enterFrame) { valeur3 = this._parent._x + this._x; if ((valeur3 < 340) or (killcode != true)) { killcode = true; if (hittestoff == 0) { if (this.hitTest(this._parent._parent.legars) or this.hitTest(this._parent._parent.legars._x, this._parent._parent.legars._y)) { _root.playermort = true; this._parent._parent.legars.gotoAndStop("p1mort"); hittestoff = 1; } } delay = delay - 1; if (((this._y > valeur) and (delay > 0)) and (((valeur3 > 180) or (valeur3 < 70)) or (this._y > (valeur2 + 10)))) { this._y = this._y - 2; hittestoff = 0; } else if ((this._y < valeur2) and (delay < 0)) { this._y = this._y + 2; if (this._y <= (valeur2 + 10)) { hittestoff = 1; } } else if (delay == -30) { delay = 60; } } }
Instance of Symbol 192 MovieClip in Symbol 206 MovieClip Frame 1
onClipEvent (enterFrame) { this._y = this._y - 4; if (this.hitTest(this._parent._parent.legars._x, this._parent._parent.legars._y, true)) { this._parent._parent.legars._y = this._parent._parent.legars._y - 4; } if (this._y < -50) { this._y = 250; } }
Instance of Symbol 192 MovieClip in Symbol 206 MovieClip Frame 1
onClipEvent (enterFrame) { this._y = this._y - 4; if (this.hitTest(this._parent._parent.legars._x, this._parent._parent.legars._y, true)) { this._parent._parent.legars._y = this._parent._parent.legars._y - 4; } if (this._y < -50) { this._y = 250; } }
Instance of Symbol 192 MovieClip in Symbol 206 MovieClip Frame 1
onClipEvent (enterFrame) { this._y = this._y + 4; if (this.hitTest(this._parent._parent.legars._x, this._parent._parent.legars._y + 4, true)) { this._parent._parent.legars._y = this._parent._parent.legars._y + 4; } if (this._y > 250) { this._y = -50; } }
Instance of Symbol 192 MovieClip in Symbol 206 MovieClip Frame 1
onClipEvent (enterFrame) { this._y = this._y + 4; if (this.hitTest(this._parent._parent.legars._x, this._parent._parent.legars._y + 4, true)) { this._parent._parent.legars._y = this._parent._parent.legars._y + 4; } if (this._y > 250) { this._y = -50; } }
Instance of Symbol 113 MovieClip "mat" in Symbol 206 MovieClip Frame 1
onClipEvent (load) { hittestoff = 0; } onClipEvent (enterFrame) { if (hittestoff == 0) { if (this.hitTest(this._parent._parent.legars)) { stopAllSounds(); this.drap.gotoAndPlay("winnar"); _root.playermort = 3; _root.valeur2 = 0; hittestoff = 1; } } }
Instance of Symbol 192 MovieClip in Symbol 206 MovieClip Frame 1
onClipEvent (enterFrame) { this._y = this._y - 4; if (this.hitTest(this._parent._parent.legars._x, this._parent._parent.legars._y + 4, true)) { this._parent._parent.legars._y = this._parent._parent.legars._y - 4; } if (this._y < -50) { this._y = 250; } }
Instance of Symbol 192 MovieClip in Symbol 206 MovieClip Frame 1
onClipEvent (enterFrame) { this._y = this._y + 4; if (this.hitTest(this._parent._parent.legars._x, this._parent._parent.legars._y + 4, true)) { this._parent._parent.legars._y = this._parent._parent.legars._y + 4; } if (this._y > 250) { this._y = -50; } }
Instance of Symbol 192 MovieClip in Symbol 206 MovieClip Frame 1
onClipEvent (enterFrame) { this._y = this._y + 4; if (this.hitTest(this._parent._parent.legars._x, this._parent._parent.legars._y + 4, true)) { this._parent._parent.legars._y = this._parent._parent.legars._y + 4; } if (this._y > 250) { this._y = -50; } }
Instance of Symbol 192 MovieClip in Symbol 206 MovieClip Frame 1
onClipEvent (enterFrame) { this._y = this._y - 4; if (this.hitTest(this._parent._parent.legars._x, this._parent._parent.legars._y + 4, true)) { this._parent._parent.legars._y = this._parent._parent.legars._y - 4; } if (this._y < -50) { this._y = 250; } }
Instance of Symbol 192 MovieClip in Symbol 206 MovieClip Frame 1
onClipEvent (enterFrame) { this._y = this._y - 4; if (this.hitTest(this._parent._parent.legars._x, this._parent._parent.legars._y + 4, true)) { this._parent._parent.legars._y = this._parent._parent.legars._y - 4; } if (this._y < -50) { this._y = 250; } }
Instance of Symbol 131 MovieClip in Symbol 206 MovieClip Frame 1
onClipEvent (load) { centnumber = 0; centcount = 5; } onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.legars._x, this._parent._parent.legars._y - 60, true) and (hittestoff != 0)) { gotoAndPlay ("cennesplus"); centnumber = centnumber + 1; _root.avancerecule = 0; _root.cennes = _root.cennes + 1; hittestoff = 0; } }
Instance of Symbol 198 MovieClip in Symbol 206 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.legars._x, this._parent._parent.legars._y - 60, true) and (hittestoff != 0)) { gotoAndPlay ("briqueblow"); _root.avancerecule = 0; hittestoff = 0; } }
Instance of Symbol 198 MovieClip in Symbol 206 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.legars._x, this._parent._parent.legars._y - 60, true) and (hittestoff != 0)) { gotoAndPlay ("briqueblow"); _root.avancerecule = 0; hittestoff = 0; } }
Instance of Symbol 198 MovieClip in Symbol 206 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.legars._x, this._parent._parent.legars._y - 60, true) and (hittestoff != 0)) { gotoAndPlay ("briqueblow"); _root.avancerecule = 0; hittestoff = 0; } }
Instance of Symbol 198 MovieClip in Symbol 206 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.legars._x, this._parent._parent.legars._y - 60, true) and (hittestoff != 0)) { gotoAndPlay ("briqueblow"); _root.avancerecule = 0; hittestoff = 0; } }
Instance of Symbol 198 MovieClip in Symbol 206 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.legars._x, this._parent._parent.legars._y - 60, true) and (hittestoff != 0)) { gotoAndPlay ("briqueblow"); _root.avancerecule = 0; hittestoff = 0; } }
Instance of Symbol 198 MovieClip in Symbol 206 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.legars._x, this._parent._parent.legars._y - 60, true) and (hittestoff != 0)) { gotoAndPlay ("briqueblow"); _root.avancerecule = 0; hittestoff = 0; } }
Instance of Symbol 198 MovieClip in Symbol 206 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.legars._x, this._parent._parent.legars._y - 60, true) and (hittestoff != 0)) { gotoAndPlay ("briqueblow"); _root.avancerecule = 0; hittestoff = 0; } }
Instance of Symbol 198 MovieClip in Symbol 206 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.legars._x, this._parent._parent.legars._y - 60, true) and (hittestoff != 0)) { gotoAndPlay ("briqueblow"); _root.avancerecule = 0; hittestoff = 0; } }
Instance of Symbol 198 MovieClip in Symbol 206 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.legars._x, this._parent._parent.legars._y - 60, true) and (hittestoff != 0)) { gotoAndPlay ("briqueblow"); _root.avancerecule = 0; hittestoff = 0; } }
Instance of Symbol 198 MovieClip in Symbol 206 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.legars._x, this._parent._parent.legars._y - 60, true) and (hittestoff != 0)) { gotoAndPlay ("briqueblow"); _root.avancerecule = 0; hittestoff = 0; } }
Instance of Symbol 131 MovieClip in Symbol 206 MovieClip Frame 1
onClipEvent (load) { centnumber = 0; centcount = 5; } onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.legars._x, this._parent._parent.legars._y - 60, true) and (hittestoff != 0)) { gotoAndPlay ("cennesplus"); centnumber = centnumber + 1; _root.avancerecule = 0; _root.cennes = _root.cennes + 1; hittestoff = 0; } }
Instance of Symbol 198 MovieClip in Symbol 206 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.legars._x, this._parent._parent.legars._y - 60, true) and (hittestoff != 0)) { gotoAndPlay ("briqueblow"); _root.avancerecule = 0; hittestoff = 0; } }
Instance of Symbol 198 MovieClip in Symbol 206 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.legars._x, this._parent._parent.legars._y - 60, true) and (hittestoff != 0)) { gotoAndPlay ("briqueblow"); _root.avancerecule = 0; hittestoff = 0; } }
Instance of Symbol 198 MovieClip in Symbol 206 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.legars._x, this._parent._parent.legars._y - 60, true) and (hittestoff != 0)) { gotoAndPlay ("briqueblow"); _root.avancerecule = 0; hittestoff = 0; } }
Instance of Symbol 198 MovieClip in Symbol 206 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.legars._x, this._parent._parent.legars._y - 60, true) and (hittestoff != 0)) { gotoAndPlay ("briqueblow"); _root.avancerecule = 0; hittestoff = 0; } }
Instance of Symbol 198 MovieClip in Symbol 206 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.legars._x, this._parent._parent.legars._y - 60, true) and (hittestoff != 0)) { gotoAndPlay ("briqueblow"); _root.avancerecule = 0; hittestoff = 0; } }
Instance of Symbol 198 MovieClip in Symbol 206 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.legars._x, this._parent._parent.legars._y - 60, true) and (hittestoff != 0)) { gotoAndPlay ("briqueblow"); _root.avancerecule = 0; hittestoff = 0; } }
Instance of Symbol 198 MovieClip in Symbol 206 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.legars._x, this._parent._parent.legars._y - 60, true) and (hittestoff != 0)) { gotoAndPlay ("briqueblow"); _root.avancerecule = 0; hittestoff = 0; } }
Instance of Symbol 198 MovieClip in Symbol 206 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.legars._x, this._parent._parent.legars._y - 60, true) and (hittestoff != 0)) { gotoAndPlay ("briqueblow"); _root.avancerecule = 0; hittestoff = 0; } }
Instance of Symbol 198 MovieClip in Symbol 206 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.legars._x, this._parent._parent.legars._y - 60, true) and (hittestoff != 0)) { gotoAndPlay ("briqueblow"); _root.avancerecule = 0; hittestoff = 0; } }
Instance of Symbol 198 MovieClip in Symbol 206 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.legars._x, this._parent._parent.legars._y - 60, true) and (hittestoff != 0)) { gotoAndPlay ("briqueblow"); _root.avancerecule = 0; hittestoff = 0; } }
Instance of Symbol 198 MovieClip in Symbol 206 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.legars._x, this._parent._parent.legars._y - 60, true) and (hittestoff != 0)) { gotoAndPlay ("briqueblow"); _root.avancerecule = 0; hittestoff = 0; } }
Instance of Symbol 198 MovieClip in Symbol 206 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.legars._x, this._parent._parent.legars._y - 60, true) and (hittestoff != 0)) { gotoAndPlay ("briqueblow"); _root.avancerecule = 0; hittestoff = 0; } }
Instance of Symbol 198 MovieClip in Symbol 206 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.legars._x, this._parent._parent.legars._y - 60, true) and (hittestoff != 0)) { gotoAndPlay ("briqueblow"); _root.avancerecule = 0; hittestoff = 0; } }
Instance of Symbol 198 MovieClip in Symbol 206 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.legars._x, this._parent._parent.legars._y - 60, true) and (hittestoff != 0)) { gotoAndPlay ("briqueblow"); _root.avancerecule = 0; hittestoff = 0; } }
Instance of Symbol 198 MovieClip in Symbol 206 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.legars._x, this._parent._parent.legars._y - 60, true) and (hittestoff != 0)) { gotoAndPlay ("briqueblow"); _root.avancerecule = 0; hittestoff = 0; } }
Instance of Symbol 198 MovieClip in Symbol 206 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.legars._x, this._parent._parent.legars._y - 60, true) and (hittestoff != 0)) { gotoAndPlay ("briqueblow"); _root.avancerecule = 0; hittestoff = 0; } }
Instance of Symbol 198 MovieClip in Symbol 206 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.legars._x, this._parent._parent.legars._y - 60, true) and (hittestoff != 0)) { gotoAndPlay ("briqueblow"); _root.avancerecule = 0; hittestoff = 0; } }
Instance of Symbol 204 MovieClip "cannon1" in Symbol 206 MovieClip Frame 1
onClipEvent (load) { delay = 60; count = 90; } onClipEvent (enterFrame) { if (((this._parent._x + this._x) > -30) and (_root.playermort == false)) { if ((delay <= 0) and ((this._parent._x + this._x) < 360)) { this._parent._parent.Bigberta.duplicateMovieClip("balle" + count, count); this._parent._parent.son.gotoAndPlay("cannontire"); _root["balle" + count]._x = (this._parent._x + this._x) - 10; _root["balle" + count]._y = _y - 20; count = count + 1; delay = 60; } else { delay = delay - 1; } if (count == 95) { count = 90; } } }
Instance of Symbol 204 MovieClip in Symbol 206 MovieClip Frame 1
onClipEvent (load) { delay = 60; count = 90; } onClipEvent (enterFrame) { if (((this._parent._x + this._x) > -30) and (_root.playermort == false)) { if ((delay <= 0) and ((this._parent._x + this._x) < 360)) { this._parent._parent.Bigberta.duplicateMovieClip("pupu" + count, count); this._parent._parent.son.gotoAndPlay("cannontire"); _root["pupu" + count]._x = (this._parent._x + this._x) - 10; _root["pupu" + count]._y = _y - 20; count = count + 1; delay = 60; } else { delay = delay - 1; } if (count == 95) { count = 90; } } }
Instance of Symbol 140 MovieClip "boitestar" in Symbol 206 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.legars._x, this._parent._parent.legars._y - 60, true) and (hittestoff != 0)) { gotoAndPlay ("cennesplus"); this._parent._parent.star1.gotoAndPlay("starsort"); _root.avancerecule = 0; hittestoff = 0; } }
Instance of Symbol 131 MovieClip in Symbol 206 MovieClip Frame 1
onClipEvent (load) { centnumber = 0; centcount = 5; } onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.legars._x, this._parent._parent.legars._y - 60, true) and (hittestoff != 0)) { gotoAndPlay ("cennesplus"); centnumber = centnumber + 1; _root.avancerecule = 0; _root.cennes = _root.cennes + 1; hittestoff = 0; } }
Symbol 214 MovieClip Frame 11
gotoAndPlay (1);
Symbol 214 MovieClip Frame 22
stop();
Symbol 214 MovieClip Frame 23
stop();
Symbol 218 MovieClip Frame 1
stop();
Symbol 218 MovieClip Frame 11
stop();
Instance of Symbol 80 MovieClip in Symbol 222 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.legars) and (cenneoff == 0)) { _root.cennes = _root.cennes + 1; gotoAndStop ("cenneoff"); cenneoff = 1; } }
Instance of Symbol 80 MovieClip in Symbol 222 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.legars) and (cenneoff == 0)) { _root.cennes = _root.cennes + 1; gotoAndStop ("cenneoff"); cenneoff = 1; } }
Instance of Symbol 80 MovieClip in Symbol 222 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.legars) and (cenneoff == 0)) { _root.cennes = _root.cennes + 1; gotoAndStop ("cenneoff"); cenneoff = 1; } }
Instance of Symbol 80 MovieClip in Symbol 222 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.legars) and (cenneoff == 0)) { _root.cennes = _root.cennes + 1; gotoAndStop ("cenneoff"); cenneoff = 1; } }
Instance of Symbol 80 MovieClip in Symbol 222 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.legars) and (cenneoff == 0)) { _root.cennes = _root.cennes + 1; gotoAndStop ("cenneoff"); cenneoff = 1; } }
Instance of Symbol 80 MovieClip in Symbol 222 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.legars) and (cenneoff == 0)) { _root.cennes = _root.cennes + 1; gotoAndStop ("cenneoff"); cenneoff = 1; } }
Instance of Symbol 80 MovieClip in Symbol 222 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.legars) and (cenneoff == 0)) { _root.cennes = _root.cennes + 1; gotoAndStop ("cenneoff"); cenneoff = 1; } }
Instance of Symbol 80 MovieClip in Symbol 222 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.legars) and (cenneoff == 0)) { _root.cennes = _root.cennes + 1; gotoAndStop ("cenneoff"); cenneoff = 1; } }
Instance of Symbol 80 MovieClip in Symbol 222 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.legars) and (cenneoff == 0)) { _root.cennes = _root.cennes + 1; gotoAndStop ("cenneoff"); cenneoff = 1; } }
Instance of Symbol 80 MovieClip in Symbol 222 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.legars) and (cenneoff == 0)) { _root.cennes = _root.cennes + 1; gotoAndStop ("cenneoff"); cenneoff = 1; } }
Instance of Symbol 80 MovieClip in Symbol 222 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.legars) and (cenneoff == 0)) { _root.cennes = _root.cennes + 1; gotoAndStop ("cenneoff"); cenneoff = 1; } }
Instance of Symbol 80 MovieClip in Symbol 222 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.legars) and (cenneoff == 0)) { _root.cennes = _root.cennes + 1; gotoAndStop ("cenneoff"); cenneoff = 1; } }
Instance of Symbol 80 MovieClip in Symbol 222 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.legars) and (cenneoff == 0)) { _root.cennes = _root.cennes + 1; gotoAndStop ("cenneoff"); cenneoff = 1; } }
Instance of Symbol 80 MovieClip in Symbol 222 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.legars) and (cenneoff == 0)) { _root.cennes = _root.cennes + 1; gotoAndStop ("cenneoff"); cenneoff = 1; } }
Instance of Symbol 80 MovieClip in Symbol 222 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.legars) and (cenneoff == 0)) { _root.cennes = _root.cennes + 1; gotoAndStop ("cenneoff"); cenneoff = 1; } }
Instance of Symbol 80 MovieClip in Symbol 222 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.legars) and (cenneoff == 0)) { _root.cennes = _root.cennes + 1; gotoAndStop ("cenneoff"); cenneoff = 1; } }
Instance of Symbol 80 MovieClip in Symbol 222 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.legars) and (cenneoff == 0)) { _root.cennes = _root.cennes + 1; gotoAndStop ("cenneoff"); cenneoff = 1; } }
Instance of Symbol 80 MovieClip in Symbol 222 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.legars) and (cenneoff == 0)) { _root.cennes = _root.cennes + 1; gotoAndStop ("cenneoff"); cenneoff = 1; } }
Instance of Symbol 80 MovieClip in Symbol 222 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.legars) and (cenneoff == 0)) { _root.cennes = _root.cennes + 1; gotoAndStop ("cenneoff"); cenneoff = 1; } }
Symbol 234 MovieClip Frame 1
stop();
Instance of Symbol 89 MovieClip "plante1" in Symbol 247 MovieClip Frame 1
onClipEvent (load) { hittestoff = 0; delay = 60; valeur = this._y - 40; valeur2 = this._y; } onClipEvent (enterFrame) { valeur3 = this._parent._x + this._x; if ((valeur3 < 340) or (killcode != true)) { killcode = true; if (hittestoff == 0) { if (this.hitTest(this._parent._parent.legars) or this.hitTest(this._parent._parent.legars._x, this._parent._parent.legars._y)) { _root.playermort = true; this._parent._parent.legars.gotoAndStop("p1mort"); hittestoff = 1; } } delay = delay - 1; if (((this._y > valeur) and (delay > 0)) and (((valeur3 > 180) or (valeur3 < 70)) or (this._y > (valeur2 + 10)))) { this._y = this._y - 2; hittestoff = 0; } else if ((this._y < valeur2) and (delay < 0)) { this._y = this._y + 2; if (this._y <= (valeur2 + 10)) { hittestoff = 1; } } else if (delay == -30) { delay = 60; } } }
Instance of Symbol 192 MovieClip in Symbol 247 MovieClip Frame 1
onClipEvent (load) { fall = 0; onoff = 0; delay = 24; defaul = this._y; } onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.legars._x, this._parent._parent.legars._y, true)) { onoff = 1; } if (onoff == 1) { this._y = this._y + fall; if ((fall < 10) and (delay <= 0)) { fall = fall + 1; } delay = delay - 1; if (this._y > 400) { fall = 0; delay = 24; this._y = defaul; onoff = 0; } } }
Instance of Symbol 192 MovieClip in Symbol 247 MovieClip Frame 1
onClipEvent (load) { speed = 4; delay = 80; } onClipEvent (enterFrame) { this._x = this._x + speed; if (this.hitTest(this._parent._parent.legars._x, this._parent._parent.legars._y, true)) { lockp1 = 1; this._parent._x = this._parent._x - speed; _root.plateforme = speed; } else if (lockp1 == 1) { _root.plateforme = 0; lockp1 = 0; } if (delay == 0) { speed = speed * -1; delay = 80; } else { delay = delay - 1; } }
Instance of Symbol 113 MovieClip "mat" in Symbol 247 MovieClip Frame 1
onClipEvent (load) { hittestoff = 0; } onClipEvent (enterFrame) { if (hittestoff == 0) { if (this.hitTest(this._parent._parent.legars)) { stopAllSounds(); this.drap.gotoAndPlay("winnar"); _root.playermort = 3; _root.valeur2 = 0; hittestoff = 1; } } }
Instance of Symbol 192 MovieClip "pla1" in Symbol 247 MovieClip Frame 1
onClipEvent (load) { speed = 4; delay = 80; } onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.legars._x, this._parent._parent.legars._y, true)) { lockp1 = 1; this._parent._x = this._parent._x - speed; _root.plateforme = speed; this._x = this._x + speed; if (delay == 0) { speed = speed * -1; delay = 80; } else { delay = delay - 1; } } else if (lockp1 == 1) { _root.plateforme = 0; lockp1 = 0; } }
Instance of Symbol 192 MovieClip "pla2" in Symbol 247 MovieClip Frame 1
onClipEvent (load) { speed = 4; delay = 80; } onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.legars._x, this._parent._parent.legars._y, true)) { lockp1 = 1; this._parent._x = this._parent._x - speed; _root.plateforme = speed; this._x = this._x + speed; if (delay == 0) { speed = speed * -1; delay = 80; } else { delay = delay - 1; } } else if (lockp1 == 1) { _root.plateforme = 0; lockp1 = 0; } }
Instance of Symbol 192 MovieClip "pla3" in Symbol 247 MovieClip Frame 1
onClipEvent (load) { speed = 4; delay = 60; } onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.legars._x, this._parent._parent.legars._y, true)) { lockp1 = 1; this._parent._x = this._parent._x - speed; _root.plateforme = speed; this._x = this._x + speed; if (delay == 0) { speed = speed * -1; delay = 60; } else { delay = delay - 1; } } else if (lockp1 == 1) { _root.plateforme = 0; lockp1 = 0; } }
Instance of Symbol 204 MovieClip "cannon1" in Symbol 247 MovieClip Frame 1
onClipEvent (load) { delay = 60; count = 90; } onClipEvent (enterFrame) { if (((this._parent._x + this._x) > -30) and (_root.playermort == false)) { if ((delay <= 0) and ((this._parent._x + this._x) < 360)) { this._parent._parent.Bigberta.duplicateMovieClip("balle" + count, count); this._parent._parent.son.gotoAndPlay("cannontire"); _root["balle" + count]._x = (this._parent._x + this._x) - 10; _root["balle" + count]._y = _y - 20; count = count + 1; delay = 30; } else { delay = delay - 1; } if (count == 100) { count = 90; } } }
Instance of Symbol 131 MovieClip in Symbol 247 MovieClip Frame 1
onClipEvent (load) { centnumber = 0; centcount = 5; } onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.legars._x, this._parent._parent.legars._y - 60, true) and (hittestoff != 0)) { gotoAndPlay ("cennesplus"); centnumber = centnumber + 1; _root.avancerecule = 0; _root.cennes = _root.cennes + 1; hittestoff = 0; } }
Instance of Symbol 131 MovieClip in Symbol 247 MovieClip Frame 1
onClipEvent (load) { centnumber = 0; centcount = 5; } onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.legars._x, this._parent._parent.legars._y - 60, true) and (hittestoff != 0)) { gotoAndPlay ("cennesplus"); centnumber = centnumber + 1; _root.avancerecule = 0; _root.cennes = _root.cennes + 1; hittestoff = 0; } }
Instance of Symbol 131 MovieClip in Symbol 247 MovieClip Frame 1
onClipEvent (load) { centnumber = 0; centcount = 5; } onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.legars._x, this._parent._parent.legars._y - 60, true) and (hittestoff != 0)) { gotoAndPlay ("cennesplus"); centnumber = centnumber + 1; _root.avancerecule = 0; _root.cennes = _root.cennes + 1; hittestoff = 0; } }
Instance of Symbol 140 MovieClip "boiteflower" in Symbol 247 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.legars._x, this._parent._parent.legars._y - 60, true) and (hittestoff != 0)) { gotoAndPlay ("cennesplus"); this._parent._parent.fleur1.gotoAndPlay("fleursort"); _root.avancerecule = 0; hittestoff = 0; } }
Instance of Symbol 204 MovieClip "cannon2" in Symbol 247 MovieClip Frame 1
onClipEvent (load) { delay = 60; count = 30; } onClipEvent (enterFrame) { if (((this._parent._x + this._x) > -30) and (_root.playermort == false)) { if ((delay <= 0) and ((this._parent._x + this._x) < 500)) { this._parent._parent.Bigberta.duplicateMovieClip("balle" + count, count); this._parent._parent.son.gotoAndPlay("cannontire"); _root["balle" + count]._x = (this._parent._x + this._x) - 10; _root["balle" + count]._y = _y - 20; count = count + 1; delay = 48; } else { delay = delay - 1; } if (count == 40) { count = 30; } } }
Symbol 254 MovieClip Frame 45
stop();
Symbol 260 MovieClip Frame 1
stop();
Symbol 260 MovieClip Frame 2
stop();
Symbol 260 MovieClip Frame 3
stop();
Symbol 260 MovieClip Frame 4
stop();
Symbol 260 MovieClip Frame 5
hittestoff = 4; code = true; stop();
Symbol 260 MovieClip Frame 6
stop();
Symbol 260 MovieClip Frame 7
stop();
Symbol 260 MovieClip Frame 8
stop();
Symbol 266 MovieClip Frame 15
stop();
Symbol 267 MovieClip Frame 11
gotoAndPlay (1);
Symbol 267 MovieClip Frame 12
Symbol 267 MovieClip Frame 21
stop();
Symbol 274 MovieClip Frame 11
gotoAndPlay (1);
Symbol 274 MovieClip Frame 12
stop();
Symbol 275 MovieClip Frame 1
stop();
Symbol 275 MovieClip Frame 2
stop();
Symbol 275 MovieClip Frame 3
stop();
Symbol 275 MovieClip Frame 4
stop();
Symbol 275 MovieClip Frame 5
stop();
Symbol 288 MovieClip Frame 1
stop();
Symbol 288 MovieClip Frame 2
stop();
Symbol 308 MovieClip Frame 1
stop();
Symbol 308 MovieClip Frame 2
stop();
Instance of Symbol 288 MovieClip in Symbol 309 MovieClip Frame 1
onClipEvent (load) { valeur = -12; delay = 10; hittestoff = 0; } onClipEvent (enterFrame) { if ((hittestoff == 0) and ((this._parent._x + this._x) < 360)) { if ((this.hitTest(this._parent._parent.legars._x - 13, this._parent._parent.legars._y, 1) or this.hitTest(this._parent._parent.legars._x + 13, this._parent._parent.legars._y, 1)) or this.hitTest(this._parent._parent.legars._x, this._parent._parent.legars._y - 20, 1)) { if (_root.staron != 1) { _root.playermort = true; this._parent._parent.legars.gotoAndStop("p1mort"); hittestoff = 1; } } if (delay == 0) { this._y = this._y + valeur; if (valeur < 10) { valeur = valeur + 0.5; if (valeur < 0) { gotoAndStop ("boulemonte"); } else { gotoAndStop ("bouletombe"); } } } else if (delay > 0) { delay = delay - 1; } } if (this._y > 100) { delay = 10; valeur = -12; this._y = 100; } }
Instance of Symbol 288 MovieClip in Symbol 309 MovieClip Frame 1
onClipEvent (load) { valeur = -12; delay = 10; hittestoff = 0; } onClipEvent (enterFrame) { if ((hittestoff == 0) and ((this._parent._x + this._x) < 360)) { if ((this.hitTest(this._parent._parent.legars._x - 13, this._parent._parent.legars._y, 1) or this.hitTest(this._parent._parent.legars._x + 13, this._parent._parent.legars._y, 1)) or this.hitTest(this._parent._parent.legars._x, this._parent._parent.legars._y - 20, 1)) { if (_root.staron != 1) { _root.playermort = true; this._parent._parent.legars.gotoAndStop("p1mort"); hittestoff = 1; } } if (delay == 0) { this._y = this._y + valeur; if (valeur < 10) { valeur = valeur + 0.5; if (valeur < 0) { gotoAndStop ("boulemonte"); } else { gotoAndStop ("bouletombe"); } } } else if (delay > 0) { delay = delay - 1; } } if (this._y > 100) { delay = 10; valeur = -12; this._y = 100; } }
Instance of Symbol 288 MovieClip in Symbol 309 MovieClip Frame 1
onClipEvent (load) { valeur = -12; delay = 15; hittestoff = 0; } onClipEvent (enterFrame) { if ((hittestoff == 0) and ((this._parent._x + this._x) < 360)) { if ((this.hitTest(this._parent._parent.legars._x - 13, this._parent._parent.legars._y, 1) or this.hitTest(this._parent._parent.legars._x + 13, this._parent._parent.legars._y, 1)) or this.hitTest(this._parent._parent.legars._x, this._parent._parent.legars._y - 20, 1)) { if (_root.staron != 1) { _root.playermort = true; this._parent._parent.legars.gotoAndStop("p1mort"); hittestoff = 1; } } if (delay == 0) { this._y = this._y + valeur; if (valeur < 10) { valeur = valeur + 0.5; if (valeur < 0) { gotoAndStop ("boulemonte"); } else { gotoAndStop ("bouletombe"); } } } else if (delay > 0) { delay = delay - 1; } } if (this._y > 100) { delay = 12; valeur = -12; this._y = 100; } }
Instance of Symbol 288 MovieClip in Symbol 309 MovieClip Frame 1
onClipEvent (load) { valeur = -12; delay = 10; hittestoff = 0; } onClipEvent (enterFrame) { if ((hittestoff == 0) and ((this._parent._x + this._x) < 360)) { if ((this.hitTest(this._parent._parent.legars._x - 13, this._parent._parent.legars._y, 1) or this.hitTest(this._parent._parent.legars._x + 13, this._parent._parent.legars._y, 1)) or this.hitTest(this._parent._parent.legars._x, this._parent._parent.legars._y - 20, 1)) { if (_root.staron != 1) { _root.playermort = true; this._parent._parent.legars.gotoAndStop("p1mort"); hittestoff = 1; } } if (delay == 0) { this._y = this._y + valeur; if (valeur < 10) { valeur = valeur + 0.5; if (valeur < 0) { gotoAndStop ("boulemonte"); } else { gotoAndStop ("bouletombe"); } } } else if (delay > 0) { delay = delay - 1; } } if (this._y > 100) { delay = 10; valeur = -12; this._y = 100; } }
Instance of Symbol 308 MovieClip in Symbol 309 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.legars._x, this._parent._parent.legars._y - 5, 1) and (hittestoff != 0)) { _root.playermort = 3; _root.avancerecule = 0; stopAllSounds(); this._parent._parent.son.gotoAndPlay("levelfin"); gotoAndStop (2); this._parent._parent.level.brige.gotoAndPlay("removebrige"); hittestoff = 0; } }
Symbol 338 MovieClip Frame 1
stop();
Symbol 338 MovieClip Frame 14
stop();
Symbol 338 MovieClip Frame 41
stop();
Symbol 354 MovieClip Frame 1
stop();
Symbol 354 MovieClip Frame 2
stop();
Symbol 354 MovieClip Frame 3
stop();
Symbol 354 MovieClip Frame 4
stop();
Symbol 354 MovieClip Frame 5
stop();
Symbol 383 MovieClip Frame 1
stop();
Symbol 383 MovieClip Frame 2
play();
Symbol 383 MovieClip Frame 16
stop();
Symbol 383 MovieClip Frame 17
stop();
Symbol 383 MovieClip Frame 18
play();
Symbol 383 MovieClip Frame 32
stop();
Symbol 391 MovieClip Frame 1
stop();
Symbol 391 MovieClip Frame 17
stop();
Symbol 391 MovieClip Frame 18
stop();
Instance of Symbol 385 MovieClip "boshitzone" in Symbol 391 MovieClip Frame 18
onClipEvent (load) { bosshit = 0; } onClipEvent (enterFrame) { if ((this.hitTest(this._parent._parent.legars._x, this._parent._parent.legars._y, true) or this.hitTest(this._parent._parent.legars._x + 7, this._parent._parent.legars._y, true)) or (this.hitTest(this._parent._parent.legars._x - 7, this._parent._parent.legars._y, true) and (bosshit == 0))) { _root.rebon = true; this._parent.bosspart.play(); bosshit = 1; } }
Symbol 391 MovieClip Frame 26
gotoAndStop (1);
Symbol 402 MovieClip Frame 1
notready = 0; stop();
Symbol 402 MovieClip Frame 38
this._parent.missileboss.gotoAndStop("merconmi"); this._parent.missileboss.moveok = 1; stop();
Symbol 402 MovieClip Frame 39
notready = 1;
Symbol 402 MovieClip Frame 47
notready = 0; stop();
Symbol 402 MovieClip Frame 65
gotoAndPlay ("jumpmissile");
Symbol 406 MovieClip Frame 1
stop();
Symbol 406 MovieClip Frame 13
stop();
Instance of Symbol 80 MovieClip in Symbol 409 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.legars) and (cenneoff == 0)) { _root.cennes = _root.cennes + 1; gotoAndStop ("cenneoff"); cenneoff = 1; } }
Instance of Symbol 80 MovieClip in Symbol 409 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.legars) and (cenneoff == 0)) { _root.cennes = _root.cennes + 1; gotoAndStop ("cenneoff"); cenneoff = 1; } }
Instance of Symbol 80 MovieClip in Symbol 409 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.legars) and (cenneoff == 0)) { _root.cennes = _root.cennes + 1; gotoAndStop ("cenneoff"); cenneoff = 1; } }
Instance of Symbol 80 MovieClip in Symbol 409 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.legars) and (cenneoff == 0)) { _root.cennes = _root.cennes + 1; gotoAndStop ("cenneoff"); cenneoff = 1; } }
Symbol 410 MovieClip Frame 1
stop();
Instance of Symbol 123 MovieClip in Symbol 416 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.legars._x, this._parent._parent.legars._y - 60, true) and (hittestoff != 0)) { gotoAndPlay ("briqueblow"); _root.avancerecule = 0; hittestoff = 0; } }
Instance of Symbol 123 MovieClip in Symbol 416 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.legars._x, this._parent._parent.legars._y - 60, true) and (hittestoff != 0)) { gotoAndPlay ("briqueblow"); _root.avancerecule = 0; hittestoff = 0; } }
Instance of Symbol 123 MovieClip in Symbol 416 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.legars._x, this._parent._parent.legars._y - 60, true) and (hittestoff != 0)) { gotoAndPlay ("briqueblow"); _root.avancerecule = 0; hittestoff = 0; } }
Instance of Symbol 131 MovieClip in Symbol 416 MovieClip Frame 1
onClipEvent (load) { centnumber = 0; centcount = 5; } onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.legars._x, this._parent._parent.legars._y - 60, true) and (hittestoff != 0)) { gotoAndPlay ("cennesplus"); centnumber = centnumber + 1; _root.avancerecule = 0; _root.cennes = _root.cennes + 1; hittestoff = 0; } }
Instance of Symbol 131 MovieClip in Symbol 416 MovieClip Frame 1
onClipEvent (load) { centnumber = 0; centcount = 5; } onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.legars._x, this._parent._parent.legars._y - 60, true) and (hittestoff != 0)) { gotoAndPlay ("cennesplus"); centnumber = centnumber + 1; _root.avancerecule = 0; _root.cennes = _root.cennes + 1; hittestoff = 0; } }
Instance of Symbol 192 MovieClip in Symbol 416 MovieClip Frame 1
onClipEvent (enterFrame) { this._y = this._y - 4; if (this.hitTest(this._parent._parent.legars._x, this._parent._parent.legars._y + 4, true)) { this._parent._parent.legars._y = this._parent._parent.legars._y - 4; } if (this._y < -50) { this._y = 250; } }
Instance of Symbol 123 MovieClip in Symbol 416 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.legars._x, this._parent._parent.legars._y - 60, true) and (hittestoff != 0)) { gotoAndPlay ("briqueblow"); _root.avancerecule = 0; hittestoff = 0; } }
Instance of Symbol 192 MovieClip in Symbol 416 MovieClip Frame 1
onClipEvent (enterFrame) { this._y = this._y - 4; if (this.hitTest(this._parent._parent.legars._x, this._parent._parent.legars._y + 4, true)) { this._parent._parent.legars._y = this._parent._parent.legars._y - 4; } if (this._y < -50) { this._y = 250; } }
Instance of Symbol 123 MovieClip in Symbol 416 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.legars._x, this._parent._parent.legars._y - 60, true) and (hittestoff != 0)) { gotoAndPlay ("briqueblow"); _root.avancerecule = 0; hittestoff = 0; } }
Instance of Symbol 123 MovieClip in Symbol 416 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.legars._x, this._parent._parent.legars._y - 60, true) and (hittestoff != 0)) { gotoAndPlay ("briqueblow"); _root.avancerecule = 0; hittestoff = 0; } }
Instance of Symbol 123 MovieClip in Symbol 416 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.legars._x, this._parent._parent.legars._y - 60, true) and (hittestoff != 0)) { gotoAndPlay ("briqueblow"); _root.avancerecule = 0; hittestoff = 0; } }
Instance of Symbol 123 MovieClip in Symbol 416 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.legars._x, this._parent._parent.legars._y - 60, true) and (hittestoff != 0)) { gotoAndPlay ("briqueblow"); _root.avancerecule = 0; hittestoff = 0; } }
Instance of Symbol 131 MovieClip in Symbol 416 MovieClip Frame 1
onClipEvent (load) { centnumber = 0; centcount = 5; } onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.legars._x, this._parent._parent.legars._y - 60, true) and (hittestoff != 0)) { gotoAndPlay ("cennesplus"); centnumber = centnumber + 1; _root.avancerecule = 0; _root.cennes = _root.cennes + 1; hittestoff = 0; } }
Instance of Symbol 131 MovieClip in Symbol 416 MovieClip Frame 1
onClipEvent (load) { centnumber = 0; centcount = 5; } onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.legars._x, this._parent._parent.legars._y - 60, true) and (hittestoff != 0)) { gotoAndPlay ("cennesplus"); centnumber = centnumber + 1; _root.avancerecule = 0; _root.cennes = _root.cennes + 1; hittestoff = 0; } }
Instance of Symbol 123 MovieClip in Symbol 416 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.legars._x, this._parent._parent.legars._y - 60, true) and (hittestoff != 0)) { gotoAndPlay ("briqueblow"); _root.avancerecule = 0; hittestoff = 0; } }
Instance of Symbol 123 MovieClip in Symbol 416 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.legars._x, this._parent._parent.legars._y - 60, true) and (hittestoff != 0)) { gotoAndPlay ("briqueblow"); _root.avancerecule = 0; hittestoff = 0; } }
Instance of Symbol 192 MovieClip in Symbol 416 MovieClip Frame 1
onClipEvent (load) { speed = -4; delay = 80; } onClipEvent (enterFrame) { this._x = this._x + speed; if (this.hitTest(this._parent._parent.legars._x, this._parent._parent.legars._y, true)) { this._parent._x = this._parent._x - speed; } if (delay == 0) { speed = speed * -1; delay = 40; } else { delay = delay - 1; } }
Instance of Symbol 204 MovieClip in Symbol 416 MovieClip Frame 1
onClipEvent (load) { delay = 60; count = 1; } onClipEvent (enterFrame) { if (((this._parent._x + this._x) > -30) and (_root.playermort == false)) { if ((delay <= 0) and ((this._parent._x + this._x) < 360)) { this._parent._parent.Bigberta.duplicateMovieClip("balle" + count, count); this._parent._parent.son.gotoAndPlay("cannontire"); _root["balle" + count]._x = (this._parent._x + this._x) - 10; _root["balle" + count]._y = _y - 20; count = count + 1; delay = 60; } else { delay = delay - 1; } if (count == 5) { count = 1; } } }
Instance of Symbol 123 MovieClip in Symbol 416 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.legars._x, this._parent._parent.legars._y - 60, true) and (hittestoff != 0)) { gotoAndPlay ("briqueblow"); _root.avancerecule = 0; hittestoff = 0; } }
Instance of Symbol 123 MovieClip in Symbol 416 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.legars._x, this._parent._parent.legars._y - 60, true) and (hittestoff != 0)) { gotoAndPlay ("briqueblow"); _root.avancerecule = 0; hittestoff = 0; } }
Instance of Symbol 123 MovieClip in Symbol 416 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.legars._x, this._parent._parent.legars._y - 60, true) and (hittestoff != 0)) { gotoAndPlay ("briqueblow"); _root.avancerecule = 0; hittestoff = 0; } }
Instance of Symbol 123 MovieClip in Symbol 416 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.legars._x, this._parent._parent.legars._y - 60, true) and (hittestoff != 0)) { gotoAndPlay ("briqueblow"); _root.avancerecule = 0; hittestoff = 0; } }
Instance of Symbol 123 MovieClip in Symbol 416 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.legars._x, this._parent._parent.legars._y - 60, true) and (hittestoff != 0)) { gotoAndPlay ("briqueblow"); _root.avancerecule = 0; hittestoff = 0; } }
Instance of Symbol 123 MovieClip in Symbol 416 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.legars._x, this._parent._parent.legars._y - 60, true) and (hittestoff != 0)) { gotoAndPlay ("briqueblow"); _root.avancerecule = 0; hittestoff = 0; } }
Instance of Symbol 123 MovieClip in Symbol 416 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.legars._x, this._parent._parent.legars._y - 60, true) and (hittestoff != 0)) { gotoAndPlay ("briqueblow"); _root.avancerecule = 0; hittestoff = 0; } }
Instance of Symbol 123 MovieClip in Symbol 416 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.legars._x, this._parent._parent.legars._y - 60, true) and (hittestoff != 0)) { gotoAndPlay ("briqueblow"); _root.avancerecule = 0; hittestoff = 0; } }
Instance of Symbol 123 MovieClip in Symbol 416 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.legars._x, this._parent._parent.legars._y - 60, true) and (hittestoff != 0)) { gotoAndPlay ("briqueblow"); _root.avancerecule = 0; hittestoff = 0; } }
Instance of Symbol 123 MovieClip in Symbol 416 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.legars._x, this._parent._parent.legars._y - 60, true) and (hittestoff != 0)) { gotoAndPlay ("briqueblow"); _root.avancerecule = 0; hittestoff = 0; } }
Instance of Symbol 123 MovieClip in Symbol 416 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.legars._x, this._parent._parent.legars._y - 60, true) and (hittestoff != 0)) { gotoAndPlay ("briqueblow"); _root.avancerecule = 0; hittestoff = 0; } }
Instance of Symbol 123 MovieClip in Symbol 416 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.legars._x, this._parent._parent.legars._y - 60, true) and (hittestoff != 0)) { gotoAndPlay ("briqueblow"); _root.avancerecule = 0; hittestoff = 0; } }
Instance of Symbol 131 MovieClip in Symbol 416 MovieClip Frame 1
onClipEvent (load) { centnumber = 0; centcount = 5; } onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.legars._x, this._parent._parent.legars._y - 60, true) and (hittestoff != 0)) { gotoAndPlay ("cennesplus"); centnumber = centnumber + 1; _root.avancerecule = 0; _root.cennes = _root.cennes + 1; hittestoff = 0; } }
Instance of Symbol 131 MovieClip in Symbol 416 MovieClip Frame 1
onClipEvent (load) { centnumber = 0; centcount = 5; } onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.legars._x, this._parent._parent.legars._y - 60, true) and (hittestoff != 0)) { gotoAndPlay ("cennesplus"); centnumber = centnumber + 1; _root.avancerecule = 0; _root.cennes = _root.cennes + 1; hittestoff = 0; } }
Instance of Symbol 123 MovieClip in Symbol 416 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.legars._x, this._parent._parent.legars._y - 60, true) and (hittestoff != 0)) { gotoAndPlay ("briqueblow"); _root.avancerecule = 0; hittestoff = 0; } }
Instance of Symbol 123 MovieClip in Symbol 416 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.legars._x, this._parent._parent.legars._y - 60, true) and (hittestoff != 0)) { gotoAndPlay ("briqueblow"); _root.avancerecule = 0; hittestoff = 0; } }
Instance of Symbol 123 MovieClip in Symbol 416 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(this._parent._parent.legars._x, this._parent._parent.legars._y - 60, true) and (hittestoff != 0)) { gotoAndPlay ("briqueblow"); _root.avancerecule = 0; hittestoff = 0; } }
Instance of Symbol 89 MovieClip "plante1" in Symbol 416 MovieClip Frame 1
onClipEvent (load) { hittestoff = 0; delay = 60; valeur = this._y - 40; valeur2 = this._y; } onClipEvent (enterFrame) { valeur3 = this._parent._x + this._x; if ((valeur3 < 340) or (killcode != true)) { killcode = true; if (hittestoff == 0) { if (this.hitTest(this._parent._parent.legars) or this.hitTest(this._parent._parent.legars._x, this._parent._parent.legars._y)) { _root.playermort = true; this._parent._parent.legars.gotoAndStop("p1mort"); hittestoff = 1; } } delay = delay - 1; if (((this._y > valeur) and (delay > 0)) and (((valeur3 > 180) or (valeur3 < 70)) or (this._y > (valeur2 + 10)))) { this._y = this._y - 2; hittestoff = 0; } else if ((this._y < valeur2) and (delay < 0)) { this._y = this._y + 2; if (this._y <= (valeur2 + 10)) { hittestoff = 1; } } else if (delay == -30) { delay = 60; } } }
Symbol 426 MovieClip Frame 1
stop();
Symbol 426 MovieClip Frame 2
stop();
Symbol 426 MovieClip Frame 3
stop();
Symbol 426 MovieClip Frame 15
stop();

Library Items

Symbol 1 BitmapUsed by:2
Symbol 2 GraphicUses:1Used by:5
Symbol 3 BitmapUsed by:4
Symbol 4 GraphicUses:3Used by:5
Symbol 5 MovieClipUses:2 4Used by:16 17 260
Symbol 6 BitmapUsed by:7 9
Symbol 7 GraphicUses:6Used by:17 260
Symbol 8 SoundUsed by:17 63 149 214 218 260 267 383 426
Symbol 9 GraphicUses:6Used by:14
Symbol 10 BitmapUsed by:11
Symbol 11 GraphicUses:10Used by:14
Symbol 12 BitmapUsed by:13
Symbol 13 GraphicUses:12Used by:14
Symbol 14 MovieClipUses:9 11 13Used by:17 260
Symbol 15 SoundUsed by:16 17 260
Symbol 16 MovieClipUses:5 15Used by:17 260
Symbol 17 MovieClip [latortu]Uses:5 7 8 14 15 16Used by:Timeline
Symbol 18 BitmapUsed by:19
Symbol 19 GraphicUses:18Used by:Timeline
Symbol 20 GraphicUsed by:21
Symbol 21 MovieClipUses:20Used by:Timeline
Symbol 22 GraphicUsed by:27
Symbol 23 GraphicUsed by:27
Symbol 24 GraphicUsed by:27
Symbol 25 GraphicUsed by:27
Symbol 26 GraphicUsed by:27
Symbol 27 MovieClipUses:22 23 24 25 26Used by:39
Symbol 28 BitmapUsed by:29 35 38 68
Symbol 29 GraphicUses:28Used by:39
Symbol 30 BitmapUsed by:31 32 33
Symbol 31 GraphicUses:30Used by:34
Symbol 32 GraphicUses:30Used by:34
Symbol 33 GraphicUses:30Used by:34
Symbol 34 MovieClipUses:31 32 33Used by:39
Symbol 35 GraphicUses:28Used by:39
Symbol 36 GraphicUsed by:39
Symbol 37 GraphicUsed by:39
Symbol 38 GraphicUses:28Used by:39
Symbol 39 MovieClipUses:27 29 34 35 36 37 38Used by:Timeline
Symbol 40 FontUsed by:41 42 44 67 69 70 81 177 178 219 220 221 276 277 279 280 395 403 404 405 407 408 417 418 419 420
Symbol 41 EditableTextUses:40Used by:Timeline
Symbol 42 TextUses:40Used by:Timeline
Symbol 43 GraphicUsed by:Timeline
Symbol 44 TextUses:40Used by:Timeline
Symbol 45 Sound [mariohit]Used by:63 402
Symbol 46 Sound [playermort]Used by:63
Symbol 47 SoundUsed by:63  Timeline
Symbol 48 Sound [jump]Used by:63
Symbol 49 Sound [hittete]Used by:63
Symbol 50 SoundUsed by:63 266
Symbol 51 SoundUsed by:63
Symbol 52 SoundUsed by:63
Symbol 53 SoundUsed by:63
Symbol 54 SoundUsed by:63
Symbol 55 SoundUsed by:63  Timeline
Symbol 56 SoundUsed by:63
Symbol 57 SoundUsed by:63
Symbol 58 SoundUsed by:63
Symbol 59 SoundUsed by:63
Symbol 60 SoundUsed by:63 402
Symbol 61 SoundUsed by:63 402
Symbol 62 Sound [missilepass]Used by:63
Symbol 63 MovieClipUses:45 46 47 48 49 50 51 52 53 54 8 55 56 57 58 59 60 61 62Used by:Timeline
Symbol 64 BitmapUsed by:65
Symbol 65 GraphicUses:64Used by:66
Symbol 66 ButtonUses:65Used by:Timeline
Symbol 67 TextUses:40Used by:Timeline
Symbol 68 GraphicUses:28Used by:Timeline
Symbol 69 EditableTextUses:40Used by:Timeline
Symbol 70 TextUses:40Used by:Timeline
Symbol 71 BitmapUsed by:72
Symbol 72 GraphicUses:71Used by:80
Symbol 73 BitmapUsed by:74
Symbol 74 GraphicUses:73Used by:80
Symbol 75 BitmapUsed by:76
Symbol 76 GraphicUses:75Used by:80
Symbol 77 BitmapUsed by:78
Symbol 78 GraphicUses:77Used by:80
Symbol 79 SoundUsed by:80 131
Symbol 80 MovieClipUses:72 74 76 78 79Used by:84 183 222 409  Timeline
Symbol 81 EditableTextUses:40Used by:Timeline
Symbol 82 BitmapUsed by:83
Symbol 83 GraphicUses:82Used by:410  Timeline
Symbol 84 MovieClipUses:80Used by:Timeline
Symbol 85 BitmapUsed by:86
Symbol 86 GraphicUses:85Used by:89
Symbol 87 BitmapUsed by:88
Symbol 88 GraphicUses:87Used by:89
Symbol 89 MovieClipUses:86 88Used by:141 206 247 416
Symbol 90 BitmapUsed by:91 96 97 99
Symbol 91 GraphicUses:90Used by:141 247 416  Timeline
Symbol 92 BitmapUsed by:94 101 102 181 193 195 240
Symbol 93 BitmapUsed by:94 95 101 103 106 194 195 205 411 415
Symbol 94 GraphicUses:92 93Used by:141
Symbol 95 GraphicUses:93Used by:141 206
Symbol 96 GraphicUses:90Used by:141  Timeline
Symbol 97 GraphicUses:90Used by:141
Symbol 98 BitmapUsed by:99 101 102 103 114 132 133 134 135 136 137 138 241 242 246 317 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 412 413 414
Symbol 99 GraphicUses:90 98Used by:141
Symbol 100 BitmapUsed by:101 115 241
Symbol 101 GraphicUses:92 93 100 98Used by:141
Symbol 102 GraphicUses:98 92Used by:141
Symbol 103 GraphicUses:93 98Used by:141
Symbol 104 BitmapUsed by:106 181 241
Symbol 105 BitmapUsed by:106 114 176 240
Symbol 106 GraphicUses:93 104 105Used by:141
Symbol 107 BitmapUsed by:108
Symbol 108 GraphicUses:107Used by:113
Symbol 109 BitmapUsed by:110
Symbol 110 GraphicUses:109Used by:112
Symbol 111 SoundUsed by:112 308
Symbol 112 MovieClipUses:110 111Used by:113
Symbol 113 MovieClipUses:108 112Used by:141 206 247
Symbol 114 GraphicUses:98 105Used by:141
Symbol 115 GraphicUses:100Used by:123
Symbol 116 GraphicUsed by:123 198
Symbol 117 BitmapUsed by:118 119
Symbol 118 GraphicUses:117Used by:120
Symbol 119 GraphicUses:117Used by:120
Symbol 120 MovieClipUses:118 119Used by:121
Symbol 121 MovieClipUses:120Used by:123 198
Symbol 122 SoundUsed by:123 198
Symbol 123 MovieClipUses:115 116 121 122Used by:141 416
Symbol 124 GraphicUsed by:131
Symbol 125 BitmapUsed by:126
Symbol 126 GraphicUses:125Used by:131 140
Symbol 127 BitmapUsed by:128
Symbol 128 GraphicUses:127Used by:131
Symbol 129 BitmapUsed by:130 314 316 317
Symbol 130 GraphicUses:129Used by:131 140 342
Symbol 131 MovieClipUses:124 126 128 79 130Used by:141 206 247 416
Symbol 132 GraphicUses:98Used by:141
Symbol 133 GraphicUses:98Used by:141 247 338
Symbol 134 GraphicUses:98Used by:141 247
Symbol 135 GraphicUses:98Used by:141 247
Symbol 136 GraphicUses:98Used by:141
Symbol 137 GraphicUses:98Used by:141
Symbol 138 GraphicUses:98Used by:141
Symbol 139 SoundUsed by:140
Symbol 140 MovieClipUses:126 139 130Used by:141 206 247
Symbol 141 MovieClipUses:89 91 94 95 96 97 99 101 102 103 106 113 114 123 131 132 133 134 135 136 137 138 140Used by:Timeline
Symbol 142 BitmapUsed by:143 148
Symbol 143 GraphicUses:142Used by:149
Symbol 144 BitmapUsed by:145
Symbol 145 GraphicUses:144Used by:149
Symbol 146 BitmapUsed by:147
Symbol 147 GraphicUses:146Used by:149
Symbol 148 GraphicUses:142Used by:149
Symbol 149 MovieClipUses:143 145 147 8 148Used by:Timeline
Symbol 150 BitmapUsed by:151
Symbol 151 GraphicUses:150Used by:152
Symbol 152 MovieClipUses:151Used by:161 343
Symbol 153 BitmapUsed by:154
Symbol 154 GraphicUses:153Used by:160
Symbol 155 SoundUsed by:160
Symbol 156 BitmapUsed by:157
Symbol 157 GraphicUses:156Used by:160
Symbol 158 BitmapUsed by:159
Symbol 159 GraphicUses:158Used by:160
Symbol 160 MovieClipUses:154 155 157 159Used by:161
Symbol 161 MovieClipUses:152 160Used by:Timeline
Symbol 162 GraphicUsed by:165 175 406
Symbol 163 BitmapUsed by:164
Symbol 164 GraphicUses:163Used by:165
Symbol 165 MovieClipUses:162 164Used by:Timeline
Symbol 166 BitmapUsed by:167
Symbol 167 GraphicUses:166Used by:174
Symbol 168 BitmapUsed by:169
Symbol 169 GraphicUses:168Used by:174
Symbol 170 BitmapUsed by:171
Symbol 171 GraphicUses:170Used by:174
Symbol 172 BitmapUsed by:173
Symbol 173 GraphicUses:172Used by:174
Symbol 174 MovieClipUses:167 169 171 173Used by:175
Symbol 175 MovieClipUses:162 174Used by:Timeline
Symbol 176 GraphicUses:105Used by:Timeline
Symbol 177 TextUses:40Used by:Timeline
Symbol 178 TextUses:40Used by:180
Symbol 179 GraphicUsed by:180
Symbol 180 ButtonUses:178 179Used by:Timeline
Symbol 181 GraphicUses:92 104Used by:Timeline
Symbol 182 GraphicUsed by:Timeline
Symbol 183 MovieClipUses:80Used by:Timeline
Symbol 184 BitmapUsed by:185 186 187 197 199 200 201
Symbol 185 GraphicUses:184Used by:206
Symbol 186 GraphicUses:184Used by:206
Symbol 187 GraphicUses:184Used by:206
Symbol 188 BitmapUsed by:189 193 194 195 196
Symbol 189 GraphicUses:188Used by:206
Symbol 190 BitmapUsed by:191
Symbol 191 GraphicUses:190Used by:192
Symbol 192 MovieClipUses:191Used by:206 247 416
Symbol 193 GraphicUses:92 188Used by:206
Symbol 194 GraphicUses:93 188Used by:206
Symbol 195 GraphicUses:188 93 92Used by:206
Symbol 196 GraphicUses:188Used by:206
Symbol 197 GraphicUses:184Used by:198
Symbol 198 MovieClipUses:197 116 121 122Used by:206
Symbol 199 GraphicUses:184Used by:206
Symbol 200 GraphicUses:184Used by:206
Symbol 201 GraphicUses:184Used by:206
Symbol 202 BitmapUsed by:203
Symbol 203 GraphicUses:202Used by:204
Symbol 204 MovieClipUses:203Used by:206 247 416
Symbol 205 GraphicUses:93Used by:206
Symbol 206 MovieClipUses:89 185 186 187 189 95 192 193 194 195 113 196 131 198 199 200 201 204 205 140Used by:Timeline
Symbol 207 BitmapUsed by:208 213
Symbol 208 GraphicUses:207Used by:214
Symbol 209 BitmapUsed by:210
Symbol 210 GraphicUses:209Used by:214
Symbol 211 BitmapUsed by:212
Symbol 212 GraphicUses:211Used by:214
Symbol 213 GraphicUses:207Used by:214
Symbol 214 MovieClipUses:208 210 212 8 213Used by:Timeline
Symbol 215 BitmapUsed by:216 217
Symbol 216 GraphicUses:215Used by:218
Symbol 217 GraphicUses:215Used by:218
Symbol 218 MovieClipUses:216 217 8Used by:Timeline
Symbol 219 EditableTextUses:40Used by:Timeline
Symbol 220 TextUses:40Used by:Timeline
Symbol 221 EditableTextUses:40Used by:Timeline
Symbol 222 MovieClipUses:80Used by:Timeline
Symbol 223 BitmapUsed by:224 232
Symbol 224 GraphicUses:223Used by:234
Symbol 225 BitmapUsed by:226 232
Symbol 226 GraphicUses:225Used by:234
Symbol 227 BitmapUsed by:228 232
Symbol 228 GraphicUses:227Used by:234
Symbol 229 BitmapUsed by:230 231 233
Symbol 230 GraphicUses:229Used by:234
Symbol 231 GraphicUses:229Used by:234
Symbol 232 GraphicUses:227 225 223Used by:234
Symbol 233 GraphicUses:229Used by:234
Symbol 234 MovieClipUses:224 226 228 230 231 232 233Used by:Timeline
Symbol 235 BitmapUsed by:238 239 241 242 245
Symbol 236 BitmapUsed by:238 239 241 242 243
Symbol 237 BitmapUsed by:238 239 241 242 245
Symbol 238 GraphicUses:235 236 237Used by:247
Symbol 239 GraphicUses:237 236 235Used by:247
Symbol 240 GraphicUses:92 105Used by:247
Symbol 241 GraphicUses:104 100 237 236 235 98Used by:247
Symbol 242 GraphicUses:236 237 235 98Used by:247
Symbol 243 GraphicUses:236Used by:247
Symbol 244 BitmapUsed by:245
Symbol 245 GraphicUses:244 235 237Used by:247
Symbol 246 GraphicUses:98Used by:247 338
Symbol 247 MovieClipUses:89 91 238 239 240 192 241 135 242 243 245 113 133 134 204 246 131 140Used by:Timeline
Symbol 248 BitmapUsed by:249 250 251 252
Symbol 249 GraphicUses:248Used by:253
Symbol 250 GraphicUses:248Used by:253
Symbol 251 GraphicUses:248Used by:253
Symbol 252 GraphicUses:248Used by:253
Symbol 253 MovieClipUses:249 250 251 252Used by:254
Symbol 254 MovieClipUses:253Used by:Timeline
Symbol 255 BitmapUsed by:256
Symbol 256 GraphicUses:255Used by:259
Symbol 257 BitmapUsed by:258
Symbol 258 GraphicUses:257Used by:259
Symbol 259 MovieClipUses:256 258Used by:260
Symbol 260 MovieClipUses:259 5 7 8 14 15 16Used by:Timeline
Symbol 261 BitmapUsed by:262 265
Symbol 262 GraphicUses:261Used by:267
Symbol 263 BitmapUsed by:264
Symbol 264 GraphicUses:263Used by:267
Symbol 265 GraphicUses:261Used by:266 267
Symbol 266 MovieClipUses:265 50Used by:267
Symbol 267 MovieClipUses:262 264 265 8 266Used by:Timeline
Symbol 268 BitmapUsed by:269
Symbol 269 GraphicUses:268Used by:274
Symbol 270 BitmapUsed by:271
Symbol 271 GraphicUses:270Used by:274
Symbol 272 BitmapUsed by:273
Symbol 273 GraphicUses:272Used by:274 275
Symbol 274 MovieClipUses:269 271 273Used by:275
Symbol 275 MovieClipUses:274 273Used by:Timeline
Symbol 276 EditableTextUses:40Used by:Timeline
Symbol 277 EditableTextUses:40Used by:Timeline
Symbol 278 SoundUsed by:Timeline
Symbol 279 EditableTextUses:40Used by:Timeline
Symbol 280 EditableTextUses:40Used by:Timeline
Symbol 281 BitmapUsed by:282
Symbol 282 GraphicUses:281Used by:Timeline
Symbol 283 BitmapUsed by:284
Symbol 284 GraphicUses:283Used by:287
Symbol 285 BitmapUsed by:286
Symbol 286 GraphicUses:285Used by:287
Symbol 287 MovieClipUses:284 286Used by:288
Symbol 288 MovieClipUses:287Used by:309
Symbol 289 BitmapUsed by:290
Symbol 290 GraphicUses:289Used by:305
Symbol 291 BitmapUsed by:292
Symbol 292 GraphicUses:291Used by:305
Symbol 293 BitmapUsed by:294
Symbol 294 GraphicUses:293Used by:305
Symbol 295 BitmapUsed by:296
Symbol 296 GraphicUses:295Used by:305
Symbol 297 BitmapUsed by:298
Symbol 298 GraphicUses:297Used by:305
Symbol 299 BitmapUsed by:300
Symbol 300 GraphicUses:299Used by:305
Symbol 301 BitmapUsed by:302
Symbol 302 GraphicUses:301Used by:305
Symbol 303 BitmapUsed by:304
Symbol 304 GraphicUses:303Used by:305
Symbol 305 MovieClipUses:290 292 294 296 298 300 302 304Used by:309
Symbol 306 BitmapUsed by:307
Symbol 307 GraphicUses:306Used by:308
Symbol 308 MovieClipUses:307 111Used by:309
Symbol 309 MovieClipUses:288 305 308Used by:Timeline
Symbol 310 BitmapUsed by:312 313 315 319 339
Symbol 311 BitmapUsed by:312 313 318
Symbol 312 GraphicUses:310 311Used by:342
Symbol 313 GraphicUses:310 311Used by:342
Symbol 314 GraphicUses:129Used by:342
Symbol 315 GraphicUses:310Used by:342
Symbol 316 GraphicUses:129Used by:342
Symbol 317 GraphicUses:129 98Used by:342
Symbol 318 GraphicUses:311Used by:342
Symbol 319 GraphicUses:310Used by:342
Symbol 320 GraphicUses:98Used by:338
Symbol 321 GraphicUses:98Used by:338
Symbol 322 GraphicUses:98Used by:338
Symbol 323 GraphicUses:98Used by:338
Symbol 324 GraphicUses:98Used by:338
Symbol 325 GraphicUses:98Used by:338
Symbol 326 GraphicUses:98Used by:338
Symbol 327 GraphicUses:98Used by:338
Symbol 328 GraphicUses:98Used by:338
Symbol 329 GraphicUses:98Used by:338
Symbol 330 GraphicUses:98Used by:338
Symbol 331 GraphicUses:98Used by:338
Symbol 332 GraphicUses:98Used by:338
Symbol 333 GraphicUses:98Used by:338
Symbol 334 GraphicUses:98Used by:338
Symbol 335 GraphicUses:98Used by:338
Symbol 336 GraphicUses:98Used by:338
Symbol 337 GraphicUses:98Used by:338
Symbol 338 MovieClipUses:320 321 322 323 324 325 326 327 328 329 330 331 332 333 246 334 335 336 337 133Used by:342
Symbol 339 GraphicUses:310Used by:342
Symbol 340 BitmapUsed by:341
Symbol 341 GraphicUses:340Used by:342 361
Symbol 342 MovieClipUses:312 313 314 315 316 317 318 319 338 130 339 341Used by:Timeline
Symbol 343 MovieClipUses:152Used by:Timeline
Symbol 344 BitmapUsed by:345
Symbol 345 GraphicUses:344Used by:348
Symbol 346 BitmapUsed by:347
Symbol 347 GraphicUses:346Used by:348
Symbol 348 MovieClipUses:345 347Used by:354
Symbol 349 BitmapUsed by:350
Symbol 350 GraphicUses:349Used by:353
Symbol 351 BitmapUsed by:352
Symbol 352 GraphicUses:351Used by:353
Symbol 353 MovieClipUses:350 352Used by:354
Symbol 354 MovieClipUses:348 353Used by:Timeline
Symbol 355 BitmapUsed by:356
Symbol 356 GraphicUses:355Used by:359
Symbol 357 BitmapUsed by:358
Symbol 358 GraphicUses:357Used by:359
Symbol 359 MovieClipUses:356 358Used by:Timeline
Symbol 360 SoundUsed by:Timeline
Symbol 361 MovieClipUses:341Used by:Timeline
Symbol 362 GraphicUsed by:391
Symbol 363 BitmapUsed by:364 378 380 382
Symbol 364 GraphicUses:363Used by:383 391
Symbol 365 SoundUsed by:391
Symbol 366 GraphicUsed by:383
Symbol 367 BitmapUsed by:368
Symbol 368 GraphicUses:367Used by:371
Symbol 369 BitmapUsed by:370
Symbol 370 GraphicUses:369Used by:371
Symbol 371 MovieClipUses:368 370Used by:383
Symbol 372 BitmapUsed by:373 392 393
Symbol 373 GraphicUses:372Used by:376
Symbol 374 BitmapUsed by:375
Symbol 375 GraphicUses:374Used by:376
Symbol 376 MovieClipUses:373 375Used by:383 402
Symbol 377 GraphicUsed by:383
Symbol 378 GraphicUses:363Used by:383
Symbol 379 GraphicUsed by:383
Symbol 380 GraphicUses:363Used by:383
Symbol 381 GraphicUsed by:383
Symbol 382 GraphicUses:363Used by:383
Symbol 383 MovieClipUses:366 371 364 376 377 378 8 379 380 381 382Used by:391
Symbol 384 GraphicUsed by:385
Symbol 385 MovieClipUses:384Used by:391
Symbol 386 GraphicUsed by:391
Symbol 387 FontUsed by:388
Symbol 388 TextUses:387Used by:391
Symbol 389 SoundUsed by:391 406
Symbol 390 GraphicUsed by:391
Symbol 391 MovieClipUses:362 364 365 383 385 386 388 389 390Used by:Timeline
Symbol 392 GraphicUses:372Used by:402
Symbol 393 GraphicUses:372Used by:402
Symbol 394 GraphicUsed by:398 402
Symbol 395 TextUses:40Used by:402
Symbol 396 GraphicUsed by:398
Symbol 397 GraphicUsed by:398
Symbol 398 MovieClipUses:394 396 397Used by:402
Symbol 399 GraphicUsed by:402
Symbol 400 BitmapUsed by:401
Symbol 401 GraphicUses:400Used by:402
Symbol 402 MovieClipUses:392 393 394 395 376 45 61 60 398 399 401Used by:Timeline
Symbol 403 TextUses:40Used by:Timeline
Symbol 404 EditableTextUses:40Used by:Timeline
Symbol 405 EditableTextUses:40Used by:Timeline
Symbol 406 MovieClipUses:162 389Used by:Timeline
Symbol 407 EditableTextUses:40Used by:Timeline
Symbol 408 EditableTextUses:40Used by:Timeline
Symbol 409 MovieClipUses:80Used by:Timeline
Symbol 410 MovieClipUses:83Used by:Timeline
Symbol 411 GraphicUses:93Used by:416
Symbol 412 GraphicUses:98Used by:416
Symbol 413 GraphicUses:98Used by:416
Symbol 414 GraphicUses:98Used by:416
Symbol 415 GraphicUses:93Used by:416
Symbol 416 MovieClipUses:411 91 123 131 412 192 413 414 204 415 89Used by:Timeline
Symbol 417 EditableTextUses:40Used by:Timeline
Symbol 418 EditableTextUses:40Used by:Timeline
Symbol 419 EditableTextUses:40Used by:Timeline
Symbol 420 EditableTextUses:40Used by:Timeline
Symbol 421 BitmapUsed by:422 423
Symbol 422 GraphicUses:421Used by:426
Symbol 423 GraphicUses:421Used by:426
Symbol 424 BitmapUsed by:425
Symbol 425 GraphicUses:424Used by:426
Symbol 426 MovieClipUses:422 423 425 8Used by:Timeline

Instance Names

"son"Frame 2Symbol 63 MovieClip
"butonstart"Frame 2Symbol 66 Button
"cennescounter"Frame 3Symbol 80 MovieClip
"cennelayer"Frame 4Symbol 84 MovieClip
"level"Frame 4Symbol 141 MovieClip
"legars"Frame 4Symbol 39 MovieClip
"enemy1"Frame 4Symbol 149 MovieClip
"enemy2"Frame 4Symbol 149 MovieClip
"enemy3"Frame 4Symbol 149 MovieClip
"enemy4"Frame 4Symbol 149 MovieClip
"tortu1"Frame 4Symbol 17 MovieClip [latortu]
"tortu2"Frame 4Symbol 17 MovieClip [latortu]
"tortu3"Frame 4Symbol 17 MovieClip [latortu]
"tortu4"Frame 4Symbol 17 MovieClip [latortu]
"enemy20"Frame 4Symbol 149 MovieClip
"enemytype21"Frame 4Symbol 149 MovieClip
"fireball"Frame 4Symbol 161 MovieClip
"fleur1"Frame 4Symbol 165 MovieClip
"star1"Frame 4Symbol 175 MovieClip
"son"Frame 4Symbol 63 MovieClip
"son"Frame 6Symbol 63 MovieClip
"level"Frame 8Symbol 206 MovieClip
"legars"Frame 8Symbol 39 MovieClip
"enemy1"Frame 8Symbol 214 MovieClip
"enemy2"Frame 8Symbol 214 MovieClip
"enemy3"Frame 8Symbol 214 MovieClip
"enemy4"Frame 8Symbol 214 MovieClip
"tortu1"Frame 8Symbol 17 MovieClip [latortu]
"tortu2"Frame 8Symbol 17 MovieClip [latortu]
"tortu3"Frame 8Symbol 17 MovieClip [latortu]
"tortu4"Frame 8Symbol 17 MovieClip [latortu]
"Bigberta"Frame 8Symbol 218 MovieClip
"fireball"Frame 8Symbol 161 MovieClip
"son"Frame 8Symbol 63 MovieClip
"star1"Frame 8Symbol 175 MovieClip
"level"Frame 11Symbol 247 MovieClip
"legars"Frame 11Symbol 39 MovieClip
"son"Frame 11Symbol 63 MovieClip
"Bigberta"Frame 11Symbol 218 MovieClip
"hammer1"Frame 11Symbol 254 MovieClip
"fireball"Frame 11Symbol 161 MovieClip
"fleur1"Frame 11Symbol 165 MovieClip
"tortuv1"Frame 11Symbol 260 MovieClip
"tortu1"Frame 11Symbol 17 MovieClip [latortu]
"enemy20"Frame 11Symbol 149 MovieClip
"enemytype21"Frame 11Symbol 149 MovieClip
"tortu2"Frame 11Symbol 17 MovieClip [latortu]
"tortuv2"Frame 11Symbol 260 MovieClip
"hammerbros1"Frame 11Symbol 267 MovieClip
"turtuv3"Frame 11Symbol 260 MovieClip
"tortuv4"Frame 11Symbol 260 MovieClip
"porc1"Frame 11Symbol 275 MovieClip
"cenneslayer04"Frame 14Symbol 309 MovieClip
"son"Frame 14Symbol 63 MovieClip
"level"Frame 14Symbol 342 MovieClip
"legars"Frame 14Symbol 39 MovieClip
"Bowser1"Frame 14Symbol 354 MovieClip
"bowserflame"Frame 14Symbol 359 MovieClip
"level"Frame 17Symbol 361 MovieClip
"legars"Frame 17Symbol 39 MovieClip
"son"Frame 17Symbol 63 MovieClip
"missileboss"Frame 17Symbol 391 MovieClip
"fullboss01"Frame 17Symbol 402 MovieClip
"flashani"Frame 17Symbol 406 MovieClip
"level"Frame 26Symbol 416 MovieClip
"son"Frame 26Symbol 63 MovieClip
"legars"Frame 26Symbol 39 MovieClip
"enemy1"Frame 26Symbol 149 MovieClip
"tortu1"Frame 26Symbol 17 MovieClip [latortu]
"porc1"Frame 26Symbol 275 MovieClip
"enemy2"Frame 26Symbol 149 MovieClip
"tortu2"Frame 26Symbol 17 MovieClip [latortu]
"porctombe"Frame 26Symbol 275 MovieClip
"hammerbros1"Frame 26Symbol 267 MovieClip
"hammer1"Frame 26Symbol 254 MovieClip
"Bigberta"Frame 26Symbol 218 MovieClip
"bonu"Frame 26Symbol 426 MovieClip
"shellbouge"Symbol 17 MovieClip [latortu] Frame 4Symbol 14 MovieClip
"drap"Symbol 113 MovieClip Frame 1Symbol 112 MovieClip
"plante1"Symbol 141 MovieClip Frame 1Symbol 89 MovieClip
"plante2"Symbol 141 MovieClip Frame 1Symbol 89 MovieClip
"plante3"Symbol 141 MovieClip Frame 1Symbol 89 MovieClip
"plante4"Symbol 141 MovieClip Frame 1Symbol 89 MovieClip
"plante5"Symbol 141 MovieClip Frame 1Symbol 89 MovieClip
"mat"Symbol 141 MovieClip Frame 1Symbol 113 MovieClip
"boiteflower"Symbol 141 MovieClip Frame 1Symbol 140 MovieClip
"boitestar"Symbol 141 MovieClip Frame 1Symbol 140 MovieClip
"plante1"Symbol 206 MovieClip Frame 1Symbol 89 MovieClip
"plante2"Symbol 206 MovieClip Frame 1Symbol 89 MovieClip
"plante3"Symbol 206 MovieClip Frame 1Symbol 89 MovieClip
"plante4"Symbol 206 MovieClip Frame 1Symbol 89 MovieClip
"mat"Symbol 206 MovieClip Frame 1Symbol 113 MovieClip
"cannon1"Symbol 206 MovieClip Frame 1Symbol 204 MovieClip
"boitestar"Symbol 206 MovieClip Frame 1Symbol 140 MovieClip
"plante1"Symbol 247 MovieClip Frame 1Symbol 89 MovieClip
"mat"Symbol 247 MovieClip Frame 1Symbol 113 MovieClip
"pla1"Symbol 247 MovieClip Frame 1Symbol 192 MovieClip
"pla2"Symbol 247 MovieClip Frame 1Symbol 192 MovieClip
"pla3"Symbol 247 MovieClip Frame 1Symbol 192 MovieClip
"cannon1"Symbol 247 MovieClip Frame 1Symbol 204 MovieClip
"boiteflower"Symbol 247 MovieClip Frame 1Symbol 140 MovieClip
"cannon2"Symbol 247 MovieClip Frame 1Symbol 204 MovieClip
"shellbouge"Symbol 260 MovieClip Frame 6Symbol 14 MovieClip
"brige"Symbol 342 MovieClip Frame 1Symbol 338 MovieClip
"bosspart"Symbol 391 MovieClip Frame 18Symbol 383 MovieClip
"boshitzone"Symbol 391 MovieClip Frame 18Symbol 385 MovieClip
"plante1"Symbol 416 MovieClip Frame 1Symbol 89 MovieClip

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.
Protect (24)Timeline Frame 131 bytes "..$1$IV$F4sXZmjPMXlICYj3vJsSz.."
ExportAssets (56)Timeline Frame 1Symbol 17 as "latortu"
ExportAssets (56)Timeline Frame 2Symbol 45 as "mariohit"
ExportAssets (56)Timeline Frame 2Symbol 46 as "playermort"
ExportAssets (56)Timeline Frame 2Symbol 48 as "jump"
ExportAssets (56)Timeline Frame 2Symbol 49 as "hittete"
ExportAssets (56)Timeline Frame 2Symbol 62 as "missilepass"

Labels

"preload"Frame 1
"menu"Frame 2
"level1clear"Frame 6
"mortcarapace"Symbol 16 MovieClip Frame 1
"torgauche"Symbol 17 MovieClip [latortu] Frame 1
"tordroite"Symbol 17 MovieClip [latortu] Frame 2
"mort1"Symbol 17 MovieClip [latortu] Frame 3
"mort2"Symbol 17 MovieClip [latortu] Frame 4
"zero"Symbol 17 MovieClip [latortu] Frame 5
"mortcarapace"Symbol 17 MovieClip [latortu] Frame 6
"godroite"Symbol 39 MovieClip Frame 1
"gogauche"Symbol 39 MovieClip Frame 2
"stopdroite"Symbol 39 MovieClip Frame 3
"stopgauche"Symbol 39 MovieClip Frame 4
"sautedroite"Symbol 39 MovieClip Frame 5
"sautegauche"Symbol 39 MovieClip Frame 6
"p1mort"Symbol 39 MovieClip Frame 7
"mort"Symbol 63 MovieClip Frame 2
"maintoune"Symbol 63 MovieClip Frame 4
"jump"Symbol 63 MovieClip Frame 5
"hittete"Symbol 63 MovieClip Frame 6
"tortushellhit"Symbol 63 MovieClip Frame 7
"cannontire"Symbol 63 MovieClip Frame 8
"fireballtire"Symbol 63 MovieClip Frame 9
"grabitem"Symbol 63 MovieClip Frame 10
"invincible"Symbol 63 MovieClip Frame 11
"champs"Symbol 63 MovieClip Frame 12
"maintoune2"Symbol 63 MovieClip Frame 13
"ahow"Symbol 63 MovieClip Frame 14
"mariopipe"Symbol 63 MovieClip Frame 15
"bowsercrache"Symbol 63 MovieClip Frame 16
"bowsertheme"Symbol 63 MovieClip Frame 17
"wee"Symbol 63 MovieClip Frame 18
"fullboss"Symbol 63 MovieClip Frame 19
"misileshot"Symbol 63 MovieClip Frame 20
"cenneoff"Symbol 80 MovieClip Frame 14
"winnar"Symbol 112 MovieClip Frame 2
"briqueblow"Symbol 123 MovieClip Frame 2
"briquefin"Symbol 123 MovieClip Frame 11
"vide"Symbol 131 MovieClip Frame 8
"cennesplus"Symbol 140 MovieClip Frame 2
"vide"Symbol 140 MovieClip Frame 8
"champmort"Symbol 149 MovieClip Frame 12
"zero"Symbol 149 MovieClip Frame 22
"mort2"Symbol 149 MovieClip Frame 23
"stopballe"Symbol 161 MovieClip Frame 2
"balletouchemur"Symbol 161 MovieClip Frame 3
"fleuroff"Symbol 165 MovieClip Frame 1
"fleursort"Symbol 165 MovieClip Frame 2
"staroff"Symbol 175 MovieClip Frame 1
"starsort"Symbol 175 MovieClip Frame 2
"briqueblow"Symbol 198 MovieClip Frame 2
"briquefin"Symbol 198 MovieClip Frame 11
"champmort"Symbol 214 MovieClip Frame 12
"zero"Symbol 214 MovieClip Frame 22
"mort2"Symbol 214 MovieClip Frame 23
"ballemort"Symbol 218 MovieClip Frame 2
"boulemonte"Symbol 234 MovieClip Frame 1
"voleg"Symbol 260 MovieClip Frame 1
"torgauche"Symbol 260 MovieClip Frame 3
"tordroite"Symbol 260 MovieClip Frame 4
"mort1"Symbol 260 MovieClip Frame 5
"mort2"Symbol 260 MovieClip Frame 6
"zero"Symbol 260 MovieClip Frame 7
"mortcarapace"Symbol 260 MovieClip Frame 8
"hitbybox"Symbol 266 MovieClip Frame 1
"hambromort"Symbol 267 MovieClip Frame 12
"zero"Symbol 267 MovieClip Frame 21
"hammerbromort"Symbol 267 MovieClip Frame 22
"porcg"Symbol 275 MovieClip Frame 1
"porcd"Symbol 275 MovieClip Frame 2
"porcmort"Symbol 275 MovieClip Frame 3
"boule"Symbol 275 MovieClip Frame 4
"zero"Symbol 275 MovieClip Frame 5
"boulemonte"Symbol 288 MovieClip Frame 1
"bouletombe"Symbol 288 MovieClip Frame 2
"bossstart"Symbol 338 MovieClip Frame 2
"removebrige"Symbol 338 MovieClip Frame 15
"normal"Symbol 354 MovieClip Frame 1
"crache"Symbol 354 MovieClip Frame 3
"zeotte"Symbol 354 MovieClip Frame 5
"vertgauche"Symbol 383 MovieClip Frame 1
"vertdroite"Symbol 383 MovieClip Frame 17
"reload"Symbol 391 MovieClip Frame 2
"missilestop"Symbol 391 MovieClip Frame 17
"merconmi"Symbol 391 MovieClip Frame 18
"blow"Symbol 391 MovieClip Frame 19
"bossani"Symbol 402 MovieClip Frame 2
"jumpmissile"Symbol 402 MovieClip Frame 25
"reset"Symbol 402 MovieClip Frame 39
"tetefall"Symbol 402 MovieClip Frame 48
"kabow"Symbol 406 MovieClip Frame 2
"bohommed"Symbol 426 MovieClip Frame 1
"bohommeg"Symbol 426 MovieClip Frame 2
"bonomehide"Symbol 426 MovieClip Frame 3
"nuagemort"Symbol 426 MovieClip Frame 4
"zero"Symbol 426 MovieClip Frame 15

Dynamic Text Variables

loadingSymbol 41 EditableText"100%"
livesSymbol 69 EditableText"99"
cennesSymbol 81 EditableText"99"
livesSymbol 219 EditableText"99"
cennesSymbol 221 EditableText"99"
livesSymbol 276 EditableText"99"
cennesSymbol 277 EditableText"99"
livesSymbol 279 EditableText"99"
cennesSymbol 280 EditableText"99"
livesSymbol 404 EditableText"99"
cennesSymbol 405 EditableText"99"
livesSymbol 407 EditableText"99"
cennesSymbol 408 EditableText"99"
posxxSymbol 417 EditableText""
droiteSymbol 418 EditableText""
gaucheSymbol 419 EditableText""
avancereculeSymbol 420 EditableText""




http://swfchan.com/5/24533/info.shtml
Created: 24/5 -2019 20:35:34 Last modified: 24/5 -2019 20:35:34 Server time: 13/05 -2024 19:04:58