void Walk()
 {
     if (seo != null)
     {
         seo.stopPlayAnimation("");
         seo.playRunAnimation();
     }
 }