Search:

Type: Posts; User: Norm

Search: Search took 0.09 seconds.

  1. Replies
    11
    Views
    1,301

    Re: bricks wierd problem

    What are the dimensions of the brick array? Is there a relationship of 3 in the dimensions?
    How do your loops go thru the brick array looking for collisions?
  2. Replies
    11
    Views
    1,301

    Re: bricks wierd problem

    Which rows? Then look at the array that holds the bricks and see if there is a correlation.
  3. Replies
    11
    Views
    1,301

    Re: bricks wierd problem

    Where is this line that divides where a brick is hit?
    Does it relate to the array that holds the bricks?
  4. Replies
    11
    Views
    1,301

    Re: bricks wierd problem

    Thanks.
    Have you tried debugging the code by adding printlns to show the values of the variables that control what is happening? Print them out every time they change and when they are used to...
  5. Replies
    11
    Views
    1,301

    Re: bricks wierd problem

    Sounds like a logic problem.
    Have you tried debugging the code by adding printlns to show the values of the variables that control what is happening? Print them out every time they change and when...
Results 1 to 5 of 5