home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Diversos / orbitballs10-blank.swf / scripts / frame_1 / DoAction.as
Encoding:
Text File  |  2008-09-02  |  1.5 KB  |  68 lines

  1. if(intro != 0)
  2. {
  3.    blank = 1;
  4.    ru = 0;
  5.    go_url = 0;
  6.    thesound = 1;
  7.    level = 1;
  8.    scorp = 0;
  9.    duree = 30;
  10.    step = 600 / (duree * 30);
  11.    lang = System.capabilities.language;
  12.    timetogodeb = 0;
  13.    text1in.duplicateMovieClip("text1",150000);
  14.    text2in.duplicateMovieClip("text2",150001);
  15.    text1._x = 35;
  16.    text1._y = 547.5;
  17.    text2._x = 55;
  18.    text2._y = 568;
  19.    if(lang == "fr" or lang == "FR" or lang == "Fr")
  20.    {
  21.       iqEN._y = 1000;
  22.       iqFR._y = 322;
  23.       versFR._y = 0;
  24.       rulesFR._y = 360;
  25.       rulesEN._y = 450;
  26.    }
  27.    else
  28.    {
  29.       iqFR._y = 1000;
  30.       iqEN._y = 322;
  31.    }
  32.    if(lang == "it" or lang == "IT" or lang == "It")
  33.    {
  34.       iqEN._y = 1000;
  35.       iqIT._y = 322;
  36.    }
  37.    if(lang == "pt" or lang == "PT" or lang == "Pt")
  38.    {
  39.       iqEN._y = 1000;
  40.       iqPT._y = 322;
  41.    }
  42.    if(lang == "es" or lang == "ES" or lang == "Es")
  43.    {
  44.       iqEN._y = 1000;
  45.       iqES._y = 322;
  46.    }
  47.    if(lang == "de" or lang == "DE" or lang == "De")
  48.    {
  49.       iqEN._y = 1000;
  50.       iqDE._y = 322;
  51.    }
  52.    musik = new Sound();
  53.    musik.attachSound("musik");
  54.    musik.start(0);
  55.    error = new Sound();
  56.    error.attachSound("error");
  57.    soundclocktick = new Sound();
  58.    soundclocktick.attachSound("soundclocktick");
  59.    soundtimesup = new Sound();
  60.    soundtimesup.attachSound("soundtimesup");
  61.    generic = new Sound();
  62.    generic.attachSound("generic");
  63.    win = new Sound();
  64.    win.attachSound("win");
  65. }
  66. intro = 0;
  67. stop();
  68.