home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
404 Jogos
/
CLJG.iso
/
Aventura
/
FireMan.swf
/
scripts
/
frame_1055
/
DoAction.as
Wrap
Text File
|
2008-09-12
|
196b
|
11 lines
function aleatorio(a, b)
{
return Math.floor(Math.random() * (b - a + 1)) + a;
}
checkpoint = _root._currentframe;
next = "B";
currentdamage = 0;
windx = 0;
_quality = "LOW";
stop();