Hi out of personal interest i have decided to make a space invaders games. I know all the things i need to implement and i have done a good job if i do say so myself :D. But i have one final problem.
When my space ship is just staying idle i would like to the stars to draw themselves randomly and look like the space ship is traveling forward. and when i turn left i want the start to draw themselves going right so it looks like its always moving.
I know i need to create a struct and i have called it stars but im not sure how to build up this structure IE( Where it is ( X,Y) Any help is much appreciated
NSSLTD