Hi,
I'm currently trying to do a pinball game.
So far, physics etc. work fine.
However, I've got a few problems with the collision.
When one of the two colliding objects is very fast (in this case, the ball), it simply runs THROUGH the wall :O
How can I prevent that?!
This problem also leads to a problem with the Plunger: When I press X, the plunger goes down.
As soon as I let go of X, the plunger moves up pretty fast to it's normal positiion (and should shoot the ball).
However, the ball just falls through the plunger (as the plunger is too fast).
Any solutions for this?