I have pathfinding for a particular sprite.
I'm using it to get a "slide in/slide out" effect from behind an object.
I can get it to slide left and then right no problem.
What I can't do is to get it to stop correctly after it slides back to the right.
what I'm trying to do is get it to go left,wait then go right and stop and then after a trigger, do it again.
It will not do it after it does it one time.
I have multiple issues:
It acts like it wants to keep moving. It doesn't really "end"
I'm using to invisible objects as pathfinding points so it is suppose to go left to the first point, wait a few seconds and then go left to the other invisible pathfinding point. The sprite is just to the right of the second invisible object.
I've tried different pathfinding commands but the only one that works is disable.
2.
It seems to want to go past the invisible objects a little bit instead of just stopping at them.
I've tried placing the origin points at different locations on the invisible objects but it still does it.
I've tried setting up another invisible object and setting collision to it but that doesn't work either.
I have used the forward command to have the sprite go to the first pathfinding point then choose forward to move it back to it's original spot. This works but it does not give me the sliding back effect.
Here is a small graphic if it helps
db.tt/aZZw5nuW