home *** CD-ROM | disk | FTP | other *** search
- if(eval("/Variables:From") == "Carlingue")
- {
- setProperty("_root.Meg", _xscale, 18);
- setProperty("_root.Meg", _yscale, 18);
- setProperty("_root.Meg", _X, 540);
- setProperty("_root.Meg", _Y, 233);
- tellTarget("Collider")
- {
- gotoAndStop(2);
- }
- }
- if(eval("/Variables:From") == "Entree")
- {
- setProperty("_root.Meg", _xscale, 18);
- setProperty("_root.Meg", _yscale, 18);
- setProperty("_root.Meg", _X, 198);
- setProperty("_root.Meg", _Y, 229);
- tellTarget("Collider")
- {
- gotoAndStop(2);
- }
- }
- set("/Variables:Delta",_root.Meg._yscale / 6);
- set("/Variables:Decale",0.05);
- set("/Variables:EtatVide","Marais3Stoppe");
- set("/Variables:EtatActif","Marais3");
- set("/Variables:TombeDans","Eau");
- stop();
-