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