Search:

Type: Posts; User: Uritomi

Search: Search took 0.10 seconds.

  1. Replies
    3
    Views
    2,431

    Re: Collision Detection difficulties

    Ugh I found my mistake... I was setting the location using a modulated number, but in my intersects() method I forgot to modulate it. As a result, whenever the objects intersected, it was comparing...
  2. Replies
    3
    Views
    2,431

    Collision Detection difficulties

    I am attempting to write a 2D game with collision detection for two moving objects (one player controlled and the other in one direction) using Rectangle2D's intersects() method. When the non-player...
Results 1 to 2 of 2