Two actors moving together
ledbug
Member Posts: 7
I'm sure that this questions was already explained but i can't find the answer...I have two actors, first is on the second one. I want to make them moving always together. Can anybody explain me how to do that?
Comments
Rule in 1st actor:
Constrain game.PlayerX to self.position.X
Constrain game.PlayerY to self.position.Y
Rule in 2nd (follwing actor)
Constrain self.position.X to game.Player.X
Constrain self.position.Y to game.Player.Y