home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
404 Jogos
/
CLJG.iso
/
Aventura
/
Kung_Fu.swf
/
scripts
/
frame_72
/
DoAction_4.as
< prev
next >
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
|
2007-09-27
|
211 b
|
17 lines
if(_root.difficulty == 1)
{
_root.player = 10;
}
else if(_root.difficulty == 2)
{
_root.player = 7;
}
else if(_root.difficulty == 3)
{
_root.player = 5;
}
else
{
_root.player = 10;
}