About Store Forum Documentation Contact



Post Reply 
current position animation
Author Message
Babulesnik Offline
Member

Post: #1
current position animation
How do I know the current position of the animation and its ending?

Game:: ObjMemx <Game::Animatable> Zasov;
...
setObjType (Zasov, OBJ_ANIMATABLE)

Zasov [0]. Skel_anim-> animation () ->???
06-18-2011 07:55 PM
Find all posts by this user Quote this message in a reply
Babulesnik Offline
Member

Post: #2
RE: current position animation
If the position of the difficulties is how to determine the end of the animation?
06-19-2011 11:56 AM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #3
RE: current position animation
you have sources of animatable objects:
cskel.clear().animate(skel_anim, Time.time())
06-19-2011 12:08 PM
Find all posts by this user Quote this message in a reply
Post Reply