Jumping through bottom of platforms, land on top
I recall about a year ago someone (tshirtbooth if I'm not mistaken) put out a wonderful series of tutorial templates that were not a part of the cookbook. One of them was a platform jumper where a player could jump through the bottom of a platform and stay on top.
I've been trying to do it using
If self.linearvelocity.Y < 0
Then collide with actor.platform
but it looks and plays terribly.
Anyone know how to do this or know about the template I mentioned?
I've been trying to do it using
If self.linearvelocity.Y < 0
Then collide with actor.platform
but it looks and plays terribly.
Anyone know how to do this or know about the template I mentioned?
Comments