home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Acao
/
DemonicDefence3.swf
/
scripts
/
DefineSprite_780
/
frame_8
/
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
|
2005-09-27
|
152 b
|
9 lines
if(this.hitTest(_root.cast1) || randomAttack == 1)
{
gotoAndPlay(22);
}
if(!this.hitTest(_root.enemy))
{
randomAttack = random(10) + 1;
}