Page 1 of 1

Weird animpos start?

PostPosted: Wed Jan 12, 2011 5:22 am
by poopbrigade
Hello every body :D.
Umm Does anyone have this problem?
sometimes when I change an actors animation it starts from the last animpos then continues to the first animpos.

I would like to know whats causing this.


XD thanx in advance.

Re: Weird animpos start?

PostPosted: Wed Jan 12, 2011 6:22 am
by skydereign
What state are you using for ChangeAnimation? That can happen if you use NO_CHANGE. Other than that, I've had some problems when using sequences, but that is it.

Re: Weird animpos start?

PostPosted: Wed Jan 12, 2011 6:26 am
by lcl
I haven't had this problem, but if you want to avoid it you can set animpos to 0 when you change animation.

Re: Weird animpos start?

PostPosted: Wed Jan 12, 2011 8:24 am
by Bee-Ant
poopbrigade wrote:Hello every body :D.
Umm Does anyone have this problem?
sometimes when I change an actors animation it starts from the last animpos then continues to the first animpos.

I would like to know whats causing this.


XD thanx in advance.

I had...and still don't know the exact problem...

Re: Weird animpos start?

PostPosted: Wed Jan 12, 2011 10:17 am
by poopbrigade
Hmmm... Baffling.. XD

I did have a solution for my problem...


@ skydereign : XD I think I didn't use NO_CHANGE only FORWARD.

@Bee-Ant : now we have something in common XD...

@IcI: I did set the animpos to 0 but it did'nt work for me :D



thanx for the reply all ,I really apreciate it :) I'll Add you all into my credits XD.

Re: Weird animpos start?

PostPosted: Wed Jan 12, 2011 5:06 pm
by sonicfire
remember animpos = xyz; only works when animation direction has been changed to STOPPED!

Re: Weird animpos start?

PostPosted: Wed Jan 12, 2011 5:19 pm
by Bee-Ant
sonicfire wrote:remember animpos = xyz; only works when animation direction has been changed to STOPPED!

Not really...
If you set it to FORWARD and give animpos = 5: then the animation will go forward and start from 6th frame.

Re: Weird animpos start?

PostPosted: Wed Jan 12, 2011 6:56 pm
by sonicfire
Oh, ok - thanks :) DidnĀ“t know that myself! :oops: