hey all, i am having some trouble with a small game i am trying to make. it consists of one space ship(player) which starts at the bottom middle of the screen. it is controlled with the arrow keys. you shoot with space. the enemies pretty much fly around until they get near the player. then the start shooting at and following you. here is my problem. when i have one enemy, everything is fine. but when i put a for next loop around th CreateEnemy() command, the player's bullets start moving super fast. can someone help me solve this issue?
ps u might have to change the Graphics 1280,1024,0,2 to a lower resolution.
Here is the source code
Source
thnx
ps u might have to change the Graphics 1280,1024,0,2 to a lower resolution.
Here is the source code
Source
thnx