home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Puzzle
/
neko_juppiki.swf
/
scripts
/
DefineSprite_79
/
frame_1
/
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
|
246 b
|
13 lines
this.onEnterFrame = function()
{
i = 0;
while(i < _parent.neko_mc_list.length)
{
if(this.mc_hit.hitTest(_parent.neko_mc_list[i].mc_hit))
{
_parent.neko_mc_list[i].entryDeath();
}
i++;
}
};