Search:

Type: Posts; User: jan4185

Search: Search took 0.10 seconds.

  1. Replies
    3
    Views
    1,446

    Re: Brick Breaker HELP!!!!

    I can't find the problem.. I checked it many times. Please be my saver.. I need to show that to my teacher tomorrow.
  2. Replies
    3
    Views
    1,446

    Brick Breaker HELP!!!!

    Hi, I am building now a Brick Breaker game and for some reason the bricks are not disapear.. moreover, the matka is not reacte to the ball..
    please help ... :(
    my classes:

    BALL:

    //...
  3. Thread: Brick Breaker

    by jan4185
    Replies
    19
    Views
    3,187

    Re: Brick Breaker

    But how I suppost to do that ? Can you give me some leads ?
    And thank you for all your help :D
  4. Thread: Brick Breaker

    by jan4185
    Replies
    19
    Views
    3,187

    Re: Brick Breaker

    I thought about a matrix [20][4] 4 rows 20 each row
  5. Thread: Brick Breaker

    by jan4185
    Replies
    19
    Views
    3,187

    Re: Brick Breaker

    I need to paint them in the Ballworld1
  6. Thread: Brick Breaker

    by jan4185
    Replies
    19
    Views
    3,187

    Re: Brick Breaker

    the class Brick and the method paint.
  7. Thread: Brick Breaker

    by jan4185
    Replies
    19
    Views
    3,187

    Re: Brick Breaker

    Ok , this is what I've done, I need to paint 4-5 lines of bricks in the top of the screen.
    My classes so far are:

    1. Ball:


    //
    // general purpose reusable bouncing ball abstraction...
  8. Thread: Brick Breaker

    by jan4185
    Replies
    19
    Views
    3,187

    Re: Brick Breaker

    I don't know what to do, I tried to paint it with matrix but I cant..
    look what I tried:
    I wrote this in the main page


    public void paintBricks(){
    Graphics g;
    int i=80,j=50,k,l;...
  9. Thread: Brick Breaker

    by jan4185
    Replies
    19
    Views
    3,187

    Re: Brick Breaker

    I cant find a way to do that and for some reason I cant change the color of the bricks..
  10. Thread: Brick Breaker

    by jan4185
    Replies
    19
    Views
    3,187

    Re: Brick Breaker

    I need to paint the breaks in the top of the screen (4-5 lines of breaks).
  11. Thread: Brick Breaker

    by jan4185
    Replies
    19
    Views
    3,187

    Re: Brick Breaker

    I wrote this class.. can you give me more leads about what to do ?
    Bricks:


    import java.awt.Color;
    import java.awt.Graphics;
    import java.awt.Paint;
    import java.awt.Rectangle;
    import...
  12. Thread: Move an object

    by jan4185
    Replies
    4
    Views
    1,482

    Re: Move an object

    thank you both fo you, SOLVED.
  13. Thread: Brick Breaker

    by jan4185
    Replies
    19
    Views
    3,187

    Brick Breaker

    Hey, I'm making a brick breaker game and I need some help.
    I need to know how to do the brick class..
    any help ?
  14. Thread: Move an object

    by jan4185
    Replies
    4
    Views
    1,482

    Move an object

    Hello, I need to move an object with the arrow key.
    This is my object class:


    import java.awt.Color;
    import java.awt.Graphics;
    import java.awt.Paint;
    import java.awt.Rectangle;
    import...
Results 1 to 14 of 14