Quote: "I have some good elevator code some place, I see if I can find it."
That would be great any help is welcome.
Quote: "I would suggest that you increase the Y position of your character until there are no more collisions... I'm sure the advanced collision stuff, like automatic response position would help out or take care of it for you. One option I would probably try though is working out the exact Y height where the player is standing, from the top of the players head to below their feet. That way, you can just set the Y position to suit that collision - like move the elevator then work out the height of the floor, with an intersection check. That might keep it smooth and accurate, but it depends a great deal on how your handling collisions."
Exactly how should I do that? Should i print my objects position on screen?
God help me, Please.