All enemies are assigned a bullet behavioir. I have it set so that every random 2-5 seconds the enemies change bullet angle and speed, but instead of each one using their own random value, they all change angle and direction at the same time. Ive had problems with this trying to get enemies to shooot at different times, but I can't figure out how to give each enemy a random timer. I also tried assigning each enemy a timer, and used For Each statements, but nothing works. Any ideas?