Actor follows other actor ?
JamieOneil
Member Posts: 877
How could i make an actor follow another actor after they collied, if possible have the actor follow a bit behind the other one.
like a duck and all its babies following behind :L
like a duck and all its babies following behind :L
Comments
yourVariableX CONSTRAIN TO self.position.X
yourVariableY CONSTRAIN TO self.position.Y
Then use make a rule to "moveto" or "interpolate" to have the follower track to those x and y coordinates after the collision.