hi Ashley I have two sprites "player" and "track" when i click on track then player is moving towards that point.
Suppose I click on track 10 then player will start moving from track 1 to 10 So i am moving player by move to behavior and by adding waypoint.
The problem is "on arrival" i am doing a task let say i did down opacity op player. but on each waypoint player reached it react as it is arrived like on track 1 it arrived and then move for track 2 and when track 2 reached it arrived and so on.
how do i get this on the end.
is this a bug to react arrive on each waypoint. So i can report it to bug post.