home *** CD-ROM | disk | FTP | other *** search
- if(intro != 0)
- {
- blank = 1;
- ru = 0;
- go_url = 0;
- thesound = 1;
- level = 1;
- scorp = 0;
- duree = 30;
- step = 600 / (duree * 30);
- lang = System.capabilities.language;
- timetogodeb = 0;
- text1in.duplicateMovieClip("text1",150000);
- text2in.duplicateMovieClip("text2",150001);
- text1._x = 35;
- text1._y = 547.5;
- text2._x = 55;
- text2._y = 568;
- if(lang == "fr" or lang == "FR" or lang == "Fr")
- {
- iqEN._y = 1000;
- iqFR._y = 322;
- versFR._y = 0;
- rulesFR._y = 360;
- rulesEN._y = 450;
- }
- else
- {
- iqFR._y = 1000;
- iqEN._y = 322;
- }
- if(lang == "it" or lang == "IT" or lang == "It")
- {
- iqEN._y = 1000;
- iqIT._y = 322;
- }
- if(lang == "pt" or lang == "PT" or lang == "Pt")
- {
- iqEN._y = 1000;
- iqPT._y = 322;
- }
- if(lang == "es" or lang == "ES" or lang == "Es")
- {
- iqEN._y = 1000;
- iqES._y = 322;
- }
- if(lang == "de" or lang == "DE" or lang == "De")
- {
- iqEN._y = 1000;
- iqDE._y = 322;
- }
- musik = new Sound();
- musik.attachSound("musik");
- musik.start(0);
- error = new Sound();
- error.attachSound("error");
- soundclocktick = new Sound();
- soundclocktick.attachSound("soundclocktick");
- soundtimesup = new Sound();
- soundtimesup.attachSound("soundtimesup");
- generic = new Sound();
- generic.attachSound("generic");
- win = new Sound();
- win.attachSound("win");
- }
- intro = 0;
- stop();
-