Hi,
I'm trying to get a sprite to move to another sprite object and then stop moving. The sprite moves to the object but then continues moving and hovering over the player sprite. I've tried manually setting Move To to disabled, and removing other sprite behaviours (platform and two types of sine), but nothing works. Here's a screenshot:
Develop games in your browser. Powerful, performant & highly capable.
Try running the game in debug mode and check what's going on. If both Platform and MoveTo behaviors are active at the same time and both try to move the object, this may prevent "On arrive" event from triggering.