I am making a shooting defense game, so you gotta kill the enemies before they reach the bottom of the screen. The enemies also shoot at you. Right now only one of each type of enemy is shooting at me. What do I need to change? I have it set up like this...
System--- For each "badguy"--- "badguy"--- spawn "enemybullet"
System--- Every 2 seconds--- enemy bullet--- set angle towards player
--- play audio
hopefully this is a readable format. Help me out!