Search found 2 matches

by Twinki61
Fri Aug 21, 2015 11:54 am
Forum: Support and Development
Topic: [Solved] Problem with collision with mutliple objects.
Replies: 2
Views: 1783

Re: Problem with collision with mutliple objects.

Haha, wow, thank you. I never would have guessed a debounce would solve the problem. It works perfectly! :awesome:
by Twinki61
Fri Aug 21, 2015 2:52 am
Forum: Support and Development
Topic: [Solved] Problem with collision with mutliple objects.
Replies: 2
Views: 1783

[Solved] Problem with collision with mutliple objects.

I'm working on a basic top-down game and I've been trying to figure out for the longest time why when my character collides with just one wall, they are knocked back as they should be, however, when colliding with two or more walls (In my code I handle a wall as a 64x64 segment) the character glides...