by DST » Sat Jan 23, 2010 6:49 pm
I got this one!
When you issue the command to start an animation, it moves it forward, from the current position. But when you use CreateActor, the actor is created and the animation is incremented in the same frame, resulting in a starting frame of 1 instead of 0.
Simple fix: start on the last frame. If you have a four-frame animation, and you set animpos to 3 on Object>CreateActor, then it will start on 0.