home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
404 Jogos
/
CLJG.iso
/
Aventura
/
FireMan.swf
/
scripts
/
frame_2405
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2008-09-12
|
186 b
|
12 lines
function aleatorio(a, b)
{
return Math.floor(Math.random() * (b - a + 1)) + a;
}
windx = 0;
_quality = "LOW";
keys = false;
if(cheat == "bosses")
{
gotoAndPlay(5251);
}