Shalltear Bloodfallen
Loop For X times
x
and y
are assigned values only once, which is before the loop
so even if amount
gets assigned to 6 (for example), since x
and y
are never reassigned in the loop, then, the coordinates of all 6 of the BoxView
items will be the same, and will hence overlap on the UI and and therefore appear as only one
thats the only thing i can come up with that could be wrong with the code15 replies