2 Arrays collision

For I = 1,100
For j= 1,100
Testcollision(ship(I), bullets(j))
End
End

decided to do this a different way…

decided to do this a different way…