Search:

Type: Posts; User: bardd

Search: Search took 0.17 seconds.

  1. Replies
    11
    Views
    1,301

    Re: bricks wierd problem

    the ball doesn't hit the 3 bottom rows.
    what do you mean by correlation?
  2. Replies
    11
    Views
    1,301

    Re: bricks wierd problem

    what i ment was for some reason the ball hits the bricks on the upper rows of bricks but goes through the lower ones.
  3. Replies
    11
    Views
    1,301

    Re: bricks wierd problem

    what other options do i have?
  4. Replies
    11
    Views
    1,301

    Re: bricks wierd problem

    i changed it. you shouldn't have a poblem editing now. both width and height are defined in the constructor.
  5. Replies
    11
    Views
    1,301

    Re: bricks wierd problem

    i forgot the imports. it should work now.
  6. Replies
    11
    Views
    1,301

    bricks wierd problem

    I am programming the game bricks, and i have a wierd problem: the ball only hits bricks above a curtain line.
    ball code:


    import java.awt.Graphics;

    public class Ball {
    private int r;...
Results 1 to 6 of 6