Search:

Type: Posts; User: GregBrannon

Search: Search took 0.18 seconds.

  1. [SOLVED] Re: Game problem: java.lang.IndexOutOfBoundsException with array list

    Glad to help. Changing loop control variables or the collection being iterated inside the loop - especially the size/length/etc. - should always raise red flags. It's doable but requires increased...
  2. [SOLVED] Re: Game problem: java.lang.IndexOutOfBoundsException with array list

    Theory: removing a bullet and an alien in the try clause is changing the size of their respective ArrayLists so that the for loop conditions become incorrect. That allows the loop control variables,...
Results 1 to 2 of 2