Basically, trying to only allow 5 missiles on the screen at one time. Right now it just draws 5, then I have to press a key for it to draw another 5. Not sure how I'll do that...
Also, how do I make it so these lines are not already fully drawn by the time the program starts? I'd like you to actually WATCH the lines be draw. I'm assuming it's because it's in a while loop, but not sure how to do it otherwise...