Colliding with sides and Max Speed problems
Klirret
Member Posts: 1
I'm making a game similar to Doodle Jump, but I've run into some problems.
The first problem I'm having is with the platforms. I've made it so that when my character is falling down, he'll collide with the blocks, and when he's going up he'll go through them. This has resulted in him colliding with the sides when he is on his way down, which I don't want. I only want him to collide when he's coming down on them from above, on top of the platform.
The other problem is that I used a Max Speed limit to stop him from bouncing higher and higher when he hits blocks from a height. But since I want him to be able to fall and be controlled to the sides much faster than that, I need another way to go about this.
Very thankful for help!
The first problem I'm having is with the platforms. I've made it so that when my character is falling down, he'll collide with the blocks, and when he's going up he'll go through them. This has resulted in him colliding with the sides when he is on his way down, which I don't want. I only want him to collide when he's coming down on them from above, on top of the platform.
The other problem is that I used a Max Speed limit to stop him from bouncing higher and higher when he hits blocks from a height. But since I want him to be able to fall and be controlled to the sides much faster than that, I need another way to go about this.
Very thankful for help!
Comments
But I think what you're asking is being able to jump through platforms?
Besides that, there's the Max Speed limit problem, which I want to solve in another way than applying Max Speed.