Got a weird interaction problem. I've got some Verticle moving platforms that have 'Jump Thru' behavior. And I've set up a trigger were if I'm holding down and push a button my character will fall through the platform. This works great for any horizontal moving platform, or vertical platform currently moving upwards. But on vertical platforms moving down I can't fall through reliably.
As best I can figure the fall through trigger happens, but because my character and platform are moving in the same direction the character lands back on the platform when the trigger finishes.
Is there any easy fix to this?