Frame 1
ifFrameLoaded (10) {
gotoAndPlay (3);
}
Frame 2
gotoAndPlay (1);
Frame 3
myArray = new Array();
myArray[0] = "red";
myArray[1] = "yellow";
myArray[2] = 1;
if (myArray[2] == 1) {
gotoAndPlay (5);
}
Frame 4
stop();
Frame 108
s = new Sound();
Instance of Symbol 67 MovieClip "LoadingBar" in Frame 108
onClipEvent (load) {
var totalbytes = 1420000;
}
onClipEvent (enterFrame) {
var bytesloaded = _root.getBytesLoaded();
var percentage = (bytesloaded / totalbytes);
if (1 < percentage) {
percentage = 1;
}
_root.LoadingBar.Loaded.Percent.Loaded = int(percentage * 100);
if ((20 < _root.LoadingBar.Loaded.Percent.Loaded) and (Passe20 != true)) {
Passe20 = true;
tellTarget ("_root.LoadingBar") {
gotoAndPlay ("20");
};
}
if ((30 < _root.LoadingBar.Loaded.Percent.Loaded) and (Passe30 != true)) {
Passe30 = true;
tellTarget ("_root.LoadingBar") {
gotoAndPlay ("30");
};
}
if ((40 < _root.LoadingBar.Loaded.Percent.Loaded) and (Passe40 != true)) {
Passe40 = true;
tellTarget ("_root.LoadingBar") {
gotoAndPlay ("40");
};
}
if ((50 < _root.LoadingBar.Loaded.Percent.Loaded) and (Passe50 != true)) {
Passe50 = true;
tellTarget ("_root.LoadingBar") {
gotoAndPlay ("50");
};
}
if ((60 < _root.LoadingBar.Loaded.Percent.Loaded) and (Passe60 != true)) {
Passe60 = true;
tellTarget ("_root.LoadingBar") {
gotoAndPlay ("60");
};
}
if ((70 < _root.LoadingBar.Loaded.Percent.Loaded) and (Passe70 != true)) {
Passe70 = true;
tellTarget ("_root.LoadingBar") {
gotoAndPlay ("70");
};
}
if ((80 < _root.LoadingBar.Loaded.Percent.Loaded) and (Passe80 != true)) {
Passe80 = true;
tellTarget ("_root.LoadingBar") {
gotoAndPlay ("80");
};
}
if ((90 < _root.LoadingBar.Loaded.Percent.Loaded) and (Passe90 != true)) {
Passe90 = true;
tellTarget ("_root.LoadingBar") {
gotoAndPlay ("90");
};
}
if ((99 < _root.LoadingBar.Loaded.Percent.Loaded) and (Passe100 != true)) {
Passe100 = true;
tellTarget ("_root.LoadingBar") {
gotoAndPlay ("100");
};
}
ifFrameLoaded (537) {
if (/:Instru != true) {
tellTarget ("_root.InstructionButton") {
gotoAndStop (2);
};
}
}
}
Frame 517
s.setVolume(90);
Frame 519
s.setVolume(70);
Frame 521
s.setVolume(50);
Frame 523
s.setVolume(40);
Frame 525
s.setVolume(30);
Frame 527
s.setVolume(20);
Frame 529
s.setVolume(10);
Frame 531
s.setVolume(0);
Frame 533
stopAllSounds();
Frame 534
s.setVolume(100);
Frame 537
Set("/:Instru", true);
stopAllSounds();
nextFrame();
Frame 538
stop();
Frame 539
stop();
Frame 540
stop();
Frame 541
stop();
Frame 542
stop();
Frame 543
stop();
Frame 544
stop();
Frame 556
stopAllSounds();
Frame 557
gotoAndPlay (902);
Frame 655
loadVariablesNum ("/web/steppenwolf/tracking.jsp?episode=2&stage=2", 0);
Frame 677
s = new Sound();
Frame 682
Set("/Variables:Delta", _root.Meg._yscale / 6);
Set("/Variables:Decale", 0.8);
tellTarget ("Meg") {
gotoAndStop ("UpLeft");
};
Set("/Variables:Stoppe", false);
if (/Variables:From == "fenetre") {
setProperty("/Meg", _x , 402);
setProperty("/Meg", _y , 275);
setProperty("/Meg", _xscale , 45);
setProperty("/Meg", _yscale , 45);
}
Set("/Variables:EtatVide", "Hutte1Stoppe");
Set("/Variables:EtatActif", "Hutte");
Frame 683
if (/Variables:Stoppe != true) {
if (((CacheFenetre.hitTest(Meg._x, Meg._y, true) == true) and Key.isDown(Key.SPACE)) and (/Variables:GardePlante != true)) {
gotoAndStop (692);
Set("/Variables:From", "Fenetre");
}
if (CachePorte.hitTest(Meg._x, Meg._y, true) == true) {
Set("/Variables:From", "Porte");
gotoAndPlay (692);
}
if (((((!Key.isDown(Key.Down)) and (!Key.isDown(Key.Right))) and (!Key.isDown(Key.Left))) and (!Key.isDown(Key.Up))) and (Idle == false)) {
Idle = true;
tellTarget ("Meg/Obj") {
gotoAndPlay ("Idle");
};
}
if (Key.isDown(Key.SHIFT)) {
Set("/Variables:Run", true);
} else {
Set("/Variables:Run", false);
}
if ((Key.isDown(Key.RIGHT) and (!Key.isDown(Key.UP))) and (!Key.isDown(Key.DOWN))) {
if (Key.isDown(Key.CONTROL)) {
if (/Variables:Dir == "Right") {
Set("/Variables:Dir", "Right");
Set("/Variables:Stoppe", true);
tellTarget ("Meg/Obj") {
gotoAndPlay ("Saute");
};
} else {
Set("/Variables:Dir", "Right");
tellTarget ("Meg") {
gotoAndStop ("Right");
};
}
} else {
Set("/Variables:Dir", "Right");
if (Idle == true) {
tellTarget ("Meg/Obj") {
gotoAndStop (1);
};
Idle = false;
}
tellTarget ("Meg") {
gotoAndStop ("Right");
};
tellTarget ("Meg/Obj") {
nextFrame();
};
if (Collider.hitTest(Meg._x + (Variables:Delta * 2), Meg._y, true) == false) {
if (/Variables:Run == true) {
setProperty("Meg", _x , Meg._x + Variables:Delta);
setProperty("Meg", _x , Meg._x + Variables:Delta);
}
setProperty("Meg", _x , Meg._x + Variables:Delta);
}
}
}
if ((Key.isDown(Key.LEFT) and (!Key.isDown(Key.UP))) and (!Key.isDown(Key.DOWN))) {
if (Key.isDown(Key.CONTROL)) {
if (/Variables:Dir == "Left") {
Set("/Variables:Dir", "Left");
Set("/Variables:Stoppe", true);
tellTarget ("Meg/Obj") {
gotoAndPlay ("Saute");
};
} else {
Set("/Variables:Dir", "Left");
tellTarget ("Meg") {
gotoAndStop ("Left");
};
}
} else {
Set("/Variables:Dir", "Left");
if (Idle == true) {
tellTarget ("Meg/Obj") {
gotoAndStop (1);
};
Idle = false;
}
tellTarget ("Meg") {
gotoAndStop ("Left");
};
tellTarget ("Meg/Obj") {
nextFrame();
};
if (Collider.hitTest(Meg._x - (Variables:Delta * 2), Meg._y, true) == false) {
if (/Variables:Run == true) {
setProperty("Meg", _x , Meg._x - Variables:Delta);
setProperty("Meg", _x , Meg._x - Variables:Delta);
}
setProperty("Meg", _x , Meg._x - /Variables:Delta);
}
}
}
if ((Key.isDown(Key.UP) and (!Key.isDown(Key.Right))) and (!Key.isDown(Key.Left))) {
Set("/Variables:Dir", "Right");
if (Key.isDown(Key.CONTROL)) {
Set("/Variables:Stoppe", true);
tellTarget ("Meg/Obj") {
gotoAndPlay ("Saute");
};
} else {
if (Idle == true) {
tellTarget ("Meg/Obj") {
gotoAndStop (1);
};
Idle = false;
}
tellTarget ("Meg") {
gotoAndStop ("Up");
};
tellTarget ("Meg/Obj") {
nextFrame();
};
if (Collider.hitTest(Meg._x, Meg._y - (Variables:Delta * 2), true) == false) {
if (/Variables:Run == true) {
setProperty("Meg", _y , (Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("Meg", _xscale , (Meg._xscale - /Variables:Decale) - 0.1);
setProperty("Meg", _yscale , (Meg._yscale - /Variables:Decale) - 0.1);
setProperty("Meg", _y , (Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("Meg", _xscale , Meg._xscale - /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale - /Variables:Decale);
}
Set("/Variables:Delta", Meg._yscale / 6);
setProperty("Meg", _y , (Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("Meg", _xscale , Meg._xscale - /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale - /Variables:Decale);
}
}
}
if ((Key.isDown(Key.DOWN) and (!Key.isDown(Key.Right))) and (!Key.isDown(Key.Left))) {
Set("/Variables:Dir", "Down");
if (Key.isDown(Key.CONTROL)) {
tellTarget ("Meg/Obj") {
gotoAndPlay ("Saute");
};
Set("/Variables:Stoppe", true);
} else {
if (Idle == true) {
tellTarget ("Meg/Obj") {
gotoAndStop (1);
};
Idle = false;
}
tellTarget ("Meg") {
gotoAndStop ("DOWN");
};
tellTarget ("Meg/Obj") {
nextFrame();
};
if (Collider.hitTest(Meg._x, Meg._y + (Variables:Delta * 2), true) == false) {
if (/Variables:Run == true) {
setProperty("Meg", _y , (Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("Meg", _xscale , Meg._xscale + /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale + /Variables:Decale);
setProperty("Meg", _y , (Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("Meg", _xscale , Meg._xscale + /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale + /Variables:Decale);
}
Set("/Variables:Delta", Meg._yscale / 6);
setProperty("Meg", _y , (Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("Meg", _xscale , Meg._xscale + /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale + /Variables:Decale);
}
}
}
if (((Key.isDown(Key.UP) and Key.isDown(Key.Right)) and (!Key.isDown(Key.Left))) and (!Key.isDown(Key.Down))) {
Set("/Variables:Dir", "Right");
if (Key.isDown(Key.CONTROL)) {
Set("/Variables:Stoppe", true);
tellTarget ("Meg/Obj") {
gotoAndPlay ("Saute");
};
} else {
if (Idle == true) {
tellTarget ("Meg/Obj") {
gotoAndStop (1);
};
Idle = false;
}
tellTarget ("Meg") {
gotoAndStop ("UpRight");
};
tellTarget ("Meg/Obj") {
nextFrame();
};
if (Collider.hitTest(Meg._x + (Variables:Delta * 2), Meg._y - (Variables:Delta * 8), true) == false) {
if (/Variables:Run == true) {
setProperty("Meg", _y , (Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("Meg", _x , Meg._x + Variables:Delta);
setProperty("Meg", _xscale , Meg._xscale - /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale - /Variables:Decale);
setProperty("Meg", _y , (Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("Meg", _x , Meg._x + Variables:Delta);
setProperty("Meg", _xscale , Meg._xscale - /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale - /Variables:Decale);
}
Set("/Variables:Delta", Meg._yscale / 6);
setProperty("Meg", _y , (Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("Meg", _x , Meg._x + Variables:Delta);
setProperty("Meg", _xscale , Meg._xscale - /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale - /Variables:Decale);
}
}
}
if (((Key.isDown(Key.UP) and (!Key.isDown(Key.Right))) and Key.isDown(Key.Left)) and (!Key.isDown(Key.Down))) {
Set("/Variables:Dir", "Left");
if (Key.isDown(Key.CONTROL)) {
Set("/Variables:Stoppe", true);
tellTarget ("Meg/Obj") {
gotoAndPlay ("Saute");
};
} else {
if (Idle == true) {
tellTarget ("Meg/Obj") {
gotoAndStop (1);
};
Idle = false;
}
tellTarget ("Meg") {
gotoAndStop ("UpLeft");
};
tellTarget ("Meg/Obj") {
nextFrame();
};
if (Collider.hitTest(Meg._x - (Variables:Delta * 2), Meg._y - (Variables:Delta * 8), true) == false) {
if (/Variables:Run == true) {
setProperty("Meg", _y , (Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("Meg", _x , Meg._x - Variables:Delta);
setProperty("Meg", _xscale , Meg._xscale - /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale - /Variables:Decale);
setProperty("Meg", _y , (Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("Meg", _x , Meg._x - Variables:Delta);
setProperty("Meg", _xscale , Meg._xscale - /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale - /Variables:Decale);
}
Set("/Variables:Delta", Meg._yscale / 6);
setProperty("Meg", _y , (Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("Meg", _x , Meg._x - Variables:Delta);
setProperty("Meg", _xscale , Meg._xscale - /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale - /Variables:Decale);
}
}
}
if (((Key.isDown(Key.Down) and (!Key.isDown(Key.Right))) and Key.isDown(Key.Left)) and (!Key.isDown(Key.Up))) {
Set("/Variables:Dir", "Left");
if (Key.isDown(Key.CONTROL)) {
Set("/Variables:Stoppe", true);
tellTarget ("Meg/Obj") {
gotoAndPlay ("Saute");
};
} else {
if (Idle == true) {
tellTarget ("Meg/Obj") {
gotoAndStop (1);
};
Idle = false;
}
tellTarget ("Meg") {
gotoAndStop ("DownLeft");
};
tellTarget ("Meg/Obj") {
nextFrame();
};
if (Collider.hitTest(Meg._x - (Variables:Delta * 2), Meg._y + (Variables:Delta * 8), true) == false) {
if (/Variables:Run == true) {
setProperty("Meg", _y , (Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("Meg", _x , Meg._x - Variables:Delta);
setProperty("Meg", _xscale , Meg._xscale + /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale + /Variables:Decale);
setProperty("Meg", _y , (Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("Meg", _x , Meg._x - Variables:Delta);
setProperty("Meg", _xscale , Meg._xscale + /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale + /Variables:Decale);
}
Set("/Variables:Delta", Meg._yscale / 6);
setProperty("Meg", _y , (Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("Meg", _x , Meg._x - Variables:Delta);
setProperty("Meg", _xscale , Meg._xscale + /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale + /Variables:Decale);
}
}
}
if (((Key.isDown(Key.Down) and Key.isDown(Key.Right)) and (!Key.isDown(Key.Left))) and (!Key.isDown(Key.Up))) {
Set("/Variables:Dir", "Right");
if (Key.isDown(Key.CONTROL)) {
Set("/Variables:Stoppe", true);
tellTarget ("Meg/Obj") {
gotoAndPlay ("Saute");
};
} else {
if (Idle == true) {
tellTarget ("Meg/Obj") {
gotoAndStop (1);
};
Idle = false;
}
tellTarget ("Meg") {
gotoAndStop ("DownRight");
};
tellTarget ("Meg/Obj") {
nextFrame();
};
if (Collider.hitTest(Meg._x + (Variables:Delta * 2), Meg._y + (Variables:Delta * 8), true) == false) {
if (/Variables:Run == true) {
setProperty("Meg", _y , (Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("Meg", _x , Meg._x + Variables:Delta);
setProperty("Meg", _xscale , Meg._xscale + /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale + /Variables:Decale);
setProperty("Meg", _y , (Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("Meg", _x , Meg._x + Variables:Delta);
setProperty("Meg", _xscale , Meg._xscale + /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale + /Variables:Decale);
}
Set("/Variables:Delta", Meg._yscale / 6);
setProperty("Meg", _y , (Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("Meg", _x , Meg._x + Variables:Delta);
setProperty("Meg", _xscale , Meg._xscale + /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale + /Variables:Decale);
}
}
}
if ((((Key.isDown(Key.CONTROL) and (!Key.isDown(Key.Down))) and (!Key.isDown(Key.Right))) and (!Key.isDown(Key.Left))) and (!Key.isDown(Key.Up))) {
Set("/Variables:Stoppe", true);
tellTarget ("Meg/Obj") {
gotoAndPlay ("Saute");
};
}
if (Trou.hitTest(Meg._x, Meg._y, true) == true) {
Set("/Variables:DeltaTombe", /Trou:Niveau);
tellTarget ("Meg") {
gotoAndStop ("Tombe");
};
Set("/Variables:Stoppe", true);
}
}
Frame 684
gotoAndPlay (683);
Frame 692
if (/Variables:From == "Fenetre") {
Set("/Variables:EtatVide", "Decors1Init");
Set("/Variables:EtatActif", "InitDecors1Init");
stop();
} else if (/Variables:GardePlante == true) {
tellTarget ("_root.GardeClip") {
gotoAndStop ("Plante");
};
} else {
tellTarget ("_root.GardeClip") {
gotoAndStop ("PasPlante");
};
}
Set("/Variables:RefreshX", 372.7);
Set("/Variables:RefreshY", 239.3);
Set("/Variables:RefreshYBas", 379.8);
Set("/Variables:Stoppe", false);
Set("/Variables:EchelleMax", 4);
Set("/Variables:PositionEchelle", 4);
Set("/Variables:PosEchelleHautX", 158);
Set("/Variables:PosEchelleHautY", 207.3);
Set("/Variables:PosEchelleBasX", 140.7);
Set("/Variables:PosEchelleBasY", 308.1);
Set("/Variables:ColliderBas", 2);
Set("/Variables:ColliderHaut", 1);
Frame 693
if (/Variables:From == "Prisonnier") {
setProperty("_root.Meg", _x , 574.6);
setProperty("_root.Meg", _y , 368.3);
tellTarget ("Collider") {
gotoAndStop (3);
};
}
if (/Variables:From == "Decors2") {
setProperty("_root.Meg", _x , 423);
setProperty("_root.Meg", _y , 379);
tellTarget ("Collider") {
gotoAndStop (3);
};
}
if (/Variables:From == "Hutte3") {
setProperty("_root.Meg", _x , 531);
setProperty("_root.Meg", _y , 315);
tellTarget ("Collider") {
gotoAndStop (3);
};
}
if (/Variables:From == "Hutte4") {
setProperty("_root.Meg", _xscale , 10.1);
setProperty("_root.Meg", _yscale , 10.1);
setProperty("_root.Meg", _x , 251);
setProperty("_root.Meg", _y , 145);
tellTarget ("Collider") {
gotoAndStop (4);
};
}
if (/Variables:PasserelleBaissee == true) {
setProperty("_root.CordeAVPlan", _visible , false);
}
Set("/Variables:Delta", _root.Meg._yscale / 6);
Set("/Variables:Decale", 0.05);
Set("/Variables:EtatVide", "Decors1Stoppe");
Set("/Variables:EtatActif", "Decors1");
Frame 694
if (/Variables:Stoppe != true) {
if (ArbreClip._y < Meg._y) {
setProperty("ArbreClip", _visible , false);
} else {
setProperty("ArbreClip", _visible , true);
}
if (AvPlan._y < Meg._y) {
setProperty("AvPlan", _visible , false);
} else {
setProperty("AvPlan", _visible , true);
}
if (CacheHutte1.hitTest(_root.Meg._x, _root.Meg._y, true)) {
Set("/Variables:From", "Jungle1");
gotoAndPlay (682);
}
if (CacheHutte2.hitTest(_root.Meg._x, _root.Meg._y, true)) {
gotoAndPlay (760);
}
if (CacheHutte3.hitTest(_root.Meg._x, _root.Meg._y, true)) {
gotoAndPlay (749);
}
if (((CacheCorde.hitTest(_root.Meg._x, _root.Meg._y, true) and Key.isDown(key.SPACE)) and (/Variables:PasserelleBaissee != true)) and (/Variables:ObjetSelect == 1)) {
tellTarget ("_root.Animatiques") {
gotoAndStop ("CoupeCorde");
};
}
if ((CachePrisonnier.hitTest(_root.Meg._x, _root.Meg._y, true) and Key.isDown(key.SPACE)) and (/Variables:MachettePris != true)) {
tellTarget ("_root.Animatiques") {
gotoAndStop ("PrendMachette");
};
}
if (((CachePrisonnier.hitTest(_root.Meg._x, _root.Meg._y, true) and Key.isDown(key.SPACE)) and (/Variables:MachettePris == true)) and (/Variables:SacsPris != true)) {
tellTarget ("_root.Animatiques") {
gotoAndStop ("PrendSacs");
};
}
if (CacheLiane.hitTest(_root.Meg._x, _root.Meg._y, true) and Key.isDown(key.SPACE)) {
Set("/Variables:Stoppe", true);
setProperty("_root.Meg", _visible , false);
tellTarget ("_root.Liane") {
gotoAndStop (2);
};
}
if (CacheLianeDescent.hitTest(_root.Meg._x, _root.Meg._y, true) and Key.isDown(key.SPACE)) {
Set("/Variables:Stoppe", true);
setProperty("_root.Meg", _visible , false);
tellTarget ("_root.Liane") {
gotoAndStop (12);
};
}
if (CacheEchelle1.hitTest(_root.Meg._x, _root.Meg._y, true) and Key.isDown(key.SPACE)) {
if (/Variables:GardePlante != true) {
tellTarget ("_root.GardeClip.Garde") {
play();
};
} else {
Set("/Variables:Stoppe", true);
tellTarget ("Echelle1") {
play();
};
setProperty("_root.Meg", _visible , false);
}
}
if (CacheVersPrisonnier.hitTest(_root.Meg._x, _root.Meg._y, true)) {
Set("/Variables:From", "Decors1");
gotoAndPlay (702);
}
if (CacheVersDecors2.hitTest(_root.Meg._x, _root.Meg._y, true)) {
Set("/Variables:From", "Decors1");
gotoAndPlay (727);
}
if (((((!Key.isDown(Key.Down)) and (!Key.isDown(Key.Right))) and (!Key.isDown(Key.Left))) and (!Key.isDown(Key.Up))) and (Idle == false)) {
Idle = true;
tellTarget ("Meg/Obj") {
gotoAndPlay ("Idle");
};
}
if (Key.isDown(Key.SHIFT)) {
Set("/Variables:Run", true);
} else {
Set("/Variables:Run", false);
}
if ((Key.isDown(Key.RIGHT) and (!Key.isDown(Key.UP))) and (!Key.isDown(Key.DOWN))) {
if (Key.isDown(Key.CONTROL)) {
if (/Variables:Dir == "Right") {
Set("/Variables:Dir", "Right");
Set("/Variables:Stoppe", true);
tellTarget ("Meg/Obj") {
gotoAndPlay ("Saute");
};
} else {
Set("/Variables:Dir", "Right");
tellTarget ("Meg") {
gotoAndStop ("Right");
};
}
} else {
Set("/Variables:Dir", "Right");
if (Idle == true) {
tellTarget ("Meg/Obj") {
gotoAndStop (1);
};
Idle = false;
}
tellTarget ("Meg") {
gotoAndStop ("Right");
};
tellTarget ("Meg/Obj") {
nextFrame();
};
if (Collider.hitTest(Meg._x + (Variables:Delta * 2), Meg._y, true) == false) {
if (/Variables:Run == true) {
setProperty("Meg", _x , Meg._x + Variables:Delta);
setProperty("Meg", _x , Meg._x + Variables:Delta);
}
setProperty("Meg", _x , Meg._x + Variables:Delta);
}
}
}
if ((Key.isDown(Key.LEFT) and (!Key.isDown(Key.UP))) and (!Key.isDown(Key.DOWN))) {
if (Key.isDown(Key.CONTROL)) {
if (/Variables:Dir == "Left") {
Set("/Variables:Dir", "Left");
Set("/Variables:Stoppe", true);
tellTarget ("Meg/Obj") {
gotoAndPlay ("Saute");
};
} else {
Set("/Variables:Dir", "Left");
tellTarget ("Meg") {
gotoAndStop ("Left");
};
}
} else {
Set("/Variables:Dir", "Left");
if (Idle == true) {
tellTarget ("Meg/Obj") {
gotoAndStop (1);
};
Idle = false;
}
tellTarget ("Meg") {
gotoAndStop ("Left");
};
tellTarget ("Meg/Obj") {
nextFrame();
};
if (Collider.hitTest(Meg._x - (Variables:Delta * 2), Meg._y, true) == false) {
if (/Variables:Run == true) {
setProperty("Meg", _x , Meg._x - Variables:Delta);
setProperty("Meg", _x , Meg._x - Variables:Delta);
}
setProperty("Meg", _x , Meg._x - /Variables:Delta);
}
}
}
if ((Key.isDown(Key.UP) and (!Key.isDown(Key.Right))) and (!Key.isDown(Key.Left))) {
Set("/Variables:Dir", "Right");
if (Key.isDown(Key.CONTROL)) {
Set("/Variables:Stoppe", true);
tellTarget ("Meg/Obj") {
gotoAndPlay ("Saute");
};
} else {
if (Idle == true) {
tellTarget ("Meg/Obj") {
gotoAndStop (1);
};
Idle = false;
}
tellTarget ("Meg") {
gotoAndStop ("Up");
};
tellTarget ("Meg/Obj") {
nextFrame();
};
if (Collider.hitTest(Meg._x, Meg._y - (Variables:Delta * 2), true) == false) {
if (/Variables:Run == true) {
setProperty("Meg", _y , (Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("Meg", _xscale , Meg._xscale - /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale - /Variables:Decale);
setProperty("Meg", _y , (Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("Meg", _xscale , Meg._xscale - /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale - /Variables:Decale);
}
Set("/Variables:Delta", Meg._yscale / 6);
setProperty("Meg", _y , (Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("Meg", _xscale , Meg._xscale - /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale - /Variables:Decale);
}
}
}
if ((Key.isDown(Key.DOWN) and (!Key.isDown(Key.Right))) and (!Key.isDown(Key.Left))) {
Set("/Variables:Dir", "Down");
if (Key.isDown(Key.CONTROL)) {
tellTarget ("Meg/Obj") {
gotoAndPlay ("Saute");
};
Set("/Variables:Stoppe", true);
} else {
if (Idle == true) {
tellTarget ("Meg/Obj") {
gotoAndStop (1);
};
Idle = false;
}
tellTarget ("Meg") {
gotoAndStop ("DOWN");
};
tellTarget ("Meg/Obj") {
nextFrame();
};
if (Collider.hitTest(Meg._x, Meg._y + (Variables:Delta * 2), true) == false) {
if (/Variables:Run == true) {
setProperty("Meg", _y , (Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("Meg", _xscale , Meg._xscale + /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale + /Variables:Decale);
setProperty("Meg", _y , (Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("Meg", _xscale , Meg._xscale + /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale + /Variables:Decale);
}
Set("/Variables:Delta", Meg._yscale / 6);
setProperty("Meg", _y , (Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("Meg", _xscale , Meg._xscale + /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale + /Variables:Decale);
}
}
}
if (((Key.isDown(Key.UP) and Key.isDown(Key.Right)) and (!Key.isDown(Key.Left))) and (!Key.isDown(Key.Down))) {
Set("/Variables:Dir", "Right");
if (Key.isDown(Key.CONTROL)) {
Set("/Variables:Stoppe", true);
tellTarget ("Meg/Obj") {
gotoAndPlay ("Saute");
};
} else {
if (Idle == true) {
tellTarget ("Meg/Obj") {
gotoAndStop (1);
};
Idle = false;
}
tellTarget ("Meg") {
gotoAndStop ("UpRight");
};
tellTarget ("Meg/Obj") {
nextFrame();
};
if (Collider.hitTest(Meg._x + (Variables:Delta * 2), Meg._y - (Variables:Delta * 8), true) == false) {
if (/Variables:Run == true) {
setProperty("Meg", _y , (Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("Meg", _x , Meg._x + Variables:Delta);
setProperty("Meg", _xscale , Meg._xscale - /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale - /Variables:Decale);
setProperty("Meg", _y , (Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("Meg", _x , Meg._x + Variables:Delta);
setProperty("Meg", _xscale , Meg._xscale - /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale - /Variables:Decale);
}
Set("/Variables:Delta", Meg._yscale / 6);
setProperty("Meg", _y , (Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("Meg", _x , Meg._x + Variables:Delta);
setProperty("Meg", _xscale , Meg._xscale - /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale - /Variables:Decale);
}
}
}
if (((Key.isDown(Key.UP) and (!Key.isDown(Key.Right))) and Key.isDown(Key.Left)) and (!Key.isDown(Key.Down))) {
Set("/Variables:Dir", "Left");
if (Key.isDown(Key.CONTROL)) {
Set("/Variables:Stoppe", true);
tellTarget ("Meg/Obj") {
gotoAndPlay ("Saute");
};
} else {
if (Idle == true) {
tellTarget ("Meg/Obj") {
gotoAndStop (1);
};
Idle = false;
}
tellTarget ("Meg") {
gotoAndStop ("UpLeft");
};
tellTarget ("Meg/Obj") {
nextFrame();
};
if (Collider.hitTest(Meg._x - (Variables:Delta * 2), Meg._y - (Variables:Delta * 8), true) == false) {
if (/Variables:Run == true) {
setProperty("Meg", _y , (Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("Meg", _x , Meg._x - Variables:Delta);
setProperty("Meg", _xscale , Meg._xscale - /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale - /Variables:Decale);
setProperty("Meg", _y , (Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("Meg", _x , Meg._x - Variables:Delta);
setProperty("Meg", _xscale , Meg._xscale - /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale - /Variables:Decale);
}
Set("/Variables:Delta", Meg._yscale / 6);
setProperty("Meg", _y , (Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("Meg", _x , Meg._x - Variables:Delta);
setProperty("Meg", _xscale , Meg._xscale - /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale - /Variables:Decale);
}
}
}
if (((Key.isDown(Key.Down) and (!Key.isDown(Key.Right))) and Key.isDown(Key.Left)) and (!Key.isDown(Key.Up))) {
Set("/Variables:Dir", "Left");
if (Key.isDown(Key.CONTROL)) {
Set("/Variables:Stoppe", true);
tellTarget ("Meg/Obj") {
gotoAndPlay ("Saute");
};
} else {
if (Idle == true) {
tellTarget ("Meg/Obj") {
gotoAndStop (1);
};
Idle = false;
}
tellTarget ("Meg") {
gotoAndStop ("DownLeft");
};
tellTarget ("Meg/Obj") {
nextFrame();
};
if (Collider.hitTest(Meg._x - (Variables:Delta * 2), Meg._y + (Variables:Delta * 8), true) == false) {
if (/Variables:Run == true) {
setProperty("Meg", _y , (Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("Meg", _x , Meg._x - Variables:Delta);
setProperty("Meg", _xscale , Meg._xscale + /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale + /Variables:Decale);
setProperty("Meg", _y , (Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("Meg", _x , Meg._x - Variables:Delta);
setProperty("Meg", _xscale , Meg._xscale + /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale + /Variables:Decale);
}
Set("/Variables:Delta", Meg._yscale / 6);
setProperty("Meg", _y , (Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("Meg", _x , Meg._x - Variables:Delta);
setProperty("Meg", _xscale , Meg._xscale + /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale + /Variables:Decale);
}
}
}
if (((Key.isDown(Key.Down) and Key.isDown(Key.Right)) and (!Key.isDown(Key.Left))) and (!Key.isDown(Key.Up))) {
Set("/Variables:Dir", "Right");
if (Key.isDown(Key.CONTROL)) {
Set("/Variables:Stoppe", true);
tellTarget ("Meg/Obj") {
gotoAndPlay ("Saute");
};
} else {
if (Idle == true) {
tellTarget ("Meg/Obj") {
gotoAndStop (1);
};
Idle = false;
}
tellTarget ("Meg") {
gotoAndStop ("DownRight");
};
tellTarget ("Meg/Obj") {
nextFrame();
};
if (Collider.hitTest(Meg._x + (Variables:Delta * 2), Meg._y + (Variables:Delta * 8), true) == false) {
if (/Variables:Run == true) {
setProperty("Meg", _y , (Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("Meg", _x , Meg._x + Variables:Delta);
setProperty("Meg", _xscale , Meg._xscale + /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale + /Variables:Decale);
setProperty("Meg", _y , (Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("Meg", _x , Meg._x + Variables:Delta);
setProperty("Meg", _xscale , Meg._xscale + /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale + /Variables:Decale);
}
Set("/Variables:Delta", Meg._yscale / 6);
setProperty("Meg", _y , (Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("Meg", _x , Meg._x + Variables:Delta);
setProperty("Meg", _xscale , Meg._xscale + /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale + /Variables:Decale);
}
}
}
if ((((Key.isDown(Key.CONTROL) and (!Key.isDown(Key.Down))) and (!Key.isDown(Key.Right))) and (!Key.isDown(Key.Left))) and (!Key.isDown(Key.Up))) {
Set("/Variables:Stoppe", true);
tellTarget ("Meg/Obj") {
gotoAndPlay ("Saute");
};
}
if (Trou.hitTest(Meg._x, Meg._y, true) == true) {
Set("/Variables:DeltaTombe", /Trou:Niveau);
tellTarget ("Meg") {
gotoAndStop ("Tombe");
};
Set("/Variables:Stoppe", true);
}
}
Frame 695
gotoAndPlay (694);
Frame 702
Set("/Variables:Stoppe", false);
Frame 703
Set("/Variables:Delta", _root.Meg._yscale / 6);
Set("/Variables:Decale", 0.05);
if (/Variables:From == "Statue") {
setProperty("_root.Meg", _x , 530);
setProperty("_root.Meg", _y , 285);
}
Set("/Variables:EtatVide", "PrisonnierStoppe");
Set("/Variables:EtatActif", "Prisonnier");
Frame 704
if (/Variables:Stoppe != true) {
if (Serpents.hitTest(_root.Meg._x, _root.Meg._y, true)) {
if (/Variables:MegCris != true) {
tellTarget ("_root.Animatiques") {
gotoAndPlay ("MegCris");
};
}
Set("/Variables:Vie", /Variables:Vie - 5);
if (/Variables:Vie < 0) {
tellTarget ("_root") {
gotoAndPlay ("MegMeurt");
};
Set("/Variables:Vie", 0);
}
setProperty("/Inventaire/BarreVie2/BarreVie3/Gage2", _width , /Variables:GageLargeur * (/Variables:Vie / 100));
}
if (((CachePrisonnier.hitTest(_root.Meg._x, _root.Meg._y, true) and key.isDown(key.SPACE)) and (/Variables:PrisonnierParle != true)) and (/Variables:PrisonnierLibere != true)) {
tellTarget ("_root.Animatiques") {
gotoAndStop ("ParlePrisonnier");
};
Set("/Variables:PrisonnierParle", true);
}
if (CacheVersStatue.hitTest(_root.Meg._x, _root.Meg._y, true)) {
Set("/Variables:From", "Passerelle");
tellTarget ("_root") {
gotoAndPlay ("StatueInit");
};
}
if (CacheVersDecors1.hitTest(_root.Meg._x, _root.Meg._y, true)) {
Set("/Variables:From", "Prisonnier");
tellTarget ("_root") {
gotoAndPlay ("Decors1Init");
};
}
if (((((!Key.isDown(Key.Down)) and (!Key.isDown(Key.Right))) and (!Key.isDown(Key.Left))) and (!Key.isDown(Key.Up))) and (Idle == false)) {
Idle = true;
tellTarget ("Meg/Obj") {
gotoAndPlay ("Idle");
};
}
if (Key.isDown(Key.SHIFT)) {
Set("/Variables:Run", true);
} else {
Set("/Variables:Run", false);
}
if ((Key.isDown(Key.RIGHT) and (!Key.isDown(Key.UP))) and (!Key.isDown(Key.DOWN))) {
if (Key.isDown(Key.CONTROL)) {
if (/Variables:Dir == "Right") {
Set("/Variables:Dir", "Right");
Set("/Variables:Stoppe", true);
tellTarget ("Meg/Obj") {
gotoAndPlay ("Saute");
};
} else {
Set("/Variables:Dir", "Right");
tellTarget ("Meg") {
gotoAndStop ("Right");
};
}
} else {
Set("/Variables:Dir", "Right");
if (Idle == true) {
tellTarget ("Meg/Obj") {
gotoAndStop (1);
};
Idle = false;
}
tellTarget ("Meg") {
gotoAndStop ("Right");
};
tellTarget ("Meg/Obj") {
nextFrame();
};
if (Collider.hitTest(Meg._x + (Variables:Delta * 2), Meg._y, true) == false) {
if (/Variables:Run == true) {
setProperty("Meg", _x , Meg._x + Variables:Delta);
setProperty("Meg", _x , Meg._x + Variables:Delta);
}
setProperty("Meg", _x , Meg._x + Variables:Delta);
}
}
}
if ((Key.isDown(Key.LEFT) and (!Key.isDown(Key.UP))) and (!Key.isDown(Key.DOWN))) {
if (Key.isDown(Key.CONTROL)) {
if (/Variables:Dir == "Left") {
Set("/Variables:Dir", "Left");
Set("/Variables:Stoppe", true);
tellTarget ("Meg/Obj") {
gotoAndPlay ("Saute");
};
} else {
Set("/Variables:Dir", "Left");
tellTarget ("Meg") {
gotoAndStop ("Left");
};
}
} else {
Set("/Variables:Dir", "Left");
if (Idle == true) {
tellTarget ("Meg/Obj") {
gotoAndStop (1);
};
Idle = false;
}
tellTarget ("Meg") {
gotoAndStop ("Left");
};
tellTarget ("Meg/Obj") {
nextFrame();
};
if (Collider.hitTest(Meg._x - (Variables:Delta * 2), Meg._y, true) == false) {
if (/Variables:Run == true) {
setProperty("Meg", _x , Meg._x - Variables:Delta);
setProperty("Meg", _x , Meg._x - Variables:Delta);
}
setProperty("Meg", _x , Meg._x - /Variables:Delta);
}
}
}
if ((Key.isDown(Key.UP) and (!Key.isDown(Key.Right))) and (!Key.isDown(Key.Left))) {
Set("/Variables:Dir", "Right");
if (Key.isDown(Key.CONTROL)) {
Set("/Variables:Stoppe", true);
tellTarget ("Meg/Obj") {
gotoAndPlay ("Saute");
};
} else {
if (Idle == true) {
tellTarget ("Meg/Obj") {
gotoAndStop (1);
};
Idle = false;
}
tellTarget ("Meg") {
gotoAndStop ("Up");
};
tellTarget ("Meg/Obj") {
nextFrame();
};
if (Collider.hitTest(Meg._x, Meg._y - (Variables:Delta * 2), true) == false) {
if (/Variables:Run == true) {
setProperty("Meg", _y , (Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("Meg", _xscale , Meg._xscale - /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale - /Variables:Decale);
setProperty("Meg", _y , (Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("Meg", _xscale , Meg._xscale - /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale - /Variables:Decale);
}
Set("/Variables:Delta", Meg._yscale / 6);
setProperty("Meg", _y , (Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("Meg", _xscale , Meg._xscale - /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale - /Variables:Decale);
}
}
}
if ((Key.isDown(Key.DOWN) and (!Key.isDown(Key.Right))) and (!Key.isDown(Key.Left))) {
Set("/Variables:Dir", "Down");
if (Key.isDown(Key.CONTROL)) {
tellTarget ("Meg/Obj") {
gotoAndPlay ("Saute");
};
Set("/Variables:Stoppe", true);
} else {
if (Idle == true) {
tellTarget ("Meg/Obj") {
gotoAndStop (1);
};
Idle = false;
}
tellTarget ("Meg") {
gotoAndStop ("DOWN");
};
tellTarget ("Meg/Obj") {
nextFrame();
};
if (Collider.hitTest(Meg._x, Meg._y + (Variables:Delta * 2), true) == false) {
if (/Variables:Run == true) {
setProperty("Meg", _y , (Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("Meg", _xscale , Meg._xscale + /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale + /Variables:Decale);
setProperty("Meg", _y , (Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("Meg", _xscale , Meg._xscale + /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale + /Variables:Decale);
}
Set("/Variables:Delta", Meg._yscale / 6);
setProperty("Meg", _y , (Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("Meg", _xscale , Meg._xscale + /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale + /Variables:Decale);
}
}
}
if (((Key.isDown(Key.UP) and Key.isDown(Key.Right)) and (!Key.isDown(Key.Left))) and (!Key.isDown(Key.Down))) {
Set("/Variables:Dir", "Right");
if (Key.isDown(Key.CONTROL)) {
Set("/Variables:Stoppe", true);
tellTarget ("Meg/Obj") {
gotoAndPlay ("Saute");
};
} else {
if (Idle == true) {
tellTarget ("Meg/Obj") {
gotoAndStop (1);
};
Idle = false;
}
tellTarget ("Meg") {
gotoAndStop ("UpRight");
};
tellTarget ("Meg/Obj") {
nextFrame();
};
if (Collider.hitTest(Meg._x + (Variables:Delta * 2), Meg._y - (Variables:Delta * 8), true) == false) {
if (/Variables:Run == true) {
setProperty("Meg", _y , (Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("Meg", _x , Meg._x + Variables:Delta);
setProperty("Meg", _xscale , Meg._xscale - /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale - /Variables:Decale);
setProperty("Meg", _y , (Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("Meg", _x , Meg._x + Variables:Delta);
setProperty("Meg", _xscale , Meg._xscale - /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale - /Variables:Decale);
}
Set("/Variables:Delta", Meg._yscale / 6);
setProperty("Meg", _y , (Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("Meg", _x , Meg._x + Variables:Delta);
setProperty("Meg", _xscale , Meg._xscale - /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale - /Variables:Decale);
}
}
}
if (((Key.isDown(Key.UP) and (!Key.isDown(Key.Right))) and Key.isDown(Key.Left)) and (!Key.isDown(Key.Down))) {
Set("/Variables:Dir", "Left");
if (Key.isDown(Key.CONTROL)) {
Set("/Variables:Stoppe", true);
tellTarget ("Meg/Obj") {
gotoAndPlay ("Saute");
};
} else {
if (Idle == true) {
tellTarget ("Meg/Obj") {
gotoAndStop (1);
};
Idle = false;
}
tellTarget ("Meg") {
gotoAndStop ("UpLeft");
};
tellTarget ("Meg/Obj") {
nextFrame();
};
if (Collider.hitTest(Meg._x - (Variables:Delta * 2), Meg._y - (Variables:Delta * 8), true) == false) {
if (/Variables:Run == true) {
setProperty("Meg", _y , (Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("Meg", _x , Meg._x - Variables:Delta);
setProperty("Meg", _xscale , Meg._xscale - /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale - /Variables:Decale);
setProperty("Meg", _y , (Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("Meg", _x , Meg._x - Variables:Delta);
setProperty("Meg", _xscale , Meg._xscale - /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale - /Variables:Decale);
}
Set("/Variables:Delta", Meg._yscale / 6);
setProperty("Meg", _y , (Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("Meg", _x , Meg._x - Variables:Delta);
setProperty("Meg", _xscale , Meg._xscale - /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale - /Variables:Decale);
}
}
}
if (((Key.isDown(Key.Down) and (!Key.isDown(Key.Right))) and Key.isDown(Key.Left)) and (!Key.isDown(Key.Up))) {
Set("/Variables:Dir", "Left");
if (Key.isDown(Key.CONTROL)) {
Set("/Variables:Stoppe", true);
tellTarget ("Meg/Obj") {
gotoAndPlay ("Saute");
};
} else {
if (Idle == true) {
tellTarget ("Meg/Obj") {
gotoAndStop (1);
};
Idle = false;
}
tellTarget ("Meg") {
gotoAndStop ("DownLeft");
};
tellTarget ("Meg/Obj") {
nextFrame();
};
if (Collider.hitTest(Meg._x - (Variables:Delta * 2), Meg._y + (Variables:Delta * 8), true) == false) {
if (/Variables:Run == true) {
setProperty("Meg", _y , (Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("Meg", _x , Meg._x - Variables:Delta);
setProperty("Meg", _xscale , Meg._xscale + /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale + /Variables:Decale);
setProperty("Meg", _y , (Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("Meg", _x , Meg._x - Variables:Delta);
setProperty("Meg", _xscale , Meg._xscale + /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale + /Variables:Decale);
}
Set("/Variables:Delta", Meg._yscale / 6);
setProperty("Meg", _y , (Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("Meg", _x , Meg._x - Variables:Delta);
setProperty("Meg", _xscale , Meg._xscale + /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale + /Variables:Decale);
}
}
}
if (((Key.isDown(Key.Down) and Key.isDown(Key.Right)) and (!Key.isDown(Key.Left))) and (!Key.isDown(Key.Up))) {
Set("/Variables:Dir", "Right");
if (Key.isDown(Key.CONTROL)) {
Set("/Variables:Stoppe", true);
tellTarget ("Meg/Obj") {
gotoAndPlay ("Saute");
};
} else {
if (Idle == true) {
tellTarget ("Meg/Obj") {
gotoAndStop (1);
};
Idle = false;
}
tellTarget ("Meg") {
gotoAndStop ("DownRight");
};
tellTarget ("Meg/Obj") {
nextFrame();
};
if (Collider.hitTest(Meg._x + (Variables:Delta * 2), Meg._y + (Variables:Delta * 8), true) == false) {
if (/Variables:Run == true) {
setProperty("Meg", _y , (Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("Meg", _x , Meg._x + Variables:Delta);
setProperty("Meg", _xscale , Meg._xscale + /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale + /Variables:Decale);
setProperty("Meg", _y , (Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("Meg", _x , Meg._x + Variables:Delta);
setProperty("Meg", _xscale , Meg._xscale + /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale + /Variables:Decale);
}
Set("/Variables:Delta", Meg._yscale / 6);
setProperty("Meg", _y , (Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("Meg", _x , Meg._x + Variables:Delta);
setProperty("Meg", _xscale , Meg._xscale + /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale + /Variables:Decale);
}
}
}
if ((((Key.isDown(Key.CONTROL) and (!Key.isDown(Key.Down))) and (!Key.isDown(Key.Right))) and (!Key.isDown(Key.Left))) and (!Key.isDown(Key.Up))) {
Set("/Variables:Stoppe", true);
tellTarget ("Meg/Obj") {
gotoAndPlay ("Saute");
};
}
if (Trou.hitTest(Meg._x, Meg._y, true) == true) {
Set("/Variables:DeltaTombe", /Trou:Niveau);
tellTarget ("Meg") {
gotoAndStop ("Tombe");
};
Set("/Variables:Stoppe", true);
}
}
Frame 705
gotoAndPlay (704);
Frame 714
if ((/Variables:PrisonnierLibere == true) and (/Variables:PortePretresseOuverte != true)) {
tellTarget ("_root.Prisonnier") {
gotoAndStop (2);
};
}
Set("/Variables:Stoppe", false);
Frame 715
Set("/Variables:Delta", _root.Meg._yscale / 6);
Set("/Variables:Decale", 0.05);
if (/Variables:From == "Antre") {
setProperty("_root.Meg", _x , "195.7");
setProperty("_root.Meg", _y , "130");
tellTarget ("Collider") {
gotoAndStop (2);
};
}
if (/Variables:From == "Croco") {
setProperty("_root.Meg", _x , "27");
setProperty("_root.Meg", _y , "381");
setProperty("_root.Meg", _yscale , "15.4");
setProperty("_root.Meg", _xscale , "15.4");
tellTarget ("Collider") {
gotoAndStop (3);
};
}
if (/Variables:From == "AntreBas") {
setProperty("_root.Meg", _x , "76");
setProperty("_root.Meg", _y , "202");
}
Set("/Variables:EtatVide", "StatueStoppe");
Set("/Variables:EtatActif", "Statue");
Frame 716
if (/Variables:Stoppe != true) {
if (StatueClip._y < Meg._y) {
setProperty("StatueClip", _visible , false);
} else {
setProperty("StatueClip", _visible , true);
}
if (AvpCloture._y < Meg._y) {
setProperty("AvpCloture", _visible , false);
} else {
setProperty("AvpCloture", _visible , true);
}
if (((CacheLance.hitTest(_root.Meg._x, _root.Meg._y, true) and key.isDown(key.SPACE)) and (/Variables:BabouinDodo != true)) and (/Variables:ObjetSelect == 10)) {
tellTarget ("_root.ControlLance") {
gotoAndPlay (2);
};
Set("/Variables:PrisonnierParle", true);
}
if (CacheVersPrisonnier.hitTest(_root.Meg._x, _root.Meg._y, true)) {
Set("/Variables:From", "Statue");
tellTarget ("_root") {
gotoAndPlay ("PrisonnierInit");
};
}
if ((CacheAskPrisonnier.hitTest(_root.Meg._x, _root.Meg._y, true) and (/Variables:PrisonnierLibere == true)) and (/Variables:PrisonnierHintDonne != true)) {
tellTarget ("_root.Animatiques") {
gotoAndStop ("HintPrisonnier");
};
}
if (CacheVersAntre.hitTest(_root.Meg._x, _root.Meg._y, true) and (/Variables:PrisonnierHintDonne == true)) {
gotoAndPlay (825);
}
if (CacheVersAntre2.hitTest(_root.Meg._x, _root.Meg._y, true)) {
Set("/Variables:From", "Statue");
gotoAndPlay (839);
}
if ((CacheBabouin.hitTest(_root.Meg._x, _root.Meg._y, true) and (/Variables:BabouinDodo != true)) and (/Variables:BabouinFesse != true)) {
Set("/Variables:Stoppe", true);
tellTarget ("_root.Babouin") {
gotoAndPlay ("Attack");
};
}
if (((CacheStatuette1.hitTest(_root.Meg._x, _root.Meg._y, true) and (/Variables:Statuette1 != true)) and key.isDown(key.SPACE)) and (/Variables:ObjetSelect == 7)) {
Set("/Variables:ObjetRemove", 7);
tellTarget ("_root.Animatiques") {
gotoAndPlay ("PlaceStatue");
};
tellTarget ("_root.Inventaire.ObjetRemove") {
play();
};
Set("/Variables:Statuette1", true);
tellTarget ("_root.Statuette1") {
gotoAndStop (2);
};
}
if (((CacheStatuette2.hitTest(_root.Meg._x, _root.Meg._y, true) and (/Variables:Statuette2 != true)) and key.isDown(key.SPACE)) and (/Variables:ObjetSelect == 8)) {
Set("/Variables:ObjetRemove", 8);
tellTarget ("_root.Animatiques") {
gotoAndPlay ("PlaceStatue");
};
tellTarget ("_root.Inventaire.ObjetRemove") {
play();
};
Set("/Variables:Statuette2", true);
tellTarget ("_root.Statuette2") {
gotoAndStop (2);
};
}
if (((CacheStatuette3.hitTest(_root.Meg._x, _root.Meg._y, true) and (/Variables:Statuette3 != true)) and key.isDown(key.SPACE)) and (/Variables:ObjetSelect == 9)) {
Set("/Variables:ObjetRemove", 9);
tellTarget ("_root.Animatiques") {
gotoAndPlay ("PlaceStatue");
};
tellTarget ("_root.Inventaire.ObjetRemove") {
play();
};
Set("/Variables:Statuette3", true);
tellTarget ("_root.Statuette3") {
gotoAndStop (2);
};
}
if ((((CachePorteFin.hitTest(_root.Meg._x, _root.Meg._y, true) and key.isDown(key.SPACE)) and (/Variables:Statuette3 == true)) and (/Variables:Statuette2 == true)) and (/Variables:Statuette1 == true)) {
tellTarget ("_root.Animatiques") {
gotoAndStop ("OuvrePorteFin");
};
}
if (CacheVersCroco.hitTest(_root.Meg._x, _root.Meg._y, true)) {
Set("/Variables:From", "Statue");
tellTarget ("_root") {
gotoAndPlay ("Decors2Init");
};
}
if (((((!Key.isDown(Key.Down)) and (!Key.isDown(Key.Right))) and (!Key.isDown(Key.Left))) and (!Key.isDown(Key.Up))) and (Idle == false)) {
Idle = true;
tellTarget ("Meg/Obj") {
gotoAndPlay ("Idle");
};
}
if (Key.isDown(Key.SHIFT)) {
Set("/Variables:Run", true);
} else {
Set("/Variables:Run", false);
}
if ((Key.isDown(Key.RIGHT) and (!Key.isDown(Key.UP))) and (!Key.isDown(Key.DOWN))) {
if (Key.isDown(Key.CONTROL)) {
if (/Variables:Dir == "Right") {
Set("/Variables:Dir", "Right");
Set("/Variables:Stoppe", true);
tellTarget ("Meg/Obj") {
gotoAndPlay ("Saute");
};
} else {
Set("/Variables:Dir", "Right");
tellTarget ("Meg") {
gotoAndStop ("Right");
};
}
} else {
Set("/Variables:Dir", "Right");
if (Idle == true) {
tellTarget ("Meg/Obj") {
gotoAndStop (1);
};
Idle = false;
}
tellTarget ("Meg") {
gotoAndStop ("Right");
};
tellTarget ("Meg/Obj") {
nextFrame();
};
if (Collider.hitTest(Meg._x + (Variables:Delta * 2), Meg._y, true) == false) {
if (/Variables:Run == true) {
setProperty("Meg", _x , Meg._x + Variables:Delta);
setProperty("Meg", _x , Meg._x + Variables:Delta);
}
setProperty("Meg", _x , Meg._x + Variables:Delta);
}
}
}
if ((Key.isDown(Key.LEFT) and (!Key.isDown(Key.UP))) and (!Key.isDown(Key.DOWN))) {
if (Key.isDown(Key.CONTROL)) {
if (/Variables:Dir == "Left") {
Set("/Variables:Dir", "Left");
Set("/Variables:Stoppe", true);
tellTarget ("Meg/Obj") {
gotoAndPlay ("Saute");
};
} else {
Set("/Variables:Dir", "Left");
tellTarget ("Meg") {
gotoAndStop ("Left");
};
}
} else {
Set("/Variables:Dir", "Left");
if (Idle == true) {
tellTarget ("Meg/Obj") {
gotoAndStop (1);
};
Idle = false;
}
tellTarget ("Meg") {
gotoAndStop ("Left");
};
tellTarget ("Meg/Obj") {
nextFrame();
};
if (Collider.hitTest(Meg._x - (Variables:Delta * 2), Meg._y, true) == false) {
if (/Variables:Run == true) {
setProperty("Meg", _x , Meg._x - Variables:Delta);
setProperty("Meg", _x , Meg._x - Variables:Delta);
}
setProperty("Meg", _x , Meg._x - /Variables:Delta);
}
}
}
if ((Key.isDown(Key.UP) and (!Key.isDown(Key.Right))) and (!Key.isDown(Key.Left))) {
Set("/Variables:Dir", "Right");
if (Key.isDown(Key.CONTROL)) {
Set("/Variables:Stoppe", true);
tellTarget ("Meg/Obj") {
gotoAndPlay ("Saute");
};
} else {
if (Idle == true) {
tellTarget ("Meg/Obj") {
gotoAndStop (1);
};
Idle = false;
}
tellTarget ("Meg") {
gotoAndStop ("Up");
};
tellTarget ("Meg/Obj") {
nextFrame();
};
if (Collider.hitTest(Meg._x, Meg._y - (Variables:Delta * 2), true) == false) {
if (/Variables:Run == true) {
setProperty("Meg", _y , (Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("Meg", _xscale , Meg._xscale - /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale - /Variables:Decale);
setProperty("Meg", _y , (Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("Meg", _xscale , Meg._xscale - /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale - /Variables:Decale);
}
Set("/Variables:Delta", Meg._yscale / 6);
setProperty("Meg", _y , (Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("Meg", _xscale , Meg._xscale - /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale - /Variables:Decale);
}
}
}
if ((Key.isDown(Key.DOWN) and (!Key.isDown(Key.Right))) and (!Key.isDown(Key.Left))) {
Set("/Variables:Dir", "Down");
if (Key.isDown(Key.CONTROL)) {
tellTarget ("Meg/Obj") {
gotoAndPlay ("Saute");
};
Set("/Variables:Stoppe", true);
} else {
if (Idle == true) {
tellTarget ("Meg/Obj") {
gotoAndStop (1);
};
Idle = false;
}
tellTarget ("Meg") {
gotoAndStop ("DOWN");
};
tellTarget ("Meg/Obj") {
nextFrame();
};
if (Collider.hitTest(Meg._x, Meg._y + (Variables:Delta * 2), true) == false) {
if (/Variables:Run == true) {
setProperty("Meg", _y , (Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("Meg", _xscale , Meg._xscale + /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale + /Variables:Decale);
setProperty("Meg", _y , (Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("Meg", _xscale , Meg._xscale + /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale + /Variables:Decale);
}
Set("/Variables:Delta", Meg._yscale / 6);
setProperty("Meg", _y , (Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("Meg", _xscale , Meg._xscale + /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale + /Variables:Decale);
}
}
}
if (((Key.isDown(Key.UP) and Key.isDown(Key.Right)) and (!Key.isDown(Key.Left))) and (!Key.isDown(Key.Down))) {
Set("/Variables:Dir", "Right");
if (Key.isDown(Key.CONTROL)) {
Set("/Variables:Stoppe", true);
tellTarget ("Meg/Obj") {
gotoAndPlay ("Saute");
};
} else {
if (Idle == true) {
tellTarget ("Meg/Obj") {
gotoAndStop (1);
};
Idle = false;
}
tellTarget ("Meg") {
gotoAndStop ("UpRight");
};
tellTarget ("Meg/Obj") {
nextFrame();
};
if (Collider.hitTest(Meg._x + (Variables:Delta * 2), Meg._y - (Variables:Delta * 8), true) == false) {
if (/Variables:Run == true) {
setProperty("Meg", _y , (Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("Meg", _x , Meg._x + Variables:Delta);
setProperty("Meg", _xscale , Meg._xscale - /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale - /Variables:Decale);
setProperty("Meg", _y , (Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("Meg", _x , Meg._x + Variables:Delta);
setProperty("Meg", _xscale , Meg._xscale - /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale - /Variables:Decale);
}
Set("/Variables:Delta", Meg._yscale / 6);
setProperty("Meg", _y , (Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("Meg", _x , Meg._x + Variables:Delta);
setProperty("Meg", _xscale , Meg._xscale - /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale - /Variables:Decale);
}
}
}
if (((Key.isDown(Key.UP) and (!Key.isDown(Key.Right))) and Key.isDown(Key.Left)) and (!Key.isDown(Key.Down))) {
Set("/Variables:Dir", "Left");
if (Key.isDown(Key.CONTROL)) {
Set("/Variables:Stoppe", true);
tellTarget ("Meg/Obj") {
gotoAndPlay ("Saute");
};
} else {
if (Idle == true) {
tellTarget ("Meg/Obj") {
gotoAndStop (1);
};
Idle = false;
}
tellTarget ("Meg") {
gotoAndStop ("UpLeft");
};
tellTarget ("Meg/Obj") {
nextFrame();
};
if (Collider.hitTest(Meg._x - (Variables:Delta * 2), Meg._y - (Variables:Delta * 8), true) == false) {
if (/Variables:Run == true) {
setProperty("Meg", _y , (Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("Meg", _x , Meg._x - Variables:Delta);
setProperty("Meg", _xscale , Meg._xscale - /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale - /Variables:Decale);
setProperty("Meg", _y , (Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("Meg", _x , Meg._x - Variables:Delta);
setProperty("Meg", _xscale , Meg._xscale - /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale - /Variables:Decale);
}
Set("/Variables:Delta", Meg._yscale / 6);
setProperty("Meg", _y , (Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("Meg", _x , Meg._x - Variables:Delta);
setProperty("Meg", _xscale , Meg._xscale - /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale - /Variables:Decale);
}
}
}
if (((Key.isDown(Key.Down) and (!Key.isDown(Key.Right))) and Key.isDown(Key.Left)) and (!Key.isDown(Key.Up))) {
Set("/Variables:Dir", "Left");
if (Key.isDown(Key.CONTROL)) {
Set("/Variables:Stoppe", true);
tellTarget ("Meg/Obj") {
gotoAndPlay ("Saute");
};
} else {
if (Idle == true) {
tellTarget ("Meg/Obj") {
gotoAndStop (1);
};
Idle = false;
}
tellTarget ("Meg") {
gotoAndStop ("DownLeft");
};
tellTarget ("Meg/Obj") {
nextFrame();
};
if (Collider.hitTest(Meg._x - (Variables:Delta * 2), Meg._y + (Variables:Delta * 8), true) == false) {
if (/Variables:Run == true) {
setProperty("Meg", _y , (Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("Meg", _x , Meg._x - Variables:Delta);
setProperty("Meg", _xscale , Meg._xscale + /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale + /Variables:Decale);
setProperty("Meg", _y , (Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("Meg", _x , Meg._x - Variables:Delta);
setProperty("Meg", _xscale , Meg._xscale + /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale + /Variables:Decale);
}
Set("/Variables:Delta", Meg._yscale / 6);
setProperty("Meg", _y , (Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("Meg", _x , Meg._x - Variables:Delta);
setProperty("Meg", _xscale , Meg._xscale + /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale + /Variables:Decale);
}
}
}
if (((Key.isDown(Key.Down) and Key.isDown(Key.Right)) and (!Key.isDown(Key.Left))) and (!Key.isDown(Key.Up))) {
Set("/Variables:Dir", "Right");
if (Key.isDown(Key.CONTROL)) {
Set("/Variables:Stoppe", true);
tellTarget ("Meg/Obj") {
gotoAndPlay ("Saute");
};
} else {
if (Idle == true) {
tellTarget ("Meg/Obj") {
gotoAndStop (1);
};
Idle = false;
}
tellTarget ("Meg") {
gotoAndStop ("DownRight");
};
tellTarget ("Meg/Obj") {
nextFrame();
};
if (Collider.hitTest(Meg._x + (Variables:Delta * 2), Meg._y + (Variables:Delta * 8), true) == false) {
if (/Variables:Run == true) {
setProperty("Meg", _y , (Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("Meg", _x , Meg._x + Variables:Delta);
setProperty("Meg", _xscale , Meg._xscale + /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale + /Variables:Decale);
setProperty("Meg", _y , (Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("Meg", _x , Meg._x + Variables:Delta);
setProperty("Meg", _xscale , Meg._xscale + /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale + /Variables:Decale);
}
Set("/Variables:Delta", Meg._yscale / 6);
setProperty("Meg", _y , (Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("Meg", _x , Meg._x + Variables:Delta);
setProperty("Meg", _xscale , Meg._xscale + /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale + /Variables:Decale);
}
}
}
if ((((Key.isDown(Key.CONTROL) and (!Key.isDown(Key.Down))) and (!Key.isDown(Key.Right))) and (!Key.isDown(Key.Left))) and (!Key.isDown(Key.Up))) {
Set("/Variables:Stoppe", true);
tellTarget ("Meg/Obj") {
gotoAndPlay ("Saute");
};
}
if (Trou.hitTest(Meg._x, Meg._y, true) == true) {
Set("/Variables:DeltaTombe", /Trou:Niveau);
tellTarget ("Meg") {
gotoAndStop ("Tombe");
};
Set("/Variables:Stoppe", true);
}
}
Frame 717
gotoAndPlay (716);
Frame 722
gotoAndPlay (1127);
Frame 727
Set("/Variables:RefreshX", 216.2);
Set("/Variables:RefreshY", 181.1);
Set("/Variables:RefreshYBas", 309.1);
Set("/Variables:Stoppe", false);
Set("/Variables:EchelleMax", 4);
Set("/Variables:PositionEchelle", 4);
Set("/Variables:PosEchelleHautX", 552);
Set("/Variables:PosEchelleHautY", 136);
Set("/Variables:PosEchelleBasX", 538);
Set("/Variables:PosEchelleBasY", 262);
Set("/Variables:ColliderBas", 3);
Set("/Variables:ColliderHaut", 3);
Frame 728
if (/Variables:From == "Hutte6") {
setProperty("_root.Meg", _xscale , 11);
setProperty("_root.Meg", _yscale , 11);
setProperty("_root.Meg", _x , 437);
setProperty("_root.Meg", _y , 137);
tellTarget ("Collider") {
gotoAndStop (2);
};
}
if (/Variables:From == "Hutte5") {
setProperty("_root.Meg", _xscale , 12);
setProperty("_root.Meg", _yscale , 12);
setProperty("_root.Meg", _x , 162);
setProperty("_root.Meg", _y , 182);
tellTarget ("Collider") {
gotoAndStop (2);
};
}
if (/Variables:From == "Hutte2") {
setProperty("_root.Meg", _x , 263);
setProperty("_root.Meg", _y , 337);
tellTarget ("Collider") {
gotoAndStop (1);
};
}
if (/Variables:From == "Statue") {
setProperty("_root.Meg", _x , 567);
setProperty("_root.Meg", _y , 261);
tellTarget ("Collider") {
gotoAndStop (2);
};
}
Set("/Variables:Delta", _root.Meg._yscale / 6);
Set("/Variables:Decale", 0.02);
Set("/Variables:EtatVide", "Decors2Stoppe");
Set("/Variables:EtatActif", "Decors2");
Frame 729
if (/Variables:Stoppe != true) {
if (CacheEchelle1.hitTest(_root.Meg._x, _root.Meg._y, true) and Key.isDown(key.SPACE)) {
Set("/Variables:Stoppe", true);
tellTarget ("Echelle1") {
play();
};
setProperty("_root.Meg", _visible , false);
}
if (CacheEchelle2.hitTest(_root.Meg._x, _root.Meg._y, true) and Key.isDown(key.SPACE)) {
Set("/Variables:PositionEchelle", 1);
Set("/Variables:Stoppe", true);
tellTarget ("Echelle1") {
play();
};
setProperty("_root.Meg", _visible , false);
}
if (CacheHutte6.hitTest(_root.Meg._x, _root.Meg._y, true)) {
gotoAndPlay (787);
}
if (CacheHutte5.hitTest(_root.Meg._x, _root.Meg._y, true)) {
gotoAndPlay (772);
}
if (CacheHutte4.hitTest(_root.Meg._x, _root.Meg._y, true)) {
gotoAndPlay (741);
}
if (CacheLiane.hitTest(_root.Meg._x, _root.Meg._y, true) and Key.isDown(key.SPACE)) {
Set("/Variables:Stoppe", true);
setProperty("_root.Meg", _visible , false);
tellTarget ("_root.Liane") {
gotoAndStop (2);
};
}
if (CacheLianeDescent.hitTest(_root.Meg._x, _root.Meg._y, true) and Key.isDown(key.SPACE)) {
Set("/Variables:Stoppe", true);
setProperty("_root.Meg", _visible , false);
tellTarget ("_root.Liane") {
gotoAndStop (12);
};
}
if (CacheVersDecors1.hitTest(_root.Meg._x, _root.Meg._y, true)) {
Set("/Variables:From", "Decors2");
gotoAndPlay (692);
}
if (CachePirogue.hitTest(_root.Meg._x, _root.Meg._y, true)) {
Set("/Variables:Stoppe", true);
setProperty("_root.Meg", _visible , false);
tellTarget ("_root.Pirogue") {
play();
};
}
if (CacheVersStatue.hitTest(_root.Meg._x, _root.Meg._y, true)) {
Set("/Variables:From", "Croco");
gotoAndPlay (714);
}
if (((((!Key.isDown(Key.Down)) and (!Key.isDown(Key.Right))) and (!Key.isDown(Key.Left))) and (!Key.isDown(Key.Up))) and (Idle == false)) {
Idle = true;
tellTarget ("Meg/Obj") {
gotoAndPlay ("Idle");
};
}
if (Key.isDown(Key.SHIFT)) {
Set("/Variables:Run", true);
} else {
Set("/Variables:Run", false);
}
if ((Key.isDown(Key.RIGHT) and (!Key.isDown(Key.UP))) and (!Key.isDown(Key.DOWN))) {
if (Key.isDown(Key.CONTROL)) {
if (/Variables:Dir == "Right") {
Set("/Variables:Dir", "Right");
Set("/Variables:Stoppe", true);
tellTarget ("Meg/Obj") {
gotoAndPlay ("Saute");
};
} else {
Set("/Variables:Dir", "Right");
tellTarget ("Meg") {
gotoAndStop ("Right");
};
}
} else {
Set("/Variables:Dir", "Right");
if (Idle == true) {
tellTarget ("Meg/Obj") {
gotoAndStop (1);
};
Idle = false;
}
tellTarget ("Meg") {
gotoAndStop ("Right");
};
tellTarget ("Meg/Obj") {
nextFrame();
};
if (Collider.hitTest(Meg._x + (Variables:Delta * 2), Meg._y, true) == false) {
if (/Variables:Run == true) {
setProperty("Meg", _x , Meg._x + Variables:Delta);
setProperty("Meg", _x , Meg._x + Variables:Delta);
}
setProperty("Meg", _x , Meg._x + Variables:Delta);
}
}
}
if ((Key.isDown(Key.LEFT) and (!Key.isDown(Key.UP))) and (!Key.isDown(Key.DOWN))) {
if (Key.isDown(Key.CONTROL)) {
if (/Variables:Dir == "Left") {
Set("/Variables:Dir", "Left");
Set("/Variables:Stoppe", true);
tellTarget ("Meg/Obj") {
gotoAndPlay ("Saute");
};
} else {
Set("/Variables:Dir", "Left");
tellTarget ("Meg") {
gotoAndStop ("Left");
};
}
} else {
Set("/Variables:Dir", "Left");
if (Idle == true) {
tellTarget ("Meg/Obj") {
gotoAndStop (1);
};
Idle = false;
}
tellTarget ("Meg") {
gotoAndStop ("Left");
};
tellTarget ("Meg/Obj") {
nextFrame();
};
if (Collider.hitTest(Meg._x - (Variables:Delta * 2), Meg._y, true) == false) {
if (/Variables:Run == true) {
setProperty("Meg", _x , Meg._x - Variables:Delta);
setProperty("Meg", _x , Meg._x - Variables:Delta);
}
setProperty("Meg", _x , Meg._x - /Variables:Delta);
}
}
}
if ((Key.isDown(Key.UP) and (!Key.isDown(Key.Right))) and (!Key.isDown(Key.Left))) {
Set("/Variables:Dir", "Right");
if (Key.isDown(Key.CONTROL)) {
Set("/Variables:Stoppe", true);
tellTarget ("Meg/Obj") {
gotoAndPlay ("Saute");
};
} else {
if (Idle == true) {
tellTarget ("Meg/Obj") {
gotoAndStop (1);
};
Idle = false;
}
tellTarget ("Meg") {
gotoAndStop ("Up");
};
tellTarget ("Meg/Obj") {
nextFrame();
};
if (Collider.hitTest(Meg._x, Meg._y - (Variables:Delta * 2), true) == false) {
if (/Variables:Run == true) {
setProperty("Meg", _y , (Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("Meg", _xscale , Meg._xscale - /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale - /Variables:Decale);
setProperty("Meg", _y , (Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("Meg", _xscale , Meg._xscale - /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale - /Variables:Decale);
}
Set("/Variables:Delta", Meg._yscale / 6);
setProperty("Meg", _y , (Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("Meg", _xscale , Meg._xscale - /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale - /Variables:Decale);
}
}
}
if ((Key.isDown(Key.DOWN) and (!Key.isDown(Key.Right))) and (!Key.isDown(Key.Left))) {
Set("/Variables:Dir", "Down");
if (Key.isDown(Key.CONTROL)) {
tellTarget ("Meg/Obj") {
gotoAndPlay ("Saute");
};
Set("/Variables:Stoppe", true);
} else {
if (Idle == true) {
tellTarget ("Meg/Obj") {
gotoAndStop (1);
};
Idle = false;
}
tellTarget ("Meg") {
gotoAndStop ("DOWN");
};
tellTarget ("Meg/Obj") {
nextFrame();
};
if (Collider.hitTest(Meg._x, Meg._y + (Variables:Delta * 2), true) == false) {
if (/Variables:Run == true) {
setProperty("Meg", _y , (Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("Meg", _xscale , Meg._xscale + /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale + /Variables:Decale);
setProperty("Meg", _y , (Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("Meg", _xscale , Meg._xscale + /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale + /Variables:Decale);
}
Set("/Variables:Delta", Meg._yscale / 6);
setProperty("Meg", _y , (Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("Meg", _xscale , Meg._xscale + /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale + /Variables:Decale);
}
}
}
if (((Key.isDown(Key.UP) and Key.isDown(Key.Right)) and (!Key.isDown(Key.Left))) and (!Key.isDown(Key.Down))) {
Set("/Variables:Dir", "Right");
if (Key.isDown(Key.CONTROL)) {
Set("/Variables:Stoppe", true);
tellTarget ("Meg/Obj") {
gotoAndPlay ("Saute");
};
} else {
if (Idle == true) {
tellTarget ("Meg/Obj") {
gotoAndStop (1);
};
Idle = false;
}
tellTarget ("Meg") {
gotoAndStop ("UpRight");
};
tellTarget ("Meg/Obj") {
nextFrame();
};
if (Collider.hitTest(Meg._x + (Variables:Delta * 2), Meg._y - (Variables:Delta * 8), true) == false) {
if (/Variables:Run == true) {
setProperty("Meg", _y , (Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("Meg", _x , Meg._x + Variables:Delta);
setProperty("Meg", _xscale , Meg._xscale - /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale - /Variables:Decale);
setProperty("Meg", _y , (Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("Meg", _x , Meg._x + Variables:Delta);
setProperty("Meg", _xscale , Meg._xscale - /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale - /Variables:Decale);
}
Set("/Variables:Delta", Meg._yscale / 6);
setProperty("Meg", _y , (Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("Meg", _x , Meg._x + Variables:Delta);
setProperty("Meg", _xscale , Meg._xscale - /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale - /Variables:Decale);
}
}
}
if (((Key.isDown(Key.UP) and (!Key.isDown(Key.Right))) and Key.isDown(Key.Left)) and (!Key.isDown(Key.Down))) {
Set("/Variables:Dir", "Left");
if (Key.isDown(Key.CONTROL)) {
Set("/Variables:Stoppe", true);
tellTarget ("Meg/Obj") {
gotoAndPlay ("Saute");
};
} else {
if (Idle == true) {
tellTarget ("Meg/Obj") {
gotoAndStop (1);
};
Idle = false;
}
tellTarget ("Meg") {
gotoAndStop ("UpLeft");
};
tellTarget ("Meg/Obj") {
nextFrame();
};
if (Collider.hitTest(Meg._x - (Variables:Delta * 2), Meg._y - (Variables:Delta * 8), true) == false) {
if (/Variables:Run == true) {
setProperty("Meg", _y , (Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("Meg", _x , Meg._x - Variables:Delta);
setProperty("Meg", _xscale , Meg._xscale - /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale - /Variables:Decale);
setProperty("Meg", _y , (Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("Meg", _x , Meg._x - Variables:Delta);
setProperty("Meg", _xscale , Meg._xscale - /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale - /Variables:Decale);
}
Set("/Variables:Delta", Meg._yscale / 6);
setProperty("Meg", _y , (Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("Meg", _x , Meg._x - Variables:Delta);
setProperty("Meg", _xscale , Meg._xscale - /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale - /Variables:Decale);
}
}
}
if (((Key.isDown(Key.Down) and (!Key.isDown(Key.Right))) and Key.isDown(Key.Left)) and (!Key.isDown(Key.Up))) {
Set("/Variables:Dir", "Left");
if (Key.isDown(Key.CONTROL)) {
Set("/Variables:Stoppe", true);
tellTarget ("Meg/Obj") {
gotoAndPlay ("Saute");
};
} else {
if (Idle == true) {
tellTarget ("Meg/Obj") {
gotoAndStop (1);
};
Idle = false;
}
tellTarget ("Meg") {
gotoAndStop ("DownLeft");
};
tellTarget ("Meg/Obj") {
nextFrame();
};
if (Collider.hitTest(Meg._x - (Variables:Delta * 2), Meg._y + (Variables:Delta * 8), true) == false) {
if (/Variables:Run == true) {
setProperty("Meg", _y , (Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("Meg", _x , Meg._x - Variables:Delta);
setProperty("Meg", _xscale , Meg._xscale + /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale + /Variables:Decale);
setProperty("Meg", _y , (Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("Meg", _x , Meg._x - Variables:Delta);
setProperty("Meg", _xscale , Meg._xscale + /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale + /Variables:Decale);
}
Set("/Variables:Delta", Meg._yscale / 6);
setProperty("Meg", _y , (Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("Meg", _x , Meg._x - Variables:Delta);
setProperty("Meg", _xscale , Meg._xscale + /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale + /Variables:Decale);
}
}
}
if (((Key.isDown(Key.Down) and Key.isDown(Key.Right)) and (!Key.isDown(Key.Left))) and (!Key.isDown(Key.Up))) {
Set("/Variables:Dir", "Right");
if (Key.isDown(Key.CONTROL)) {
Set("/Variables:Stoppe", true);
tellTarget ("Meg/Obj") {
gotoAndPlay ("Saute");
};
} else {
if (Idle == true) {
tellTarget ("Meg/Obj") {
gotoAndStop (1);
};
Idle = false;
}
tellTarget ("Meg") {
gotoAndStop ("DownRight");
};
tellTarget ("Meg/Obj") {
nextFrame();
};
if (Collider.hitTest(Meg._x + (Variables:Delta * 2), Meg._y + (Variables:Delta * 8), true) == false) {
if (/Variables:Run == true) {
setProperty("Meg", _y , (Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("Meg", _x , Meg._x + Variables:Delta);
setProperty("Meg", _xscale , Meg._xscale + /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale + /Variables:Decale);
setProperty("Meg", _y , (Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("Meg", _x , Meg._x + Variables:Delta);
setProperty("Meg", _xscale , Meg._xscale + /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale + /Variables:Decale);
}
Set("/Variables:Delta", Meg._yscale / 6);
setProperty("Meg", _y , (Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("Meg", _x , Meg._x + Variables:Delta);
setProperty("Meg", _xscale , Meg._xscale + /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale + /Variables:Decale);
}
}
}
if ((((Key.isDown(Key.CONTROL) and (!Key.isDown(Key.Down))) and (!Key.isDown(Key.Right))) and (!Key.isDown(Key.Left))) and (!Key.isDown(Key.Up))) {
Set("/Variables:Stoppe", true);
tellTarget ("Meg/Obj") {
gotoAndPlay ("Saute");
};
}
if (Trou.hitTest(Meg._x, Meg._y, true) == true) {
Set("/Variables:DeltaTombe", /Trou:Niveau);
tellTarget ("Meg") {
gotoAndStop ("Tombe");
};
Set("/Variables:Stoppe", true);
}
}
Frame 730
gotoAndPlay (729);
Frame 741
Set("/Variables:Delta", _root.Meg._yscale / 6);
Set("/Variables:Decale", 0.8);
tellTarget ("Meg") {
gotoAndStop ("UpLeft");
};
Set("/Variables:Stoppe", false);
Set("/Variables:EtatVide", "Hutte2Stoppe");
Set("/Variables:EtatActif", "Hutte2");
Frame 742
if (/Variables:Stoppe != true) {
if (AVPlan._y < Meg._y) {
setProperty("AVPlan", _visible , false);
} else {
setProperty("AVPlan", _visible , true);
}
if (((CacheCoffre.hitTest(Meg._x, Meg._y, true) == true) and Key.isDown(Key.SPACE)) and (/Variables:CoffreRamasse != true)) {
loadVariablesNum ("/web/steppenwolf/tracking.jsp?episode=2&stage=11", 0);
Set("/Variables:CoffreRamasse", true);
Set("/Variables:InvNb", /Variables:InvNb + 1);
Set("/Variables:InvObjet" + /Variables:InvNb, 5);
tellTarget ("_root.Animatiques") {
gotoAndPlay ("SndRamasse");
};
tellTarget ("_root.Inventaire.ObjetAffiche") {
gotoAndStop (6);
};
tellTarget ("_root.Coffre") {
gotoAndStop (2);
};
}
if (((CacheStatuette.hitTest(Meg._x, Meg._y, true) == true) and Key.isDown(Key.SPACE)) and (/Variables:Statuette1Ramasse != true)) {
loadVariablesNum ("/web/steppenwolf/tracking.jsp?episode=2&stage=10", 0);
Set("/Variables:Statuette1Ramasse", true);
Set("/Variables:InvNb", /Variables:InvNb + 1);
Set("/Variables:InvObjet" + /Variables:InvNb, 9);
tellTarget ("_root.Animatiques") {
gotoAndPlay ("SndRamasse");
};
tellTarget ("_root.Inventaire.ObjetAffiche") {
gotoAndStop (10);
};
tellTarget ("_root.Statuette3") {
nextFrame();
};
}
if (CachePorte.hitTest(Meg._x, Meg._y, true) == true) {
Set("/Variables:From", "Hutte2");
gotoAndPlay (727);
}
if (((((!Key.isDown(Key.Down)) and (!Key.isDown(Key.Right))) and (!Key.isDown(Key.Left))) and (!Key.isDown(Key.Up))) and (Idle == false)) {
Idle = true;
tellTarget ("Meg/Obj") {
gotoAndPlay ("Idle");
};
}
if (Key.isDown(Key.SHIFT)) {
Set("/Variables:Run", true);
} else {
Set("/Variables:Run", false);
}
if ((Key.isDown(Key.RIGHT) and (!Key.isDown(Key.UP))) and (!Key.isDown(Key.DOWN))) {
if (Key.isDown(Key.CONTROL)) {
if (/Variables:Dir == "Right") {
Set("/Variables:Dir", "Right");
Set("/Variables:Stoppe", true);
tellTarget ("Meg/Obj") {
gotoAndPlay ("Saute");
};
} else {
Set("/Variables:Dir", "Right");
tellTarget ("Meg") {
gotoAndStop ("Right");
};
}
} else {
Set("/Variables:Dir", "Right");
if (Idle == true) {
tellTarget ("Meg/Obj") {
gotoAndStop (1);
};
Idle = false;
}
tellTarget ("Meg") {
gotoAndStop ("Right");
};
tellTarget ("Meg/Obj") {
nextFrame();
};
if (Collider.hitTest(Meg._x + (Variables:Delta * 2), Meg._y, true) == false) {
if (/Variables:Run == true) {
setProperty("Meg", _x , Meg._x + Variables:Delta);
setProperty("Meg", _x , Meg._x + Variables:Delta);
}
setProperty("Meg", _x , Meg._x + Variables:Delta);
}
}
}
if ((Key.isDown(Key.LEFT) and (!Key.isDown(Key.UP))) and (!Key.isDown(Key.DOWN))) {
if (Key.isDown(Key.CONTROL)) {
if (/Variables:Dir == "Left") {
Set("/Variables:Dir", "Left");
Set("/Variables:Stoppe", true);
tellTarget ("Meg/Obj") {
gotoAndPlay ("Saute");
};
} else {
Set("/Variables:Dir", "Left");
tellTarget ("Meg") {
gotoAndStop ("Left");
};
}
} else {
Set("/Variables:Dir", "Left");
if (Idle == true) {
tellTarget ("Meg/Obj") {
gotoAndStop (1);
};
Idle = false;
}
tellTarget ("Meg") {
gotoAndStop ("Left");
};
tellTarget ("Meg/Obj") {
nextFrame();
};
if (Collider.hitTest(Meg._x - (Variables:Delta * 2), Meg._y, true) == false) {
if (/Variables:Run == true) {
setProperty("Meg", _x , Meg._x - Variables:Delta);
setProperty("Meg", _x , Meg._x - Variables:Delta);
}
setProperty("Meg", _x , Meg._x - /Variables:Delta);
}
}
}
if ((Key.isDown(Key.UP) and (!Key.isDown(Key.Right))) and (!Key.isDown(Key.Left))) {
Set("/Variables:Dir", "Right");
if (Key.isDown(Key.CONTROL)) {
Set("/Variables:Stoppe", true);
tellTarget ("Meg/Obj") {
gotoAndPlay ("Saute");
};
} else {
if (Idle == true) {
tellTarget ("Meg/Obj") {
gotoAndStop (1);
};
Idle = false;
}
tellTarget ("Meg") {
gotoAndStop ("Up");
};
tellTarget ("Meg/Obj") {
nextFrame();
};
if (Collider.hitTest(Meg._x, Meg._y - (Variables:Delta * 2), true) == false) {
if (/Variables:Run == true) {
setProperty("Meg", _y , (Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("Meg", _xscale , (Meg._xscale - /Variables:Decale) - 0.1);
setProperty("Meg", _yscale , (Meg._yscale - /Variables:Decale) - 0.1);
setProperty("Meg", _y , (Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("Meg", _xscale , Meg._xscale - /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale - /Variables:Decale);
}
Set("/Variables:Delta", Meg._yscale / 6);
setProperty("Meg", _y , (Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("Meg", _xscale , Meg._xscale - /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale - /Variables:Decale);
}
}
}
if ((Key.isDown(Key.DOWN) and (!Key.isDown(Key.Right))) and (!Key.isDown(Key.Left))) {
Set("/Variables:Dir", "Down");
if (Key.isDown(Key.CONTROL)) {
tellTarget ("Meg/Obj") {
gotoAndPlay ("Saute");
};
Set("/Variables:Stoppe", true);
} else {
if (Idle == true) {
tellTarget ("Meg/Obj") {
gotoAndStop (1);
};
Idle = false;
}
tellTarget ("Meg") {
gotoAndStop ("DOWN");
};
tellTarget ("Meg/Obj") {
nextFrame();
};
if (Collider.hitTest(Meg._x, Meg._y + (Variables:Delta * 2), true) == false) {
if (/Variables:Run == true) {
setProperty("Meg", _y , (Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("Meg", _xscale , Meg._xscale + /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale + /Variables:Decale);
setProperty("Meg", _y , (Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("Meg", _xscale , Meg._xscale + /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale + /Variables:Decale);
}
Set("/Variables:Delta", Meg._yscale / 6);
setProperty("Meg", _y , (Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("Meg", _xscale , Meg._xscale + /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale + /Variables:Decale);
}
}
}
if (((Key.isDown(Key.UP) and Key.isDown(Key.Right)) and (!Key.isDown(Key.Left))) and (!Key.isDown(Key.Down))) {
Set("/Variables:Dir", "Right");
if (Key.isDown(Key.CONTROL)) {
Set("/Variables:Stoppe", true);
tellTarget ("Meg/Obj") {
gotoAndPlay ("Saute");
};
} else {
if (Idle == true) {
tellTarget ("Meg/Obj") {
gotoAndStop (1);
};
Idle = false;
}
tellTarget ("Meg") {
gotoAndStop ("UpRight");
};
tellTarget ("Meg/Obj") {
nextFrame();
};
if (Collider.hitTest(Meg._x + (Variables:Delta * 2), Meg._y - (Variables:Delta * 8), true) == false) {
if (/Variables:Run == true) {
setProperty("Meg", _y , (Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("Meg", _x , Meg._x + Variables:Delta);
setProperty("Meg", _xscale , Meg._xscale - /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale - /Variables:Decale);
setProperty("Meg", _y , (Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("Meg", _x , Meg._x + Variables:Delta);
setProperty("Meg", _xscale , Meg._xscale - /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale - /Variables:Decale);
}
Set("/Variables:Delta", Meg._yscale / 6);
setProperty("Meg", _y , (Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("Meg", _x , Meg._x + Variables:Delta);
setProperty("Meg", _xscale , Meg._xscale - /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale - /Variables:Decale);
}
}
}
if (((Key.isDown(Key.UP) and (!Key.isDown(Key.Right))) and Key.isDown(Key.Left)) and (!Key.isDown(Key.Down))) {
Set("/Variables:Dir", "Left");
if (Key.isDown(Key.CONTROL)) {
Set("/Variables:Stoppe", true);
tellTarget ("Meg/Obj") {
gotoAndPlay ("Saute");
};
} else {
if (Idle == true) {
tellTarget ("Meg/Obj") {
gotoAndStop (1);
};
Idle = false;
}
tellTarget ("Meg") {
gotoAndStop ("UpLeft");
};
tellTarget ("Meg/Obj") {
nextFrame();
};
if (Collider.hitTest(Meg._x - (Variables:Delta * 2), Meg._y - (Variables:Delta * 8), true) == false) {
if (/Variables:Run == true) {
setProperty("Meg", _y , (Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("Meg", _x , Meg._x - Variables:Delta);
setProperty("Meg", _xscale , Meg._xscale - /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale - /Variables:Decale);
setProperty("Meg", _y , (Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("Meg", _x , Meg._x - Variables:Delta);
setProperty("Meg", _xscale , Meg._xscale - /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale - /Variables:Decale);
}
Set("/Variables:Delta", Meg._yscale / 6);
setProperty("Meg", _y , (Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("Meg", _x , Meg._x - Variables:Delta);
setProperty("Meg", _xscale , Meg._xscale - /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale - /Variables:Decale);
}
}
}
if (((Key.isDown(Key.Down) and (!Key.isDown(Key.Right))) and Key.isDown(Key.Left)) and (!Key.isDown(Key.Up))) {
Set("/Variables:Dir", "Left");
if (Key.isDown(Key.CONTROL)) {
Set("/Variables:Stoppe", true);
tellTarget ("Meg/Obj") {
gotoAndPlay ("Saute");
};
} else {
if (Idle == true) {
tellTarget ("Meg/Obj") {
gotoAndStop (1);
};
Idle = false;
}
tellTarget ("Meg") {
gotoAndStop ("DownLeft");
};
tellTarget ("Meg/Obj") {
nextFrame();
};
if (Collider.hitTest(Meg._x - (Variables:Delta * 2), Meg._y + (Variables:Delta * 8), true) == false) {
if (/Variables:Run == true) {
setProperty("Meg", _y , (Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("Meg", _x , Meg._x - Variables:Delta);
setProperty("Meg", _xscale , Meg._xscale + /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale + /Variables:Decale);
setProperty("Meg", _y , (Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("Meg", _x , Meg._x - Variables:Delta);
setProperty("Meg", _xscale , Meg._xscale + /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale + /Variables:Decale);
}
Set("/Variables:Delta", Meg._yscale / 6);
setProperty("Meg", _y , (Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("Meg", _x , Meg._x - Variables:Delta);
setProperty("Meg", _xscale , Meg._xscale + /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale + /Variables:Decale);
}
}
}
if (((Key.isDown(Key.Down) and Key.isDown(Key.Right)) and (!Key.isDown(Key.Left))) and (!Key.isDown(Key.Up))) {
Set("/Variables:Dir", "Right");
if (Key.isDown(Key.CONTROL)) {
Set("/Variables:Stoppe", true);
tellTarget ("Meg/Obj") {
gotoAndPlay ("Saute");
};
} else {
if (Idle == true) {
tellTarget ("Meg/Obj") {
gotoAndStop (1);
};
Idle = false;
}
tellTarget ("Meg") {
gotoAndStop ("DownRight");
};
tellTarget ("Meg/Obj") {
nextFrame();
};
if (Collider.hitTest(Meg._x + (Variables:Delta * 2), Meg._y + (Variables:Delta * 8), true) == false) {
if (/Variables:Run == true) {
setProperty("Meg", _y , (Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("Meg", _x , Meg._x + Variables:Delta);
setProperty("Meg", _xscale , Meg._xscale + /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale + /Variables:Decale);
setProperty("Meg", _y , (Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("Meg", _x , Meg._x + Variables:Delta);
setProperty("Meg", _xscale , Meg._xscale + /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale + /Variables:Decale);
}
Set("/Variables:Delta", Meg._yscale / 6);
setProperty("Meg", _y , (Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("Meg", _x , Meg._x + Variables:Delta);
setProperty("Meg", _xscale , Meg._xscale + /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale + /Variables:Decale);
}
}
}
if ((((Key.isDown(Key.CONTROL) and (!Key.isDown(Key.Down))) and (!Key.isDown(Key.Right))) and (!Key.isDown(Key.Left))) and (!Key.isDown(Key.Up))) {
Set("/Variables:Stoppe", true);
tellTarget ("Meg/Obj") {
gotoAndPlay ("Saute");
};
}
if (Trou.hitTest(Meg._x, Meg._y, true) == true) {
Set("/Variables:DeltaTombe", /Trou:Niveau);
tellTarget ("Meg") {
gotoAndStop ("Tombe");
};
Set("/Variables:Stoppe", true);
}
}
Frame 743
gotoAndPlay (742);
Frame 749
Set("/Variables:Delta", _root.Meg._yscale / 6);
Set("/Variables:Decale", 0.5);
Set("/Variables:Stoppe", false);
Set("/Variables:EtatVide", "Hutte3Stoppe");
Set("/Variables:EtatActif", "Hutte3");
Frame 750
if (/Variables:Stoppe != true) {
if (AVPlan._y < Meg._y) {
setProperty("AVPlan", _visible , false);
} else {
setProperty("AVPlan", _visible , true);
}
if (((((CacheFille.hitTest(Meg._x, Meg._y, true) == true) and Key.isDown(Key.SPACE)) and (/Variables:ObjetSelect != 5)) and (/Variables:CollierDonne != true)) and (/Variables:PerlsDonnes != true)) {
tellTarget ("_root.Animatiques") {
gotoAndStop ("Fillette1");
};
}
if (((((CacheFille.hitTest(Meg._x, Meg._y, true) == true) and Key.isDown(Key.SPACE)) and (/Variables:ObjetSelect == 5)) and (/Variables:CollierDonne != true)) and (/Variables:PerlsDonnes != true)) {
Set("/Variables:PerlsDonnes", true);
Set("/Variables:ObjetRemove", 5);
tellTarget ("_root.Inventaire.ObjetRemove") {
play();
};
tellTarget ("_root.Animatiques") {
gotoAndStop ("Fillette2");
};
}
if (CachePorte.hitTest(Meg._x, Meg._y, true) == true) {
Set("/Variables:From", "Hutte3");
gotoAndPlay (692);
}
if (((((!Key.isDown(Key.Down)) and (!Key.isDown(Key.Right))) and (!Key.isDown(Key.Left))) and (!Key.isDown(Key.Up))) and (Idle == false)) {
Idle = true;
tellTarget ("Meg/Obj") {
gotoAndPlay ("Idle");
};
}
if (Key.isDown(Key.SHIFT)) {
Set("/Variables:Run", true);
} else {
Set("/Variables:Run", false);
}
if ((Key.isDown(Key.RIGHT) and (!Key.isDown(Key.UP))) and (!Key.isDown(Key.DOWN))) {
if (Key.isDown(Key.CONTROL)) {
if (/Variables:Dir == "Right") {
Set("/Variables:Dir", "Right");
Set("/Variables:Stoppe", true);
tellTarget ("Meg/Obj") {
gotoAndPlay ("Saute");
};
} else {
Set("/Variables:Dir", "Right");
tellTarget ("Meg") {
gotoAndStop ("Right");
};
}
} else {
Set("/Variables:Dir", "Right");
if (Idle == true) {
tellTarget ("Meg/Obj") {
gotoAndStop (1);
};
Idle = false;
}
tellTarget ("Meg") {
gotoAndStop ("Right");
};
tellTarget ("Meg/Obj") {
nextFrame();
};
if (Collider.hitTest(Meg._x + (Variables:Delta * 2), Meg._y, true) == false) {
if (/Variables:Run == true) {
setProperty("Meg", _x , Meg._x + Variables:Delta);
setProperty("Meg", _x , Meg._x + Variables:Delta);
}
setProperty("Meg", _x , Meg._x + Variables:Delta);
}
}
}
if ((Key.isDown(Key.LEFT) and (!Key.isDown(Key.UP))) and (!Key.isDown(Key.DOWN))) {
if (Key.isDown(Key.CONTROL)) {
if (/Variables:Dir == "Left") {
Set("/Variables:Dir", "Left");
Set("/Variables:Stoppe", true);
tellTarget ("Meg/Obj") {
gotoAndPlay ("Saute");
};
} else {
Set("/Variables:Dir", "Left");
tellTarget ("Meg") {
gotoAndStop ("Left");
};
}
} else {
Set("/Variables:Dir", "Left");
if (Idle == true) {
tellTarget ("Meg/Obj") {
gotoAndStop (1);
};
Idle = false;
}
tellTarget ("Meg") {
gotoAndStop ("Left");
};
tellTarget ("Meg/Obj") {
nextFrame();
};
if (Collider.hitTest(Meg._x - (Variables:Delta * 2), Meg._y, true) == false) {
if (/Variables:Run == true) {
setProperty("Meg", _x , Meg._x - Variables:Delta);
setProperty("Meg", _x , Meg._x - Variables:Delta);
}
setProperty("Meg", _x , Meg._x - /Variables:Delta);
}
}
}
if ((Key.isDown(Key.UP) and (!Key.isDown(Key.Right))) and (!Key.isDown(Key.Left))) {
Set("/Variables:Dir", "Right");
if (Key.isDown(Key.CONTROL)) {
Set("/Variables:Stoppe", true);
tellTarget ("Meg/Obj") {
gotoAndPlay ("Saute");
};
} else {
if (Idle == true) {
tellTarget ("Meg/Obj") {
gotoAndStop (1);
};
Idle = false;
}
tellTarget ("Meg") {
gotoAndStop ("Up");
};
tellTarget ("Meg/Obj") {
nextFrame();
};
if (Collider.hitTest(Meg._x, Meg._y - (Variables:Delta * 2), true) == false) {
if (/Variables:Run == true) {
setProperty("Meg", _y , (Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("Meg", _xscale , (Meg._xscale - /Variables:Decale) - 0.1);
setProperty("Meg", _yscale , (Meg._yscale - /Variables:Decale) - 0.1);
setProperty("Meg", _y , (Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("Meg", _xscale , Meg._xscale - /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale - /Variables:Decale);
}
Set("/Variables:Delta", Meg._yscale / 6);
setProperty("Meg", _y , (Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("Meg", _xscale , Meg._xscale - /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale - /Variables:Decale);
}
}
}
if ((Key.isDown(Key.DOWN) and (!Key.isDown(Key.Right))) and (!Key.isDown(Key.Left))) {
Set("/Variables:Dir", "Down");
if (Key.isDown(Key.CONTROL)) {
tellTarget ("Meg/Obj") {
gotoAndPlay ("Saute");
};
Set("/Variables:Stoppe", true);
} else {
if (Idle == true) {
tellTarget ("Meg/Obj") {
gotoAndStop (1);
};
Idle = false;
}
tellTarget ("Meg") {
gotoAndStop ("DOWN");
};
tellTarget ("Meg/Obj") {
nextFrame();
};
if (Collider.hitTest(Meg._x, Meg._y + (Variables:Delta * 2), true) == false) {
if (/Variables:Run == true) {
setProperty("Meg", _y , (Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("Meg", _xscale , Meg._xscale + /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale + /Variables:Decale);
setProperty("Meg", _y , (Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("Meg", _xscale , Meg._xscale + /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale + /Variables:Decale);
}
Set("/Variables:Delta", Meg._yscale / 6);
setProperty("Meg", _y , (Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("Meg", _xscale , Meg._xscale + /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale + /Variables:Decale);
}
}
}
if (((Key.isDown(Key.UP) and Key.isDown(Key.Right)) and (!Key.isDown(Key.Left))) and (!Key.isDown(Key.Down))) {
Set("/Variables:Dir", "Right");
if (Key.isDown(Key.CONTROL)) {
Set("/Variables:Stoppe", true);
tellTarget ("Meg/Obj") {
gotoAndPlay ("Saute");
};
} else {
if (Idle == true) {
tellTarget ("Meg/Obj") {
gotoAndStop (1);
};
Idle = false;
}
tellTarget ("Meg") {
gotoAndStop ("UpRight");
};
tellTarget ("Meg/Obj") {
nextFrame();
};
if (Collider.hitTest(Meg._x + (Variables:Delta * 2), Meg._y - (Variables:Delta * 8), true) == false) {
if (/Variables:Run == true) {
setProperty("Meg", _y , (Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("Meg", _x , Meg._x + Variables:Delta);
setProperty("Meg", _xscale , Meg._xscale - /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale - /Variables:Decale);
setProperty("Meg", _y , (Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("Meg", _x , Meg._x + Variables:Delta);
setProperty("Meg", _xscale , Meg._xscale - /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale - /Variables:Decale);
}
Set("/Variables:Delta", Meg._yscale / 6);
setProperty("Meg", _y , (Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("Meg", _x , Meg._x + Variables:Delta);
setProperty("Meg", _xscale , Meg._xscale - /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale - /Variables:Decale);
}
}
}
if (((Key.isDown(Key.UP) and (!Key.isDown(Key.Right))) and Key.isDown(Key.Left)) and (!Key.isDown(Key.Down))) {
Set("/Variables:Dir", "Left");
if (Key.isDown(Key.CONTROL)) {
Set("/Variables:Stoppe", true);
tellTarget ("Meg/Obj") {
gotoAndPlay ("Saute");
};
} else {
if (Idle == true) {
tellTarget ("Meg/Obj") {
gotoAndStop (1);
};
Idle = false;
}
tellTarget ("Meg") {
gotoAndStop ("UpLeft");
};
tellTarget ("Meg/Obj") {
nextFrame();
};
if (Collider.hitTest(Meg._x - (Variables:Delta * 2), Meg._y - (Variables:Delta * 8), true) == false) {
if (/Variables:Run == true) {
setProperty("Meg", _y , (Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("Meg", _x , Meg._x - Variables:Delta);
setProperty("Meg", _xscale , Meg._xscale - /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale - /Variables:Decale);
setProperty("Meg", _y , (Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("Meg", _x , Meg._x - Variables:Delta);
setProperty("Meg", _xscale , Meg._xscale - /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale - /Variables:Decale);
}
Set("/Variables:Delta", Meg._yscale / 6);
setProperty("Meg", _y , (Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("Meg", _x , Meg._x - Variables:Delta);
setProperty("Meg", _xscale , Meg._xscale - /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale - /Variables:Decale);
}
}
}
if (((Key.isDown(Key.Down) and (!Key.isDown(Key.Right))) and Key.isDown(Key.Left)) and (!Key.isDown(Key.Up))) {
Set("/Variables:Dir", "Left");
if (Key.isDown(Key.CONTROL)) {
Set("/Variables:Stoppe", true);
tellTarget ("Meg/Obj") {
gotoAndPlay ("Saute");
};
} else {
if (Idle == true) {
tellTarget ("Meg/Obj") {
gotoAndStop (1);
};
Idle = false;
}
tellTarget ("Meg") {
gotoAndStop ("DownLeft");
};
tellTarget ("Meg/Obj") {
nextFrame();
};
if (Collider.hitTest(Meg._x - (Variables:Delta * 2), Meg._y + (Variables:Delta * 8), true) == false) {
if (/Variables:Run == true) {
setProperty("Meg", _y , (Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("Meg", _x , Meg._x - Variables:Delta);
setProperty("Meg", _xscale , Meg._xscale + /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale + /Variables:Decale);
setProperty("Meg", _y , (Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("Meg", _x , Meg._x - Variables:Delta);
setProperty("Meg", _xscale , Meg._xscale + /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale + /Variables:Decale);
}
Set("/Variables:Delta", Meg._yscale / 6);
setProperty("Meg", _y , (Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("Meg", _x , Meg._x - Variables:Delta);
setProperty("Meg", _xscale , Meg._xscale + /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale + /Variables:Decale);
}
}
}
if (((Key.isDown(Key.Down) and Key.isDown(Key.Right)) and (!Key.isDown(Key.Left))) and (!Key.isDown(Key.Up))) {
Set("/Variables:Dir", "Right");
if (Key.isDown(Key.CONTROL)) {
Set("/Variables:Stoppe", true);
tellTarget ("Meg/Obj") {
gotoAndPlay ("Saute");
};
} else {
if (Idle == true) {
tellTarget ("Meg/Obj") {
gotoAndStop (1);
};
Idle = false;
}
tellTarget ("Meg") {
gotoAndStop ("DownRight");
};
tellTarget ("Meg/Obj") {
nextFrame();
};
if (Collider.hitTest(Meg._x + (Variables:Delta * 2), Meg._y + (Variables:Delta * 8), true) == false) {
if (/Variables:Run == true) {
setProperty("Meg", _y , (Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("Meg", _x , Meg._x + Variables:Delta);
setProperty("Meg", _xscale , Meg._xscale + /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale + /Variables:Decale);
setProperty("Meg", _y , (Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("Meg", _x , Meg._x + Variables:Delta);
setProperty("Meg", _xscale , Meg._xscale + /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale + /Variables:Decale);
}
Set("/Variables:Delta", Meg._yscale / 6);
setProperty("Meg", _y , (Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("Meg", _x , Meg._x + Variables:Delta);
setProperty("Meg", _xscale , Meg._xscale + /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale + /Variables:Decale);
}
}
}
if ((((Key.isDown(Key.CONTROL) and (!Key.isDown(Key.Down))) and (!Key.isDown(Key.Right))) and (!Key.isDown(Key.Left))) and (!Key.isDown(Key.Up))) {
Set("/Variables:Stoppe", true);
tellTarget ("Meg/Obj") {
gotoAndPlay ("Saute");
};
}
if (Trou.hitTest(Meg._x, Meg._y, true) == true) {
Set("/Variables:DeltaTombe", /Trou:Niveau);
tellTarget ("Meg") {
gotoAndStop ("Tombe");
};
Set("/Variables:Stoppe", true);
}
}
Frame 751
gotoAndPlay (750);
Frame 760
Set("/Variables:Delta", _root.Meg._yscale / 6);
Set("/Variables:Decale", 0.8);
tellTarget ("Meg") {
gotoAndStop ("UpLeft");
};
Set("/Variables:Stoppe", false);
Set("/Variables:EtatVide", "Hutte4Stoppe");
Set("/Variables:EtatActif", "Hutte4");
Frame 761
if (/Variables:Stoppe != true) {
if (AVPlan._y < Meg._y) {
setProperty("AVPlan", _visible , false);
} else {
setProperty("AVPlan", _visible , true);
}
if (CachePorte.hitTest(Meg._x, Meg._y, true) == true) {
Set("/Variables:From", "Hutte4");
gotoAndPlay (692);
}
if ((CacheTapisserie.hitTest(Meg._x, Meg._y, true) == true) and Key.isDown(Key.SPACE)) {
loadVariablesNum ("/web/steppenwolf/tracking.jsp?episode=2&stage=8", 0);
tellTarget ("_root.Animatiques") {
gotoAndStop ("Tapisserie");
};
}
if (((CacheStatuette.hitTest(Meg._x, Meg._y, true) == true) and Key.isDown(Key.SPACE)) and (/Variables:Statuette2Ramasse != true)) {
loadVariablesNum ("/web/steppenwolf/tracking.jsp?episode=2&stage=7", 0);
Set("/Variables:Statuette2Ramasse", true);
Set("/Variables:InvNb", /Variables:InvNb + 1);
Set("/Variables:InvObjet" + /Variables:InvNb, 8);
tellTarget ("_root.Animatiques") {
gotoAndPlay ("SndRamasse");
};
tellTarget ("_root.Inventaire.ObjetAffiche") {
gotoAndStop (9);
};
tellTarget ("_root.Statuette3") {
nextFrame();
};
}
if (((((!Key.isDown(Key.Down)) and (!Key.isDown(Key.Right))) and (!Key.isDown(Key.Left))) and (!Key.isDown(Key.Up))) and (Idle == false)) {
Idle = true;
tellTarget ("Meg/Obj") {
gotoAndPlay ("Idle");
};
}
if (Key.isDown(Key.SHIFT)) {
Set("/Variables:Run", true);
} else {
Set("/Variables:Run", false);
}
if ((Key.isDown(Key.RIGHT) and (!Key.isDown(Key.UP))) and (!Key.isDown(Key.DOWN))) {
if (Key.isDown(Key.CONTROL)) {
if (/Variables:Dir == "Right") {
Set("/Variables:Dir", "Right");
Set("/Variables:Stoppe", true);
tellTarget ("Meg/Obj") {
gotoAndPlay ("Saute");
};
} else {
Set("/Variables:Dir", "Right");
tellTarget ("Meg") {
gotoAndStop ("Right");
};
}
} else {
Set("/Variables:Dir", "Right");
if (Idle == true) {
tellTarget ("Meg/Obj") {
gotoAndStop (1);
};
Idle = false;
}
tellTarget ("Meg") {
gotoAndStop ("Right");
};
tellTarget ("Meg/Obj") {
nextFrame();
};
if (Collider.hitTest(Meg._x + (Variables:Delta * 2), Meg._y, true) == false) {
if (/Variables:Run == true) {
setProperty("Meg", _x , Meg._x + Variables:Delta);
setProperty("Meg", _x , Meg._x + Variables:Delta);
}
setProperty("Meg", _x , Meg._x + Variables:Delta);
}
}
}
if ((Key.isDown(Key.LEFT) and (!Key.isDown(Key.UP))) and (!Key.isDown(Key.DOWN))) {
if (Key.isDown(Key.CONTROL)) {
if (/Variables:Dir == "Left") {
Set("/Variables:Dir", "Left");
Set("/Variables:Stoppe", true);
tellTarget ("Meg/Obj") {
gotoAndPlay ("Saute");
};
} else {
Set("/Variables:Dir", "Left");
tellTarget ("Meg") {
gotoAndStop ("Left");
};
}
} else {
Set("/Variables:Dir", "Left");
if (Idle == true) {
tellTarget ("Meg/Obj") {
gotoAndStop (1);
};
Idle = false;
}
tellTarget ("Meg") {
gotoAndStop ("Left");
};
tellTarget ("Meg/Obj") {
nextFrame();
};
if (Collider.hitTest(Meg._x - (Variables:Delta * 2), Meg._y, true) == false) {
if (/Variables:Run == true) {
setProperty("Meg", _x , Meg._x - Variables:Delta);
setProperty("Meg", _x , Meg._x - Variables:Delta);
}
setProperty("Meg", _x , Meg._x - /Variables:Delta);
}
}
}
if ((Key.isDown(Key.UP) and (!Key.isDown(Key.Right))) and (!Key.isDown(Key.Left))) {
Set("/Variables:Dir", "Right");
if (Key.isDown(Key.CONTROL)) {
Set("/Variables:Stoppe", true);
tellTarget ("Meg/Obj") {
gotoAndPlay ("Saute");
};
} else {
if (Idle == true) {
tellTarget ("Meg/Obj") {
gotoAndStop (1);
};
Idle = false;
}
tellTarget ("Meg") {
gotoAndStop ("Up");
};
tellTarget ("Meg/Obj") {
nextFrame();
};
if (Collider.hitTest(Meg._x, Meg._y - (Variables:Delta * 2), true) == false) {
if (/Variables:Run == true) {
setProperty("Meg", _y , (Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("Meg", _xscale , (Meg._xscale - /Variables:Decale) - 0.1);
setProperty("Meg", _yscale , (Meg._yscale - /Variables:Decale) - 0.1);
setProperty("Meg", _y , (Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("Meg", _xscale , Meg._xscale - /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale - /Variables:Decale);
}
Set("/Variables:Delta", Meg._yscale / 6);
setProperty("Meg", _y , (Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("Meg", _xscale , Meg._xscale - /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale - /Variables:Decale);
}
}
}
if ((Key.isDown(Key.DOWN) and (!Key.isDown(Key.Right))) and (!Key.isDown(Key.Left))) {
Set("/Variables:Dir", "Down");
if (Key.isDown(Key.CONTROL)) {
tellTarget ("Meg/Obj") {
gotoAndPlay ("Saute");
};
Set("/Variables:Stoppe", true);
} else {
if (Idle == true) {
tellTarget ("Meg/Obj") {
gotoAndStop (1);
};
Idle = false;
}
tellTarget ("Meg") {
gotoAndStop ("DOWN");
};
tellTarget ("Meg/Obj") {
nextFrame();
};
if (Collider.hitTest(Meg._x, Meg._y + (Variables:Delta * 2), true) == false) {
if (/Variables:Run == true) {
setProperty("Meg", _y , (Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("Meg", _xscale , Meg._xscale + /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale + /Variables:Decale);
setProperty("Meg", _y , (Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("Meg", _xscale , Meg._xscale + /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale + /Variables:Decale);
}
Set("/Variables:Delta", Meg._yscale / 6);
setProperty("Meg", _y , (Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("Meg", _xscale , Meg._xscale + /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale + /Variables:Decale);
}
}
}
if (((Key.isDown(Key.UP) and Key.isDown(Key.Right)) and (!Key.isDown(Key.Left))) and (!Key.isDown(Key.Down))) {
Set("/Variables:Dir", "Right");
if (Key.isDown(Key.CONTROL)) {
Set("/Variables:Stoppe", true);
tellTarget ("Meg/Obj") {
gotoAndPlay ("Saute");
};
} else {
if (Idle == true) {
tellTarget ("Meg/Obj") {
gotoAndStop (1);
};
Idle = false;
}
tellTarget ("Meg") {
gotoAndStop ("UpRight");
};
tellTarget ("Meg/Obj") {
nextFrame();
};
if (Collider.hitTest(Meg._x + (Variables:Delta * 2), Meg._y - (Variables:Delta * 8), true) == false) {
if (/Variables:Run == true) {
setProperty("Meg", _y , (Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("Meg", _x , Meg._x + Variables:Delta);
setProperty("Meg", _xscale , Meg._xscale - /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale - /Variables:Decale);
setProperty("Meg", _y , (Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("Meg", _x , Meg._x + Variables:Delta);
setProperty("Meg", _xscale , Meg._xscale - /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale - /Variables:Decale);
}
Set("/Variables:Delta", Meg._yscale / 6);
setProperty("Meg", _y , (Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("Meg", _x , Meg._x + Variables:Delta);
setProperty("Meg", _xscale , Meg._xscale - /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale - /Variables:Decale);
}
}
}
if (((Key.isDown(Key.UP) and (!Key.isDown(Key.Right))) and Key.isDown(Key.Left)) and (!Key.isDown(Key.Down))) {
Set("/Variables:Dir", "Left");
if (Key.isDown(Key.CONTROL)) {
Set("/Variables:Stoppe", true);
tellTarget ("Meg/Obj") {
gotoAndPlay ("Saute");
};
} else {
if (Idle == true) {
tellTarget ("Meg/Obj") {
gotoAndStop (1);
};
Idle = false;
}
tellTarget ("Meg") {
gotoAndStop ("UpLeft");
};
tellTarget ("Meg/Obj") {
nextFrame();
};
if (Collider.hitTest(Meg._x - (Variables:Delta * 2), Meg._y - (Variables:Delta * 8), true) == false) {
if (/Variables:Run == true) {
setProperty("Meg", _y , (Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("Meg", _x , Meg._x - Variables:Delta);
setProperty("Meg", _xscale , Meg._xscale - /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale - /Variables:Decale);
setProperty("Meg", _y , (Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("Meg", _x , Meg._x - Variables:Delta);
setProperty("Meg", _xscale , Meg._xscale - /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale - /Variables:Decale);
}
Set("/Variables:Delta", Meg._yscale / 6);
setProperty("Meg", _y , (Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("Meg", _x , Meg._x - Variables:Delta);
setProperty("Meg", _xscale , Meg._xscale - /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale - /Variables:Decale);
}
}
}
if (((Key.isDown(Key.Down) and (!Key.isDown(Key.Right))) and Key.isDown(Key.Left)) and (!Key.isDown(Key.Up))) {
Set("/Variables:Dir", "Left");
if (Key.isDown(Key.CONTROL)) {
Set("/Variables:Stoppe", true);
tellTarget ("Meg/Obj") {
gotoAndPlay ("Saute");
};
} else {
if (Idle == true) {
tellTarget ("Meg/Obj") {
gotoAndStop (1);
};
Idle = false;
}
tellTarget ("Meg") {
gotoAndStop ("DownLeft");
};
tellTarget ("Meg/Obj") {
nextFrame();
};
if (Collider.hitTest(Meg._x - (Variables:Delta * 2), Meg._y + (Variables:Delta * 8), true) == false) {
if (/Variables:Run == true) {
setProperty("Meg", _y , (Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("Meg", _x , Meg._x - Variables:Delta);
setProperty("Meg", _xscale , Meg._xscale + /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale + /Variables:Decale);
setProperty("Meg", _y , (Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("Meg", _x , Meg._x - Variables:Delta);
setProperty("Meg", _xscale , Meg._xscale + /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale + /Variables:Decale);
}
Set("/Variables:Delta", Meg._yscale / 6);
setProperty("Meg", _y , (Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("Meg", _x , Meg._x - Variables:Delta);
setProperty("Meg", _xscale , Meg._xscale + /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale + /Variables:Decale);
}
}
}
if (((Key.isDown(Key.Down) and Key.isDown(Key.Right)) and (!Key.isDown(Key.Left))) and (!Key.isDown(Key.Up))) {
Set("/Variables:Dir", "Right");
if (Key.isDown(Key.CONTROL)) {
Set("/Variables:Stoppe", true);
tellTarget ("Meg/Obj") {
gotoAndPlay ("Saute");
};
} else {
if (Idle == true) {
tellTarget ("Meg/Obj") {
gotoAndStop (1);
};
Idle = false;
}
tellTarget ("Meg") {
gotoAndStop ("DownRight");
};
tellTarget ("Meg/Obj") {
nextFrame();
};
if (Collider.hitTest(Meg._x + (Variables:Delta * 2), Meg._y + (Variables:Delta * 8), true) == false) {
if (/Variables:Run == true) {
setProperty("Meg", _y , (Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("Meg", _x , Meg._x + Variables:Delta);
setProperty("Meg", _xscale , Meg._xscale + /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale + /Variables:Decale);
setProperty("Meg", _y , (Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("Meg", _x , Meg._x + Variables:Delta);
setProperty("Meg", _xscale , Meg._xscale + /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale + /Variables:Decale);
}
Set("/Variables:Delta", Meg._yscale / 6);
setProperty("Meg", _y , (Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("Meg", _x , Meg._x + Variables:Delta);
setProperty("Meg", _xscale , Meg._xscale + /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale + /Variables:Decale);
}
}
}
if ((((Key.isDown(Key.CONTROL) and (!Key.isDown(Key.Down))) and (!Key.isDown(Key.Right))) and (!Key.isDown(Key.Left))) and (!Key.isDown(Key.Up))) {
Set("/Variables:Stoppe", true);
tellTarget ("Meg/Obj") {
gotoAndPlay ("Saute");
};
}
if (Trou.hitTest(Meg._x, Meg._y, true) == true) {
Set("/Variables:DeltaTombe", /Trou:Niveau);
tellTarget ("Meg") {
gotoAndStop ("Tombe");
};
Set("/Variables:Stoppe", true);
}
}
Frame 762
gotoAndPlay (761);
Frame 772
Set("/Variables:Delta", _root.Meg._yscale / 6);
Set("/Variables:Decale", 0.8);
tellTarget ("Meg") {
gotoAndStop ("UpLeft");
};
Set("/Variables:Stoppe", false);
Set("/Variables:EtatVide", "Hutte5Stoppe");
Set("/Variables:EtatActif", "Hutte5");
Frame 773
if (/Variables:Stoppe != true) {
if (AVPlan._y < Meg._y) {
setProperty("AVPlan", _visible , false);
} else {
setProperty("AVPlan", _visible , true);
}
if (CachePorte.hitTest(Meg._x, Meg._y, true) == true) {
Set("/Variables:From", "Hutte5");
gotoAndPlay (727);
}
if (((CacheStatuette.hitTest(Meg._x, Meg._y, true) == true) and Key.isDown(Key.SPACE)) and (/Variables:Statuette3Ramasse != true)) {
loadVariablesNum ("/web/steppenwolf/tracking.jsp?episode=2&stage=12", 0);
Set("/Variables:Statuette3Ramasse", true);
Set("/Variables:InvNb", /Variables:InvNb + 1);
Set("/Variables:InvObjet" + /Variables:InvNb, 7);
tellTarget ("_root.Animatiques") {
gotoAndPlay ("SndRamasse");
};
tellTarget ("_root.Inventaire.ObjetAffiche") {
gotoAndStop (8);
};
tellTarget ("_root.Statuette2") {
gotoAndStop (2);
};
}
if (((((!Key.isDown(Key.Down)) and (!Key.isDown(Key.Right))) and (!Key.isDown(Key.Left))) and (!Key.isDown(Key.Up))) and (Idle == false)) {
Idle = true;
tellTarget ("Meg/Obj") {
gotoAndPlay ("Idle");
};
}
if (Key.isDown(Key.SHIFT)) {
Set("/Variables:Run", true);
} else {
Set("/Variables:Run", false);
}
if ((Key.isDown(Key.RIGHT) and (!Key.isDown(Key.UP))) and (!Key.isDown(Key.DOWN))) {
if (Key.isDown(Key.CONTROL)) {
if (/Variables:Dir == "Right") {
Set("/Variables:Dir", "Right");
Set("/Variables:Stoppe", true);
tellTarget ("Meg/Obj") {
gotoAndPlay ("Saute");
};
} else {
Set("/Variables:Dir", "Right");
tellTarget ("Meg") {
gotoAndStop ("Right");
};
}
} else {
Set("/Variables:Dir", "Right");
if (Idle == true) {
tellTarget ("Meg/Obj") {
gotoAndStop (1);
};
Idle = false;
}
tellTarget ("Meg") {
gotoAndStop ("Right");
};
tellTarget ("Meg/Obj") {
nextFrame();
};
if (Collider.hitTest(Meg._x + (Variables:Delta * 2), Meg._y, true) == false) {
if (/Variables:Run == true) {
setProperty("Meg", _x , Meg._x + Variables:Delta);
setProperty("Meg", _x , Meg._x + Variables:Delta);
}
setProperty("Meg", _x , Meg._x + Variables:Delta);
}
}
}
if ((Key.isDown(Key.LEFT) and (!Key.isDown(Key.UP))) and (!Key.isDown(Key.DOWN))) {
if (Key.isDown(Key.CONTROL)) {
if (/Variables:Dir == "Left") {
Set("/Variables:Dir", "Left");
Set("/Variables:Stoppe", true);
tellTarget ("Meg/Obj") {
gotoAndPlay ("Saute");
};
} else {
Set("/Variables:Dir", "Left");
tellTarget ("Meg") {
gotoAndStop ("Left");
};
}
} else {
Set("/Variables:Dir", "Left");
if (Idle == true) {
tellTarget ("Meg/Obj") {
gotoAndStop (1);
};
Idle = false;
}
tellTarget ("Meg") {
gotoAndStop ("Left");
};
tellTarget ("Meg/Obj") {
nextFrame();
};
if (Collider.hitTest(Meg._x - (Variables:Delta * 2), Meg._y, true) == false) {
if (/Variables:Run == true) {
setProperty("Meg", _x , Meg._x - Variables:Delta);
setProperty("Meg", _x , Meg._x - Variables:Delta);
}
setProperty("Meg", _x , Meg._x - /Variables:Delta);
}
}
}
if ((Key.isDown(Key.UP) and (!Key.isDown(Key.Right))) and (!Key.isDown(Key.Left))) {
Set("/Variables:Dir", "Right");
if (Key.isDown(Key.CONTROL)) {
Set("/Variables:Stoppe", true);
tellTarget ("Meg/Obj") {
gotoAndPlay ("Saute");
};
} else {
if (Idle == true) {
tellTarget ("Meg/Obj") {
gotoAndStop (1);
};
Idle = false;
}
tellTarget ("Meg") {
gotoAndStop ("Up");
};
tellTarget ("Meg/Obj") {
nextFrame();
};
if (Collider.hitTest(Meg._x, Meg._y - (Variables:Delta * 2), true) == false) {
if (/Variables:Run == true) {
setProperty("Meg", _y , (Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("Meg", _xscale , (Meg._xscale - /Variables:Decale) - 0.1);
setProperty("Meg", _yscale , (Meg._yscale - /Variables:Decale) - 0.1);
setProperty("Meg", _y , (Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("Meg", _xscale , Meg._xscale - /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale - /Variables:Decale);
}
Set("/Variables:Delta", Meg._yscale / 6);
setProperty("Meg", _y , (Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("Meg", _xscale , Meg._xscale - /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale - /Variables:Decale);
}
}
}
if ((Key.isDown(Key.DOWN) and (!Key.isDown(Key.Right))) and (!Key.isDown(Key.Left))) {
Set("/Variables:Dir", "Down");
if (Key.isDown(Key.CONTROL)) {
tellTarget ("Meg/Obj") {
gotoAndPlay ("Saute");
};
Set("/Variables:Stoppe", true);
} else {
if (Idle == true) {
tellTarget ("Meg/Obj") {
gotoAndStop (1);
};
Idle = false;
}
tellTarget ("Meg") {
gotoAndStop ("DOWN");
};
tellTarget ("Meg/Obj") {
nextFrame();
};
if (Collider.hitTest(Meg._x, Meg._y + (Variables:Delta * 2), true) == false) {
if (/Variables:Run == true) {
setProperty("Meg", _y , (Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("Meg", _xscale , Meg._xscale + /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale + /Variables:Decale);
setProperty("Meg", _y , (Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("Meg", _xscale , Meg._xscale + /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale + /Variables:Decale);
}
Set("/Variables:Delta", Meg._yscale / 6);
setProperty("Meg", _y , (Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("Meg", _xscale , Meg._xscale + /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale + /Variables:Decale);
}
}
}
if (((Key.isDown(Key.UP) and Key.isDown(Key.Right)) and (!Key.isDown(Key.Left))) and (!Key.isDown(Key.Down))) {
Set("/Variables:Dir", "Right");
if (Key.isDown(Key.CONTROL)) {
Set("/Variables:Stoppe", true);
tellTarget ("Meg/Obj") {
gotoAndPlay ("Saute");
};
} else {
if (Idle == true) {
tellTarget ("Meg/Obj") {
gotoAndStop (1);
};
Idle = false;
}
tellTarget ("Meg") {
gotoAndStop ("UpRight");
};
tellTarget ("Meg/Obj") {
nextFrame();
};
if (Collider.hitTest(Meg._x + (Variables:Delta * 2), Meg._y - (Variables:Delta * 8), true) == false) {
if (/Variables:Run == true) {
setProperty("Meg", _y , (Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("Meg", _x , Meg._x + Variables:Delta);
setProperty("Meg", _xscale , Meg._xscale - /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale - /Variables:Decale);
setProperty("Meg", _y , (Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("Meg", _x , Meg._x + Variables:Delta);
setProperty("Meg", _xscale , Meg._xscale - /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale - /Variables:Decale);
}
Set("/Variables:Delta", Meg._yscale / 6);
setProperty("Meg", _y , (Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("Meg", _x , Meg._x + Variables:Delta);
setProperty("Meg", _xscale , Meg._xscale - /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale - /Variables:Decale);
}
}
}
if (((Key.isDown(Key.UP) and (!Key.isDown(Key.Right))) and Key.isDown(Key.Left)) and (!Key.isDown(Key.Down))) {
Set("/Variables:Dir", "Left");
if (Key.isDown(Key.CONTROL)) {
Set("/Variables:Stoppe", true);
tellTarget ("Meg/Obj") {
gotoAndPlay ("Saute");
};
} else {
if (Idle == true) {
tellTarget ("Meg/Obj") {
gotoAndStop (1);
};
Idle = false;
}
tellTarget ("Meg") {
gotoAndStop ("UpLeft");
};
tellTarget ("Meg/Obj") {
nextFrame();
};
if (Collider.hitTest(Meg._x - (Variables:Delta * 2), Meg._y - (Variables:Delta * 8), true) == false) {
if (/Variables:Run == true) {
setProperty("Meg", _y , (Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("Meg", _x , Meg._x - Variables:Delta);
setProperty("Meg", _xscale , Meg._xscale - /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale - /Variables:Decale);
setProperty("Meg", _y , (Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("Meg", _x , Meg._x - Variables:Delta);
setProperty("Meg", _xscale , Meg._xscale - /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale - /Variables:Decale);
}
Set("/Variables:Delta", Meg._yscale / 6);
setProperty("Meg", _y , (Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("Meg", _x , Meg._x - Variables:Delta);
setProperty("Meg", _xscale , Meg._xscale - /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale - /Variables:Decale);
}
}
}
if (((Key.isDown(Key.Down) and (!Key.isDown(Key.Right))) and Key.isDown(Key.Left)) and (!Key.isDown(Key.Up))) {
Set("/Variables:Dir", "Left");
if (Key.isDown(Key.CONTROL)) {
Set("/Variables:Stoppe", true);
tellTarget ("Meg/Obj") {
gotoAndPlay ("Saute");
};
} else {
if (Idle == true) {
tellTarget ("Meg/Obj") {
gotoAndStop (1);
};
Idle = false;
}
tellTarget ("Meg") {
gotoAndStop ("DownLeft");
};
tellTarget ("Meg/Obj") {
nextFrame();
};
if (Collider.hitTest(Meg._x - (Variables:Delta * 2), Meg._y + (Variables:Delta * 8), true) == false) {
if (/Variables:Run == true) {
setProperty("Meg", _y , (Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("Meg", _x , Meg._x - Variables:Delta);
setProperty("Meg", _xscale , Meg._xscale + /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale + /Variables:Decale);
setProperty("Meg", _y , (Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("Meg", _x , Meg._x - Variables:Delta);
setProperty("Meg", _xscale , Meg._xscale + /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale + /Variables:Decale);
}
Set("/Variables:Delta", Meg._yscale / 6);
setProperty("Meg", _y , (Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("Meg", _x , Meg._x - Variables:Delta);
setProperty("Meg", _xscale , Meg._xscale + /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale + /Variables:Decale);
}
}
}
if (((Key.isDown(Key.Down) and Key.isDown(Key.Right)) and (!Key.isDown(Key.Left))) and (!Key.isDown(Key.Up))) {
Set("/Variables:Dir", "Right");
if (Key.isDown(Key.CONTROL)) {
Set("/Variables:Stoppe", true);
tellTarget ("Meg/Obj") {
gotoAndPlay ("Saute");
};
} else {
if (Idle == true) {
tellTarget ("Meg/Obj") {
gotoAndStop (1);
};
Idle = false;
}
tellTarget ("Meg") {
gotoAndStop ("DownRight");
};
tellTarget ("Meg/Obj") {
nextFrame();
};
if (Collider.hitTest(Meg._x + (Variables:Delta * 2), Meg._y + (Variables:Delta * 8), true) == false) {
if (/Variables:Run == true) {
setProperty("Meg", _y , (Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("Meg", _x , Meg._x + Variables:Delta);
setProperty("Meg", _xscale , Meg._xscale + /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale + /Variables:Decale);
setProperty("Meg", _y , (Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("Meg", _x , Meg._x + Variables:Delta);
setProperty("Meg", _xscale , Meg._xscale + /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale + /Variables:Decale);
}
Set("/Variables:Delta", Meg._yscale / 6);
setProperty("Meg", _y , (Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("Meg", _x , Meg._x + Variables:Delta);
setProperty("Meg", _xscale , Meg._xscale + /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale + /Variables:Decale);
}
}
}
if ((((Key.isDown(Key.CONTROL) and (!Key.isDown(Key.Down))) and (!Key.isDown(Key.Right))) and (!Key.isDown(Key.Left))) and (!Key.isDown(Key.Up))) {
Set("/Variables:Stoppe", true);
tellTarget ("Meg/Obj") {
gotoAndPlay ("Saute");
};
}
if (Trou.hitTest(Meg._x, Meg._y, true) == true) {
Set("/Variables:DeltaTombe", /Trou:Niveau);
tellTarget ("Meg") {
gotoAndStop ("Tombe");
};
Set("/Variables:Stoppe", true);
}
}
Frame 774
gotoAndPlay (773);
Frame 787
Set("/Variables:Delta", _root.Meg._yscale / 6);
Set("/Variables:Decale", 0.8);
Set("/Variables:Stoppe", true);
Set("/Variables:Stoppe", false);
Set("/Variables:EtatVide", "Hutte6Stoppe");
Set("/Variables:EtatActif", "Hutte6");
Frame 788
if (/Variables:Stoppe != true) {
if (CachePorte.hitTest(Meg._x, Meg._y, true) == true) {
Set("/Variables:From", "Hutte6");
gotoAndPlay (727);
}
if (((CacheMecanisme.hitTest(Meg._x, Meg._y, true) == true) and Key.isDown(key.SPACE)) and (/Variables:PrisonnierLibere != true)) {
Set("/Variables:VuPrisonnierPeur", false);
gotoAndStop (804);
}
if ((CacheCode.hitTest(_root.Meg._x, _root.Meg._y, true) and Key.isDown(key.SPACE)) and (/Variables:CodePris != true)) {
tellTarget ("_root.Animatiques") {
gotoAndStop ("PrendCode");
};
tellTarget ("_root.Code") {
gotoAndStop (2);
};
}
if (((((!Key.isDown(Key.Down)) and (!Key.isDown(Key.Right))) and (!Key.isDown(Key.Left))) and (!Key.isDown(Key.Up))) and (Idle == false)) {
Idle = true;
tellTarget ("Meg/Obj") {
gotoAndPlay ("Idle");
};
}
if (Key.isDown(Key.SHIFT)) {
Set("/Variables:Run", true);
} else {
Set("/Variables:Run", false);
}
if ((Key.isDown(Key.RIGHT) and (!Key.isDown(Key.UP))) and (!Key.isDown(Key.DOWN))) {
if (Key.isDown(Key.CONTROL)) {
if (/Variables:Dir == "Right") {
Set("/Variables:Dir", "Right");
Set("/Variables:Stoppe", true);
tellTarget ("Meg/Obj") {
gotoAndPlay ("Saute");
};
} else {
Set("/Variables:Dir", "Right");
tellTarget ("Meg") {
gotoAndStop ("Right");
};
}
} else {
Set("/Variables:Dir", "Right");
if (Idle == true) {
tellTarget ("Meg/Obj") {
gotoAndStop (1);
};
Idle = false;
}
tellTarget ("Meg") {
gotoAndStop ("Right");
};
tellTarget ("Meg/Obj") {
nextFrame();
};
if (Collider.hitTest(Meg._x + (Variables:Delta * 2), Meg._y, true) == false) {
if (/Variables:Run == true) {
setProperty("Meg", _x , Meg._x + Variables:Delta);
setProperty("Meg", _x , Meg._x + Variables:Delta);
}
setProperty("Meg", _x , Meg._x + Variables:Delta);
}
}
}
if ((Key.isDown(Key.LEFT) and (!Key.isDown(Key.UP))) and (!Key.isDown(Key.DOWN))) {
if (Key.isDown(Key.CONTROL)) {
if (/Variables:Dir == "Left") {
Set("/Variables:Dir", "Left");
Set("/Variables:Stoppe", true);
tellTarget ("Meg/Obj") {
gotoAndPlay ("Saute");
};
} else {
Set("/Variables:Dir", "Left");
tellTarget ("Meg") {
gotoAndStop ("Left");
};
}
} else {
Set("/Variables:Dir", "Left");
if (Idle == true) {
tellTarget ("Meg/Obj") {
gotoAndStop (1);
};
Idle = false;
}
tellTarget ("Meg") {
gotoAndStop ("Left");
};
tellTarget ("Meg/Obj") {
nextFrame();
};
if (Collider.hitTest(Meg._x - (Variables:Delta * 2), Meg._y, true) == false) {
if (/Variables:Run == true) {
setProperty("Meg", _x , Meg._x - Variables:Delta);
setProperty("Meg", _x , Meg._x - Variables:Delta);
}
setProperty("Meg", _x , Meg._x - /Variables:Delta);
}
}
}
if ((Key.isDown(Key.UP) and (!Key.isDown(Key.Right))) and (!Key.isDown(Key.Left))) {
Set("/Variables:Dir", "Right");
if (Key.isDown(Key.CONTROL)) {
Set("/Variables:Stoppe", true);
tellTarget ("Meg/Obj") {
gotoAndPlay ("Saute");
};
} else {
if (Idle == true) {
tellTarget ("Meg/Obj") {
gotoAndStop (1);
};
Idle = false;
}
tellTarget ("Meg") {
gotoAndStop ("Up");
};
tellTarget ("Meg/Obj") {
nextFrame();
};
if (Collider.hitTest(Meg._x, Meg._y - (Variables:Delta * 2), true) == false) {
if (/Variables:Run == true) {
setProperty("Meg", _y , (Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("Meg", _xscale , (Meg._xscale - /Variables:Decale) - 0.1);
setProperty("Meg", _yscale , (Meg._yscale - /Variables:Decale) - 0.1);
setProperty("Meg", _y , (Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("Meg", _xscale , Meg._xscale - /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale - /Variables:Decale);
}
Set("/Variables:Delta", Meg._yscale / 6);
setProperty("Meg", _y , (Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("Meg", _xscale , Meg._xscale - /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale - /Variables:Decale);
}
}
}
if ((Key.isDown(Key.DOWN) and (!Key.isDown(Key.Right))) and (!Key.isDown(Key.Left))) {
Set("/Variables:Dir", "Down");
if (Key.isDown(Key.CONTROL)) {
tellTarget ("Meg/Obj") {
gotoAndPlay ("Saute");
};
Set("/Variables:Stoppe", true);
} else {
if (Idle == true) {
tellTarget ("Meg/Obj") {
gotoAndStop (1);
};
Idle = false;
}
tellTarget ("Meg") {
gotoAndStop ("DOWN");
};
tellTarget ("Meg/Obj") {
nextFrame();
};
if (Collider.hitTest(Meg._x, Meg._y + (Variables:Delta * 2), true) == false) {
if (/Variables:Run == true) {
setProperty("Meg", _y , (Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("Meg", _xscale , Meg._xscale + /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale + /Variables:Decale);
setProperty("Meg", _y , (Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("Meg", _xscale , Meg._xscale + /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale + /Variables:Decale);
}
Set("/Variables:Delta", Meg._yscale / 6);
setProperty("Meg", _y , (Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("Meg", _xscale , Meg._xscale + /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale + /Variables:Decale);
}
}
}
if (((Key.isDown(Key.UP) and Key.isDown(Key.Right)) and (!Key.isDown(Key.Left))) and (!Key.isDown(Key.Down))) {
Set("/Variables:Dir", "Right");
if (Key.isDown(Key.CONTROL)) {
Set("/Variables:Stoppe", true);
tellTarget ("Meg/Obj") {
gotoAndPlay ("Saute");
};
} else {
if (Idle == true) {
tellTarget ("Meg/Obj") {
gotoAndStop (1);
};
Idle = false;
}
tellTarget ("Meg") {
gotoAndStop ("UpRight");
};
tellTarget ("Meg/Obj") {
nextFrame();
};
if (Collider.hitTest(Meg._x + (Variables:Delta * 2), Meg._y - (Variables:Delta * 8), true) == false) {
if (/Variables:Run == true) {
setProperty("Meg", _y , (Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("Meg", _x , Meg._x + Variables:Delta);
setProperty("Meg", _xscale , Meg._xscale - /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale - /Variables:Decale);
setProperty("Meg", _y , (Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("Meg", _x , Meg._x + Variables:Delta);
setProperty("Meg", _xscale , Meg._xscale - /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale - /Variables:Decale);
}
Set("/Variables:Delta", Meg._yscale / 6);
setProperty("Meg", _y , (Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("Meg", _x , Meg._x + Variables:Delta);
setProperty("Meg", _xscale , Meg._xscale - /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale - /Variables:Decale);
}
}
}
if (((Key.isDown(Key.UP) and (!Key.isDown(Key.Right))) and Key.isDown(Key.Left)) and (!Key.isDown(Key.Down))) {
Set("/Variables:Dir", "Left");
if (Key.isDown(Key.CONTROL)) {
Set("/Variables:Stoppe", true);
tellTarget ("Meg/Obj") {
gotoAndPlay ("Saute");
};
} else {
if (Idle == true) {
tellTarget ("Meg/Obj") {
gotoAndStop (1);
};
Idle = false;
}
tellTarget ("Meg") {
gotoAndStop ("UpLeft");
};
tellTarget ("Meg/Obj") {
nextFrame();
};
if (Collider.hitTest(Meg._x - (Variables:Delta * 2), Meg._y - (Variables:Delta * 8), true) == false) {
if (/Variables:Run == true) {
setProperty("Meg", _y , (Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("Meg", _x , Meg._x - Variables:Delta);
setProperty("Meg", _xscale , Meg._xscale - /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale - /Variables:Decale);
setProperty("Meg", _y , (Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("Meg", _x , Meg._x - Variables:Delta);
setProperty("Meg", _xscale , Meg._xscale - /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale - /Variables:Decale);
}
Set("/Variables:Delta", Meg._yscale / 6);
setProperty("Meg", _y , (Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("Meg", _x , Meg._x - Variables:Delta);
setProperty("Meg", _xscale , Meg._xscale - /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale - /Variables:Decale);
}
}
}
if (((Key.isDown(Key.Down) and (!Key.isDown(Key.Right))) and Key.isDown(Key.Left)) and (!Key.isDown(Key.Up))) {
Set("/Variables:Dir", "Left");
if (Key.isDown(Key.CONTROL)) {
Set("/Variables:Stoppe", true);
tellTarget ("Meg/Obj") {
gotoAndPlay ("Saute");
};
} else {
if (Idle == true) {
tellTarget ("Meg/Obj") {
gotoAndStop (1);
};
Idle = false;
}
tellTarget ("Meg") {
gotoAndStop ("DownLeft");
};
tellTarget ("Meg/Obj") {
nextFrame();
};
if (Collider.hitTest(Meg._x - (Variables:Delta * 2), Meg._y + (Variables:Delta * 8), true) == false) {
if (/Variables:Run == true) {
setProperty("Meg", _y , (Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("Meg", _x , Meg._x - Variables:Delta);
setProperty("Meg", _xscale , Meg._xscale + /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale + /Variables:Decale);
setProperty("Meg", _y , (Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("Meg", _x , Meg._x - Variables:Delta);
setProperty("Meg", _xscale , Meg._xscale + /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale + /Variables:Decale);
}
Set("/Variables:Delta", Meg._yscale / 6);
setProperty("Meg", _y , (Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("Meg", _x , Meg._x - Variables:Delta);
setProperty("Meg", _xscale , Meg._xscale + /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale + /Variables:Decale);
}
}
}
if (((Key.isDown(Key.Down) and Key.isDown(Key.Right)) and (!Key.isDown(Key.Left))) and (!Key.isDown(Key.Up))) {
Set("/Variables:Dir", "Right");
if (Key.isDown(Key.CONTROL)) {
Set("/Variables:Stoppe", true);
tellTarget ("Meg/Obj") {
gotoAndPlay ("Saute");
};
} else {
if (Idle == true) {
tellTarget ("Meg/Obj") {
gotoAndStop (1);
};
Idle = false;
}
tellTarget ("Meg") {
gotoAndStop ("DownRight");
};
tellTarget ("Meg/Obj") {
nextFrame();
};
if (Collider.hitTest(Meg._x + (Variables:Delta * 2), Meg._y + (Variables:Delta * 8), true) == false) {
if (/Variables:Run == true) {
setProperty("Meg", _y , (Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("Meg", _x , Meg._x + Variables:Delta);
setProperty("Meg", _xscale , Meg._xscale + /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale + /Variables:Decale);
setProperty("Meg", _y , (Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("Meg", _x , Meg._x + Variables:Delta);
setProperty("Meg", _xscale , Meg._xscale + /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale + /Variables:Decale);
}
Set("/Variables:Delta", Meg._yscale / 6);
setProperty("Meg", _y , (Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("Meg", _x , Meg._x + Variables:Delta);
setProperty("Meg", _xscale , Meg._xscale + /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale + /Variables:Decale);
}
}
}
if ((((Key.isDown(Key.CONTROL) and (!Key.isDown(Key.Down))) and (!Key.isDown(Key.Right))) and (!Key.isDown(Key.Left))) and (!Key.isDown(Key.Up))) {
Set("/Variables:Stoppe", true);
tellTarget ("Meg/Obj") {
gotoAndPlay ("Saute");
};
}
if (Trou.hitTest(Meg._x, Meg._y, true) == true) {
Set("/Variables:DeltaTombe", /Trou:Niveau);
tellTarget ("Meg") {
gotoAndStop ("Tombe");
};
Set("/Variables:Stoppe", true);
}
}
Frame 789
gotoAndPlay (788);
Frame 825
Set("/Variables:Delta", _root.Meg._yscale / 6);
Set("/Variables:Decale", 0.09);
Set("/Variables:RefreshX", 216.2);
Set("/Variables:RefreshY", 181.1);
Set("/Variables:RefreshYBas", 309.1);
Set("/Variables:Stoppe", false);
Set("/Variables:EchelleMax", 2);
Set("/Variables:PositionEchelle", 1);
Set("/Variables:PosEchelleHautX", 158);
Set("/Variables:PosEchelleHautY", 207.3);
Frame 826
if (/Variables:From == "Echelle") {
setProperty("_root.Meg", _x , 278);
setProperty("_root.Meg", _y , 372);
tellTarget ("Collider") {
gotoAndStop (1);
};
}
Set("/Variables:EtatVide", "AntreStoppe");
Set("/Variables:EtatActif", "Antre");
Frame 827
if (/Variables:Stoppe != true) {
if (((CacheLance.hitTest(Meg._x, Meg._y, true) == true) and Key.isDown(key.SPACE)) and (/Variables:LancePris != true)) {
loadVariablesNum ("/web/steppenwolf/tracking.jsp?episode=2&stage=19 ", 0);
Set("/Variables:LancePris", true);
tellTarget ("_root.Animatiques") {
gotoAndPlay ("SndRamasse");
};
tellTarget ("_root.Lance") {
gotoAndStop (2);
};
Set("/Variables:InvNb", /Variables:InvNb + 1);
Set("/Variables:InvObjet" + /Variables:InvNb, 6);
tellTarget ("_root.Inventaire.ObjetAffiche") {
gotoAndStop (7);
};
}
if ((CacheMonteEchelle.hitTest(Meg._x, Meg._y, true) == true) and Key.isDown(key.SPACE)) {
Set("/Variables:From", "Echelle");
setProperty("_root.Meg", _visible , false);
tellTarget ("_root.AVPlan.Echelle1") {
play();
};
gotoAndStop (833);
}
if (CacheVersStatue.hitTest(Meg._x, Meg._y, true)) {
Set("/Variables:From", "AntreBas");
tellTarget ("_root") {
gotoAndPlay ("StatueInit");
};
}
if (AVPlan._y < Meg._y) {
setProperty("AVPlan", _visible , false);
} else {
setProperty("AVPlan", _visible , true);
}
if (((((!Key.isDown(Key.Down)) and (!Key.isDown(Key.Right))) and (!Key.isDown(Key.Left))) and (!Key.isDown(Key.Up))) and (Idle == false)) {
Idle = true;
tellTarget ("Meg/Obj") {
gotoAndPlay ("Idle");
};
}
if (Key.isDown(Key.SHIFT)) {
Set("/Variables:Run", true);
} else {
Set("/Variables:Run", false);
}
if ((Key.isDown(Key.RIGHT) and (!Key.isDown(Key.UP))) and (!Key.isDown(Key.DOWN))) {
if (Key.isDown(Key.CONTROL)) {
if (/Variables:Dir == "Right") {
Set("/Variables:Dir", "Right");
Set("/Variables:Stoppe", true);
tellTarget ("Meg/Obj") {
gotoAndPlay ("Saute");
};
} else {
Set("/Variables:Dir", "Right");
tellTarget ("Meg") {
gotoAndStop ("Right");
};
}
} else {
Set("/Variables:Dir", "Right");
if (Idle == true) {
tellTarget ("Meg/Obj") {
gotoAndStop (1);
};
Idle = false;
}
tellTarget ("Meg") {
gotoAndStop ("Right");
};
tellTarget ("Meg/Obj") {
nextFrame();
};
if (Collider.hitTest(Meg._x + (Variables:Delta * 2), Meg._y, true) == false) {
if (/Variables:Run == true) {
setProperty("Meg", _x , Meg._x + Variables:Delta);
setProperty("Meg", _x , Meg._x + Variables:Delta);
}
setProperty("Meg", _x , Meg._x + Variables:Delta);
}
}
}
if ((Key.isDown(Key.LEFT) and (!Key.isDown(Key.UP))) and (!Key.isDown(Key.DOWN))) {
if (Key.isDown(Key.CONTROL)) {
if (/Variables:Dir == "Left") {
Set("/Variables:Dir", "Left");
Set("/Variables:Stoppe", true);
tellTarget ("Meg/Obj") {
gotoAndPlay ("Saute");
};
} else {
Set("/Variables:Dir", "Left");
tellTarget ("Meg") {
gotoAndStop ("Left");
};
}
} else {
Set("/Variables:Dir", "Left");
if (Idle == true) {
tellTarget ("Meg/Obj") {
gotoAndStop (1);
};
Idle = false;
}
tellTarget ("Meg") {
gotoAndStop ("Left");
};
tellTarget ("Meg/Obj") {
nextFrame();
};
if (Collider.hitTest(Meg._x - (Variables:Delta * 2), Meg._y, true) == false) {
if (/Variables:Run == true) {
setProperty("Meg", _x , Meg._x - Variables:Delta);
setProperty("Meg", _x , Meg._x - Variables:Delta);
}
setProperty("Meg", _x , Meg._x - /Variables:Delta);
}
}
}
if ((Key.isDown(Key.UP) and (!Key.isDown(Key.Right))) and (!Key.isDown(Key.Left))) {
Set("/Variables:Dir", "Right");
if (Key.isDown(Key.CONTROL)) {
Set("/Variables:Stoppe", true);
tellTarget ("Meg/Obj") {
gotoAndPlay ("Saute");
};
} else {
if (Idle == true) {
tellTarget ("Meg/Obj") {
gotoAndStop (1);
};
Idle = false;
}
tellTarget ("Meg") {
gotoAndStop ("Up");
};
tellTarget ("Meg/Obj") {
nextFrame();
};
if (Collider.hitTest(Meg._x, Meg._y - (Variables:Delta * 2), true) == false) {
if (/Variables:Run == true) {
setProperty("Meg", _y , (Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("Meg", _xscale , Meg._xscale - /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale - /Variables:Decale);
setProperty("Meg", _y , (Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("Meg", _xscale , Meg._xscale - /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale - /Variables:Decale);
}
Set("/Variables:Delta", Meg._yscale / 6);
setProperty("Meg", _y , (Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("Meg", _xscale , Meg._xscale - /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale - /Variables:Decale);
}
}
}
if ((Key.isDown(Key.DOWN) and (!Key.isDown(Key.Right))) and (!Key.isDown(Key.Left))) {
Set("/Variables:Dir", "Down");
if (Key.isDown(Key.CONTROL)) {
tellTarget ("Meg/Obj") {
gotoAndPlay ("Saute");
};
Set("/Variables:Stoppe", true);
} else {
if (Idle == true) {
tellTarget ("Meg/Obj") {
gotoAndStop (1);
};
Idle = false;
}
tellTarget ("Meg") {
gotoAndStop ("DOWN");
};
tellTarget ("Meg/Obj") {
nextFrame();
};
if (Collider.hitTest(Meg._x, Meg._y + (Variables:Delta * 2), true) == false) {
if (/Variables:Run == true) {
setProperty("Meg", _y , (Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("Meg", _xscale , Meg._xscale + /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale + /Variables:Decale);
setProperty("Meg", _y , (Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("Meg", _xscale , Meg._xscale + /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale + /Variables:Decale);
}
Set("/Variables:Delta", Meg._yscale / 6);
setProperty("Meg", _y , (Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("Meg", _xscale , Meg._xscale + /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale + /Variables:Decale);
}
}
}
if (((Key.isDown(Key.UP) and Key.isDown(Key.Right)) and (!Key.isDown(Key.Left))) and (!Key.isDown(Key.Down))) {
Set("/Variables:Dir", "Right");
if (Key.isDown(Key.CONTROL)) {
Set("/Variables:Stoppe", true);
tellTarget ("Meg/Obj") {
gotoAndPlay ("Saute");
};
} else {
if (Idle == true) {
tellTarget ("Meg/Obj") {
gotoAndStop (1);
};
Idle = false;
}
tellTarget ("Meg") {
gotoAndStop ("UpRight");
};
tellTarget ("Meg/Obj") {
nextFrame();
};
if (Collider.hitTest(Meg._x + (Variables:Delta * 2), Meg._y - (Variables:Delta * 8), true) == false) {
if (/Variables:Run == true) {
setProperty("Meg", _y , (Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("Meg", _x , Meg._x + Variables:Delta);
setProperty("Meg", _xscale , Meg._xscale - /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale - /Variables:Decale);
setProperty("Meg", _y , (Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("Meg", _x , Meg._x + Variables:Delta);
setProperty("Meg", _xscale , Meg._xscale - /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale - /Variables:Decale);
}
Set("/Variables:Delta", Meg._yscale / 6);
setProperty("Meg", _y , (Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("Meg", _x , Meg._x + Variables:Delta);
setProperty("Meg", _xscale , Meg._xscale - /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale - /Variables:Decale);
}
}
}
if (((Key.isDown(Key.UP) and (!Key.isDown(Key.Right))) and Key.isDown(Key.Left)) and (!Key.isDown(Key.Down))) {
Set("/Variables:Dir", "Left");
if (Key.isDown(Key.CONTROL)) {
Set("/Variables:Stoppe", true);
tellTarget ("Meg/Obj") {
gotoAndPlay ("Saute");
};
} else {
if (Idle == true) {
tellTarget ("Meg/Obj") {
gotoAndStop (1);
};
Idle = false;
}
tellTarget ("Meg") {
gotoAndStop ("UpLeft");
};
tellTarget ("Meg/Obj") {
nextFrame();
};
if (Collider.hitTest(Meg._x - (Variables:Delta * 2), Meg._y - (Variables:Delta * 8), true) == false) {
if (/Variables:Run == true) {
setProperty("Meg", _y , (Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("Meg", _x , Meg._x - Variables:Delta);
setProperty("Meg", _xscale , Meg._xscale - /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale - /Variables:Decale);
setProperty("Meg", _y , (Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("Meg", _x , Meg._x - Variables:Delta);
setProperty("Meg", _xscale , Meg._xscale - /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale - /Variables:Decale);
}
Set("/Variables:Delta", Meg._yscale / 6);
setProperty("Meg", _y , (Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("Meg", _x , Meg._x - Variables:Delta);
setProperty("Meg", _xscale , Meg._xscale - /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale - /Variables:Decale);
}
}
}
if (((Key.isDown(Key.Down) and (!Key.isDown(Key.Right))) and Key.isDown(Key.Left)) and (!Key.isDown(Key.Up))) {
Set("/Variables:Dir", "Left");
if (Key.isDown(Key.CONTROL)) {
Set("/Variables:Stoppe", true);
tellTarget ("Meg/Obj") {
gotoAndPlay ("Saute");
};
} else {
if (Idle == true) {
tellTarget ("Meg/Obj") {
gotoAndStop (1);
};
Idle = false;
}
tellTarget ("Meg") {
gotoAndStop ("DownLeft");
};
tellTarget ("Meg/Obj") {
nextFrame();
};
if (Collider.hitTest(Meg._x - (Variables:Delta * 2), Meg._y + (Variables:Delta * 8), true) == false) {
if (/Variables:Run == true) {
setProperty("Meg", _y , (Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("Meg", _x , Meg._x - Variables:Delta);
setProperty("Meg", _xscale , Meg._xscale + /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale + /Variables:Decale);
setProperty("Meg", _y , (Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("Meg", _x , Meg._x - Variables:Delta);
setProperty("Meg", _xscale , Meg._xscale + /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale + /Variables:Decale);
}
Set("/Variables:Delta", Meg._yscale / 6);
setProperty("Meg", _y , (Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("Meg", _x , Meg._x - Variables:Delta);
setProperty("Meg", _xscale , Meg._xscale + /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale + /Variables:Decale);
}
}
}
if (((Key.isDown(Key.Down) and Key.isDown(Key.Right)) and (!Key.isDown(Key.Left))) and (!Key.isDown(Key.Up))) {
Set("/Variables:Dir", "Right");
if (Key.isDown(Key.CONTROL)) {
Set("/Variables:Stoppe", true);
tellTarget ("Meg/Obj") {
gotoAndPlay ("Saute");
};
} else {
if (Idle == true) {
tellTarget ("Meg/Obj") {
gotoAndStop (1);
};
Idle = false;
}
tellTarget ("Meg") {
gotoAndStop ("DownRight");
};
tellTarget ("Meg/Obj") {
nextFrame();
};
if (Collider.hitTest(Meg._x + (Variables:Delta * 2), Meg._y + (Variables:Delta * 8), true) == false) {
if (/Variables:Run == true) {
setProperty("Meg", _y , (Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("Meg", _x , Meg._x + Variables:Delta);
setProperty("Meg", _xscale , Meg._xscale + /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale + /Variables:Decale);
setProperty("Meg", _y , (Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("Meg", _x , Meg._x + Variables:Delta);
setProperty("Meg", _xscale , Meg._xscale + /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale + /Variables:Decale);
}
Set("/Variables:Delta", Meg._yscale / 6);
setProperty("Meg", _y , (Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("Meg", _x , Meg._x + Variables:Delta);
setProperty("Meg", _xscale , Meg._xscale + /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale + /Variables:Decale);
}
}
}
if ((((Key.isDown(Key.CONTROL) and (!Key.isDown(Key.Down))) and (!Key.isDown(Key.Right))) and (!Key.isDown(Key.Left))) and (!Key.isDown(Key.Up))) {
Set("/Variables:Stoppe", true);
tellTarget ("Meg/Obj") {
gotoAndPlay ("Saute");
};
}
if (Trou.hitTest(Meg._x, Meg._y, true) == true) {
Set("/Variables:DeltaTombe", /Trou:Niveau);
tellTarget ("Meg") {
gotoAndStop ("Tombe");
};
Set("/Variables:Stoppe", true);
}
}
Frame 828
gotoAndPlay (827);
Frame 832
stop();
Frame 839
Set("/Variables:RefreshX", 216.2);
Set("/Variables:RefreshY", 181.1);
Set("/Variables:RefreshYBas", 309.1);
Set("/Variables:Stoppe", false);
Frame 840
if (/Variables:From == "Statue") {
setProperty("_root.Meg", _x , 124);
setProperty("_root.Meg", _y , 169);
tellTarget ("Collider") {
gotoAndStop (1);
};
}
Set("/Variables:Delta", _root.Meg._yscale / 6);
Set("/Variables:Decale", 0.09);
Set("/Variables:EtatVide", "Antre2Stoppe");
Set("/Variables:EtatActif", "Antre2");
Frame 841
if (/Variables:Stoppe != true) {
if ((CacheDescentEchelle.hitTest(Meg._x, Meg._y, true) == true) and Key.isDown(key.SPACE)) {
Set("/Variables:PositionEchelle", 2);
Set("/Variables:From", "Echelle");
tellTarget ("_root.Echelle1") {
play();
};
}
if (CachePorte.hitTest(Meg._x, Meg._y, true) == true) {
Set("/Variables:From", "Antre");
gotoAndPlay (714);
}
if (((((!Key.isDown(Key.Down)) and (!Key.isDown(Key.Right))) and (!Key.isDown(Key.Left))) and (!Key.isDown(Key.Up))) and (Idle == false)) {
Idle = true;
tellTarget ("Meg/Obj") {
gotoAndPlay ("Idle");
};
}
if (Key.isDown(Key.SHIFT)) {
Set("/Variables:Run", true);
} else {
Set("/Variables:Run", false);
}
if ((Key.isDown(Key.RIGHT) and (!Key.isDown(Key.UP))) and (!Key.isDown(Key.DOWN))) {
if (Key.isDown(Key.CONTROL)) {
if (/Variables:Dir == "Right") {
Set("/Variables:Dir", "Right");
Set("/Variables:Stoppe", true);
tellTarget ("Meg/Obj") {
gotoAndPlay ("Saute");
};
} else {
Set("/Variables:Dir", "Right");
tellTarget ("Meg") {
gotoAndStop ("Right");
};
}
} else {
Set("/Variables:Dir", "Right");
if (Idle == true) {
tellTarget ("Meg/Obj") {
gotoAndStop (1);
};
Idle = false;
}
tellTarget ("Meg") {
gotoAndStop ("Right");
};
tellTarget ("Meg/Obj") {
nextFrame();
};
if (Collider.hitTest(Meg._x + (Variables:Delta * 2), Meg._y, true) == false) {
if (/Variables:Run == true) {
setProperty("Meg", _x , Meg._x + Variables:Delta);
setProperty("Meg", _x , Meg._x + Variables:Delta);
}
setProperty("Meg", _x , Meg._x + Variables:Delta);
}
}
}
if ((Key.isDown(Key.LEFT) and (!Key.isDown(Key.UP))) and (!Key.isDown(Key.DOWN))) {
if (Key.isDown(Key.CONTROL)) {
if (/Variables:Dir == "Left") {
Set("/Variables:Dir", "Left");
Set("/Variables:Stoppe", true);
tellTarget ("Meg/Obj") {
gotoAndPlay ("Saute");
};
} else {
Set("/Variables:Dir", "Left");
tellTarget ("Meg") {
gotoAndStop ("Left");
};
}
} else {
Set("/Variables:Dir", "Left");
if (Idle == true) {
tellTarget ("Meg/Obj") {
gotoAndStop (1);
};
Idle = false;
}
tellTarget ("Meg") {
gotoAndStop ("Left");
};
tellTarget ("Meg/Obj") {
nextFrame();
};
if (Collider.hitTest(Meg._x - (Variables:Delta * 2), Meg._y, true) == false) {
if (/Variables:Run == true) {
setProperty("Meg", _x , Meg._x - Variables:Delta);
setProperty("Meg", _x , Meg._x - Variables:Delta);
}
setProperty("Meg", _x , Meg._x - /Variables:Delta);
}
}
}
if ((Key.isDown(Key.UP) and (!Key.isDown(Key.Right))) and (!Key.isDown(Key.Left))) {
Set("/Variables:Dir", "Right");
if (Key.isDown(Key.CONTROL)) {
Set("/Variables:Stoppe", true);
tellTarget ("Meg/Obj") {
gotoAndPlay ("Saute");
};
} else {
if (Idle == true) {
tellTarget ("Meg/Obj") {
gotoAndStop (1);
};
Idle = false;
}
tellTarget ("Meg") {
gotoAndStop ("Up");
};
tellTarget ("Meg/Obj") {
nextFrame();
};
if (Collider.hitTest(Meg._x, Meg._y - (Variables:Delta * 2), true) == false) {
if (/Variables:Run == true) {
setProperty("Meg", _y , (Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("Meg", _xscale , Meg._xscale - /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale - /Variables:Decale);
setProperty("Meg", _y , (Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("Meg", _xscale , Meg._xscale - /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale - /Variables:Decale);
}
Set("/Variables:Delta", Meg._yscale / 6);
setProperty("Meg", _y , (Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("Meg", _xscale , Meg._xscale - /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale - /Variables:Decale);
}
}
}
if ((Key.isDown(Key.DOWN) and (!Key.isDown(Key.Right))) and (!Key.isDown(Key.Left))) {
Set("/Variables:Dir", "Down");
if (Key.isDown(Key.CONTROL)) {
tellTarget ("Meg/Obj") {
gotoAndPlay ("Saute");
};
Set("/Variables:Stoppe", true);
} else {
if (Idle == true) {
tellTarget ("Meg/Obj") {
gotoAndStop (1);
};
Idle = false;
}
tellTarget ("Meg") {
gotoAndStop ("DOWN");
};
tellTarget ("Meg/Obj") {
nextFrame();
};
if (Collider.hitTest(Meg._x, Meg._y + (Variables:Delta * 2), true) == false) {
if (/Variables:Run == true) {
setProperty("Meg", _y , (Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("Meg", _xscale , Meg._xscale + /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale + /Variables:Decale);
setProperty("Meg", _y , (Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("Meg", _xscale , Meg._xscale + /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale + /Variables:Decale);
}
Set("/Variables:Delta", Meg._yscale / 6);
setProperty("Meg", _y , (Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("Meg", _xscale , Meg._xscale + /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale + /Variables:Decale);
}
}
}
if (((Key.isDown(Key.UP) and Key.isDown(Key.Right)) and (!Key.isDown(Key.Left))) and (!Key.isDown(Key.Down))) {
Set("/Variables:Dir", "Right");
if (Key.isDown(Key.CONTROL)) {
Set("/Variables:Stoppe", true);
tellTarget ("Meg/Obj") {
gotoAndPlay ("Saute");
};
} else {
if (Idle == true) {
tellTarget ("Meg/Obj") {
gotoAndStop (1);
};
Idle = false;
}
tellTarget ("Meg") {
gotoAndStop ("UpRight");
};
tellTarget ("Meg/Obj") {
nextFrame();
};
if (Collider.hitTest(Meg._x + (Variables:Delta * 2), Meg._y - (Variables:Delta * 8), true) == false) {
if (/Variables:Run == true) {
setProperty("Meg", _y , (Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("Meg", _x , Meg._x + Variables:Delta);
setProperty("Meg", _xscale , Meg._xscale - /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale - /Variables:Decale);
setProperty("Meg", _y , (Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("Meg", _x , Meg._x + Variables:Delta);
setProperty("Meg", _xscale , Meg._xscale - /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale - /Variables:Decale);
}
Set("/Variables:Delta", Meg._yscale / 6);
setProperty("Meg", _y , (Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("Meg", _x , Meg._x + Variables:Delta);
setProperty("Meg", _xscale , Meg._xscale - /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale - /Variables:Decale);
}
}
}
if (((Key.isDown(Key.UP) and (!Key.isDown(Key.Right))) and Key.isDown(Key.Left)) and (!Key.isDown(Key.Down))) {
Set("/Variables:Dir", "Left");
if (Key.isDown(Key.CONTROL)) {
Set("/Variables:Stoppe", true);
tellTarget ("Meg/Obj") {
gotoAndPlay ("Saute");
};
} else {
if (Idle == true) {
tellTarget ("Meg/Obj") {
gotoAndStop (1);
};
Idle = false;
}
tellTarget ("Meg") {
gotoAndStop ("UpLeft");
};
tellTarget ("Meg/Obj") {
nextFrame();
};
if (Collider.hitTest(Meg._x - (Variables:Delta * 2), Meg._y - (Variables:Delta * 8), true) == false) {
if (/Variables:Run == true) {
setProperty("Meg", _y , (Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("Meg", _x , Meg._x - Variables:Delta);
setProperty("Meg", _xscale , Meg._xscale - /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale - /Variables:Decale);
setProperty("Meg", _y , (Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("Meg", _x , Meg._x - Variables:Delta);
setProperty("Meg", _xscale , Meg._xscale - /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale - /Variables:Decale);
}
Set("/Variables:Delta", Meg._yscale / 6);
setProperty("Meg", _y , (Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("Meg", _x , Meg._x - Variables:Delta);
setProperty("Meg", _xscale , Meg._xscale - /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale - /Variables:Decale);
}
}
}
if (((Key.isDown(Key.Down) and (!Key.isDown(Key.Right))) and Key.isDown(Key.Left)) and (!Key.isDown(Key.Up))) {
Set("/Variables:Dir", "Left");
if (Key.isDown(Key.CONTROL)) {
Set("/Variables:Stoppe", true);
tellTarget ("Meg/Obj") {
gotoAndPlay ("Saute");
};
} else {
if (Idle == true) {
tellTarget ("Meg/Obj") {
gotoAndStop (1);
};
Idle = false;
}
tellTarget ("Meg") {
gotoAndStop ("DownLeft");
};
tellTarget ("Meg/Obj") {
nextFrame();
};
if (Collider.hitTest(Meg._x - (Variables:Delta * 2), Meg._y + (Variables:Delta * 8), true) == false) {
if (/Variables:Run == true) {
setProperty("Meg", _y , (Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("Meg", _x , Meg._x - Variables:Delta);
setProperty("Meg", _xscale , Meg._xscale + /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale + /Variables:Decale);
setProperty("Meg", _y , (Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("Meg", _x , Meg._x - Variables:Delta);
setProperty("Meg", _xscale , Meg._xscale + /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale + /Variables:Decale);
}
Set("/Variables:Delta", Meg._yscale / 6);
setProperty("Meg", _y , (Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("Meg", _x , Meg._x - Variables:Delta);
setProperty("Meg", _xscale , Meg._xscale + /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale + /Variables:Decale);
}
}
}
if (((Key.isDown(Key.Down) and Key.isDown(Key.Right)) and (!Key.isDown(Key.Left))) and (!Key.isDown(Key.Up))) {
Set("/Variables:Dir", "Right");
if (Key.isDown(Key.CONTROL)) {
Set("/Variables:Stoppe", true);
tellTarget ("Meg/Obj") {
gotoAndPlay ("Saute");
};
} else {
if (Idle == true) {
tellTarget ("Meg/Obj") {
gotoAndStop (1);
};
Idle = false;
}
tellTarget ("Meg") {
gotoAndStop ("DownRight");
};
tellTarget ("Meg/Obj") {
nextFrame();
};
if (Collider.hitTest(Meg._x + (Variables:Delta * 2), Meg._y + (Variables:Delta * 8), true) == false) {
if (/Variables:Run == true) {
setProperty("Meg", _y , (Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("Meg", _x , Meg._x + Variables:Delta);
setProperty("Meg", _xscale , Meg._xscale + /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale + /Variables:Decale);
setProperty("Meg", _y , (Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("Meg", _x , Meg._x + Variables:Delta);
setProperty("Meg", _xscale , Meg._xscale + /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale + /Variables:Decale);
}
Set("/Variables:Delta", Meg._yscale / 6);
setProperty("Meg", _y , (Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("Meg", _x , Meg._x + Variables:Delta);
setProperty("Meg", _xscale , Meg._xscale + /Variables:Decale);
setProperty("Meg", _yscale , Meg._yscale + /Variables:Decale);
}
}
}
if ((((Key.isDown(Key.CONTROL) and (!Key.isDown(Key.Down))) and (!Key.isDown(Key.Right))) and (!Key.isDown(Key.Left))) and (!Key.isDown(Key.Up))) {
Set("/Variables:Stoppe", true);
tellTarget ("Meg/Obj") {
gotoAndPlay ("Saute");
};
}
if (Trou.hitTest(Meg._x, Meg._y, true) == true) {
Set("/Variables:DeltaTombe", /Trou:Niveau);
tellTarget ("Meg") {
gotoAndStop ("Tombe");
};
Set("/Variables:Stoppe", true);
}
}
Frame 842
gotoAndPlay (841);
Frame 858
gotoAndPlay (865);
Frame 865
s.stop();
loadVariablesNum ("/web/steppenwolf/tracking.jsp?episode=2&stage=24", 0);
Frame 901
stop();
Frame 1118
loadVariablesNum ("/web/steppenwolf/tracking.jsp?episode=2&stage=1", 0);
gotoAndPlay (558);
Frame 1244
stopAllSounds();
loadVariablesNum ("/web/steppenwolf/tracking.jsp?episode=2&stage=23", 0);
Frame 1437
stop();
Symbol 6 Button
on (release) {
getURL ("http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash", "_self");
}
Symbol 10 Button
on (release) {
play();
}
Symbol 23 MovieClip Frame 39
stop();
Symbol 45 MovieClip Frame 80
stop();
Symbol 64 MovieClip Frame 9
stop();
Symbol 66 Button
on (release) {
tellTarget ("/") {
gotoAndPlay ("Commence");
};
}
Symbol 67 MovieClip Frame 1
stop();
Symbol 67 MovieClip Frame 12
stop();
Symbol 67 MovieClip Frame 23
stop();
Symbol 67 MovieClip Frame 35
stop();
Symbol 67 MovieClip Frame 48
stop();
Symbol 67 MovieClip Frame 62
stop();
Symbol 67 MovieClip Frame 76
stop();
Symbol 67 MovieClip Frame 90
stop();
Symbol 67 MovieClip Frame 104
stop();
Symbol 67 MovieClip Frame 105
play();
Symbol 67 MovieClip Frame 106
play();
Symbol 67 MovieClip Frame 107
play();
Symbol 67 MovieClip Frame 108
play();
Symbol 67 MovieClip Frame 109
play();
Symbol 67 MovieClip Frame 110
play();
Symbol 67 MovieClip Frame 111
play();
Symbol 67 MovieClip Frame 112
play();
Symbol 67 MovieClip Frame 113
play();
Symbol 67 MovieClip Frame 114
play();
Symbol 67 MovieClip Frame 115
play();
Symbol 67 MovieClip Frame 116
play();
Symbol 67 MovieClip Frame 117
play();
Symbol 67 MovieClip Frame 118
play();
Symbol 67 MovieClip Frame 119
play();
Symbol 67 MovieClip Frame 120
play();
Symbol 67 MovieClip Frame 121
play();
Symbol 67 MovieClip Frame 122
play();
Symbol 67 MovieClip Frame 123
play();
Symbol 67 MovieClip Frame 124
play();
Symbol 67 MovieClip Frame 125
play();
Symbol 67 MovieClip Frame 126
play();
Symbol 67 MovieClip Frame 142
stop();
Symbol 71 Button
on (release) {
tellTarget ("_root") {
gotoAndStop ("Instructions");
};
}
Symbol 72 MovieClip Frame 1
stop();
if (/:ViewInst == true) {
gotoAndStop (2);
}
Symbol 72 MovieClip Frame 2
Set("/:ViewInst", true);
Symbol 95 MovieClip Frame 80
stop();
Symbol 147 MovieClip Frame 69
stop();
Symbol 150 Button
on (release) {
Set("/:Instru", false);
gotoAndPlay (109);
}
Symbol 161 Button
on (release) {
nextFrame();
}
Symbol 171 Button
on (release) {
prevFrame();
}
Symbol 694 MovieClip Frame 1
if (/Variables:Run == true) {
gotoAndStop (20);
}
Symbol 694 MovieClip Frame 3
if (/Variables:Run == true) {
gotoAndStop (20);
}
Symbol 694 MovieClip Frame 5
if (/Variables:Run == true) {
gotoAndStop (20);
}
Symbol 694 MovieClip Frame 7
if (/Variables:Run == true) {
gotoAndStop (20);
}
Symbol 694 MovieClip Frame 9
if (/Variables:Run == true) {
gotoAndStop (20);
}
Symbol 694 MovieClip Frame 11
if (/Variables:Run == true) {
gotoAndStop (20);
}
Symbol 694 MovieClip Frame 13
if (/Variables:Run == true) {
gotoAndStop (20);
} else {
gotoAndStop (1);
}
Symbol 694 MovieClip Frame 20
if (/Variables:Run != true) {
gotoAndStop (1);
}
Symbol 694 MovieClip Frame 22
if (/Variables:Run != true) {
gotoAndStop (1);
}
Symbol 694 MovieClip Frame 24
if (/Variables:Run != true) {
gotoAndStop (1);
}
Symbol 694 MovieClip Frame 26
if (/Variables:Run == true) {
gotoAndStop (20);
} else {
gotoAndStop (1);
}
Symbol 694 MovieClip Frame 40
play();
Symbol 694 MovieClip Frame 45
if (random(20) == 10) {
gotoAndPlay (51);
}
Symbol 694 MovieClip Frame 46
gotoAndPlay (45);
Symbol 694 MovieClip Frame 68
gotoAndPlay (45);
Symbol 694 MovieClip Frame 95
if (_root.Collider.hitTest(_root.Meg._x, _root.Meg._y + (/Variables:Delta * 5), true) == false) {
if (/Variables:Run == true) {
setProperty("_root.Meg", _y , (_root.Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("_root.Meg", _xscale , _root.Meg._xscale + /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale + /Variables:Decale);
setProperty("_root.Meg", _y , (_root.Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("_root.Meg", _xscale , _root.Meg._xscale + /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale + /Variables:Decale);
setProperty("_root.Meg", _y , (_root.Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("_root.Meg", _xscale , _root.Meg._xscale + /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale + /Variables:Decale);
setProperty("_root.Meg", _y , (_root.Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("_root.Meg", _xscale , _root.Meg._xscale + /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale + /Variables:Decale);
setProperty("_root.Meg", _y , (_root.Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("_root.Meg", _xscale , _root.Meg._xscale + /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale + /Variables:Decale);
setProperty("_root.Meg", _y , (_root.Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("_root.Meg", _xscale , _root.Meg._xscale + /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale + /Variables:Decale);
}
Set("/Variables:Delta", _root.Meg._yscale / 6);
setProperty("_root.Meg", _y , (_root.Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("_root.Meg", _xscale , _root.Meg._xscale + /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale + /Variables:Decale);
setProperty("_root.Meg", _y , (_root.Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("_root.Meg", _xscale , _root.Meg._xscale + /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale + /Variables:Decale);
setProperty("_root.Meg", _y , (_root.Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("_root.Meg", _xscale , _root.Meg._xscale + /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale + /Variables:Decale);
}
Symbol 694 MovieClip Frame 96
if (_root.Collider.hitTest(_root.Meg._x, _root.Meg._y + (/Variables:Delta * 5), true) == false) {
if (/Variables:Run == true) {
setProperty("_root.Meg", _y , (_root.Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("_root.Meg", _xscale , _root.Meg._xscale + /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale + /Variables:Decale);
setProperty("_root.Meg", _y , (_root.Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("_root.Meg", _xscale , _root.Meg._xscale + /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale + /Variables:Decale);
setProperty("_root.Meg", _y , (_root.Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("_root.Meg", _xscale , _root.Meg._xscale + /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale + /Variables:Decale);
setProperty("_root.Meg", _y , (_root.Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("_root.Meg", _xscale , _root.Meg._xscale + /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale + /Variables:Decale);
setProperty("_root.Meg", _y , (_root.Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("_root.Meg", _xscale , _root.Meg._xscale + /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale + /Variables:Decale);
setProperty("_root.Meg", _y , (_root.Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("_root.Meg", _xscale , _root.Meg._xscale + /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale + /Variables:Decale);
}
Set("/Variables:Delta", _root.Meg._yscale / 6);
setProperty("_root.Meg", _y , (_root.Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("_root.Meg", _xscale , _root.Meg._xscale + /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale + /Variables:Decale);
setProperty("_root.Meg", _y , (_root.Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("_root.Meg", _xscale , _root.Meg._xscale + /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale + /Variables:Decale);
setProperty("_root.Meg", _y , (_root.Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("_root.Meg", _xscale , _root.Meg._xscale + /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale + /Variables:Decale);
}
Symbol 694 MovieClip Frame 97
if (_root.Collider.hitTest(_root.Meg._x, _root.Meg._y + (/Variables:Delta * 5), true) == false) {
if (/Variables:Run == true) {
setProperty("_root.Meg", _y , (_root.Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("_root.Meg", _xscale , _root.Meg._xscale + /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale + /Variables:Decale);
setProperty("_root.Meg", _y , (_root.Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("_root.Meg", _xscale , _root.Meg._xscale + /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale + /Variables:Decale);
setProperty("_root.Meg", _y , (_root.Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("_root.Meg", _xscale , _root.Meg._xscale + /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale + /Variables:Decale);
setProperty("_root.Meg", _y , (_root.Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("_root.Meg", _xscale , _root.Meg._xscale + /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale + /Variables:Decale);
setProperty("_root.Meg", _y , (_root.Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("_root.Meg", _xscale , _root.Meg._xscale + /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale + /Variables:Decale);
setProperty("_root.Meg", _y , (_root.Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("_root.Meg", _xscale , _root.Meg._xscale + /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale + /Variables:Decale);
}
Set("/Variables:Delta", _root.Meg._yscale / 6);
setProperty("_root.Meg", _y , (_root.Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("_root.Meg", _xscale , _root.Meg._xscale + /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale + /Variables:Decale);
setProperty("_root.Meg", _y , (_root.Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("_root.Meg", _xscale , _root.Meg._xscale + /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale + /Variables:Decale);
setProperty("_root.Meg", _y , (_root.Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("_root.Meg", _xscale , _root.Meg._xscale + /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale + /Variables:Decale);
}
Symbol 694 MovieClip Frame 98
if (_root.Collider.hitTest(_root.Meg._x, _root.Meg._y + (/Variables:Delta * 5), true) == false) {
if (/Variables:Run == true) {
setProperty("_root.Meg", _y , (_root.Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("_root.Meg", _xscale , _root.Meg._xscale + /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale + /Variables:Decale);
setProperty("_root.Meg", _y , (_root.Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("_root.Meg", _xscale , _root.Meg._xscale + /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale + /Variables:Decale);
setProperty("_root.Meg", _y , (_root.Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("_root.Meg", _xscale , _root.Meg._xscale + /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale + /Variables:Decale);
setProperty("_root.Meg", _y , (_root.Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("_root.Meg", _xscale , _root.Meg._xscale + /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale + /Variables:Decale);
setProperty("_root.Meg", _y , (_root.Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("_root.Meg", _xscale , _root.Meg._xscale + /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale + /Variables:Decale);
setProperty("_root.Meg", _y , (_root.Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("_root.Meg", _xscale , _root.Meg._xscale + /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale + /Variables:Decale);
}
Set("/Variables:Delta", _root.Meg._yscale / 6);
setProperty("_root.Meg", _y , (_root.Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("_root.Meg", _xscale , _root.Meg._xscale + /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale + /Variables:Decale);
setProperty("_root.Meg", _y , (_root.Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("_root.Meg", _xscale , _root.Meg._xscale + /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale + /Variables:Decale);
setProperty("_root.Meg", _y , (_root.Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("_root.Meg", _xscale , _root.Meg._xscale + /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale + /Variables:Decale);
}
Symbol 694 MovieClip Frame 99
if (_root.Collider.hitTest(_root.Meg._x, _root.Meg._y + (/Variables:Delta * 5), true) == false) {
if (/Variables:Run == true) {
setProperty("_root.Meg", _y , (_root.Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("_root.Meg", _xscale , _root.Meg._xscale + /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale + /Variables:Decale);
setProperty("_root.Meg", _y , (_root.Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("_root.Meg", _xscale , _root.Meg._xscale + /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale + /Variables:Decale);
setProperty("_root.Meg", _y , (_root.Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("_root.Meg", _xscale , _root.Meg._xscale + /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale + /Variables:Decale);
setProperty("_root.Meg", _y , (_root.Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("_root.Meg", _xscale , _root.Meg._xscale + /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale + /Variables:Decale);
setProperty("_root.Meg", _y , (_root.Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("_root.Meg", _xscale , _root.Meg._xscale + /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale + /Variables:Decale);
setProperty("_root.Meg", _y , (_root.Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("_root.Meg", _xscale , _root.Meg._xscale + /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale + /Variables:Decale);
}
Set("/Variables:Delta", _root.Meg._yscale / 6);
setProperty("_root.Meg", _y , (_root.Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("_root.Meg", _xscale , _root.Meg._xscale + /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale + /Variables:Decale);
setProperty("_root.Meg", _y , (_root.Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("_root.Meg", _xscale , _root.Meg._xscale + /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale + /Variables:Decale);
setProperty("_root.Meg", _y , (_root.Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("_root.Meg", _xscale , _root.Meg._xscale + /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale + /Variables:Decale);
}
Symbol 694 MovieClip Frame 101
Set("/Variables:Stoppe", false);
_root:Idle == false;
Symbol 694 MovieClip Frame 102
gotoAndStop (1);
Symbol 694 MovieClip Frame 156
tellTarget ("_root.Babouin") {
gotoAndPlay ("Dodo");
};
Symbol 694 MovieClip Frame 157
tellTarget ("_root.Babouin") {
gotoAndPlay ("Dodo");
};
Symbol 694 MovieClip Frame 158
tellTarget ("_root.Babouin") {
gotoAndPlay ("Dodo");
};
Symbol 694 MovieClip Frame 159
tellTarget ("_root.Babouin") {
gotoAndPlay ("Dodo");
};
Symbol 694 MovieClip Frame 181
Set("/Variables:Stoppe", false);
Symbol 809 MovieClip Frame 1
if (/Variables:Run == true) {
gotoAndStop (20);
}
Symbol 809 MovieClip Frame 3
if (/Variables:Run == true) {
gotoAndStop (20);
}
Symbol 809 MovieClip Frame 5
if (/Variables:Run == true) {
gotoAndStop (20);
}
Symbol 809 MovieClip Frame 7
if (/Variables:Run == true) {
gotoAndStop (20);
}
Symbol 809 MovieClip Frame 9
if (/Variables:Run == true) {
gotoAndStop (20);
}
Symbol 809 MovieClip Frame 11
if (/Variables:Run == true) {
gotoAndStop (20);
}
Symbol 809 MovieClip Frame 13
if (/Variables:Run == true) {
gotoAndStop (20);
} else {
gotoAndStop (1);
}
Symbol 809 MovieClip Frame 20
if (/Variables:Run != true) {
gotoAndStop (1);
}
Symbol 809 MovieClip Frame 22
if (/Variables:Run != true) {
gotoAndStop (1);
}
Symbol 809 MovieClip Frame 24
if (/Variables:Run != true) {
gotoAndStop (1);
}
Symbol 809 MovieClip Frame 26
gotoAndStop (20);
Symbol 809 MovieClip Frame 35
play();
Symbol 809 MovieClip Frame 40
if (random(20) == 10) {
gotoAndPlay (46);
}
Symbol 809 MovieClip Frame 41
gotoAndPlay (40);
Symbol 809 MovieClip Frame 61
gotoAndPlay (40);
Symbol 809 MovieClip Frame 90
if (/Variables:Dir == "Right") {
if (_root.Collider.hitTest(_root.Meg._x + (/Variables:Delta * 2), _root.Meg._y + (/Variables:Delta * 2), true) == false) {
if (/Variables:Run == true) {
setProperty("_root.Meg", _y , (_root.Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("_root.Meg", _x , _root.Meg._x + /Variables:Delta);
setProperty("_root.Meg", _xscale , _root.Meg._xscale + /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale + /Variables:Decale);
setProperty("_root.Meg", _y , (_root.Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("_root.Meg", _x , _root.Meg._x + /Variables:Delta);
setProperty("_root.Meg", _xscale , _root.Meg._xscale + /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale + /Variables:Decale);
setProperty("_root.Meg", _y , (_root.Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("_root.Meg", _x , _root.Meg._x + /Variables:Delta);
setProperty("_root.Meg", _xscale , _root.Meg._xscale + /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale + /Variables:Decale);
}
Set("/Variables:Delta", _root.Meg._yscale / 6);
setProperty("_root.Meg", _y , (_root.Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("_root.Meg", _x , _root.Meg._x + /Variables:Delta);
setProperty("_root.Meg", _xscale , _root.Meg._xscale + /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale + /Variables:Decale);
setProperty("_root.Meg", _y , (_root.Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("_root.Meg", _x , _root.Meg._x + /Variables:Delta);
setProperty("_root.Meg", _xscale , _root.Meg._xscale + /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale + /Variables:Decale);
setProperty("_root.Meg", _y , (_root.Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("_root.Meg", _x , _root.Meg._x + /Variables:Delta);
setProperty("_root.Meg", _xscale , _root.Meg._xscale + /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale + /Variables:Decale);
}
}
if (/Variables:Dir == "Left") {
if (_root.Collider.hitTest(_root.Meg._x - (/Variables:Delta * 5), _root.Meg._y + (/Variables:Delta * 5), true) == false) {
if (/Variables:Run == true) {
setProperty("_root.Meg", _y , (_root.Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("_root.Meg", _x , _root.Meg._x - /Variables:Delta);
setProperty("_root.Meg", _xscale , _root.Meg._xscale + /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale + /Variables:Decale);
setProperty("_root.Meg", _y , (_root.Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("_root.Meg", _x , _root.Meg._x - /Variables:Delta);
setProperty("_root.Meg", _xscale , _root.Meg._xscale + /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale + /Variables:Decale);
setProperty("_root.Meg", _y , (_root.Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("_root.Meg", _x , _root.Meg._x - /Variables:Delta);
setProperty("_root.Meg", _xscale , _root.Meg._xscale + /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale + /Variables:Decale);
}
Set("/Variables:Delta", _root.Meg._yscale / 6);
setProperty("_root.Meg", _y , (_root.Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("_root.Meg", _x , _root.Meg._x - /Variables:Delta);
setProperty("_root.Meg", _xscale , _root.Meg._xscale + /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale + /Variables:Decale);
setProperty("_root.Meg", _y , (_root.Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("_root.Meg", _x , _root.Meg._x - /Variables:Delta);
setProperty("_root.Meg", _xscale , _root.Meg._xscale + /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale + /Variables:Decale);
setProperty("_root.Meg", _y , (_root.Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("_root.Meg", _x , _root.Meg._x - /Variables:Delta);
setProperty("_root.Meg", _xscale , _root.Meg._xscale + /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale + /Variables:Decale);
}
}
Symbol 809 MovieClip Frame 91
if (/Variables:Dir == "Right") {
if (_root.Collider.hitTest(_root.Meg._x + (/Variables:Delta * 2), _root.Meg._y + (/Variables:Delta * 2), true) == false) {
if (/Variables:Run == true) {
setProperty("_root.Meg", _y , (_root.Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("_root.Meg", _x , _root.Meg._x + /Variables:Delta);
setProperty("_root.Meg", _xscale , _root.Meg._xscale + /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale + /Variables:Decale);
setProperty("_root.Meg", _y , (_root.Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("_root.Meg", _x , _root.Meg._x + /Variables:Delta);
setProperty("_root.Meg", _xscale , _root.Meg._xscale + /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale + /Variables:Decale);
setProperty("_root.Meg", _y , (_root.Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("_root.Meg", _x , _root.Meg._x + /Variables:Delta);
setProperty("_root.Meg", _xscale , _root.Meg._xscale + /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale + /Variables:Decale);
}
Set("/Variables:Delta", _root.Meg._yscale / 6);
setProperty("_root.Meg", _y , (_root.Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("_root.Meg", _x , _root.Meg._x + /Variables:Delta);
setProperty("_root.Meg", _xscale , _root.Meg._xscale + /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale + /Variables:Decale);
setProperty("_root.Meg", _y , (_root.Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("_root.Meg", _x , _root.Meg._x + /Variables:Delta);
setProperty("_root.Meg", _xscale , _root.Meg._xscale + /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale + /Variables:Decale);
setProperty("_root.Meg", _y , (_root.Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("_root.Meg", _x , _root.Meg._x + /Variables:Delta);
setProperty("_root.Meg", _xscale , _root.Meg._xscale + /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale + /Variables:Decale);
}
}
if (/Variables:Dir == "Left") {
if (_root.Collider.hitTest(_root.Meg._x - (/Variables:Delta * 5), _root.Meg._y + (/Variables:Delta * 5), true) == false) {
if (/Variables:Run == true) {
setProperty("_root.Meg", _y , (_root.Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("_root.Meg", _x , _root.Meg._x - /Variables:Delta);
setProperty("_root.Meg", _xscale , _root.Meg._xscale + /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale + /Variables:Decale);
setProperty("_root.Meg", _y , (_root.Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("_root.Meg", _x , _root.Meg._x - /Variables:Delta);
setProperty("_root.Meg", _xscale , _root.Meg._xscale + /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale + /Variables:Decale);
setProperty("_root.Meg", _y , (_root.Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("_root.Meg", _x , _root.Meg._x - /Variables:Delta);
setProperty("_root.Meg", _xscale , _root.Meg._xscale + /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale + /Variables:Decale);
}
Set("/Variables:Delta", _root.Meg._yscale / 6);
setProperty("_root.Meg", _y , (_root.Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("_root.Meg", _x , _root.Meg._x - /Variables:Delta);
setProperty("_root.Meg", _xscale , _root.Meg._xscale + /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale + /Variables:Decale);
setProperty("_root.Meg", _y , (_root.Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("_root.Meg", _x , _root.Meg._x - /Variables:Delta);
setProperty("_root.Meg", _xscale , _root.Meg._xscale + /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale + /Variables:Decale);
setProperty("_root.Meg", _y , (_root.Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("_root.Meg", _x , _root.Meg._x - /Variables:Delta);
setProperty("_root.Meg", _xscale , _root.Meg._xscale + /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale + /Variables:Decale);
}
}
Symbol 809 MovieClip Frame 92
if (/Variables:Dir == "Right") {
if (_root.Collider.hitTest(_root.Meg._x + (/Variables:Delta * 2), _root.Meg._y + (/Variables:Delta * 2), true) == false) {
if (/Variables:Run == true) {
setProperty("_root.Meg", _y , (_root.Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("_root.Meg", _x , _root.Meg._x + /Variables:Delta);
setProperty("_root.Meg", _xscale , _root.Meg._xscale + /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale + /Variables:Decale);
setProperty("_root.Meg", _y , (_root.Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("_root.Meg", _x , _root.Meg._x + /Variables:Delta);
setProperty("_root.Meg", _xscale , _root.Meg._xscale + /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale + /Variables:Decale);
setProperty("_root.Meg", _y , (_root.Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("_root.Meg", _x , _root.Meg._x + /Variables:Delta);
setProperty("_root.Meg", _xscale , _root.Meg._xscale + /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale + /Variables:Decale);
}
Set("/Variables:Delta", _root.Meg._yscale / 6);
setProperty("_root.Meg", _y , (_root.Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("_root.Meg", _x , _root.Meg._x + /Variables:Delta);
setProperty("_root.Meg", _xscale , _root.Meg._xscale + /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale + /Variables:Decale);
setProperty("_root.Meg", _y , (_root.Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("_root.Meg", _x , _root.Meg._x + /Variables:Delta);
setProperty("_root.Meg", _xscale , _root.Meg._xscale + /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale + /Variables:Decale);
setProperty("_root.Meg", _y , (_root.Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("_root.Meg", _x , _root.Meg._x + /Variables:Delta);
setProperty("_root.Meg", _xscale , _root.Meg._xscale + /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale + /Variables:Decale);
}
}
if (/Variables:Dir == "Left") {
if (_root.Collider.hitTest(_root.Meg._x - (/Variables:Delta * 5), _root.Meg._y + (/Variables:Delta * 5), true) == false) {
if (/Variables:Run == true) {
setProperty("_root.Meg", _y , (_root.Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("_root.Meg", _x , _root.Meg._x - /Variables:Delta);
setProperty("_root.Meg", _xscale , _root.Meg._xscale + /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale + /Variables:Decale);
setProperty("_root.Meg", _y , (_root.Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("_root.Meg", _x , _root.Meg._x - /Variables:Delta);
setProperty("_root.Meg", _xscale , _root.Meg._xscale + /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale + /Variables:Decale);
setProperty("_root.Meg", _y , (_root.Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("_root.Meg", _x , _root.Meg._x - /Variables:Delta);
setProperty("_root.Meg", _xscale , _root.Meg._xscale + /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale + /Variables:Decale);
}
Set("/Variables:Delta", _root.Meg._yscale / 6);
setProperty("_root.Meg", _y , (_root.Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("_root.Meg", _x , _root.Meg._x - /Variables:Delta);
setProperty("_root.Meg", _xscale , _root.Meg._xscale + /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale + /Variables:Decale);
setProperty("_root.Meg", _y , (_root.Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("_root.Meg", _x , _root.Meg._x - /Variables:Delta);
setProperty("_root.Meg", _xscale , _root.Meg._xscale + /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale + /Variables:Decale);
setProperty("_root.Meg", _y , (_root.Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("_root.Meg", _x , _root.Meg._x - /Variables:Delta);
setProperty("_root.Meg", _xscale , _root.Meg._xscale + /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale + /Variables:Decale);
}
}
Symbol 809 MovieClip Frame 93
if (/Variables:Dir == "Right") {
if (_root.Collider.hitTest(_root.Meg._x + (/Variables:Delta * 2), _root.Meg._y + (/Variables:Delta * 2), true) == false) {
if (/Variables:Run == true) {
setProperty("_root.Meg", _y , (_root.Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("_root.Meg", _x , _root.Meg._x + /Variables:Delta);
setProperty("_root.Meg", _xscale , _root.Meg._xscale + /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale + /Variables:Decale);
setProperty("_root.Meg", _y , (_root.Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("_root.Meg", _x , _root.Meg._x + /Variables:Delta);
setProperty("_root.Meg", _xscale , _root.Meg._xscale + /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale + /Variables:Decale);
setProperty("_root.Meg", _y , (_root.Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("_root.Meg", _x , _root.Meg._x + /Variables:Delta);
setProperty("_root.Meg", _xscale , _root.Meg._xscale + /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale + /Variables:Decale);
}
Set("/Variables:Delta", _root.Meg._yscale / 6);
setProperty("_root.Meg", _y , (_root.Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("_root.Meg", _x , _root.Meg._x + /Variables:Delta);
setProperty("_root.Meg", _xscale , _root.Meg._xscale + /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale + /Variables:Decale);
setProperty("_root.Meg", _y , (_root.Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("_root.Meg", _x , _root.Meg._x + /Variables:Delta);
setProperty("_root.Meg", _xscale , _root.Meg._xscale + /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale + /Variables:Decale);
setProperty("_root.Meg", _y , (_root.Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("_root.Meg", _x , _root.Meg._x + /Variables:Delta);
setProperty("_root.Meg", _xscale , _root.Meg._xscale + /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale + /Variables:Decale);
}
}
if (/Variables:Dir == "Left") {
if (_root.Collider.hitTest(_root.Meg._x - (/Variables:Delta * 5), _root.Meg._y + (/Variables:Delta * 5), true) == false) {
if (/Variables:Run == true) {
setProperty("_root.Meg", _y , (_root.Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("_root.Meg", _x , _root.Meg._x - /Variables:Delta);
setProperty("_root.Meg", _xscale , _root.Meg._xscale + /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale + /Variables:Decale);
setProperty("_root.Meg", _y , (_root.Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("_root.Meg", _x , _root.Meg._x - /Variables:Delta);
setProperty("_root.Meg", _xscale , _root.Meg._xscale + /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale + /Variables:Decale);
setProperty("_root.Meg", _y , (_root.Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("_root.Meg", _x , _root.Meg._x - /Variables:Delta);
setProperty("_root.Meg", _xscale , _root.Meg._xscale + /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale + /Variables:Decale);
}
Set("/Variables:Delta", _root.Meg._yscale / 6);
setProperty("_root.Meg", _y , (_root.Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("_root.Meg", _x , _root.Meg._x - /Variables:Delta);
setProperty("_root.Meg", _xscale , _root.Meg._xscale + /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale + /Variables:Decale);
setProperty("_root.Meg", _y , (_root.Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("_root.Meg", _x , _root.Meg._x - /Variables:Delta);
setProperty("_root.Meg", _xscale , _root.Meg._xscale + /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale + /Variables:Decale);
setProperty("_root.Meg", _y , (_root.Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("_root.Meg", _x , _root.Meg._x - /Variables:Delta);
setProperty("_root.Meg", _xscale , _root.Meg._xscale + /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale + /Variables:Decale);
}
}
Symbol 809 MovieClip Frame 94
if (/Variables:Dir == "Right") {
if (_root.Collider.hitTest(_root.Meg._x + (/Variables:Delta * 2), _root.Meg._y + (/Variables:Delta * 2), true) == false) {
if (/Variables:Run == true) {
setProperty("_root.Meg", _y , (_root.Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("_root.Meg", _x , _root.Meg._x + /Variables:Delta);
setProperty("_root.Meg", _xscale , _root.Meg._xscale + /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale + /Variables:Decale);
setProperty("_root.Meg", _y , (_root.Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("_root.Meg", _x , _root.Meg._x + /Variables:Delta);
setProperty("_root.Meg", _xscale , _root.Meg._xscale + /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale + /Variables:Decale);
setProperty("_root.Meg", _y , (_root.Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("_root.Meg", _x , _root.Meg._x + /Variables:Delta);
setProperty("_root.Meg", _xscale , _root.Meg._xscale + /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale + /Variables:Decale);
}
Set("/Variables:Delta", _root.Meg._yscale / 6);
setProperty("_root.Meg", _y , (_root.Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("_root.Meg", _x , _root.Meg._x + /Variables:Delta);
setProperty("_root.Meg", _xscale , _root.Meg._xscale + /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale + /Variables:Decale);
setProperty("_root.Meg", _y , (_root.Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("_root.Meg", _x , _root.Meg._x + /Variables:Delta);
setProperty("_root.Meg", _xscale , _root.Meg._xscale + /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale + /Variables:Decale);
setProperty("_root.Meg", _y , (_root.Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("_root.Meg", _x , _root.Meg._x + /Variables:Delta);
setProperty("_root.Meg", _xscale , _root.Meg._xscale + /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale + /Variables:Decale);
}
}
if (/Variables:Dir == "Left") {
if (_root.Collider.hitTest(_root.Meg._x - (/Variables:Delta * 5), _root.Meg._y + (/Variables:Delta * 5), true) == false) {
if (/Variables:Run == true) {
setProperty("_root.Meg", _y , (_root.Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("_root.Meg", _x , _root.Meg._x - /Variables:Delta);
setProperty("_root.Meg", _xscale , _root.Meg._xscale + /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale + /Variables:Decale);
setProperty("_root.Meg", _y , (_root.Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("_root.Meg", _x , _root.Meg._x - /Variables:Delta);
setProperty("_root.Meg", _xscale , _root.Meg._xscale + /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale + /Variables:Decale);
setProperty("_root.Meg", _y , (_root.Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("_root.Meg", _x , _root.Meg._x - /Variables:Delta);
setProperty("_root.Meg", _xscale , _root.Meg._xscale + /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale + /Variables:Decale);
}
Set("/Variables:Delta", _root.Meg._yscale / 6);
setProperty("_root.Meg", _y , (_root.Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("_root.Meg", _x , _root.Meg._x - /Variables:Delta);
setProperty("_root.Meg", _xscale , _root.Meg._xscale + /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale + /Variables:Decale);
setProperty("_root.Meg", _y , (_root.Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("_root.Meg", _x , _root.Meg._x - /Variables:Delta);
setProperty("_root.Meg", _xscale , _root.Meg._xscale + /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale + /Variables:Decale);
setProperty("_root.Meg", _y , (_root.Meg._y + /Variables:Delta) - (/Variables:Delta / 3));
setProperty("_root.Meg", _x , _root.Meg._x - /Variables:Delta);
setProperty("_root.Meg", _xscale , _root.Meg._xscale + /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale + /Variables:Decale);
}
}
Symbol 809 MovieClip Frame 96
Set("/Variables:Stoppe", false);
_root:Idle == false;
Symbol 809 MovieClip Frame 98
gotoAndPlay (1);
Symbol 937 MovieClip Frame 1
if (/Variables:Run == true) {
gotoAndStop (20);
}
_root:Idle == false;
Symbol 937 MovieClip Frame 3
if (/Variables:Run == true) {
gotoAndStop (20);
}
Symbol 937 MovieClip Frame 5
if (/Variables:Run == true) {
gotoAndStop (20);
}
Symbol 937 MovieClip Frame 7
if (/Variables:Run == true) {
gotoAndStop (20);
}
Symbol 937 MovieClip Frame 9
if (/Variables:Run == true) {
gotoAndStop (20);
}
Symbol 937 MovieClip Frame 11
if (/Variables:Run == true) {
gotoAndStop (20);
}
Symbol 937 MovieClip Frame 13
if (/Variables:Run == true) {
gotoAndStop (20);
} else {
gotoAndStop (1);
}
Symbol 937 MovieClip Frame 20
if (/Variables:Run != true) {
gotoAndStop (1);
}
Symbol 937 MovieClip Frame 22
if (/Variables:Run != true) {
gotoAndStop (1);
}
Symbol 937 MovieClip Frame 24
if (/Variables:Run != true) {
gotoAndStop (1);
}
Symbol 937 MovieClip Frame 26
if (/Variables:Run == true) {
gotoAndStop (20);
} else {
gotoAndStop (1);
}
Symbol 937 MovieClip Frame 38
play();
Symbol 937 MovieClip Frame 45
if (random(20) == 10) {
gotoAndPlay (49);
}
Symbol 937 MovieClip Frame 46
gotoAndPlay (45);
Symbol 937 MovieClip Frame 65
gotoAndPlay (45);
Symbol 937 MovieClip Frame 85
if (/Variables:Dir == "Right") {
if (_root.Collider.hitTest(_root.Meg._x + (/Variables:Delta * 6), _root.Meg._y, true) == false) {
if (/Variables:Run == true) {
setProperty("_root.Meg", _x , _root.Meg._x + (/Variables:Delta * 4));
}
setProperty("_root.Meg", _x , _root.Meg._x + (/Variables:Delta * 5));
}
}
if (/Variables:Dir == "Left") {
if (_root.Collider.hitTest(_root.Meg._x - (/Variables:Delta * 6), _root.Meg._y, true) == false) {
if (/Variables:Run == true) {
setProperty("_root.Meg", _x , _root.Meg._x - (/Variables:Delta * 4));
}
setProperty("_root.Meg", _x , _root.Meg._x - (/Variables:Delta * 5));
}
}
Symbol 937 MovieClip Frame 86
if (/Variables:Dir == "Right") {
if (_root.Collider.hitTest(_root.Meg._x + (/Variables:Delta * 6), _root.Meg._y, true) == false) {
if (/Variables:Run == true) {
setProperty("_root.Meg", _x , _root.Meg._x + (/Variables:Delta * 4));
}
setProperty("_root.Meg", _x , _root.Meg._x + (/Variables:Delta * 5));
}
}
if (/Variables:Dir == "Left") {
if (_root.Collider.hitTest(_root.Meg._x - (/Variables:Delta * 6), _root.Meg._y, true) == false) {
if (/Variables:Run == true) {
setProperty("_root.Meg", _x , _root.Meg._x - (/Variables:Delta * 4));
}
setProperty("_root.Meg", _x , _root.Meg._x - (/Variables:Delta * 5));
}
}
Symbol 937 MovieClip Frame 87
if (/Variables:Dir == "Right") {
if (_root.Collider.hitTest(_root.Meg._x + (/Variables:Delta * 6), _root.Meg._y, true) == false) {
if (/Variables:Run == true) {
setProperty("_root.Meg", _x , _root.Meg._x + (/Variables:Delta * 4));
}
setProperty("_root.Meg", _x , _root.Meg._x + (/Variables:Delta * 5));
}
}
if (/Variables:Dir == "Left") {
if (_root.Collider.hitTest(_root.Meg._x - (/Variables:Delta * 6), _root.Meg._y, true) == false) {
if (/Variables:Run == true) {
setProperty("_root.Meg", _x , _root.Meg._x - (/Variables:Delta * 4));
}
setProperty("_root.Meg", _x , _root.Meg._x - (/Variables:Delta * 5));
}
}
Symbol 937 MovieClip Frame 88
if (/Variables:Dir == "Right") {
if (_root.Collider.hitTest(_root.Meg._x + (/Variables:Delta * 6), _root.Meg._y, true) == false) {
if (/Variables:Run == true) {
setProperty("_root.Meg", _x , _root.Meg._x + (/Variables:Delta * 4));
}
setProperty("_root.Meg", _x , _root.Meg._x + (/Variables:Delta * 5));
}
}
if (/Variables:Dir == "Left") {
if (_root.Collider.hitTest(_root.Meg._x - (/Variables:Delta * 6), _root.Meg._y, true) == false) {
if (/Variables:Run == true) {
setProperty("_root.Meg", _x , _root.Meg._x - (/Variables:Delta * 4));
}
setProperty("_root.Meg", _x , _root.Meg._x - (/Variables:Delta * 5));
}
}
Symbol 937 MovieClip Frame 89
Set("/Variables:Stoppe", false);
/:Idle == true;
Symbol 937 MovieClip Frame 91
gotoAndStop (1);
Symbol 1066 MovieClip Frame 1
if (/Variables:Run == true) {
gotoAndStop (20);
}
stop();
Symbol 1066 MovieClip Frame 3
if (/Variables:Run == true) {
gotoAndStop (20);
}
Symbol 1066 MovieClip Frame 5
if (/Variables:Run == true) {
gotoAndStop (20);
}
Symbol 1066 MovieClip Frame 7
if (/Variables:Run == true) {
gotoAndStop (20);
}
Symbol 1066 MovieClip Frame 9
if (/Variables:Run == true) {
gotoAndStop (20);
}
Symbol 1066 MovieClip Frame 11
if (/Variables:Run == true) {
gotoAndStop (20);
}
Symbol 1066 MovieClip Frame 13
if (/Variables:Run == true) {
gotoAndStop (20);
} else {
gotoAndStop (1);
}
Symbol 1066 MovieClip Frame 20
if (/Variables:Run != true) {
gotoAndStop (1);
}
Symbol 1066 MovieClip Frame 22
if (/Variables:Run != true) {
gotoAndStop (1);
}
Symbol 1066 MovieClip Frame 24
if (/Variables:Run != true) {
gotoAndStop (1);
}
Symbol 1066 MovieClip Frame 26
if (/Variables:Run == true) {
gotoAndStop (20);
} else {
gotoAndStop (1);
}
Symbol 1066 MovieClip Frame 36
play();
Symbol 1066 MovieClip Frame 41
if (random(20) == 10) {
gotoAndPlay (46);
}
Symbol 1066 MovieClip Frame 42
gotoAndPlay (41);
Symbol 1066 MovieClip Frame 70
gotoAndPlay (40);
Symbol 1066 MovieClip Frame 87
gotoAndPlay (36);
Symbol 1066 MovieClip Frame 93
if (_root.Collider.hitTest(_root.Meg._x + (/Variables:Delta * 5), _root.Meg._y - (/Variables:Delta * 8), true) == false) {
if (/Variables:Dir == "Right") {
if (/Variables:Run == true) {
setProperty("_root.Meg", _y , (_root.Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("_root.Meg", _x , _root.Meg._x + /Variables:Delta);
setProperty("_root.Meg", _xscale , _root.Meg._xscale - /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale - /Variables:Decale);
setProperty("_root.Meg", _y , (_root.Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("_root.Meg", _x , _root.Meg._x + /Variables:Delta);
setProperty("_root.Meg", _xscale , _root.Meg._xscale - /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale - /Variables:Decale);
setProperty("_root.Meg", _y , (_root.Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("_root.Meg", _x , _root.Meg._x + /Variables:Delta);
setProperty("_root.Meg", _xscale , _root.Meg._xscale - /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale - /Variables:Decale);
setProperty("_root.Meg", _y , (_root.Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("_root.Meg", _x , _root.Meg._x + /Variables:Delta);
setProperty("_root.Meg", _xscale , _root.Meg._xscale - /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale - /Variables:Decale);
}
Set("/Variables:Delta", _root.Meg._yscale / 6);
setProperty("_root.Meg", _y , (_root.Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("_root.Meg", _x , _root.Meg._x + Variables:Delta);
setProperty("_root.Meg", _xscale , _root.Meg._xscale - /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale - /Variables:Decale);
setProperty("_root.Meg", _y , (_root.Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("_root.Meg", _x , _root.Meg._x + /Variables:Delta);
setProperty("_root.Meg", _xscale , _root.Meg._xscale - /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale - /Variables:Decale);
}
}
if (_root.Collider.hitTest(_root.Meg._x - (/Variables:Delta * 2), _root.Meg._y - (/Variables:Delta * 8), true) == false) {
if (/Variables:Dir == "Left") {
if (/Variables:Run == true) {
setProperty("_root.Meg", _y , (_root.Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("_root.Meg", _x , _root.Meg._x - /Variables:Delta);
setProperty("_root.Meg", _xscale , _root.Meg._xscale - /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale - /Variables:Decale);
setProperty("_root.Meg", _y , (_root.Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("_root.Meg", _x , _root.Meg._x - /Variables:Delta);
setProperty("_root.Meg", _xscale , _root.Meg._xscale - /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale - /Variables:Decale);
setProperty("_root.Meg", _y , (_root.Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("_root.Meg", _x , _root.Meg._x - /Variables:Delta);
setProperty("_root.Meg", _xscale , _root.Meg._xscale - /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale - /Variables:Decale);
setProperty("_root.Meg", _y , (_root.Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("_root.Meg", _x , _root.Meg._x - /Variables:Delta);
setProperty("_root.Meg", _xscale , _root.Meg._xscale - /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale - /Variables:Decale);
}
Set("/Variables:Delta", _root.Meg._yscale / 6);
setProperty("_root.Meg", _y , (_root.Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("_root.Meg", _x , _root.Meg._x - /Variables:Delta);
setProperty("_root.Meg", _xscale , _root.Meg._xscale - /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale - /Variables:Decale);
setProperty("_root.Meg", _y , (_root.Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("_root.Meg", _x , _root.Meg._x - /Variables:Delta);
setProperty("_root.Meg", _xscale , _root.Meg._xscale - /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale - /Variables:Decale);
}
}
Symbol 1066 MovieClip Frame 94
if (_root.Collider.hitTest(_root.Meg._x + (/Variables:Delta * 5), _root.Meg._y - (/Variables:Delta * 8), true) == false) {
if (/Variables:Dir == "Right") {
if (/Variables:Run == true) {
setProperty("_root.Meg", _y , (_root.Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("_root.Meg", _x , _root.Meg._x + /Variables:Delta);
setProperty("_root.Meg", _xscale , _root.Meg._xscale - /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale - /Variables:Decale);
setProperty("_root.Meg", _y , (_root.Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("_root.Meg", _x , _root.Meg._x + /Variables:Delta);
setProperty("_root.Meg", _xscale , _root.Meg._xscale - /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale - /Variables:Decale);
setProperty("_root.Meg", _y , (_root.Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("_root.Meg", _x , _root.Meg._x + /Variables:Delta);
setProperty("_root.Meg", _xscale , _root.Meg._xscale - /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale - /Variables:Decale);
setProperty("_root.Meg", _y , (_root.Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("_root.Meg", _x , _root.Meg._x + /Variables:Delta);
setProperty("_root.Meg", _xscale , _root.Meg._xscale - /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale - /Variables:Decale);
}
Set("/Variables:Delta", _root.Meg._yscale / 6);
setProperty("_root.Meg", _y , (_root.Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("_root.Meg", _x , _root.Meg._x + Variables:Delta);
setProperty("_root.Meg", _xscale , _root.Meg._xscale - /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale - /Variables:Decale);
setProperty("_root.Meg", _y , (_root.Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("_root.Meg", _x , _root.Meg._x + /Variables:Delta);
setProperty("_root.Meg", _xscale , _root.Meg._xscale - /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale - /Variables:Decale);
}
}
if (_root.Collider.hitTest(_root.Meg._x - (/Variables:Delta * 2), _root.Meg._y - (/Variables:Delta * 8), true) == false) {
if (/Variables:Dir == "Left") {
if (/Variables:Run == true) {
setProperty("_root.Meg", _y , (_root.Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("_root.Meg", _x , _root.Meg._x - /Variables:Delta);
setProperty("_root.Meg", _xscale , _root.Meg._xscale - /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale - /Variables:Decale);
setProperty("_root.Meg", _y , (_root.Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("_root.Meg", _x , _root.Meg._x - /Variables:Delta);
setProperty("_root.Meg", _xscale , _root.Meg._xscale - /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale - /Variables:Decale);
setProperty("_root.Meg", _y , (_root.Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("_root.Meg", _x , _root.Meg._x - /Variables:Delta);
setProperty("_root.Meg", _xscale , _root.Meg._xscale - /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale - /Variables:Decale);
setProperty("_root.Meg", _y , (_root.Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("_root.Meg", _x , _root.Meg._x - /Variables:Delta);
setProperty("_root.Meg", _xscale , _root.Meg._xscale - /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale - /Variables:Decale);
}
Set("/Variables:Delta", _root.Meg._yscale / 6);
setProperty("_root.Meg", _y , (_root.Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("_root.Meg", _x , _root.Meg._x - /Variables:Delta);
setProperty("_root.Meg", _xscale , _root.Meg._xscale - /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale - /Variables:Decale);
setProperty("_root.Meg", _y , (_root.Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("_root.Meg", _x , _root.Meg._x - /Variables:Delta);
setProperty("_root.Meg", _xscale , _root.Meg._xscale - /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale - /Variables:Decale);
}
}
Symbol 1066 MovieClip Frame 95
if (_root.Collider.hitTest(_root.Meg._x + (/Variables:Delta * 5), _root.Meg._y - (/Variables:Delta * 8), true) == false) {
if (/Variables:Dir == "Right") {
if (/Variables:Run == true) {
setProperty("_root.Meg", _y , (_root.Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("_root.Meg", _x , _root.Meg._x + /Variables:Delta);
setProperty("_root.Meg", _xscale , _root.Meg._xscale - /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale - /Variables:Decale);
setProperty("_root.Meg", _y , (_root.Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("_root.Meg", _x , _root.Meg._x + /Variables:Delta);
setProperty("_root.Meg", _xscale , _root.Meg._xscale - /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale - /Variables:Decale);
setProperty("_root.Meg", _y , (_root.Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("_root.Meg", _x , _root.Meg._x + /Variables:Delta);
setProperty("_root.Meg", _xscale , _root.Meg._xscale - /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale - /Variables:Decale);
setProperty("_root.Meg", _y , (_root.Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("_root.Meg", _x , _root.Meg._x + /Variables:Delta);
setProperty("_root.Meg", _xscale , _root.Meg._xscale - /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale - /Variables:Decale);
}
Set("/Variables:Delta", _root.Meg._yscale / 6);
setProperty("_root.Meg", _y , (_root.Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("_root.Meg", _x , _root.Meg._x + Variables:Delta);
setProperty("_root.Meg", _xscale , _root.Meg._xscale - /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale - /Variables:Decale);
setProperty("_root.Meg", _y , (_root.Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("_root.Meg", _x , _root.Meg._x + /Variables:Delta);
setProperty("_root.Meg", _xscale , _root.Meg._xscale - /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale - /Variables:Decale);
}
}
if (_root.Collider.hitTest(_root.Meg._x - (/Variables:Delta * 2), _root.Meg._y - (/Variables:Delta * 8), true) == false) {
if (/Variables:Dir == "Left") {
if (/Variables:Run == true) {
setProperty("_root.Meg", _y , (_root.Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("_root.Meg", _x , _root.Meg._x - /Variables:Delta);
setProperty("_root.Meg", _xscale , _root.Meg._xscale - /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale - /Variables:Decale);
setProperty("_root.Meg", _y , (_root.Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("_root.Meg", _x , _root.Meg._x - /Variables:Delta);
setProperty("_root.Meg", _xscale , _root.Meg._xscale - /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale - /Variables:Decale);
setProperty("_root.Meg", _y , (_root.Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("_root.Meg", _x , _root.Meg._x - /Variables:Delta);
setProperty("_root.Meg", _xscale , _root.Meg._xscale - /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale - /Variables:Decale);
setProperty("_root.Meg", _y , (_root.Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("_root.Meg", _x , _root.Meg._x - /Variables:Delta);
setProperty("_root.Meg", _xscale , _root.Meg._xscale - /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale - /Variables:Decale);
}
Set("/Variables:Delta", _root.Meg._yscale / 6);
setProperty("_root.Meg", _y , (_root.Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("_root.Meg", _x , _root.Meg._x - /Variables:Delta);
setProperty("_root.Meg", _xscale , _root.Meg._xscale - /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale - /Variables:Decale);
setProperty("_root.Meg", _y , (_root.Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("_root.Meg", _x , _root.Meg._x - /Variables:Delta);
setProperty("_root.Meg", _xscale , _root.Meg._xscale - /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale - /Variables:Decale);
}
}
Symbol 1066 MovieClip Frame 96
if (_root.Collider.hitTest(_root.Meg._x + (/Variables:Delta * 5), _root.Meg._y - (/Variables:Delta * 8), true) == false) {
if (/Variables:Dir == "Right") {
if (/Variables:Run == true) {
setProperty("_root.Meg", _y , (_root.Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("_root.Meg", _x , _root.Meg._x + /Variables:Delta);
setProperty("_root.Meg", _xscale , _root.Meg._xscale - /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale - /Variables:Decale);
setProperty("_root.Meg", _y , (_root.Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("_root.Meg", _x , _root.Meg._x + /Variables:Delta);
setProperty("_root.Meg", _xscale , _root.Meg._xscale - /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale - /Variables:Decale);
setProperty("_root.Meg", _y , (_root.Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("_root.Meg", _x , _root.Meg._x + /Variables:Delta);
setProperty("_root.Meg", _xscale , _root.Meg._xscale - /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale - /Variables:Decale);
setProperty("_root.Meg", _y , (_root.Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("_root.Meg", _x , _root.Meg._x + /Variables:Delta);
setProperty("_root.Meg", _xscale , _root.Meg._xscale - /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale - /Variables:Decale);
}
Set("/Variables:Delta", _root.Meg._yscale / 6);
setProperty("_root.Meg", _y , (_root.Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("_root.Meg", _x , _root.Meg._x + Variables:Delta);
setProperty("_root.Meg", _xscale , _root.Meg._xscale - /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale - /Variables:Decale);
setProperty("_root.Meg", _y , (_root.Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("_root.Meg", _x , _root.Meg._x + /Variables:Delta);
setProperty("_root.Meg", _xscale , _root.Meg._xscale - /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale - /Variables:Decale);
}
}
if (_root.Collider.hitTest(_root.Meg._x - (/Variables:Delta * 2), _root.Meg._y - (/Variables:Delta * 8), true) == false) {
if (/Variables:Dir == "Left") {
if (/Variables:Run == true) {
setProperty("_root.Meg", _y , (_root.Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("_root.Meg", _x , _root.Meg._x - /Variables:Delta);
setProperty("_root.Meg", _xscale , _root.Meg._xscale - /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale - /Variables:Decale);
setProperty("_root.Meg", _y , (_root.Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("_root.Meg", _x , _root.Meg._x - /Variables:Delta);
setProperty("_root.Meg", _xscale , _root.Meg._xscale - /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale - /Variables:Decale);
setProperty("_root.Meg", _y , (_root.Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("_root.Meg", _x , _root.Meg._x - /Variables:Delta);
setProperty("_root.Meg", _xscale , _root.Meg._xscale - /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale - /Variables:Decale);
setProperty("_root.Meg", _y , (_root.Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("_root.Meg", _x , _root.Meg._x - /Variables:Delta);
setProperty("_root.Meg", _xscale , _root.Meg._xscale - /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale - /Variables:Decale);
}
Set("/Variables:Delta", _root.Meg._yscale / 6);
setProperty("_root.Meg", _y , (_root.Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("_root.Meg", _x , _root.Meg._x - /Variables:Delta);
setProperty("_root.Meg", _xscale , _root.Meg._xscale - /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale - /Variables:Decale);
setProperty("_root.Meg", _y , (_root.Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("_root.Meg", _x , _root.Meg._x - /Variables:Delta);
setProperty("_root.Meg", _xscale , _root.Meg._xscale - /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale - /Variables:Decale);
}
}
Symbol 1066 MovieClip Frame 97
if (_root.Collider.hitTest(_root.Meg._x + (/Variables:Delta * 5), _root.Meg._y - (/Variables:Delta * 8), true) == false) {
if (/Variables:Dir == "Right") {
if (/Variables:Run == true) {
setProperty("_root.Meg", _y , (_root.Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("_root.Meg", _x , _root.Meg._x + /Variables:Delta);
setProperty("_root.Meg", _xscale , _root.Meg._xscale - /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale - /Variables:Decale);
setProperty("_root.Meg", _y , (_root.Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("_root.Meg", _x , _root.Meg._x + /Variables:Delta);
setProperty("_root.Meg", _xscale , _root.Meg._xscale - /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale - /Variables:Decale);
setProperty("_root.Meg", _y , (_root.Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("_root.Meg", _x , _root.Meg._x + /Variables:Delta);
setProperty("_root.Meg", _xscale , _root.Meg._xscale - /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale - /Variables:Decale);
setProperty("_root.Meg", _y , (_root.Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("_root.Meg", _x , _root.Meg._x + /Variables:Delta);
setProperty("_root.Meg", _xscale , _root.Meg._xscale - /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale - /Variables:Decale);
}
Set("/Variables:Delta", _root.Meg._yscale / 6);
setProperty("_root.Meg", _y , (_root.Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("_root.Meg", _x , _root.Meg._x + Variables:Delta);
setProperty("_root.Meg", _xscale , _root.Meg._xscale - /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale - /Variables:Decale);
setProperty("_root.Meg", _y , (_root.Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("_root.Meg", _x , _root.Meg._x + /Variables:Delta);
setProperty("_root.Meg", _xscale , _root.Meg._xscale - /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale - /Variables:Decale);
}
}
if (_root.Collider.hitTest(_root.Meg._x - (/Variables:Delta * 2), _root.Meg._y - (/Variables:Delta * 8), true) == false) {
if (/Variables:Dir == "Left") {
if (/Variables:Run == true) {
setProperty("_root.Meg", _y , (_root.Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("_root.Meg", _x , _root.Meg._x - /Variables:Delta);
setProperty("_root.Meg", _xscale , _root.Meg._xscale - /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale - /Variables:Decale);
setProperty("_root.Meg", _y , (_root.Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("_root.Meg", _x , _root.Meg._x - /Variables:Delta);
setProperty("_root.Meg", _xscale , _root.Meg._xscale - /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale - /Variables:Decale);
setProperty("_root.Meg", _y , (_root.Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("_root.Meg", _x , _root.Meg._x - /Variables:Delta);
setProperty("_root.Meg", _xscale , _root.Meg._xscale - /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale - /Variables:Decale);
setProperty("_root.Meg", _y , (_root.Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("_root.Meg", _x , _root.Meg._x - /Variables:Delta);
setProperty("_root.Meg", _xscale , _root.Meg._xscale - /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale - /Variables:Decale);
}
Set("/Variables:Delta", _root.Meg._yscale / 6);
setProperty("_root.Meg", _y , (_root.Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("_root.Meg", _x , _root.Meg._x - /Variables:Delta);
setProperty("_root.Meg", _xscale , _root.Meg._xscale - /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale - /Variables:Decale);
setProperty("_root.Meg", _y , (_root.Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("_root.Meg", _x , _root.Meg._x - /Variables:Delta);
setProperty("_root.Meg", _xscale , _root.Meg._xscale - /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale - /Variables:Decale);
}
}
Symbol 1066 MovieClip Frame 99
Set("/Variables:Stoppe", false);
_root:Idle == false;
Symbol 1066 MovieClip Frame 100
gotoAndStop (1);
Symbol 1156 MovieClip Frame 1
if (/Variables:Run == true) {
gotoAndStop (20);
}
Symbol 1156 MovieClip Frame 3
if (/Variables:Run == true) {
gotoAndStop (20);
}
Symbol 1156 MovieClip Frame 5
if (/Variables:Run == true) {
gotoAndStop (20);
}
Symbol 1156 MovieClip Frame 7
if (/Variables:Run == true) {
gotoAndStop (20);
}
Symbol 1156 MovieClip Frame 9
if (/Variables:Run == true) {
gotoAndStop (20);
}
Symbol 1156 MovieClip Frame 11
if (/Variables:Run == true) {
gotoAndStop (20);
}
Symbol 1156 MovieClip Frame 13
if (/Variables:Run == true) {
gotoAndStop (20);
} else {
gotoAndStop (1);
}
Symbol 1156 MovieClip Frame 20
if (/Variables:Run != true) {
gotoAndStop (1);
}
Symbol 1156 MovieClip Frame 22
if (/Variables:Run != true) {
gotoAndStop (1);
}
Symbol 1156 MovieClip Frame 24
if (/Variables:Run != true) {
gotoAndStop (1);
}
Symbol 1156 MovieClip Frame 26
if (/Variables:Run == true) {
gotoAndStop (20);
} else {
gotoAndStop (1);
}
Symbol 1156 MovieClip Frame 37
play();
Symbol 1156 MovieClip Frame 45
if (random(20) == 10) {
gotoAndPlay (50);
}
Symbol 1156 MovieClip Frame 46
gotoAndPlay (45);
Symbol 1156 MovieClip Frame 74
gotoAndPlay (45);
Symbol 1156 MovieClip Frame 97
if (_root.Collider.hitTest(_root.Meg._x, _root.Meg._y - (/Variables:Delta * 5), true) == false) {
if (/Variables:Run == true) {
setProperty("_root.Meg", _y , (_root.Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("_root.Meg", _xscale , _root.Meg._xscale - /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale - /Variables:Decale);
setProperty("_root.Meg", _y , (_root.Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("_root.Meg", _xscale , _root.Meg._xscale - /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale - /Variables:Decale);
setProperty("_root.Meg", _y , (_root.Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("_root.Meg", _xscale , _root.Meg._xscale - /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale - /Variables:Decale);
setProperty("_root.Meg", _y , (_root.Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("_root.Meg", _xscale , _root.Meg._xscale - /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale - /Variables:Decale);
setProperty("_root.Meg", _y , (_root.Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("_root.Meg", _xscale , _root.Meg._xscale - /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale - /Variables:Decale);
setProperty("_root.Meg", _y , (_root.Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("_root.Meg", _xscale , _root.Meg._xscale - /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale - /Variables:Decale);
}
Set("/Variables:Delta", _root.Meg._yscale / 6);
setProperty("_root.Meg", _y , (_root.Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("_root.Meg", _xscale , _root.Meg._xscale - /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale - /Variables:Decale);
Set("/Variables:Delta", _root.Meg._yscale / 6);
setProperty("_root.Meg", _y , (_root.Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("_root.Meg", _xscale , _root.Meg._xscale - /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale - /Variables:Decale);
}
Symbol 1156 MovieClip Frame 98
if (_root.Collider.hitTest(_root.Meg._x, _root.Meg._y - (/Variables:Delta * 5), true) == false) {
if (/Variables:Run == true) {
setProperty("_root.Meg", _y , (_root.Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("_root.Meg", _xscale , _root.Meg._xscale - /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale - /Variables:Decale);
setProperty("_root.Meg", _y , (_root.Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("_root.Meg", _xscale , _root.Meg._xscale - /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale - /Variables:Decale);
setProperty("_root.Meg", _y , (_root.Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("_root.Meg", _xscale , _root.Meg._xscale - /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale - /Variables:Decale);
setProperty("_root.Meg", _y , (_root.Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("_root.Meg", _xscale , _root.Meg._xscale - /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale - /Variables:Decale);
setProperty("_root.Meg", _y , (_root.Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("_root.Meg", _xscale , _root.Meg._xscale - /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale - /Variables:Decale);
setProperty("_root.Meg", _y , (_root.Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("_root.Meg", _xscale , _root.Meg._xscale - /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale - /Variables:Decale);
}
Set("/Variables:Delta", _root.Meg._yscale / 6);
setProperty("_root.Meg", _y , (_root.Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("_root.Meg", _xscale , _root.Meg._xscale - /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale - /Variables:Decale);
Set("/Variables:Delta", _root.Meg._yscale / 6);
setProperty("_root.Meg", _y , (_root.Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("_root.Meg", _xscale , _root.Meg._xscale - /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale - /Variables:Decale);
}
Symbol 1156 MovieClip Frame 99
if (_root.Collider.hitTest(_root.Meg._x, _root.Meg._y - (/Variables:Delta * 5), true) == false) {
if (/Variables:Run == true) {
setProperty("_root.Meg", _y , (_root.Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("_root.Meg", _xscale , _root.Meg._xscale - /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale - /Variables:Decale);
setProperty("_root.Meg", _y , (_root.Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("_root.Meg", _xscale , _root.Meg._xscale - /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale - /Variables:Decale);
setProperty("_root.Meg", _y , (_root.Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("_root.Meg", _xscale , _root.Meg._xscale - /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale - /Variables:Decale);
setProperty("_root.Meg", _y , (_root.Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("_root.Meg", _xscale , _root.Meg._xscale - /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale - /Variables:Decale);
setProperty("_root.Meg", _y , (_root.Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("_root.Meg", _xscale , _root.Meg._xscale - /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale - /Variables:Decale);
setProperty("_root.Meg", _y , (_root.Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("_root.Meg", _xscale , _root.Meg._xscale - /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale - /Variables:Decale);
}
Set("/Variables:Delta", _root.Meg._yscale / 6);
setProperty("_root.Meg", _y , (_root.Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("_root.Meg", _xscale , _root.Meg._xscale - /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale - /Variables:Decale);
Set("/Variables:Delta", _root.Meg._yscale / 6);
setProperty("_root.Meg", _y , (_root.Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("_root.Meg", _xscale , _root.Meg._xscale - /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale - /Variables:Decale);
}
Symbol 1156 MovieClip Frame 100
if (_root.Collider.hitTest(_root.Meg._x, _root.Meg._y - (/Variables:Delta * 5), true) == false) {
if (/Variables:Run == true) {
setProperty("_root.Meg", _y , (_root.Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("_root.Meg", _xscale , _root.Meg._xscale - /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale - /Variables:Decale);
setProperty("_root.Meg", _y , (_root.Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("_root.Meg", _xscale , _root.Meg._xscale - /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale - /Variables:Decale);
setProperty("_root.Meg", _y , (_root.Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("_root.Meg", _xscale , _root.Meg._xscale - /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale - /Variables:Decale);
setProperty("_root.Meg", _y , (_root.Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("_root.Meg", _xscale , _root.Meg._xscale - /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale - /Variables:Decale);
setProperty("_root.Meg", _y , (_root.Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("_root.Meg", _xscale , _root.Meg._xscale - /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale - /Variables:Decale);
setProperty("_root.Meg", _y , (_root.Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("_root.Meg", _xscale , _root.Meg._xscale - /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale - /Variables:Decale);
}
Set("/Variables:Delta", _root.Meg._yscale / 6);
setProperty("_root.Meg", _y , (_root.Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("_root.Meg", _xscale , _root.Meg._xscale - /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale - /Variables:Decale);
Set("/Variables:Delta", _root.Meg._yscale / 6);
setProperty("_root.Meg", _y , (_root.Meg._y - (/Variables:Delta / 2)) - ((/Variables:Delta / 3) / 2));
setProperty("_root.Meg", _xscale , _root.Meg._xscale - /Variables:Decale);
setProperty("_root.Meg", _yscale , _root.Meg._yscale - /Variables:Decale);
}
Symbol 1156 MovieClip Frame 102
Set("/Variables:Stoppe", false);
_root:Idle == false;
Symbol 1156 MovieClip Frame 103
gotoAndStop (1);
Symbol 1168 MovieClip Frame 1
if (/Variables:DeltaTombe != 0) {
setProperty("_root.Meg", _y , _root.Meg._y + 50);
Set("/Variables:DeltaTombe", /Variables:DeltaTombe - 1);
} else {
gotoAndPlay (3);
}
Symbol 1168 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1168 MovieClip Frame 4
tellTarget ("_parent") {
gotoAndStop (1);
};
Set("/Variables:Stoppe", false);
Symbol 1169 MovieClip Frame 1
stop();
Symbol 1175 MovieClip Frame 1
Fleche = 1;
Set("/:Idle", false);
LargeurObjet = 72;
InvNb = 0;
InvNbMax = 10;
InvObjetSelect = 0;
Instructions = "INTRODUCTION\r\nIn Steppenwolf: The X-Creatures Project, you guide the characters through \nan interactive series of action and logic based puzzles. To succeed, your objectives are to:\r\n- Watch the scenes for valuable clues.\n- Collect inventory items to help you overcome obstacles.\n- Survive to the end of the episode.\r\nTo help you along on your quest, the game is divided into two major components:\r\nMAIN GAME SCREEN: Where all the action takes place.\nINVENTORY SCREEN: Where you access stored information and inventory items. \r\n\r\nMAIN GAME SCREEN\r\nThe following keyboard commands are key to your survival:\r\nARROW KEYS: Walk in the appropriate direction. \nSHIFT + ARROW KEYS: Run in the appropriate direction.\nCTRL : Short Jump in the current direction **\nCTRL + SHIFT : Long Jump in the current direction ** \nSPACE: This \"ACTION KEY\" allows you to interact with the interactive \n element closest to the character's current position.\nT: Toggle the current selected item\nI : Open the Inventory Screen\r\n** use COMMAND instead of CTRL on MAC \r\nThe following onscreen items can be viewed throughout the episode\r\nLIFE GAUGE: Located in the top-left corner, this measures \nthe character's current health levels. If it falls to zero, the game is over.\r\nINVENTORY ICON : Located in the top-right corner, clicking on this \n(or press on the \"I\" key) gives you access to the INVENTORY SCREEN.\r\nSELECTED OBJECT ICON : Located in the bottom-right corner, \nidentifies the currently active inventory object. \n(Exchange this object with the next one in the list by pressing \"T\")\r\nGTS SCREEN (Global Tracking System): Located in the bottom-right \ncorner of the screen, the GTS will give you information about your \nposition as well as those of other mobile game objects. The GTS must \nbe selected from the inventory to become visible, and is only available \nwhen SteppenWolf is the player character. \r\n\r\nINVENTORY SCREEN\r\nFrom this page, you can access stored information and inventory \nitems. Note that the game's action is paused while here.\r\nMAIL : Click on the MAIL button to browse from a list of recent email \nmessages from various supporting characters. Click on a message \nto read it, or on the paper clip located at its side to look at an \nattachment. This feature is only available while Meg is the player character.\r\nGTS (Global Tracking System) : When the GTS is active, the bottom-right part \nof the main game screen will show the current game map, updated in real time. \nSteppenWolf is represented by the blue dot; other creatures and game objects, \nif any, will be shown in different colors. Use the GTS to look for useful items, \navoid dangerous situations or find your way if you are lost. This feature is only \navailable while SteppenWolf is the current player character.\r\nITEMS : When active, you can scroll through the inventory items \naccumulated since the beginning of the episode. Clicking on an item \nwill make it active. Some inventory items can be combined into more \nelaborate objects by dragging a new item to the main display window \nwhile another item is active. For example, making an antidote potion \nmay require several ingredients. If you drag a different object to the \nmain display window while it is already showing something else, the \ntwo will automatically merge into one if appropriate. (Otherwise, the\nnew item simply replaces the old one as active object.)\r\nOK : Returns to the MAIN GAME SCREEN.\nHELP : Returns to the game instructions at any time during the episode.\nQUIT : Leaves the current episode.\nQUALITY : If the animation is choppy or slow, select a lower image quality.\nVOLUME : This slider allows you to set the sound volume.\r\nMINIMUM SYSTEM REQUIREMENTS:\r\nWindows 95/98/NT/2000\nMinimum 200MHz processor, Windows compatible sound card, 24 bit display.\r\nMacintosh OS\nMinimum 200MHz PowerPC processor, 24 bit display.\n";
InvObjet1 = 0;
InvObjet2 = 0;
InvObjet3 = 0;
InvObjet4 = 0;
InvObjet5 = 0;
InvObjet6 = 0;
InvObjet7 = 0;
InvObjet8 = 0;
InvObjet9 = 0;
InvObjet10 = 0;
InvMail = 0;
InvMailMax = 6;
InvMail1 = 1;
InvMail2 = 2;
InvMail3 = 0;
InvMail4 = 0;
InvMail5 = 0;
InvMail6 = 0;
Mail1 = "Meg, \r\nAs your first Secrets of the Wild assignment, you must seek out, find and film a legendary African creature known as the Mokele Mbembe. \r\nReportedly, this creature is as big as an elephant and can knock down trees with a single blow of its long and powerful tail. I say reportedly, because we have no formal proof that it exists: several scientific expeditions have visited the area since 1980, but failed to produce any conclusive evidence. However, given that legends concerning the monster have turned up all over central Africa, and that the local population is utterly terrified of the creature, we do believe that it is there, probably deep in the marshes beyond the source of the Congo river. \r\nA veteran cameraman by the name of Derek Murphy will assist you in this assignment. Don't be put off by his personality quirks; he's the best I've ever seen at what he does. We expect daily reports, which Derek will send us via satellite and which will be published on the World Geographic web site. We have already signed up over one hundred thousand subscribers; failure is not an option. \r\nAs I mentioned earlier when we talked in my office, you may want to contact a man known as the Steppenwolf. I know little about this guy, especially not whether he'll be of any help to you; all that my sources tell me is that he is a paleo-biologist and a self-proclaimed expert in the study of mythical and improbable animals. If that's true, he probably knows as much about the Mokele Mbembe as anyone. Apparently, he lives as a recluse, somewhere in the jungle near your destination, and he hasn't talked to anyone outside of the local tribe in years, so you'll have to be very convincing to squeeze any information out of him. For what it's worth, I have attached an old photograph of the man to this message. \r\nTime to get to work, now. A boat is waiting for you in Kisangani harbor. It will take you up the river, to the heart of the jungle. From then on, you're on your own. \r\nSincerely, \r\nMcAllister \r\n";
Mail2 = "Hey Meg,\r\nI hope that everything is nice and cozy for you in Africa. Have you met the Steppenwolf yet? Is he cooperative?\r\nWe're all looking forward to your first report. When do you think you'll be able to send it in?\r\nTalk to you soon,\r\nMcA";
Vie = 100;
ObjetSelect = 0;
Acceleration = 0;
Symbol 1266 MovieClip Frame 1
stop();
gotoAndStop(/Variables:ObjetSelect + 1);
Symbol 1266 MovieClip Frame 2
Set("/Variables:ObjetSelect", 1);
Symbol 1266 MovieClip Frame 3
Set("/Variables:ObjetSelect", 2);
Symbol 1266 MovieClip Frame 4
Set("/Variables:ObjetSelect", 3);
Symbol 1266 MovieClip Frame 5
Set("/Variables:ObjetSelect", 4);
Symbol 1266 MovieClip Frame 6
Set("/Variables:ObjetSelect", 5);
Symbol 1266 MovieClip Frame 7
Set("/Variables:ObjetSelect", 6);
Symbol 1266 MovieClip Frame 8
Set("/Variables:ObjetSelect", 7);
Symbol 1266 MovieClip Frame 9
Set("/Variables:ObjetSelect", 8);
Symbol 1266 MovieClip Frame 10
Set("/Variables:ObjetSelect", 9);
Symbol 1266 MovieClip Frame 11
Set("/Variables:ObjetSelect", 10);
Symbol 1274 MovieClip Frame 1
Set("/Variables:GageLargeur", _width);
Symbol 1274 MovieClip Frame 2
setProperty("Gage2", _width , /Variables:GageLargeur * (/Variables:Vie / 100));
stop();
Symbol 1303 Button
on (release) {
tellTarget ("_root") {
gotoAndStop(/Variables:EtatVide);
};
play();
}
Symbol 1305 Button
on (keyPress "t") {
if (/Variables:InvObjet1 != 0) {
if (/Variables:InvObjetSelect == 12) {
Set("/Variables:InvObjetSelect", 1);
tellTarget ("ObjetAffiche") {
gotoAndStop(/Variables:InvObjet1 + 1);
};
} else if (eval ("/Variables:InvObjet" + (/Variables:InvObjetSelect + 1)) != 0) {
Set("/Variables:InvObjetSelect", /Variables:InvObjetSelect + 1);
tellTarget ("ObjetAffiche") {
gotoAndStop(eval ("/Variables:InvObjet" + /Variables:InvObjetSelect) + 1);
};
} else {
Set("/Variables:InvObjetSelect", 1);
tellTarget ("ObjetAffiche") {
gotoAndStop(/Variables:InvObjet1 + 1);
};
}
}
}
on (keyPress "i") {
tellTarget ("_root") {
gotoAndStop(/Variables:EtatVide);
};
play();
}
on (keyPress "T") {
if (/Variables:InvObjet1 != 0) {
if (/Variables:InvObjetSelect == 12) {
Set("/Variables:InvObjetSelect", 1);
tellTarget ("ObjetAffiche") {
gotoAndStop(/Variables:InvObjet1 + 1);
};
} else if (eval ("/Variables:InvObjet" + (/Variables:InvObjetSelect + 1)) != 0) {
Set("/Variables:InvObjetSelect", /Variables:InvObjetSelect + 1);
tellTarget ("ObjetAffiche") {
gotoAndStop(eval ("/Variables:InvObjet" + /Variables:InvObjetSelect) + 1);
};
} else {
Set("/Variables:InvObjetSelect", 1);
tellTarget ("ObjetAffiche") {
gotoAndStop(/Variables:InvObjet1 + 1);
};
}
}
}
on (keyPress "I") {
tellTarget ("_root") {
gotoAndStop(/Variables:EtatVide);
};
play();
}
Symbol 1306 MovieClip Frame 1
stop();
Symbol 1306 MovieClip Frame 2
i = 1;
while ((/Variables:InvNb >= i) and (eval ("/Variables:InvObjet" + i) != /Variables:ObjetRemove)) {
if (eval ("/Variables:InvObjet" + i) != /Variables:ObjetRemove) {
i = i + 1;
}
}
k = i;
while (/Variables:InvNb >= k) {
Set("/Variables:InvObjet" + k, eval ("/Variables:InvObjet" + (k + 1)));
k = k + 1;
}
Set("/Variables:InvObjet" + /Variables:InvNb, 0);
Set("/Variables:ObjetSelect", 0);
tellTarget ("_root.Inventaire.ObjetAffiche") {
gotoAndStop (1);
};
Set("/Variables:InvNb", /Variables:InvNb - 1);
gotoAndStop (1);
Symbol 1322 Button
on (release) {
Set("/Variables:TransMail", "");
Set("/Variables:ObjetSelect", 0);
tellTarget ("MailMovie") {
gotoAndStop (2);
};
gotoAndStop (3);
}
Symbol 1323 MovieClip Frame 1
Set("/Variables:GageLargeur", _width);
Symbol 1323 MovieClip Frame 2
setProperty("Gage2", _width , /Variables:GageLargeur * (/Variables:Vie / 100));
stop();
Symbol 1335 Button
on (press) {
startDrag ("", false, left, top, right, bottom);
dragging = true;
}
on (release, releaseOutside) {
stopDrag();
dragging = false;
}
Symbol 1341 Button
on (release) {
tellTarget ("/") {
gotoAndPlay(/Variables:EtatActif);
};
gotoAndStop (1);
}
Symbol 1346 Button
on (release) {
nextFrame();
}
Symbol 1356 Button
on (release) {
getURL ("/web/steppenwolf/play.jsp?end=true");
}
Symbol 1359 Button
on (release) {
gotoAndStop (1);
}
Symbol 1360 MovieClip Frame 1
stop();
Symbol 1361 Button
on (release) {
Set("/Variables:TransMail", /Variables:Instructions);
if (_currentframe == 2) {
tellTarget ("InvSelection") {
gotoAndStop (1);
};
}
tellTarget ("MailMovie") {
gotoAndPlay (3);
};
}
Symbol 1364 MovieClip Frame 1
stop();
Symbol 1364 MovieClip Frame 2
stop();
Symbol 1364 MovieClip Frame 3
stop();
Symbol 1367 MovieClip Frame 1
stop();
Symbol 1367 MovieClip Frame 4
gotoAndPlay (2);
Symbol 1387 MovieClip Frame 1
stop();
Symbol 1387 MovieClip Frame 2
Set("/Variables:ObjetSelect", 1);
Symbol 1387 MovieClip Frame 3
Set("/Variables:ObjetSelect", 2);
Symbol 1387 MovieClip Frame 4
Set("/Variables:ObjetSelect", 3);
Symbol 1387 MovieClip Frame 5
Set("/Variables:ObjetSelect", 4);
Symbol 1387 MovieClip Frame 6
Set("/Variables:ObjetSelect", 5);
Symbol 1387 MovieClip Frame 7
Set("/Variables:ObjetSelect", 6);
Symbol 1387 MovieClip Frame 8
Set("/Variables:ObjetSelect", 7);
Symbol 1387 MovieClip Frame 9
Set("/Variables:ObjetSelect", 8);
Symbol 1387 MovieClip Frame 10
Set("/Variables:ObjetSelect", 9);
Symbol 1387 MovieClip Frame 11
Set("/Variables:ObjetSelect", 10);
Symbol 1395 Button
on (release) {
Set("/Variables:TransMail", /Variables:Mail1);
tellTarget ("../../") {
play();
};
}
Symbol 1398 Button
on (release) {
Set("/Variables:Attachement", substring(_name, 4, 1));
tellTarget ("../../../") {
gotoAndPlay ("Attachement");
};
}
Symbol 1401 Button
on (release) {
Set("/Variables:TransMail", /Variables:Mail2);
tellTarget ("../../") {
play();
};
}
Symbol 1402 MovieClip Frame 1
gotoAndStop(eval ("/Variables:Inv" + _name) + 1);
Symbol 1403 MovieClip Frame 1
gotoAndStop(eval ("/Variables:Inv" + _name) + 1);
Symbol 1405 Button
on (press) {
if ((getProperty("MailBas", _y) - 10) < (getProperty("MailEnsemble", _y) + getProperty("MailEnsemble", _height))) {
setProperty("MailEnsemble", _y , getProperty("MailEnsemble", _y) - 10);
}
tellTarget ("../FlechesRoue") {
gotoAndStop ("Down");
};
Set("/Variables:ScrollMail", -10);
tellTarget ("MailScroll") {
play();
};
tellTarget ("../RoueScroll") {
play();
};
}
on (release, releaseOutside) {
tellTarget ("../FlechesRoue") {
gotoAndStop (1);
};
tellTarget ("MailScroll") {
gotoAndStop (1);
};
tellTarget ("../RoueScroll") {
gotoAndStop (1);
};
}
Symbol 1406 Button
on (press) {
if (getProperty("MailEnsemble", _y) < (getProperty("MailHaut", _y) - 10)) {
setProperty("MailEnsemble", _y , getProperty("MailEnsemble", _y) + 10);
} else {
setProperty("MailEnsemble", _y , getProperty("MailHaut", _y));
}
tellTarget ("../FlechesRoue") {
gotoAndStop ("Up");
};
Set("/Variables:ScrollMail", 10);
tellTarget ("MailScroll") {
play();
};
tellTarget ("../RoueScroll") {
play();
};
}
on (release, releaseOutside) {
tellTarget ("../FlechesRoue") {
gotoAndStop (1);
};
tellTarget ("MailScroll") {
gotoAndStop (1);
};
tellTarget ("../RoueScroll") {
gotoAndStop (1);
};
}
Symbol 1408 MovieClip Frame 1
stop();
Symbol 1408 MovieClip Frame 3
if (0 < /Variables:ScrollMail) {
if (getProperty("../MailEnsemble", _y) < (getProperty("../MailHaut", _y) - /Variables:ScrollMail)) {
setProperty("../MailEnsemble", _y , getProperty("../MailEnsemble", _y) + /Variables:ScrollMail);
} else {
setProperty("../MailEnsemble", _y , getProperty("../MailHaut", _y));
tellTarget ("../../RoueScroll") {
gotoAndStop (1);
};
}
}
if (/Variables:ScrollMail < 0) {
if ((getProperty("../MailBas", _y) + /Variables:ScrollMail) < (getProperty("../MailEnsemble", _y) + getProperty("../MailEnsemble", _height))) {
setProperty("../MailEnsemble", _y , getProperty("../MailEnsemble", _y) + /Variables:ScrollMail);
} else {
tellTarget ("../../RoueScroll") {
gotoAndStop (1);
};
}
}
prevFrame();
play();
Symbol 1415 Button
on (press) {
TexteMail.scroll = TexteMail.scroll + 1;
tellTarget ("../FlechesRoue") {
gotoAndStop ("Down");
};
Set("/Variables:Scroll", 1);
tellTarget ("ControlScroll") {
play();
};
tellTarget ("../RoueScroll") {
play();
};
}
on (release, releaseOutside) {
tellTarget ("../FlechesRoue") {
gotoAndStop (1);
};
tellTarget ("ControlScroll") {
gotoAndStop (1);
};
tellTarget ("../RoueScroll") {
gotoAndStop (1);
};
}
Symbol 1416 Button
on (press) {
TexteMail.scroll = TexteMail.scroll - 1;
tellTarget ("../FlechesRoue") {
gotoAndStop ("Up");
};
Set("/Variables:Scroll", -1);
tellTarget ("ControlScroll") {
play();
};
tellTarget ("../RoueScroll") {
play();
};
}
on (release, releaseOutside) {
tellTarget ("../FlechesRoue") {
gotoAndStop (1);
};
tellTarget ("ControlScroll") {
gotoAndStop (1);
};
tellTarget ("../RoueScroll") {
gotoAndStop (1);
};
}
Symbol 1419 Button
on (release) {
Set("/Variables:TransMail", "");
TexteMail = "";
if (getProperty("../", _currentframe) == 3) {
gotoAndStop (2);
} else {
tellTarget ("../InvSelection") {
gotoAndStop(/Variables:ObjetSelect + 1);
};
gotoAndStop (1);
}
}
Symbol 1420 MovieClip Frame 1
stop();
Symbol 1420 MovieClip Frame 3
_parent.TexteMail.scroll = _parent.TexteMail.scroll + /Variables:Scroll;
gotoAndPlay (2);
Symbol 1440 MovieClip Frame 1
gotoAndStop(/Variables:Attachement);
Symbol 1440 MovieClip Frame 2
stop();
Symbol 1441 Button
on (press) {
if ((getProperty("AttBas", _y) - 10) < (getProperty("Attachement", _y) + getProperty("Attachement", _height))) {
setProperty("Attachement", _y , getProperty("Attachement", _y) - 10);
}
tellTarget ("../FlechesRoue") {
gotoAndStop ("Down");
};
Set("/Variables:ScrollMail", -10);
tellTarget ("ScrollAttachement") {
play();
};
tellTarget ("../RoueScroll") {
play();
};
}
on (release, releaseOutside) {
tellTarget ("../FlechesRoue") {
gotoAndStop (1);
};
tellTarget ("ScrollAttachement") {
gotoAndStop (1);
};
tellTarget ("../RoueScroll") {
gotoAndStop (1);
};
}
Symbol 1442 Button
on (press) {
if (getProperty("Attachement", _y) < (getProperty("AttHaut", _y) + 10)) {
setProperty("Attachement", _y , getProperty("Attachement", _y) + 10);
} else {
setProperty("Attachement", _y , getProperty("AttHaut", _y));
}
tellTarget ("../FlechesRoue") {
gotoAndStop ("Up");
};
Set("/Variables:ScrollMail", 10);
tellTarget ("ScrollAttachement") {
play();
};
tellTarget ("../RoueScroll") {
play();
};
}
on (release, releaseOutside) {
tellTarget ("../FlechesRoue") {
gotoAndStop (1);
};
tellTarget ("ScrollAttachement") {
gotoAndStop (1);
};
tellTarget ("../RoueScroll") {
gotoAndStop (1);
};
}
Symbol 1443 MovieClip Frame 1
stop();
Symbol 1443 MovieClip Frame 3
if (0 < /Variables:ScrollMail) {
if (getProperty("../Attachement", _y) < (getProperty("../AttHaut", _y) - /Variables:ScrollMail)) {
setProperty("../Attachement", _y , getProperty("../Attachement", _y) + /Variables:ScrollMail);
} else {
setProperty("../Attachement", _y , getProperty("../AttHaut", _y));
tellTarget ("../../RoueScroll") {
gotoAndStop (1);
};
}
}
if (/Variables:ScrollMail < 0) {
if ((getProperty("../AttBas", _y) + /Variables:ScrollMail) < (getProperty("../Attachement", _y) + getProperty("../Attachement", _height))) {
setProperty("../Attachement", _y , getProperty("../Attachement", _y) + /Variables:ScrollMail);
} else {
tellTarget ("../../RoueScroll") {
gotoAndStop (1);
};
}
}
prevFrame();
play();
Symbol 1444 MovieClip Frame 1
stop();
Symbol 1444 MovieClip Frame 2
stop();
Symbol 1444 MovieClip Frame 4
TexteMail = /Variables:TransMail;
stop();
Symbol 1444 MovieClip Frame 6
stop();
Symbol 1446 Button
on (press) {
tellTarget ("../../MailMovie") {
gotoAndStop (1);
};
tellTarget ("../../InvArrete") {
gotoAndStop ("Arret");
};
Set("/Variables:Xposition", _x);
Set("/Variables:Yposition", _y);
this.swapDepths(1);
startDrag ("");
}
on (release, releaseOutside) {
stopDrag();
tellTarget ("../../InvArrete") {
gotoAndPlay (1);
};
_x = /Variables:Xposition;
_y = /Variables:Yposition;
Set("/Variables:Frame", _currentframe);
tellTarget ("../../InvSelection") {
gotoAndStop(/Variables:Frame);
};
}
Symbol 1447 Button
on (press) {
tellTarget ("../../MailMovie") {
gotoAndStop (1);
};
tellTarget ("../../InvArrete") {
gotoAndStop ("Arret");
};
Set("/Variables:Xposition", _x);
Set("/Variables:Yposition", _y);
this.swapDepths(1);
startDrag ("");
}
on (release, releaseOutside) {
stopDrag();
tellTarget ("../../InvArrete") {
gotoAndPlay (1);
};
_x = /Variables:Xposition;
_y = /Variables:Yposition;
if ((_droptarget eq "/Inventaire/DropZone") and (/Variables:ObjetSelect == 6)) {
tellTarget ("../../Animatique") {
gotoAndStop (2);
};
Set("/Variables:InvNb", /Variables:InvNb - 1);
Set("/Variables:Inv" + _name, 10);
Set("/Variables:ObjetCombine", 6);
tellTarget ("../../ControlCombine") {
play();
};
tellTarget ("../../InvSelection") {
gotoAndStop (11);
};
} else {
Set("/Variables:Frame", _currentframe);
tellTarget ("../../InvSelection") {
gotoAndStop(/Variables:Frame);
};
}
}
Symbol 1448 Button
on (press) {
tellTarget ("../../MailMovie") {
gotoAndStop (1);
};
tellTarget ("../../InvArrete") {
gotoAndStop ("Arret");
};
Set("/Variables:Xposition", _x);
Set("/Variables:Yposition", _y);
this.swapDepths(1);
startDrag ("");
}
on (release, releaseOutside) {
stopDrag();
tellTarget ("../../InvArrete") {
gotoAndPlay (1);
};
_x = /Variables:Xposition;
_y = /Variables:Yposition;
if ((_droptarget eq "/Inventaire/DropZone") and (/Variables:ObjetSelect == 2)) {
tellTarget ("../../Animatique") {
gotoAndStop (2);
};
Set("/Variables:InvNb", /Variables:InvNb - 1);
Set("/Variables:Inv" + _name, 10);
Set("/Variables:ObjetCombine", 2);
tellTarget ("../../ControlCombine") {
play();
};
tellTarget ("../../InvSelection") {
gotoAndStop (11);
};
} else {
Set("/Variables:Frame", _currentframe);
tellTarget ("../../InvSelection") {
gotoAndStop(/Variables:Frame);
};
}
}
Symbol 1452 MovieClip Frame 1
gotoAndStop(eval ("/Variables:Inv" + _name) + 1);
Symbol 1453 MovieClip Frame 1
gotoAndStop(eval ("/Variables:Inv" + _name) + 1);
Symbol 1454 MovieClip Frame 1
if (/Variables:InvNb < 4) {
setProperty("../Chaine2", _x , getProperty("../BorneCentre", _x) - ((61.5 * /Variables:LargeurObjet) / 43));
setProperty("../Chaine1", _x , getProperty("../Chaine2", _x) - (3 * /Variables:LargeurObjet));
setProperty("../Chaine3", _x , getProperty("../Chaine2", _x) + (3 * /Variables:LargeurObjet));
} else if (_name eq "Chaine1") {
_x = (getProperty("../Chaine2", _x) - (/Variables:InvNb * /Variables:LargeurObjet));
} else if (_name eq "Chaine3") {
_x = (getProperty("../Chaine2", _x) + (/Variables:InvNb * /Variables:LargeurObjet));
}
Symbol 1454 MovieClip Frame 2
stop();
Symbol 1455 MovieClip Frame 1
if (3 < /Variables:InvNb) {
if (_root.Inventaire.ZoneMoveG.hitTest(_root._xmouse, _root._ymouse, true)) {
if ((/Variables:Acceleration < 1) and (/Variables:Acceleration >= 0)) {
Set("/Variables:Acceleration", -1);
}
if ((((_root.Inventaire._xmouse - _root.Inventaire.BorneCentre._x) + 20) / 2) < /Variables:Acceleration) {
if (/Variables:Acceleration < 0) {
Set("/Variables:Acceleration", /Variables:Acceleration + (/Variables:Acceleration / 2));
} else {
Set("/Variables:Acceleration", /Variables:Acceleration - (/Variables:Acceleration / 2));
}
} else if (/Variables:Acceleration < 0) {
Set("/Variables:Acceleration", /Variables:Acceleration - (/Variables:Acceleration / 2));
} else {
Set("/Variables:Acceleration", /Variables:Acceleration + (/Variables:Acceleration / 2));
}
} else if (_root.Inventaire.ZoneMoveD.hitTest(_root._xmouse, _root._ymouse, true)) {
if ((-1 < /Variables:Acceleration) and (0 >= /Variables:Acceleration)) {
Set("/Variables:Acceleration", 1);
}
if ((((_root.Inventaire._xmouse - _root.Inventaire.BorneCentre._x) - 20) / 2) < /Variables:Acceleration) {
if (0 < /Variables:Acceleration) {
Set("/Variables:Acceleration", /Variables:Acceleration - (/Variables:Acceleration / 2));
} else {
Set("/Variables:Acceleration", /Variables:Acceleration + (/Variables:Acceleration / 2));
}
} else if (0 < /Variables:Acceleration) {
Set("/Variables:Acceleration", /Variables:Acceleration + (/Variables:Acceleration / 2));
} else {
Set("/Variables:Acceleration", /Variables:Acceleration - (/Variables:Acceleration / 2));
}
} else if (1 < /Variables:Acceleration) {
Set("/Variables:Acceleration", /Variables:Acceleration - (/Variables:Acceleration / 2));
} else if (/Variables:Acceleration < -1) {
Set("/Variables:Acceleration", /Variables:Acceleration - (/Variables:Acceleration / 2));
} else {
Set("/Variables:Acceleration", 0);
}
if (/Variables:Acceleration < -20) {
Set("/Variables:Acceleration", -20);
} else if (20 < /Variables:Acceleration) {
Set("/Variables:Acceleration", 20);
}
setProperty("../Chaine1", _x , getProperty("../Chaine1", _x) - /Variables:Acceleration);
setProperty("../Chaine2", _x , getProperty("../Chaine2", _x) - /Variables:Acceleration);
setProperty("../Chaine3", _x , getProperty("../Chaine3", _x) - /Variables:Acceleration);
if (_root.Inventaire.ZoneMoveD.hitTest(_root._xmouse, _root._ymouse, true)) {
if ((getProperty("../Chaine1", _x) + (/Variables:InvNb * /Variables:LargeurObjet)) < getProperty("../BorneGauche", _x)) {
setProperty("../Chaine1", _x , getProperty("../Chaine3", _x) + (/Variables:InvNb * /Variables:LargeurObjet));
}
if ((getProperty("../Chaine2", _x) + (/Variables:InvNb * /Variables:LargeurObjet)) < getProperty("../BorneGauche", _x)) {
setProperty("../Chaine2", _x , getProperty("../Chaine1", _x) + (/Variables:InvNb * /Variables:LargeurObjet));
}
if ((getProperty("../Chaine3", _x) + (/Variables:InvNb * /Variables:LargeurObjet)) < getProperty("../BorneGauche", _x)) {
setProperty("../Chaine3", _x , getProperty("../Chaine2", _x) + (/Variables:InvNb * /Variables:LargeurObjet));
}
} else {
if (getProperty("../BorneDroite", _x) < (getProperty("../Chaine1", _x) - (/Variables:InvNb * /Variables:LargeurObjet))) {
setProperty("../Chaine1", _x , getProperty("../Chaine2", _x) - (/Variables:InvNb * /Variables:LargeurObjet));
}
if (getProperty("../BorneDroite", _x) < (getProperty("../Chaine2", _x) - (/Variables:InvNb * /Variables:LargeurObjet))) {
setProperty("../Chaine2", _x , getProperty("../Chaine3", _x) - (/Variables:InvNb * /Variables:LargeurObjet));
}
if (getProperty("../BorneDroite", _x) < (getProperty("../Chaine3", _x) - (/Variables:InvNb * /Variables:LargeurObjet))) {
setProperty("../Chaine3", _x , getProperty("../Chaine1", _x) - (/Variables:InvNb * /Variables:LargeurObjet));
}
}
}
Symbol 1455 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1455 MovieClip Frame 3
stop();
Symbol 1458 MovieClip Frame 1
stop();
Symbol 1458 MovieClip Frame 2
a = 1;
while (eval ("/Variables:InvObjet" + a) != /Variables:ObjetCombine) {
a = a + 1;
}
i = a;
while ((eval ("/Variables:InvObjet" + i) != 0) and (i < /Variables:InvNbMax)) {
Set("/Variables:InvObjet" + i, eval ("/Variables:InvObjet" + (i + 1)));
i = i + 1;
}
i = 1;
while (/Variables:InvNbMax >= i) {
tellTarget ("../Chaine1/Objet" + i) {
gotoAndStop(eval ("/Variables:InvObjet" + i) + 1);
};
tellTarget ("../Chaine2/Objet" + i) {
gotoAndStop(eval ("/Variables:InvObjet" + i) + 1);
};
tellTarget ("../Chaine3/Objet" + i) {
gotoAndStop(eval ("/Variables:InvObjet" + i) + 1);
};
i = i + 1;
}
if (/Variables:InvNb < 4) {
setProperty("../Chaine2", _x , getProperty("../BorneCentre", _x) - ((61.5 * /Variables:LargeurObjet) / 43));
setProperty("../Chaine1", _x , getProperty("../Chaine2", _x) - (3 * /Variables:LargeurObjet));
setProperty("../Chaine3", _x , getProperty("../Chaine2", _x) + (3 * /Variables:LargeurObjet));
} else if ((getProperty("../Chaine1", _x) < getProperty("../Chaine2", _x)) and (getProperty("../Chaine3", _x) < getProperty("../Chaine1", _x))) {
setProperty("../Chaine3", _x , getProperty("../Chaine1", _x) - (/Variables:InvNb * /Variables:LargeurObjet));
setProperty("../Chaine2", _x , getProperty("../Chaine1", _x) + (/Variables:InvNb * /Variables:LargeurObjet));
} else if ((getProperty("../Chaine2", _x) < getProperty("../Chaine3", _x)) and (getProperty("../Chaine1", _x) < getProperty("../Chaine2", _x))) {
setProperty("../Chaine1", _x , getProperty("../Chaine2", _x) - (/Variables:InvNb * /Variables:LargeurObjet));
setProperty("../Chaine3", _x , getProperty("../Chaine2", _x) + (/Variables:InvNb * /Variables:LargeurObjet));
} else {
setProperty("../Chaine2", _x , getProperty("../Chaine3", _x) - (/Variables:InvNb * /Variables:LargeurObjet));
setProperty("../Chaine1", _x , getProperty("../Chaine2", _x) + (/Variables:InvNb * /Variables:LargeurObjet));
}
gotoAndStop (1);
Symbol 1459 MovieClip Frame 1
if (Key.isDown(Key.LEFT) and (3 < /Variables:InvNb)) {
Deplace = /Variables:LargeurObjet;
gotoAndPlay (3);
}
if (Key.isDown(Key.RIGHT) and (3 < /Variables:InvNb)) {
Deplace = -1 * /Variables:LargeurObjet;
gotoAndPlay (3);
}
Symbol 1459 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1459 MovieClip Frame 3
setProperty("../Chaine1", _x , getProperty("../Chaine1", _x) + Deplace);
setProperty("../Chaine2", _x , getProperty("../Chaine2", _x) + Deplace);
setProperty("../Chaine3", _x , getProperty("../Chaine3", _x) + Deplace);
if (Deplace < 0) {
if ((getProperty("../Chaine1", _x) + (/Variables:InvNb * /Variables:LargeurObjet)) < getProperty("../BorneGauche", _x)) {
setProperty("../Chaine1", _x , getProperty("../Chaine3", _x) + (/Variables:InvNb * /Variables:LargeurObjet));
}
if ((getProperty("../Chaine2", _x) + (/Variables:InvNb * /Variables:LargeurObjet)) < getProperty("../BorneGauche", _x)) {
setProperty("../Chaine2", _x , getProperty("../Chaine1", _x) + (/Variables:InvNb * /Variables:LargeurObjet));
}
if ((getProperty("../Chaine3", _x) + (/Variables:InvNb * /Variables:LargeurObjet)) < getProperty("../BorneGauche", _x)) {
setProperty("../Chaine3", _x , getProperty("../Chaine2", _x) + (/Variables:InvNb * /Variables:LargeurObjet));
}
} else {
if (getProperty("../BorneDroite", _x) < (getProperty("../Chaine1", _x) - (/Variables:InvNb * /Variables:LargeurObjet))) {
setProperty("../Chaine1", _x , getProperty("../Chaine2", _x) - (/Variables:InvNb * /Variables:LargeurObjet));
}
if (getProperty("../BorneDroite", _x) < (getProperty("../Chaine2", _x) - (/Variables:InvNb * /Variables:LargeurObjet))) {
setProperty("../Chaine2", _x , getProperty("../Chaine3", _x) - (/Variables:InvNb * /Variables:LargeurObjet));
}
if (getProperty("../BorneDroite", _x) < (getProperty("../Chaine3", _x) - (/Variables:InvNb * /Variables:LargeurObjet))) {
setProperty("../Chaine3", _x , getProperty("../Chaine1", _x) - (/Variables:InvNb * /Variables:LargeurObjet));
}
}
Symbol 1459 MovieClip Frame 4
gotoAndPlay (1);
Symbol 1459 MovieClip Frame 5
setProperty("../Chaine1", _x , getProperty("../Chaine1", _x) + /Variables:Deplace);
setProperty("../Chaine2", _x , getProperty("../Chaine2", _x) + /Variables:Deplace);
setProperty("../Chaine3", _x , getProperty("../Chaine3", _x) + /Variables:Deplace);
if (/Variables:Deplace < 0) {
if ((getProperty("../Chaine1", _x) + (/Variables:InvNb * /Variables:LargeurObjet)) < getProperty("../BorneGauche", _x)) {
setProperty("../Chaine1", _x , getProperty("../Chaine3", _x) + (/Variables:InvNb * /Variables:LargeurObjet));
}
if ((getProperty("../Chaine2", _x) + (/Variables:InvNb * /Variables:LargeurObjet)) < getProperty("../BorneGauche", _x)) {
setProperty("../Chaine2", _x , getProperty("../Chaine1", _x) + (/Variables:InvNb * /Variables:LargeurObjet));
}
if ((getProperty("../Chaine3", _x) + (/Variables:InvNb * /Variables:LargeurObjet)) < getProperty("../BorneGauche", _x)) {
setProperty("../Chaine3", _x , getProperty("../Chaine2", _x) + (/Variables:InvNb * /Variables:LargeurObjet));
}
} else {
if (getProperty("../BorneDroite", _x) < (getProperty("../Chaine1", _x) - (/Variables:InvNb * /Variables:LargeurObjet))) {
setProperty("../Chaine1", _x , getProperty("../Chaine2", _x) - (/Variables:InvNb * /Variables:LargeurObjet));
}
if (getProperty("../BorneDroite", _x) < (getProperty("../Chaine2", _x) - (/Variables:InvNb * /Variables:LargeurObjet))) {
setProperty("../Chaine2", _x , getProperty("../Chaine3", _x) - (/Variables:InvNb * /Variables:LargeurObjet));
}
if (getProperty("../BorneDroite", _x) < (getProperty("../Chaine3", _x) - (/Variables:InvNb * /Variables:LargeurObjet))) {
setProperty("../Chaine3", _x , getProperty("../Chaine1", _x) - (/Variables:InvNb * /Variables:LargeurObjet));
}
}
Symbol 1459 MovieClip Frame 6
gotoAndStop (1);
Symbol 1466 Button
on (release) {
gotoAndStop (2);
}
Symbol 1467 Button
on (release) {
gotoAndStop (3);
}
Symbol 1469 Button
on (release) {
gotoAndStop (4);
}
Symbol 1471 MovieClip Frame 1
stop();
if (_quality == "LOW") {
gotoAndStop (2);
}
if (_quality == "MEDIUM") {
gotoAndStop (3);
}
Symbol 1471 MovieClip Frame 2
_quality = "LOW";
Symbol 1471 MovieClip Frame 3
_quality = "MEDIUM";
Symbol 1471 MovieClip Frame 4
_quality = "HIGH";
Symbol 1475 Button
on (press) {
Set("/Variables:Deplace", -1 * /Variables:LargeurObjet);
tellTarget ("ControlFleche") {
gotoAndPlay ("Deplace2");
};
}
on (release) {
tellTarget ("ControlFleche") {
gotoAndPlay (1);
};
}
Symbol 1476 Button
on (press) {
Set("/Variables:Deplace", /Variables:LargeurObjet);
tellTarget ("ControlFleche") {
gotoAndPlay ("Deplace2");
};
}
on (release) {
tellTarget ("ControlFleche") {
gotoAndPlay (1);
};
}
Symbol 1477 Button
on (keyPress "o") {
tellTarget ("/") {
gotoAndPlay(/Variables:EtatActif);
};
gotoAndStop (1);
}
on (keyPress "O") {
tellTarget ("/") {
gotoAndPlay(/Variables:EtatActif);
};
gotoAndStop (1);
}
Symbol 1488 MovieClip Frame 25
loadVariablesNum ("/web/steppenwolf/tracking.jsp?episode=2&stage=20", 0);
tellTarget ("../") {
gotoAndStop (1);
};
Symbol 1489 MovieClip Frame 1
stop();
Symbol 1493 Button
on (release) {
Set("/Variables:TransMail", "");
Set("/Variables:ObjetSelect", 0);
tellTarget ("MailMovie") {
gotoAndStop (1);
};
gotoAndStop (2);
}
Symbol 1495 Button
on (keyPress "o") {
tellTarget ("/") {
gotoAndPlay(/Variables:EtatActif);
};
gotoAndStop (1);
}
Symbol 1496 MovieClip Frame 1
stop();
Symbol 1496 MovieClip Frame 2
Set("/Variables:ObjetSelect", 0);
tellTarget ("_root") {
gotoAndStop(/Variables:EtatVide);
};
stop();
Instance of Symbol 1336 MovieClip "BoutonVolume" in Symbol 1496 MovieClip Frame 2
onClipEvent (load) {
top = _y;
left = _x - 140;
right = _x;
bottom = _y;
setProperty("_parent.BoutonVolume", _x , left + _root.s.getVolume());
}
onClipEvent (enterFrame) {
if (dragging == true) {
_root.s.setVolume(_x - left);
}
}
Symbol 1496 MovieClip Frame 3
stop();
Instance of Symbol 1336 MovieClip "BoutonVolume" in Symbol 1496 MovieClip Frame 3
onClipEvent (load) {
top = _y;
left = _x - 140;
right = _x;
bottom = _y;
setProperty("_parent.BoutonVolume", _x , left + _root.s.getVolume());
}
onClipEvent (enterFrame) {
if (dragging == true) {
_root.s.setVolume(_x - left);
}
}
Symbol 1546 MovieClip Frame 1
tellTarget ("_root") {
gotoAndStop ("Decors1Stopped");
};
Symbol 1546 MovieClip Frame 20
loadVariablesNum ("/web/steppenwolf/tracking.jsp?episode=2&stage=4", 0);
Set("/Variables:InvNb", /Variables:InvNb + 1);
Set("/Variables:InvObjet" + /Variables:InvNb, 1);
tellTarget ("_root.Inventaire.ObjetAffiche") {
gotoAndStop (2);
};
Set("/Variables:MachettePris", true);
tellTarget ("_root") {
gotoAndPlay ("Decors1");
};
tellTarget ("_parent") {
prevFrame();
};
Symbol 1556 MovieClip Frame 1
tellTarget ("_root") {
gotoAndStop ("Decors1Stopped");
};
Symbol 1556 MovieClip Frame 20
loadVariablesNum ("/web/steppenwolf/tracking.jsp?episode=2&stage=5", 0);
Set("/Variables:SacsPris", true);
Set("/Variables:InvNb", /Variables:InvNb + 1);
Set("/Variables:InvObjet" + /Variables:InvNb, 2);
tellTarget ("_root.Inventaire.ObjetAffiche") {
gotoAndStop (3);
};
tellTarget ("_root") {
gotoAndPlay ("Decors1");
};
tellTarget ("_parent") {
gotoAndStop (1);
};
Symbol 1580 MovieClip Frame 1
tellTarget ("_root") {
gotoAndStop ("Decors1Stopped");
};
Symbol 1580 MovieClip Frame 72
loadVariablesNum ("/web/steppenwolf/tracking.jsp?episode=2&stage=6", 0);
tellTarget ("_root") {
gotoAndPlay ("Decors1");
};
tellTarget ("_root.Paserelle") {
gotoAndStop (2);
};
tellTarget ("_parent") {
gotoAndStop (1);
};
Symbol 1702 MovieClip Frame 1
tellTarget ("_root") {
gotoAndStop ("PrisonnierStoppe");
};
Symbol 1702 MovieClip Frame 216
tellTarget ("_root") {
gotoAndPlay ("Prisonnier");
};
tellTarget ("_parent") {
gotoAndStop (1);
};
Symbol 1756 MovieClip Frame 1
tellTarget ("_root") {
gotoAndStop ("Hutte3Init");
};
Symbol 1756 MovieClip Frame 34
loadVariablesNum ("/web/steppenwolf/tracking.jsp?episode=2&stage=9", 0);
tellTarget ("_root") {
gotoAndPlay ("Hutte3");
};
tellTarget ("_parent") {
gotoAndStop (1);
};
Symbol 1766 MovieClip Frame 1
tellTarget ("_root") {
gotoAndStop ("Hutte3Init");
};
Symbol 1766 MovieClip Frame 46
loadVariablesNum ("/web/steppenwolf/tracking.jsp?episode=2&stage=16", 0);
/Variables:CollierDonne == true;
Set("/Variables:InvNb", /Variables:InvNb + 1);
Set("/Variables:InvObjet" + /Variables:InvNb, 4);
tellTarget ("_root.Inventaire.ObjetAffiche") {
gotoAndStop (5);
};
tellTarget ("_root") {
gotoAndPlay ("Hutte3");
};
tellTarget ("_parent") {
gotoAndStop (1);
};
Symbol 1778 MovieClip Frame 1
tellTarget ("_root") {
gotoAndStop ("Hutte6Init");
};
Symbol 1778 MovieClip Frame 36
loadVariablesNum ("/web/steppenwolf/tracking.jsp?episode=2&stage=13", 0);
/Variables:CollierDonne == true;
Set("/Variables:InvNb", /Variables:InvNb + 1);
Set("/Variables:InvObjet" + /Variables:InvNb, 3);
tellTarget ("_root.Inventaire.ObjetAffiche") {
gotoAndStop (4);
};
tellTarget ("_root") {
gotoAndPlay ("Hutte6");
};
tellTarget ("_parent") {
gotoAndStop (1);
};
Symbol 1811 MovieClip Frame 1
stop();
if (/Variables:PrisonnierLibere == true) {
nextFrame();
}
Symbol 1852 MovieClip Frame 63
loadVariablesNum ("/web/steppenwolf/tracking.jsp?episode=2&stage=14", 0);
tellTarget ("_parent") {
gotoAndStop (1);
};
Symbol 1889 MovieClip Frame 27
loadVariablesNum ("/web/steppenwolf/tracking.jsp?episode=2&stage=17", 0);
Set("/Variables:PrisonnierLibere", true);
tellTarget ("_parent") {
gotoAndStop (1);
};
Symbol 1927 MovieClip Frame 1
tellTarget ("_root") {
gotoAndStop ("StatueInit");
};
Symbol 1927 MovieClip Frame 95
Set("/Variables:PrisonnierHintDonne", true);
Symbol 1927 MovieClip Frame 135
loadVariablesNum ("/web/steppenwolf/tracking.jsp?episode=2&stage=18", 0);
tellTarget ("_root") {
play();
};
tellTarget ("_root.Prisonnier") {
play();
};
tellTarget ("_parent") {
gotoAndStop (1);
};
Symbol 1970 MovieClip Frame 30
loadVariablesNum ("/web/steppenwolf/tracking.jsp?episode=2&stage=22", 0);
tellTarget ("_root") {
gotoAndPlay ("Fin");
};
Symbol 2015 MovieClip Frame 1
tellTarget ("/") {
gotoAndStop ("Hutte4Stoppe");
};
Symbol 2015 MovieClip Frame 46
tellTarget ("/") {
gotoAndPlay ("Hutte4");
};
tellTarget ("_parent") {
gotoAndStop (1);
};
Symbol 2019 MovieClip Frame 1
stop();
Symbol 2019 MovieClip Frame 158
gotoAndStop (1);
Symbol 2019 MovieClip Frame 170
Set("/Variables:MegCris", true);
Symbol 2019 MovieClip Frame 177
Set("/Variables:MegCris", false);
gotoAndStop (1);
Symbol 2019 MovieClip Frame 184
gotoAndStop (1);
Symbol 2019 MovieClip Frame 188
gotoAndStop (1);
Symbol 2019 MovieClip Frame 193
gotoAndStop (1);
Symbol 2019 MovieClip Frame 197
gotoAndStop (1);
Symbol 2040 MovieClip Frame 1
stop();
if (/Variables:PasserelleBaissee == true) {
nextFrame();
}
Symbol 2040 MovieClip Frame 2
Set("/Variables:PasserelleBaissee", true);
tellTarget ("_root.Collider") {
gotoAndStop (3);
};
setProperty("_root.CordeAVPlan", _visible , false);
Symbol 2155 MovieClip Frame 1
stop();
Symbol 2194 MovieClip Frame 15
if (Key.isDown(Key.UP) and (!Key.isDown(Key.DOWN))) {
gotoAndPlay (17);
}
Symbol 2194 MovieClip Frame 16
gotoAndPlay (15);
Symbol 2194 MovieClip Frame 32
Set("/Variables:LianeDir", "Haut");
tellTarget ("_parent") {
nextFrame();
};
Symbol 2223 MovieClip Frame 15
stop();
Symbol 2230 MovieClip Frame 15
if ((!Key.isDown(Key.UP)) and Key.isDown(Key.DOWN)) {
gotoAndPlay (17);
}
Symbol 2230 MovieClip Frame 16
gotoAndPlay (15);
Symbol 2230 MovieClip Frame 29
if ((!Key.isDown(Key.UP)) and Key.isDown(Key.DOWN)) {
tellTarget ("_parent") {
nextFrame();
};
}
Symbol 2230 MovieClip Frame 30
gotoAndPlay (29);
Symbol 2231 MovieClip Frame 10
if (Key.isDown(Key.SPACE)) {
gotoAndPlay (13);
}
if (Key.isDown(Key.DOWN)) {
tellTarget ("_root") {
gotoAndPlay ("Hutte1Init");
};
}
Symbol 2231 MovieClip Frame 11
gotoAndPlay (10);
Symbol 2231 MovieClip Frame 13
stop();
Symbol 2231 MovieClip Frame 14
nextFrame();
Symbol 2231 MovieClip Frame 16
nextFrame();
Symbol 2231 MovieClip Frame 18
if (Key.isDown(Key.SPACE)) {
gotoAndPlay (30);
}
play();
Symbol 2231 MovieClip Frame 19
gotoAndPlay (18);
Symbol 2231 MovieClip Frame 65
Set("/Variables:GardePlante", true);
loadVariablesNum ("/web/steppenwolf/tracking.jsp?episode=2&stage=3", 0);
Symbol 2231 MovieClip Frame 67
stop();
Symbol 2231 MovieClip Frame 68
nextFrame();
Symbol 2231 MovieClip Frame 70
nextFrame();
Symbol 2231 MovieClip Frame 72
nextFrame();
Symbol 2231 MovieClip Frame 73
if (Key.isDown(Key.SPACE)) {
Set("/Variables:From", "fenetre");
tellTarget ("/") {
gotoAndPlay ("Hutte1Init");
};
}
play();
Symbol 2231 MovieClip Frame 74
gotoAndPlay (73);
Symbol 2233 MovieClip Frame 15
if (Key.isDown(Key.UP) and (!Key.isDown(Key.DOWN))) {
gotoAndPlay (17);
}
Symbol 2233 MovieClip Frame 16
gotoAndPlay (15);
Symbol 2233 MovieClip Frame 32
Set("/Variables:LianeDir", "Haut");
tellTarget ("_parent") {
nextFrame();
};
Symbol 2235 MovieClip Frame 1
stop();
if (/Variables:LianeDir == "Bas") {
setProperty("_root.Meg", _x , /Variables:RefreshX);
setProperty("_root.Meg", _y , /Variables:RefreshYBas);
setProperty("_root.Meg", _visible , true);
Set("/Variables:Stoppe", false);
Set("/Variables:LianeDir", "Rien");
tellTarget ("_root.Collider") {
gotoAndStop (3);
};
}
Symbol 2235 MovieClip Frame 2
stop();
Symbol 2235 MovieClip Frame 3
if (/Variables:LianeDir == "Haut") {
nextFrame();
} else {
prevFrame();
}
Symbol 2235 MovieClip Frame 5
nextFrame();
Instance of Symbol 2234 MovieClip in Symbol 2235 MovieClip Frame 5
onClipEvent (load) {
if (/Variables:LianeDir == "Haut") {
nextFrame();
}
prevFrame();
}
Symbol 2235 MovieClip Frame 6
stop();
setProperty("_root.Meg", _x , /Variables:RefreshX);
setProperty("_root.Meg", _y , /Variables:RefreshY);
setProperty("_root.Meg", _visible , 1);
Set("/Variables:Stoppe", false);
Set("/Variables:LianeDir", "Rien");
tellTarget ("_root.Collider") {
gotoAndStop (4);
};
Symbol 2235 MovieClip Frame 12
stop();
Symbol 2235 MovieClip Frame 13
nextFrame();
Symbol 2235 MovieClip Frame 15
stop();
setProperty("_root.Meg", _x , /Variables:RefreshX);
setProperty("_root.Meg", _y , /Variables:RefreshYBas);
setProperty("_root.Meg", _visible , true);
Set("/Variables:Stoppe", false);
tellTarget ("_root.Collider") {
gotoAndStop (3);
};
Symbol 2310 MovieClip Frame 1
stop();
Symbol 2310 MovieClip Frame 2
if (/Variables:PositionEchelle == 1) {
gotoAndStop (4);
} else if (/Variables:PositionEchelle == 2) {
gotoAndStop (13);
} else if (/Variables:PositionEchelle == 3) {
gotoAndStop (22);
} else {
gotoAndStop (32);
}
setProperty("_root.Meg", _visible , false);
tellTarget ("_root") {
gotoAndPlay(/Variables:EtatVide);
};
Symbol 2310 MovieClip Frame 3
setProperty("_root.Meg", _x , /Variables:PosEchelleBasX);
setProperty("_root.Meg", _y , /Variables:PosEchelleBasY);
setProperty("_root.Meg", _visible , true);
Set("/Variables:Stoppe", false);
tellTarget ("_root.Collider") {
gotoAndStop(/Variables:ColliderBas);
};
gotoAndStop (1);
Instance of Symbol 2266 MovieClip in Symbol 2310 MovieClip Frame 4
onClipEvent (enterFrame) {
if (Key.isDown(Key.UP)) {
tellTarget ("_parent") {
nextFrame();
};
}
if (Key.isDown(Key.DOWN)) {
tellTarget ("_parent") {
prevFrame();
};
}
}
Symbol 2310 MovieClip Frame 14
if (/Variables:EchelleMax == 2) {
gotoAndPlay (74);
}
Symbol 2310 MovieClip Frame 23
if (/Variables:EchelleMax == 3) {
gotoAndPlay (54);
}
Symbol 2310 MovieClip Frame 32
setProperty("/AvPlan", _visible , false);
Symbol 2310 MovieClip Frame 33
if (/Variables:EchelleMax == 4) {
gotoAndPlay (34);
}
Symbol 2310 MovieClip Frame 34
play();
Symbol 2310 MovieClip Frame 53
stop();
setProperty("_root.Meg", _x , /Variables:PosEchelleHautX);
setProperty("_root.Meg", _y , /Variables:PosEchelleHautY);
setProperty("_root.Meg", _visible , true);
Set("/Variables:Stoppe", false);
tellTarget ("_root.Collider") {
gotoAndStop(/Variables:ColliderHaut);
};
Set("/Variables:PositionEchelle", 4);
tellTarget ("_root") {
gotoAndPlay(/Variables:EtatActif);
};
gotoAndStop (1);
Symbol 2310 MovieClip Frame 73
stop();
setProperty("_root.Meg", _x , /Variables:PosEchelleHautX);
setProperty("_root.Meg", _y , /Variables:PosEchelleHautY);
setProperty("_root.Meg", _visible , true);
Set("/Variables:Stoppe", false);
tellTarget ("_root.Collider") {
gotoAndStop(/Variables:ColliderHaut);
};
Set("/Variables:PositionEchelle", 3);
tellTarget ("_root") {
gotoAndPlay(/Variables:EtatActif);
};
gotoAndStop (1);
Symbol 2310 MovieClip Frame 93
stop();
setProperty("_root.Meg", _x , /Variables:PosEchelleHautX);
setProperty("_root.Meg", _y , /Variables:PosEchelleHautY);
setProperty("_root.Meg", _visible , true);
Set("/Variables:Stoppe", false);
tellTarget ("_root.Collider") {
gotoAndStop(/Variables:ColliderHaut);
};
tellTarget ("_root") {
gotoAndPlay(/Variables:EtatActif);
};
Set("/Variables:PositionEchelle", 2);
gotoAndStop (1);
Symbol 2311 MovieClip Frame 1
stop();
Symbol 2320 MovieClip Frame 1
stop();
Symbol 2320 MovieClip Frame 2
if (/Variables:PasserelleBaissee == true) {
nextFrame();
}
Symbol 2429 MovieClip Frame 1
if (/Variables:BabouinDodo == true) {
gotoAndStop (78);
}
Symbol 2429 MovieClip Frame 25
gotoAndPlay (1);
Symbol 2429 MovieClip Frame 38
Set("/Variables:BabouinFesse", true);
Symbol 2429 MovieClip Frame 45
tellTarget ("_root.Meg.Obj") {
gotoAndPlay ("MangeCoup");
};
Set("/Variables:Vie", /Variables:Vie - 35);
if (/Variables:Vie < 0) {
tellTarget ("_root") {
gotoAndPlay ("MegMeurt");
};
Set("/Variables:Vie", 0);
}
setProperty("../Inventaire/BarreVie2/BarreVie3/Gage2", _width , /Variables:GageLargeur * (/Variables:Vie / 100));
tellTarget ("/Animatiques") {
gotoAndPlay ("MegCris");
};
Symbol 2429 MovieClip Frame 51
Set("/Variables:Stoppe", false);
Symbol 2429 MovieClip Frame 66
Set("/Variables:BabouinFesse", false);
gotoAndPlay (1);
Symbol 2429 MovieClip Frame 75
loadVariablesNum ("/web/steppenwolf/tracking.jsp?episode=2&stage=21", 0);
tellTarget ("_root.Collider") {
gotoAndStop (3);
};
Symbol 2429 MovieClip Frame 78
Set("/Variables:BabouinDodo", true);
stop();
Symbol 2465 MovieClip Frame 1
stop();
Symbol 2465 MovieClip Frame 2
tellTarget ("_root.Porte") {
gotoAndStop (2);
};
Symbol 2465 MovieClip Frame 20
Set("/Variables:PortePretresseOuverte", true);
Symbol 2465 MovieClip Frame 47
Set("/Variables:PortePretresseOuverte", true);
stop();
Symbol 2466 MovieClip Frame 1
stop();
if (/Variables:PortePretresseOuverte == true) {
nextFrame();
}
Symbol 2470 MovieClip Frame 1
stop();
if (/Variables:Statuette1 == true) {
nextFrame();
}
Symbol 2474 MovieClip Frame 1
stop();
if (/Variables:Statuette2 == true) {
nextFrame();
}
Symbol 2476 MovieClip Frame 1
stop();
if (/Variables:Statuette3 == true) {
nextFrame();
}
Symbol 2485 MovieClip Frame 1
stop();
Symbol 2485 MovieClip Frame 2
tellTarget ("_root.Meg") {
gotoAndStop ("Down");
};
Set("/Variables:Stoppe", true);
Symbol 2485 MovieClip Frame 5
tellTarget ("_root.Meg.Obj") {
gotoAndPlay ("Lance");
};
Symbol 2489 MovieClip Frame 1
stop();
if ((/Variables:From == "AntreBas") or (/Variables:From == "Passerelle")) {
stop();
} else if (/Variables:BabouinDodo == true) {
gotoAndStop (3);
}
Symbol 2499 MovieClip Frame 1
stop();
Symbol 2499 MovieClip Frame 6
setProperty("_root.Meg", _visible , true);
setProperty("_root.Meg", _x , 539);
setProperty("_root.Meg", _y , 272);
Set("/Variables:Stoppe", false);
tellTarget ("_parent") {
gotoAndStop (1);
};
Symbol 2513 MovieClip Frame 3
Set("/Variables:Vie", /Variables:Vie - 5);
if (/Variables:Vie < 0) {
tellTarget ("_root") {
gotoAndPlay ("MegMeurt");
};
Set("/Variables:Vie", 0);
}
setProperty("/Inventaire/BarreVie2/BarreVie3/Gage2", _width , /Variables:GageLargeur * (/Variables:Vie / 100));
Symbol 2515 MovieClip Frame 3
Set("/Variables:Vie", /Variables:Vie - 5);
if (/Variables:Vie < 0) {
tellTarget ("_root") {
gotoAndPlay ("MegMeurt");
};
Set("/Variables:Vie", 0);
}
setProperty("/Inventaire/BarreVie2/BarreVie3/Gage2", _width , /Variables:GageLargeur * (/Variables:Vie / 100));
Symbol 2519 MovieClip Frame 1
stop();
Symbol 2519 MovieClip Frame 2
loadVariablesNum ("/web/steppenwolf/tracking.jsp?episode=2&stage=15", 0);
Instance of Symbol 2504 MovieClip in Symbol 2519 MovieClip Frame 2
onClipEvent (enterFrame) {
if ((Key.isDown(Key.UP) or Key.isDown(Key.SPACE)) or Key.isDown(Key.CONTROL)) {
tellTarget ("_parent.MegC") {
play();
};
}
}
Symbol 2519 MovieClip Frame 44
stop();
Symbol 2523 MovieClip Frame 1
stop();
Symbol 2591 MovieClip Frame 1
stop();
if (/Variables:CoffreRamasse == true) {
gotoAndStop (2);
}
Symbol 2591 MovieClip Frame 2
Set("/Variables:CoffreRamasse", true);
Symbol 2597 MovieClip Frame 1
stop();
if (/Variables:Statuette1Ramassee == true) {
gotoAndStop (2);
}
Symbol 2597 MovieClip Frame 2
stop();
Set("/Variables:Statuette1Ramassee", true);
Symbol 2656 MovieClip Frame 1
if (random(15) == 10) {
gotoAndPlay (3);
}
Symbol 2656 MovieClip Frame 2
gotoAndPlay (1);
Symbol 2662 MovieClip Frame 1
stop();
if (/Variables:Statuette3Ramassee == true) {
nextFrame();
}
Symbol 2662 MovieClip Frame 2
stop();
Set("/Variables:Statuette3Ramassee", true);
Symbol 2680 MovieClip Frame 1
stop();
if (/Variables:Statuette2Ramassee == true) {
nextFrame();
}
Symbol 2680 MovieClip Frame 2
stop();
Set("/Variables:Statuette2Ramassee", true);
Symbol 2722 MovieClip Frame 1
stop();
Symbol 2751 MovieClip Frame 1
stop();
Symbol 2752 MovieClip Frame 1
stop();
Symbol 2754 MovieClip Frame 1
if (/Variables:CodePris == true) {
gotoAndStop (2);
}
stop();
Symbol 2754 MovieClip Frame 2
Set("/Variables:CodePris", true);
Symbol 2761 MovieClip Frame 1
stop();
Symbol 2762 MovieClip Frame 1
stop();
Symbol 2764 MovieClip Frame 1
stop();
Symbol 2765 MovieClip Frame 1
stop();
Symbol 2775 MovieClip Frame 1
stop();
Instance of Symbol 2768 MovieClip in Symbol 2775 MovieClip Frame 1
onClipEvent (enterFrame) {
if (/Variables:MecOrdre == 2) {
Set("/Variables:MecOrdre", 0);
tellTarget ("_parent") {
nextFrame();
};
trace("La");
}
if (((/Variables:MecOrdre != 2) and (/Variables:MecOrdre != 0)) and (/Variables:PrisonnierLibere != true)) {
Set("/Variables:MecOrdre", 0);
if ((/Variables:PrisonnierPeur != true) and (random(5) == 2)) {
Set("/Variables:PrisonnierPeur", true);
tellTarget ("_root.Animatiques") {
gotoAndStop ("PrisonnierPeur");
};
} else {
tellTarget ("_root.Animatiques ") {
gotoAndPlay ("PrisonnierCri");
};
}
tellTarget ("_parent") {
gotoAndStop (1);
};
}
}
Instance of Symbol 2769 MovieClip in Symbol 2775 MovieClip Frame 2
onClipEvent (enterFrame) {
if (((/Variables:MecOrdre != 4) and (/Variables:MecOrdre != 0)) and (/Variables:PrisonnierLibere != true)) {
if (/Variables:PrisonnierPeur != true) {
Set("/Variables:MecOrdre", 0);
Set("/Variables:PrisonnierPeur", true);
tellTarget ("_root.Animatiques") {
gotoAndStop ("PrisonnierPeur");
};
} else if (random(5) == 2) {
tellTarget ("_root.Animatiques") {
gotoAndPlay ("PrisonnierCri");
};
}
tellTarget ("_parent") {
gotoAndStop (1);
};
}
if (/Variables:MecOrdre == 4) {
Set("/Variables:MecOrdre", 0);
tellTarget ("_parent") {
nextFrame();
};
}
}
Instance of Symbol 2770 MovieClip in Symbol 2775 MovieClip Frame 3
onClipEvent (enterFrame) {
if (((/Variables:MecOrdre != 4) and (/Variables:MecOrdre != 0)) and (/Variables:PrisonnierLibere != true)) {
Set("/Variables:MecOrdre", 0);
if (/Variables:PrisonnierPeur != true) {
Set("/Variables:PrisonnierPeur", true);
tellTarget ("_root.Animatiques") {
gotoAndStop ("PrisonnierPeur");
};
} else if (random(5) == 2) {
tellTarget ("_root.Animatiques") {
gotoAndPlay ("PrisonnierCri");
};
}
tellTarget ("_parent") {
gotoAndStop (1);
};
}
if (/Variables:MecOrdre == 4) {
Set("/Variables:MecOrdre", 0);
trace("La");
tellTarget ("_parent") {
nextFrame();
};
}
}
Instance of Symbol 2771 MovieClip in Symbol 2775 MovieClip Frame 4
onClipEvent (enterFrame) {
if (((/Variables:MecOrdre != 4) and (/Variables:MecOrdre != 0)) and (/Variables:PrisonnierLibere != true)) {
Set("/Variables:MecOrdre", 0);
if (/Variables:PrisonnierPeur != true) {
Set("/Variables:PrisonnierPeur", true);
tellTarget ("_root.Animatiques") {
gotoAndStop ("PrisonnierPeur");
};
} else if (random(5) == 2) {
tellTarget ("_root.Animatiques") {
gotoAndPlay ("PrisonnierCri");
};
}
tellTarget ("_parent") {
gotoAndStop (1);
};
}
if (/Variables:MecOrdre == 4) {
Set("/Variables:MecOrdre", 0);
tellTarget ("_parent") {
nextFrame();
};
}
}
Instance of Symbol 2772 MovieClip in Symbol 2775 MovieClip Frame 5
onClipEvent (enterFrame) {
if (((/Variables:MecOrdre != 1) and (/Variables:MecOrdre != 0)) and (/Variables:PrisonnierLibere != true)) {
Set("/Variables:MecOrdre", 0);
if (/Variables:PrisonnierPeur != true) {
Set("/Variables:PrisonnierPeur", true);
tellTarget ("_root.Animatiques") {
gotoAndStop ("PrisonnierPeur");
};
} else if (random(5) == 2) {
tellTarget ("_root.Animatiques") {
gotoAndPlay ("PrisonnierCri");
};
}
tellTarget ("_parent") {
gotoAndStop (1);
};
}
if (/Variables:MecOrdre == 1) {
Set("/Variables:MecOrdre", 0);
tellTarget ("_parent") {
nextFrame();
};
}
}
Instance of Symbol 2773 MovieClip in Symbol 2775 MovieClip Frame 7
onClipEvent (enterFrame) {
if (((/Variables:MecOrdre != 3) and (/Variables:MecOrdre != 0)) and (/Variables:PrisonnierLibere != true)) {
Set("/Variables:MecOrdre", 0);
if (/Variables:PrisonnierPeur != true) {
Set("/Variables:PrisonnierPeur", true);
tellTarget ("_root.Animatiques") {
gotoAndStop ("PrisonnierPeur");
};
} else if (random(5) == 2) {
tellTarget ("_root.Animatiques") {
gotoAndPlay ("PrisonnierCri");
};
}
tellTarget ("_parent") {
gotoAndStop (1);
};
}
if (/Variables:MecOrdre == 3) {
Set("/Variables:MecOrdre", 0);
tellTarget ("_parent") {
nextFrame();
};
}
}
Symbol 2775 MovieClip Frame 11
Set("/Variables:MainBouge", true);
play();
Symbol 2775 MovieClip Frame 21
if (/Variables:PrisonnierLibere != true) {
Set("/Variables:PrisonnierLibere", true);
tellTarget ("_root.Animatiques") {
gotoAndStop ("PrisonnierSortCage");
};
}
Symbol 2785 MovieClip Frame 1
stop();
Set("/Variables:MainBouge", false);
Symbol 2789 MovieClip Frame 20
Set("/Variables:MainBouge", false);
Symbol 2793 MovieClip Frame 1
stop();
Set("/Variables:MainBouge", false);
Instance of Symbol 2787 MovieClip in Symbol 2793 MovieClip Frame 1
onClipEvent (enterFrame) {
if (/Variables:MainBouge != true) {
if (Key.isDown(Key.Right)) {
tellTarget ("_parent") {
nextFrame();
};
}
if (Key.isDown(Key.Left)) {
tellTarget ("_parent") {
prevFrame();
};
}
if (Key.isDown(Key.SPACE)) {
Set("/Variables:MecOrdre", 1);
tellTarget ("_parent.Main") {
play();
};
tellTarget ("_root.a1") {
play();
};
tellTarget ("_root.b1") {
play();
};
tellTarget ("_root.c1") {
play();
};
tellTarget ("_root.d1") {
play();
};
Set("/Variables:MainBouge", true);
}
}
}
Symbol 2793 MovieClip Frame 2
Set("/Variables:MainBouge", false);
Instance of Symbol 2790 MovieClip in Symbol 2793 MovieClip Frame 2
onClipEvent (enterFrame) {
if (/Variables:MainBouge != true) {
if (Key.isDown(Key.Right)) {
tellTarget ("_parent") {
nextFrame();
};
}
if (Key.isDown(Key.Left)) {
tellTarget ("_parent") {
prevFrame();
};
}
if (Key.isDown(Key.SPACE)) {
Set("/Variables:MecOrdre", 2);
tellTarget ("_parent.Main") {
play();
};
tellTarget ("_root.a2") {
play();
};
tellTarget ("_root.b2") {
play();
};
tellTarget ("_root.c2") {
play();
};
tellTarget ("_root.d2") {
play();
};
Set("/Variables:MainBouge", true);
}
}
}
Symbol 2793 MovieClip Frame 3
Set("/Variables:MainBouge", false);
Instance of Symbol 2791 MovieClip in Symbol 2793 MovieClip Frame 3
onClipEvent (enterFrame) {
if (/Variables:MainBouge != true) {
if (Key.isDown(Key.Right)) {
tellTarget ("_parent") {
nextFrame();
};
}
if (Key.isDown(Key.Left)) {
tellTarget ("_parent") {
prevFrame();
};
}
if (Key.isDown(Key.SPACE)) {
Set("/Variables:MecOrdre", 3);
tellTarget ("_parent.Main") {
play();
};
tellTarget ("_root.a3") {
play();
};
tellTarget ("_root.b3") {
play();
};
tellTarget ("_root.c3") {
play();
};
tellTarget ("_root.d3") {
play();
};
Set("/Variables:MainBouge", true);
}
}
}
Symbol 2793 MovieClip Frame 4
Set("/Variables:MainBouge", false);
Instance of Symbol 2792 MovieClip in Symbol 2793 MovieClip Frame 4
onClipEvent (enterFrame) {
if (/Variables:MainBouge != true) {
if (Key.isDown(Key.Right)) {
tellTarget ("_parent") {
nextFrame();
};
}
if (Key.isDown(Key.Left)) {
tellTarget ("_parent") {
prevFrame();
};
}
if (Key.isDown(Key.SPACE)) {
Set("/Variables:MecOrdre", 4);
tellTarget ("_parent.Main") {
play();
};
tellTarget ("_root.a4") {
play();
};
tellTarget ("_root.b4") {
play();
};
tellTarget ("_root.c4") {
play();
};
tellTarget ("_root.d4") {
play();
};
Set("/Variables:MainBouge", true);
}
}
}
Symbol 2793 MovieClip Frame 5
gotoAndStop (1);
Symbol 2795 Button
on (keyPress "<Down>") {
gotoAndPlay (787);
}
Symbol 2800 MovieClip Frame 1
stop();
if (/Variables:LancePris == true) {
gotoAndStop (2);
}
Symbol 2823 MovieClip Frame 1
stop();
Symbol 2823 MovieClip Frame 2
if (/Variables:PositionEchelle == 1) {
gotoAndStop (4);
} else if (/Variables:PositionEchelle == 2) {
gotoAndStop (20);
} else if (/Variables:PositionEchelle == 3) {
gotoAndStop (38);
} else {
gotoAndStop (57);
}
tellTarget ("_root") {
gotoAndStop(/Variables:EtatVide);
};
setProperty("_root.Meg", _visible , false);
Symbol 2823 MovieClip Frame 3
Set("/Variables:Stoppe", false);
tellTarget ("_root") {
gotoAndPlay ("AntreInit");
};
gotoAndStop (1);
setProperty("_root.Meg", _visible , true);
Instance of Symbol 2266 MovieClip in Symbol 2823 MovieClip Frame 4
onClipEvent (enterFrame) {
if (Key.isDown(Key.UP)) {
tellTarget ("_parent") {
nextFrame();
};
}
if (Key.isDown(Key.DOWN)) {
tellTarget ("_parent") {
prevFrame();
};
}
}
Symbol 2823 MovieClip Frame 20
setProperty("_root.Meg", _visible , false);
stop();
Symbol 2823 MovieClip Frame 22
if (/Variables:EchelleMax == 2) {
gotoAndPlay (99);
}
Symbol 2823 MovieClip Frame 40
if (/Variables:EchelleMax == 3) {
gotoAndPlay (79);
}
Symbol 2823 MovieClip Frame 58
if (/Variables:EchelleMax == 4) {
gotoAndPlay (59);
}
Symbol 2823 MovieClip Frame 59
play();
Symbol 2823 MovieClip Frame 78
stop();
setProperty("_root.Meg", _x , /Variables:PosEchelleHautX);
setProperty("_root.Meg", _y , /Variables:PosEchelleHautY);
setProperty("_root.Meg", _visible , true);
Set("/Variables:Stoppe", false);
tellTarget ("_root.Collider") {
gotoAndStop(/Variables:ColliderHaut);
};
gotoAndStop (1);
Set("/Variables:PositionEchelle", 4);
Symbol 2823 MovieClip Frame 98
stop();
setProperty("_root.Meg", _x , /Variables:PosEchelleHautX);
setProperty("_root.Meg", _y , /Variables:PosEchelleHautY);
setProperty("_root.Meg", _visible , true);
Set("/Variables:Stoppe", false);
tellTarget ("_root.Collider") {
gotoAndStop(/Variables:ColliderHaut);
};
gotoAndStop (1);
Set("/Variables:PositionEchelle", 3);
Symbol 2823 MovieClip Frame 118
stop();
Set("/Variables:PositionEchelle", 2);
setProperty("_root.Meg", _visible , true);
Set("/Variables:Stoppe", false);
tellTarget ("_root") {
gotoAndPlay ("Antre2Init");
};
gotoAndStop (1);
Symbol 2837 Button
on (release) {
gotoAndPlay (558);
}
Symbol 2950 Button
on (release) {
stopAllSounds();
gotoAndPlay (558);
}
Symbol 2957 MovieClip Frame 7
stop();