home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Diversos
/
beaverdive.swf
/
scripts
/
DefineSprite_16_enemy3
/
frame_11
/
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
|
140 b
|
9 lines
for(mc in _root.fishGenerator)
{
if(mc != fish)
{
_root.fishGenerator[mc].targ.gotoAndPlay("blow");
break;
}
}