About Store Forum Documentation Contact



Post Reply 
Ready SkelAnim
Author Message
Harry Offline
Member

Post: #1
Ready SkelAnim
Hi, I want to get back ready animation in my game. I load proper animation and then set in animate() function:

if(alive() && ready)cskel.animate(readyAnim,Time.time(),1,true);

But when ready is set on true, player is gliding without any animations except ready. How it was made in engine? Could you give me any tips?
12-29-2010 01:45 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #2
RE: Ready SkelAnim
Set blending factor according to player movement
1-Plr.anim.stop_move
12-29-2010 01:49 PM
Find all posts by this user Quote this message in a reply
Harry Offline
Member

Post: #3
RE: Ready SkelAnim
Thanks smile
12-29-2010 01:52 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply