home *** CD-ROM | disk | FTP | other *** search
- if(eval("/Variables:PositionEchelle") == 1)
- {
- gotoAndStop(4);
- }
- else if(eval("/Variables:PositionEchelle") == 2)
- {
- gotoAndStop(13);
- }
- else if(eval("/Variables:PositionEchelle") == 3)
- {
- gotoAndStop(22);
- }
- else
- {
- gotoAndStop(32);
- }
- setProperty("_root.Meg", _visible, false);
- tellTarget("_root")
- {
- gotoAndPlay(eval("/Variables:EtatVide"));
- }
-