home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Puzzle / neko_juppiki.swf / scripts / DefineSprite_79 / frame_1 / DoAction.as
Encoding:
Text File  |  2007-03-20  |  246 b   |  13 lines

  1. this.onEnterFrame = function()
  2. {
  3.    i = 0;
  4.    while(i < _parent.neko_mc_list.length)
  5.    {
  6.       if(this.mc_hit.hitTest(_parent.neko_mc_list[i].mc_hit))
  7.       {
  8.          _parent.neko_mc_list[i].entryDeath();
  9.       }
  10.       i++;
  11.    }
  12. };
  13.