So there's an example file that comes with the PMO extension that teaches you how to use the extension (MMF 2\Examples\Platform Movement\). The example file has a tutorial for moving platforms using the PMO object as well. It teaches you about handling horizontal moving platforms but I want to know how to do the same but with vertical movement instead.
So I basically copied the code for the Horizontal movement found in the example but replaced it with YCount, YSpeed, YCoordinate and YVelocity, etc. It seems to be working so far but the problem is when I stand on the platform it seems to have my player shake for some reason when going moving down, and then it just has the player drop down through the moving platform when it goes up.
Is there a way to fix this?
Thanks