Hey guys,
As part of my game, a moving sprite set with the behavior of BULLET collides with solid objects (Walls). In the example below, I have a ball and a couple of walls to illustrate the problem. When the ball hits a straight part of a wall it reacts fine. However when the ball collides where two walls intersect at a 90 degree angle, sometimes the ball seems to speed up and not follow the expected bounce path. Sometimes it will shoot right through another wall.
In the example capx, the ball will move to where you click, so just click where the walls intersect, you will see any combination of the following:
- The ball just speeds up when it should just maintain the same speed or slow down as acceleration is set to a neg number
- The ball will react to one wall first, then "stick" to the perpendicular wall as it continues on its path, when it should bounce off both walls.
dl.dropbox.com/u/2129074/CollisionExample.capx
Thanks for the assistance!