User talk:Awesomeness

From Robowiki
Revision as of 16:02, 2 May 2009 by Awesomeness (talk | contribs) (Archiving old talk, mentioning problem)
Jump to navigation Jump to search

Archived talk is here.


Okay, I need to make a list of bullets. I have made a bullet class and everything, but I need a special list that will let me access all of the bullets in a while/for loop and be able to add and remove them at any time and never mess up. If I did this in a normal array I could do a for loop and access using an increasing number, but I wouldn't know when to stop. In a while loop, if I used while(bulletsArray[x] != null) and then increment x, after I remove my first bullet that say, hit a wall, it will stop there. I need help!


Thanks,
Awesomeness 14:02, 2 May 2009 (UTC)