I am trying to make an object move to different points in an array. For example if I have
1. (1,0)
2. (2,0)
3. (3,0)
4. (4,0)
5. (5,0)
I want the object to move to each point from 1-5 but not at once ,I am not sure how to do this. Any help would be great.