Search:

Type: Posts; User: Dr.Code

Search: Search took 0.07 seconds.

  1. Replies
    5
    Views
    2,706

    [SOLVED] Re: My program skipping a for loop

    You were right again apparently I had put the setSize() method after i called the initAndStart() method. Thank you very much!
  2. Replies
    5
    Views
    2,706

    [SOLVED] Re: My program skipping a for loop

    You're right apparently the world.length variable = 0. But i have no idea why. world is a Block[][]
    defined in the constructor like this:



    public World(Dimension par0Dimension) {

    size =...
  3. Replies
    5
    Views
    2,706

    [SOLVED] My program skipping a for loop

    Hi, I'm making a game with random world generation. Everything is running smothly except when it comes down to drawing the blocks on screen. It has a for loop to loop through all the different blocks...
Results 1 to 3 of 3