Follower (Construct 3 Behaviours)

You're viewing a single comment in a conversation. View all the comments
  • 4 Comments

  • Order by
  • Thank you, this is great! Some suggestions after a quick look through it:

    • A property to set acceleration/deceleration would be very helpful.

    • Similarly, a delay before following could be useful.

    • Triggers for "On follow started" and "On follow arrived" or something like that (for animation triggers etc.).

    • A property to toggle enabled.

    • A property to set "Waypoints Only" or something like that. This could be useful to use the waypoint setting ability of the behaviour but then use MoveTo or something else to actually do the movements.

    • Stop on solid would be great :D

    • You are just describing the MoveTo behavior LMAO

      I am trying to not overlap with MoveTo too much as both of these behaviors have completely different design intentions even if they share a lot of similarities.

      If you can explain why you need these features in my addon specifically and cannot use MoveTo for them, I'm down to try adding them. Otherwise I'd rather not just write MoveTo 2 if that makes sense.

      • For sure, it's probably not necessary to have this behaviour do that. I'm thinking along the lines of using this to set the waypoints only, so more as a replacement for Pathfinding. I guess at that point it'd cease to be a movement behaviour!

        I have no specific idea in mind for this, just throwing out some ideas :D

        • Yeah well that is exactly what the MoveTo is for, it has a waypoints system as well and you can even make it follow the pathfinding path or a timeline path, and overall should be much closer to what you have in mind :)