Search:

Type: Posts; User: The_pizzaguy

Search: Search took 0.11 seconds.

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

    I found a fix. What i did is i made 2 more array list for the dead aliens and bullets to store the index into. Afther the loops have ended i made 2 extra loops to delete the aliens and bullets.
    ...
  2. [SOLVED] Re: Game problem: java.lang.IndexOutOfBoundsException with array list

    Thanks XD
    I hadnt thought of that yet thank you
  3. [SOLVED] Game problem: java.lang.IndexOutOfBoundsException with array list

    When a bullit bullit hits a alien it creates this error :

    java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
    at java.util.ArrayList.rangeCheck(Unknown Source)
    at...
Results 1 to 3 of 3