Line 38 is limiting the number of Ball06 actors in your world to only one. I know you only to add 12 of them -- but only once. So, change line 17 to:
Remove lines 18 thru 23. Now, remove lines 38, 39 and 41.
Line 40 (from above) can then be changed to:
protected void addedToWorld(World world)
world.addObject(new Ball06(), x+100, y+100);