Search:

Type: Posts; User: burntcasadilla

Search: Search took 0.07 seconds.

  1. Replies
    7
    Views
    1,547

    Re: mainBall object wont update

    alright. now i have this but it does absolutely nothing lol



    public Rectangle getFixedBallBounds()
    {
    return new Rectangle (250, 250, 20, 20);
    }
  2. Replies
    7
    Views
    1,547

    Re: mainBall object wont update

    oh i figured it out lol. i changed the values in paintMainBall to xpos and ypos.

    another unrelated question tho... how do i use the getBounds method? i have an object fixedBall at 250, 250 with...
  3. Replies
    7
    Views
    1,547

    Re: mainBall object wont update

    the paintmainball method
  4. Replies
    7
    Views
    1,547

    mainBall object wont update

    ive created an object called mainBall which is just a little black ball that wont change position on the screen. the coordinates of the ball change but the actual ball itself wont change position and...
Results 1 to 4 of 4