About Store Forum Documentation Contact



Post Reply 
Animation blending at specific time
Author Message
Aniketos Offline
Member

Post: #1
Animation blending at specific time
I was wondering how I could blend animations at specific time of the animation and not at the end of the animation.

Example: I have an animation that's 3 seconds long and it's being played while I hold button A. When I release the button lets say we are at 1 second of the animation I want to start blending in with a different animation and not wait 2 more seconds for the animation to finish.

I'm currently using Motion structs with updateAuto to blend them.
12-21-2010 12:25 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Esenthel Online
Administrator

Post: #2
RE: Animation blending at specific time
start calling 'updateOut' instead of updateAuto for the animation you want to stop
12-21-2010 12:42 AM
Find all posts by this user Quote this message in a reply
Aniketos Offline
Member

Post: #3
RE: Animation blending at specific time
EDIT: Got it working had to blend one set of motion and then blend in other motion back and forth. Tnx for the help.
(This post was last modified: 12-21-2010 08:52 PM by Aniketos.)
12-21-2010 02:58 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply