Can't think of a better subject line that, I'll try to explain my situation as best as possible...
Say I have a running animation of a guy wearing shorts.
I need to switch to an animation of him wearing jeans.
During the first running animation, say we are currently on frame 15 out of a 34 frame animation.
I need to switch to animation 2 and have it pick up on frame 15 and continue, not start at frame 0 (assuming the two animations have the same frame count and timings).
Is this possible or do I need to rethink the problem?
Comments
You'll need to get the orxANIMPOINTER from your objects. Then on your master twin you call orxAnimPointer_GetCurrentTime() and you will apply this value on the other twin with orxAnimPointer_SetTime().
Let me know if you have any issue!