void StrafeForwardLeft()
 {
     if (seo != null)
     {
         seo.playWalkAnimation();
     }
     //animation.CrossFade("strafeforwardleft");
 }