Search:

Type: Posts; User: Gravity Games

Search: Search took 0.13 seconds.

  1. Replies
    11
    Views
    1,361

    Re: Trouble with Collision Detection

    Well, according to the printlines, the boolean is false when touching the ground, true when falling, and false when jumping. Also, for some reason moving the object to an area where there is no tile...
  2. Replies
    11
    Views
    1,361

    Re: Trouble with Collision Detection

    That worked for the most part, but for some reason about one out of eight times the character object will immediately snap down to the ground without scrolling the stage with it, resulting in the...
  3. Replies
    11
    Views
    1,361

    Re: Trouble with Collision Detection

    Nevermind, I figured it out not too long ago. Apparantly the problem was that I forgot to reset a variable back to 0, so the object kept moving even when a wall was detected.

    Edit: But I am,...
  4. Replies
    11
    Views
    1,361

    Trouble with Collision Detection

    Hi, I'm having a little trouble with collision detection for walls in my game project. I'm trying to make it so that when a wall is detected, you can't keep moving in that direction, but for some...
Results 1 to 4 of 4