public void StopAndAttack(Collision2D otherobject)
 {
     m_attack.DoDamage(otherobject);
 }