home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
404 Jogos
/
CLJG.iso
/
Aventura
/
pendekar.swf
/
scripts
/
DefineSprite_793
/
frame_1
/
DoAction.as
Wrap
Text File
|
2006-05-08
|
2KB
|
56 lines
if(_parent.musicName != null)
{
_parent.music.stop(_parent.musicName);
}
if(_root.music)
{
_parent.musicName = "music06.wav";
_parent.music.attachSound(_parent.musicName);
_parent.music.start(0,9999);
}
this.l = _root.currentLevel;
switch(l)
{
case 0:
msg1 = "Congratulations";
code = "-";
msg2 = "Thanks for playing this single level beta version.";
_root.level01Clear = true;
break;
case 1:
msg1 = "STAGE 3 IS NOW UNLOCKED!";
code = "HUTAN";
msg2 = "to unlock STAGE 3 from the extra options menu";
_root.level02Clear = true;
break;
case 2:
msg1 = "STAGE 4 IS NOW UNLOCKED!";
code = "MARKAS";
msg2 = "to unlock STAGE 4 from the extra options menu";
_root.level03Clear = true;
break;
case 3:
msg1 = "YOU\'VE FINISHED THE GAME!";
code = "TAMAT";
msg2 = "to unlock ALL STAGES from the extra options menu";
_root.level04Clear = true;
break;
case 4:
msg1 = "PRACTICE CLEARED!";
code = "JANNATA";
msg2 = "to give special message from the extra options menu";
_root.levelPracticeClear = true;
break;
case 5:
msg1 = "KEROYOKAN CLEARED!";
code = "CURANG";
msg2 = "to unlock UNLIMITED MP from the extra options menu";
_root.challenge01Clear = true;
break;
case 6:
msg1 = "KEROYOKAN 2 CLEARED!";
code = "CULAS";
msg2 = "to unlock INVINCIBLE from the extra options menu";
_root.challenge02Clear = true;
}