https://drive.google.com/file/d/1G4m8o-W62H3CkTuCDL4n4EmNJm_38po7/view?usp=sharing
I am trying to move one object (Box) along another (Mover), following the second object's direction. If there is more than one Mover, pointing in different directions, the event seems to mix up which one to follow.
Is my event picking the instance incorrectly? How can I correct this?
Develop games in your browser. Powerful, performant & highly capable.
Probably add a “for each mover” condition to the top of that event.
That fixed it. Thank you!