home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Acao
/
pandawars.swf
/
scripts
/
DefineSprite_56
/
frame_3
/
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
|
2007-03-20
|
258 b
|
19 lines
idoflg = 1;
if(this.hitTest(_root.pandam))
{
kaihi = Math.floor(Math.random() * 3 + 1);
if(kaihi <= 2)
{
gotoAndStop("flgE");
}
else
{
gotoAndStop("flgF");
play();
}
}
else
{
main.body.heitype();
}