Actor doesn't stop using the "Move to" behaviour?

3absh3absh Member Posts: 601

When I use this attribute especially at the highest speed, I notice the location defined is sometimes missed and the actors just continues on moving.
My question is how do I insure that the Actor stops at the specified position?
What can I use in the expression editor (instead of the simple x & y coordinates) to make sure the actor stops?

Comments

  • 3absh3absh Member Posts: 601

    Would "interpolate" the x & y position be a better solution?

  • IceboxIcebox Member Posts: 1,485

    wrap the move to behavior in a rule if you want

  • SocksSocks London, UK.Member Posts: 12,822
    edited August 2016

    Q> @Icebox said:

    wrap the move to behavior in a rule if you want

    That would only work if the starting point is always less than the 'Move To' coordinates.

  • IceboxIcebox Member Posts: 1,485

    @Socks ah your right :) thought it was a quick fix

Sign In or Register to comment.