Object disappearing when swapping from one motion path to another
I'm unable to determine why this object is behaving the way it is (project attached).
I have an object on a downward motion path ("falling"). When it hits the bottom, it changes the motion path (variable triggered on intersection, change motion path to "stop"). However, when I attempt to change the motion path using a different motion path ("jump"), the object disappears entirely. If I inactivate the "falling" motion path, I can make the object "jump" over and over. If I "jump" from "stop", it works as intended, only causing issues when attempting to "jump" once more (as it is then in the "falling" motion path due to a variable).
I would like the object to move up when "jump" is active and move down when "falling" is active, but the object instead disappears.