Search:

Type: Posts; User: jps

Search: Search took 0.10 seconds.

  1. Replies
    7
    Views
    1,196

    Re: collision in applet game

    Then that is why the head goes into the ceiling. You are tracking the player's position by the feet. You need to bump the player down when the head hits the platform, and up when the feet hit the...
  2. Replies
    7
    Views
    1,196

    Re: collision in applet game

    then if playerY = 100000 is the head also at 100000 or are the feet at 100000? or the waist? Or is the entire player 1 pixel tall? You see in order to determine where the head is, you have to know...
  3. Replies
    7
    Views
    1,196

    Re: collision in applet game

    I have explained to you before:
    ..that all of those variables are meaningless to us unless we know where x and y are in relation to the player. Top left corner, center by center, what? You have not...
  4. Replies
    7
    Views
    1,196

    Re: collision in applet game

    I have explained to you before:
    ..that all of those variables are meaningless to us unless we know where x and y are in relation to the player. Top left corner, center by center, what? You have not...
Results 1 to 4 of 4