hi
i want to create points in 2d page
i want my first point position start from 0,0
and the others is like :
point2 = 50,0
point3 = 0,50
point4 = -50,0
point5 = 0,-50
point6 = 25,25
point7 = -25,25
point8 = 25,-25
point9= -25,-25
and ....
i want my points start from 0,0 and create them every tick and go to the side from each way
if my points look like a rectangle , every tick seems that go bigger
every point distance must be the same
so what i must do ?