void Zombie::spriteMoveFinished(CCNode* sender)
{
    CCSpriteBatchNode *sheet = (CCSpriteBatchNode *) sender;
    sheet->setVisible(false);
}