home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
404 Jogos
/
CLJG.iso
/
Aventura
/
FireMan.swf
/
scripts
/
frame_641
/
DoAction.as
Wrap
Text File
|
2008-09-12
|
589b
|
36 lines
delete i;
delete totalBTN;
delete BTNpress;
currentdamage = 0;
explo01 = new Sound();
explo01.attachSound("explo01");
hitted = new Sound();
hitted.attachSound("hitted");
fhitted = new Sound();
fhitted.attachSound("fhitted");
fdeath = new Sound();
fdeath.attachSound("explo10");
escudo = new Sound();
escudo.attachSound("escudo");
getUrl("FSCommand:trapallkeys", "true");
stop();
Posy = 0;
estado = 0;
reveal = true;
if(cheat == "bosses")
{
gotoAndPlay(1054);
}
else
{
play();
}
if(cheat == "onemorechance")
{
lives = 6;
}
else
{
lives = 2;
}