home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Acao
/
batman_cobble.swf
/
scripts
/
DefineSprite_1207
/
frame_6
/
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
|
2006-06-13
|
121 b
|
10 lines
this.rand = random(10);
if(this.rand > 3)
{
_parent.state = "stand";
}
else
{
_parent.state = "attack";
}