Please login to see this attachment.
I have created a drawbridge platform that the player can run up as it's rotating from 0 to 90 degrees. The slope works fine up to a certain point, but eventually starts clipping the player. The basic things I need to do are:
1. Push the player to the left if standing still on the drawbridge.
2. Have an angle (45? 60?) past which the player can't move up the slope.
3. Increase the degree to which the player is pushed left relative to the angle.
So I basically know what I need to do, I just don't know how to put it into equation. Any input appreciated, thanks.