Posted: Wed Nov 03, 2004 2:22 pm Post subject: space invaders
I am making a space invaders game and i have the code right....
except that when the enemies spawn on the screen, my ship dissapears and after it stops(i moved it 5 times), then my ship reappeared and functioned normally.
can you help me with any code that will help me in keeping my ship on the screen and my enemies at the same time?
i am using version 4 btw
Sponsor Sponsor
Tony
Posted: Wed Nov 03, 2004 4:06 pm Post subject: (No subject)
eh... a wild guess would be that you're spawning spaceships in a loop and you forgot to include player's ship inside of it..