void Walk()
 {
     if (seo != null)
     {
         seo.stopPlayAnimation("");
         seo.playRunAnimation();
     }
 }
Exemple #2
0
 public void otherAvatarOnJump(KBEngine.Entity entity)
 {
     if (entity.renderObj != null)
     {
         SceneEntityObject seo = ((SceneEntityObject)entity.renderObj);
         seo.stopPlayAnimation("");
         seo.playJumpAnimation();
     }
 }