home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
404 Jogos
/
CLJG.iso
/
Aventura
/
pendekar.swf
/
scripts
/
frame_1
/
DoAction.as
Wrap
Text File
|
2006-05-08
|
955b
|
38 lines
function init()
{
if(runOnce)
{
return undefined;
}
this.runOnce = true;
trace("> Initializing Pencak Silat 4.0 engine...");
_quality = "high";
getUrl("FSCommand:showmenu", "false");
this.player1Invincible = false;
this.player1 = "mPendekar";
this.player1Left = 37;
this.player1Right = 39;
this.player1Jump = 83;
this.player1Duck = 40;
this.player1Attack = 65;
this.player1Special = 68;
this.player1Lives = 5;
this.currentLevel = 0;
this.levelPracticeClear = true;
this.level01Clear = false;
this.level02Clear = false;
this.level03Clear = false;
this.level04Clear = false;
this.challenge01Clear = false;
this.challenge02Clear = false;
this.difficulty = "normal";
this.gameType = 0;
this.sfx = true;
this.music = true;
this.voice = true;
this.cheats_inv = false;
this.cheats_imp = false;
}
this.onLoad = init();
stop();