Search:

Type: Posts; User: Norm

Search: Search took 0.17 seconds.

  1. Re: Controlling a platform game character with the mouse.

    Try debugging by adding some println statements to the code that print out the x,y location of the mouse click and the x,y location of the character so you can see it the click is inside the...
  2. Re: Controlling a platform game character with the mouse.

    The mouse listener can determine where the click was made and see if it is on a character.
Results 1 to 2 of 2