home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Aventura / pendekar.swf / scripts / DefineSprite_793 / frame_1 / DoAction.as
Text File  |  2006-05-08  |  2KB  |  56 lines

  1. if(_parent.musicName != null)
  2. {
  3.    _parent.music.stop(_parent.musicName);
  4. }
  5. if(_root.music)
  6. {
  7.    _parent.musicName = "music06.wav";
  8.    _parent.music.attachSound(_parent.musicName);
  9.    _parent.music.start(0,9999);
  10. }
  11. this.l = _root.currentLevel;
  12. switch(l)
  13. {
  14.    case 0:
  15.       msg1 = "Congratulations";
  16.       code = "-";
  17.       msg2 = "Thanks for playing this single level beta version.";
  18.       _root.level01Clear = true;
  19.       break;
  20.    case 1:
  21.       msg1 = "STAGE 3 IS NOW UNLOCKED!";
  22.       code = "HUTAN";
  23.       msg2 = "to unlock STAGE 3 from the extra options menu";
  24.       _root.level02Clear = true;
  25.       break;
  26.    case 2:
  27.       msg1 = "STAGE 4 IS NOW UNLOCKED!";
  28.       code = "MARKAS";
  29.       msg2 = "to unlock STAGE 4 from the extra options menu";
  30.       _root.level03Clear = true;
  31.       break;
  32.    case 3:
  33.       msg1 = "YOU\'VE FINISHED THE GAME!";
  34.       code = "TAMAT";
  35.       msg2 = "to unlock ALL STAGES from the extra options menu";
  36.       _root.level04Clear = true;
  37.       break;
  38.    case 4:
  39.       msg1 = "PRACTICE CLEARED!";
  40.       code = "JANNATA";
  41.       msg2 = "to give special message from the extra options menu";
  42.       _root.levelPracticeClear = true;
  43.       break;
  44.    case 5:
  45.       msg1 = "KEROYOKAN CLEARED!";
  46.       code = "CURANG";
  47.       msg2 = "to unlock UNLIMITED MP from the extra options menu";
  48.       _root.challenge01Clear = true;
  49.       break;
  50.    case 6:
  51.       msg1 = "KEROYOKAN 2 CLEARED!";
  52.       code = "CULAS";
  53.       msg2 = "to unlock INVINCIBLE from the extra options menu";
  54.       _root.challenge02Clear = true;
  55. }
  56.